org.columba.mail.folderoptions |
Configuration options, which can be assigned on a per-folder basis,
or globally.
This includes, which columns to show in the message-list. The sorting
order, filter properties, enabling/disabling of the threaded-view, etc.
|
Java Source File Name | Type | Comment |
AbstractFolderOptionsPlugin.java | Class | AbstractMessageFolder options plugin abstract class.
Plugins implementing this abstract class can load/save their configuration
data. |
ColumnOptionsPlugin.java | Class | Stores all visible columns of the message list. |
FolderOptionsController.java | Class | Controller used by TableController to handle all folder-related
option plugins. |
IFolderOptionsController.java | Interface | |
SelectionOptionsPlugin.java | Class | Handles selecting message after folder selection changes.
This implementation remembers the the selected message, and tries to reselect
it again. |
SortingOptionsPlugin.java | Class | Handles sorting state, including sorting order, which can
be ascending or descending and the actual column. |
ThreadedViewOptionsPlugin.java | Class | Handles enabled/disabled state of threaded-view. |