From 36af93b8f44886b5f9b3c75d12950ce27b1b4bfc Mon Sep 17 00:00:00 2001 From: Jeffas Date: Thu, 19 Sep 2019 23:37:45 +0100 Subject: Add documentation for sort This adds documentation for the config option and the command. --- config/aerc.conf.in | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config') 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 -- cgit v1.2.3