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

Browser sorting functions. More...

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

Go to the source code of this file.

Enumerations

enum  BrowserSortType {
  BROWSER_SORT_ALPHA , BROWSER_SORT_COUNT , BROWSER_SORT_DATE , BROWSER_SORT_DESC ,
  BROWSER_SORT_NEW , BROWSER_SORT_SIZE , BROWSER_SORT_UNSORTED
}
 Methods for sorting the Browser. More...
 

Detailed Description

Browser 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

◆ BrowserSortType

Methods for sorting the Browser.

Enumerator
BROWSER_SORT_ALPHA 

Sort alphabetically by name.

BROWSER_SORT_COUNT 

Sort by total message count.

BROWSER_SORT_DATE 

Sort by date.

BROWSER_SORT_DESC 

Sort by description.

BROWSER_SORT_NEW 

Sort by count of new messages.

BROWSER_SORT_SIZE 

Sort by size.

BROWSER_SORT_UNSORTED 

Sort into the raw order.

Definition at line 29 of file sort.h.

30{
38};
@ BROWSER_SORT_ALPHA
Sort alphabetically by name.
Definition: sort.h:31
@ BROWSER_SORT_UNSORTED
Sort into the raw order.
Definition: sort.h:37
@ BROWSER_SORT_COUNT
Sort by total message count.
Definition: sort.h:32
@ BROWSER_SORT_DATE
Sort by date.
Definition: sort.h:33
@ BROWSER_SORT_NEW
Sort by count of new messages.
Definition: sort.h:35
@ BROWSER_SORT_SIZE
Sort by size.
Definition: sort.h:36
@ BROWSER_SORT_DESC
Sort by description.
Definition: sort.h:34