about summary refs log tree commit diff stats
path: root/config
diff options
context:
space:
mode:
authorBen Fiedler <git@services.bfiedler.ch>2020-04-23 01:04:24 +0200
committerReto Brunner <reto@labrat.space>2020-04-23 21:06:29 +0200
commit955b5c22b5dbd87630c385391e83c8f6f8df956c (patch)
treed1e9e5be4b15e94bc8bc303614a9bfe89ac889e6 /config
parent7c89143c709e58f22a4939886ccb15bd639eec17 (diff)
downloadaerc-955b5c22b5dbd87630c385391e83c8f6f8df956c.tar.gz
Ensure documented defaults match given defaults
Diffstat (limited to 'config')
-rw-r--r--config/aerc.conf.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in
index 917dc22..664c4ac 100644
--- a/config/aerc.conf.in
+++ b/config/aerc.conf.in
@@ -6,7 +6,7 @@
 # Describes the format for each row in a mailbox view. This field is compatible
 # with mutt's printf-like syntax.
 #
-# Default:
+# Default: %D %-17.17n %Z %s
 index-format=%D %-17.17n %Z %s
 
 #
@@ -40,7 +40,7 @@ mouse-enabled=false
 #
 # Ring the bell when new messages are received
 #
-# Default: yes
+# Default: true
 new-message-bell=true
 
 # Marker to show before a pinned tab's name.
@@ -64,7 +64,7 @@ sort=
 
 # Moves to next message when the current message is deleted
 #
-# Default: false
+# Default: true
 next-message-on-delete=true
 
 [viewer]