about summary refs log tree commit diff stats
path: root/config/aerc.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'config/aerc.conf.in')
-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]