diff options
author | Jeffas <dev@jeffas.io> | 2019-09-19 23:37:45 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-09-20 14:56:02 -0400 |
commit | 36af93b8f44886b5f9b3c75d12950ce27b1b4bfc (patch) | |
tree | 1ba55c300f338703e3351e7f53d86e606385276c /config | |
parent | 90d26da58a4af2d34328f5916adf3781222966c6 (diff) | |
download | aerc-36af93b8f44886b5f9b3c75d12950ce27b1b4bfc.tar.gz |
Add documentation for sort
This adds documentation for the config option and the command.
Diffstat (limited to 'config')
-rw-r--r-- | config/aerc.conf.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index c50b7b9..9ad7fcd 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -48,6 +48,15 @@ new-message-bell=true # Default: %n %>r dirlist-format=%n %>r +# List of space-separated criteria to sort the messages by, see *sort* +# command in *aerc*(1) for reference. Prefixing a criterion with "-r " +# reverses that criterion. +# +# Example: "from -r date" +# +# Default: "" +sort= + [viewer] # # Specifies the pager to use when displaying emails. Note that some filters |