Files
neomutt-samples/config/variable/05-018-sidebar_sort_method
2018-12-01 20:16:10 +01:00

20 lines
862 B
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# -------------------------------------------------------------------------
# Name: sidebar_sort_method
# -------------------------------------------------------------------------
# Specifies how to sort entries in the file browser. By default, the
# entries are sorted alphabetically.
#
# Valid values:
# alpha (alphabetically)
# count (all message count)
# flagged (flagged message count)
# name (alphabetically)
# new (unread message count)
# path (alphabetically)
# unread (unread message count)
# unsorted
#
# You may optionally use the “reverse-” prefix to specify reverse sorting
# order (example: “set sort_browser=reverse-date”).
# -------------------------------------------------------------------------