NeoMutt  2025-12-11-1039-g550ac6
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
sort.h File Reference

Address book sorting functions. More...

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

Go to the source code of this file.

Enumerations

enum  AliasSortType { ALIAS_SORT_ALIAS , ALIAS_SORT_EMAIL , ALIAS_SORT_NAME , ALIAS_SORT_UNSORTED }
 Methods for sorting Aliases/Queries. More...

Detailed Description

Address book 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

◆ AliasSortType

Methods for sorting Aliases/Queries.

Enumerator
ALIAS_SORT_ALIAS 

Sort by Alias short name.

ALIAS_SORT_EMAIL 

Sort by Email Address.

ALIAS_SORT_NAME 

Sort by Real Name.

ALIAS_SORT_UNSORTED 

Sort by the order the Aliases were configured.

Definition at line 29 of file sort.h.

30{
35};
@ ALIAS_SORT_UNSORTED
Sort by the order the Aliases were configured.
Definition sort.h:34
@ ALIAS_SORT_NAME
Sort by Real Name.
Definition sort.h:33
@ ALIAS_SORT_EMAIL
Sort by Email Address.
Definition sort.h:32
@ ALIAS_SORT_ALIAS
Sort by Alias short name.
Definition sort.h:31