Ensure documented defaults match given defaults

This commit is contained in:
Ben Fiedler 2020-04-23 01:04:24 +02:00 committed by Reto Brunner
parent 7c89143c70
commit 955b5c22b5
1 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@
# Describes the format for each row in a mailbox view. This field is compatible # Describes the format for each row in a mailbox view. This field is compatible
# with mutt's printf-like syntax. # with mutt's printf-like syntax.
# #
# Default: # Default: %D %-17.17n %Z %s
index-format=%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 # Ring the bell when new messages are received
# #
# Default: yes # Default: true
new-message-bell=true new-message-bell=true
# Marker to show before a pinned tab's name. # Marker to show before a pinned tab's name.
@ -64,7 +64,7 @@ sort=
# Moves to next message when the current message is deleted # Moves to next message when the current message is deleted
# #
# Default: false # Default: true
next-message-on-delete=true next-message-on-delete=true
[viewer] [viewer]