mirror of
https://github.com/neomutt/samples.git
synced 2025-08-11 00:43:33 +02:00
20 lines
862 B
Plaintext
20 lines
862 B
Plaintext
# -------------------------------------------------------------------------
|
||
# 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”).
|
||
# -------------------------------------------------------------------------
|