The nsMsgViewSortOrder
interface contains constants used for sort direction in Thunderbird. This interface isn't ever implemented. It is only used to store constants. For example to sort by date you would pass a function the value:
Components.interfaces.nsMsgViewSortOrder.ascending
Please add a summary to this article.
Last changed in Gecko 1.9 (Firefox 3)
Constants
Name | Value | Description |
none
| 0 | |
ascending
| 1 | |
descending
| 2 |