NeoMutt  2024-04-25-1-g3de005
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
CompareData Struct Reference

Private data for browser_sort_helper() More...

Data Fields

bool sort_dirs_first
 $browser_sort_dirs_first = yes
 
bool sort_reverse
 $browser_sort contains 'reverse-'
 
sort_t sort_fn
 Function to perform $browser_sort.
 

Detailed Description

Private data for browser_sort_helper()

Definition at line 45 of file sort.c.

Field Documentation

◆ sort_dirs_first

bool CompareData::sort_dirs_first

$browser_sort_dirs_first = yes

Definition at line 47 of file sort.c.

◆ sort_reverse

bool CompareData::sort_reverse

$browser_sort contains 'reverse-'

Definition at line 48 of file sort.c.

◆ sort_fn

sort_t CompareData::sort_fn

Function to perform $browser_sort.

Definition at line 49 of file sort.c.


The documentation for this struct was generated from the following file: