NeoMutt  2024-11-14-138-ge5ca67
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
sort.h File Reference

Sidebar sorting functions. More...

+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  SidebarSortType {
  SB_SORT_COUNT , SB_SORT_DESC , SB_SORT_FLAGGED , SB_SORT_PATH ,
  SB_SORT_UNREAD , SB_SORT_UNSORTED
}
 Methods for sorting the Sidebar. More...
 

Detailed Description

Sidebar sorting functions.

Authors
  • Richard Russon

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.

Definition in file sort.h.

Enumeration Type Documentation

◆ SidebarSortType

Methods for sorting the Sidebar.

Enumerator
SB_SORT_COUNT 

Sort by total message count.

SB_SORT_DESC 

Sort by mailbox description.

SB_SORT_FLAGGED 

Sort by count of flagged messages.

SB_SORT_PATH 

Sort by mailbox path (alphabetically)

SB_SORT_UNREAD 

Sort by count of unread messages.

SB_SORT_UNSORTED 

Sort into the order the mailboxes were configured.

Definition at line 29 of file sort.h.

30{
37};
@ SB_SORT_FLAGGED
Sort by count of flagged messages.
Definition: sort.h:33
@ SB_SORT_COUNT
Sort by total message count.
Definition: sort.h:31
@ SB_SORT_DESC
Sort by mailbox description.
Definition: sort.h:32
@ SB_SORT_PATH
Sort by mailbox path (alphabetically)
Definition: sort.h:34
@ SB_SORT_UNREAD
Sort by count of unread messages.
Definition: sort.h:35
@ SB_SORT_UNSORTED
Sort into the order the mailboxes were configured.
Definition: sort.h:36