The nsMsgViewType
interface contains constants used for views in Thunderbird. This interface isn't ever implemented. It is only used to store constants. For example, to request the 'show all threads' view use the constant:
Components.interfaces.nsMsgViewType.eShowAllThreads
web.html($0)
is defined in
wiki.template('tbsource', mediawiki.args([$1])).
It is wiki.template(mediawiki.path('InterfaceStatus:Scriptable_' + $4, "en"))
and wiki.template(mediawiki.path('InterfaceStatus:' + $2, "en"), mediawiki.args([$3])).
Constants
Name | Value | Description |
eShowAllThreads
| 0 | |
eShowThreadsWithUnread
| 2 | |
eShowWatchedThreadsWithUnread
| 3 | |
eShowQuickSearchResults
| 4 | |
eShowVirtualFolderResults
| 5 | |
eShowSearch
| 6 |