]> git.madduck.net Git - etc/neomutt.git/blobdiff - .config/neomutt/confvars

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Fix repeated Re/Fw in subject
[etc/neomutt.git] / .config / neomutt / confvars
index bf45b88ff59bea03a26eb65bb6077d2fedd5ee89..ce68bcf8652c4eb995743be8a6d8f9cfe8a8f89c 100644 (file)
@@ -1,5 +1,5 @@
 # Auto-generated using mkconf from manual.txt
 # Auto-generated using mkconf from manual.txt
-# on 2024-09-19 21:42:43
+# on 2025-01-21 08:53:04
 #
 # Invoked as: ./mkconf
 #
 #
 # Invoked as: ./mkconf
 #
@@ -126,7 +126,7 @@ set alias_file="$my_confdir/aliases"
 # 3.9. alias_format
 # 
 # Type: string
 # 3.9. alias_format
 # 
 # Type: string
-# Default: “%3n %f%t %-15a %-56r | %c
+# Default: “%3i %f%t %-15a %-56A | %C%> %Y
 # 
 # Specifies the format of the data displayed for the "alias" menu. The following
 # printf(3)-style sequences are available:
 # 
 # Specifies the format of the data displayed for the "alias" menu. The following
 # printf(3)-style sequences are available:
@@ -134,17 +134,21 @@ set alias_file="$my_confdir/aliases"
 # ┌───┬───────────────────────────────────────────────────────────────┐ 
 # │%a │Alias name                                                     │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # ┌───┬───────────────────────────────────────────────────────────────┐ 
 # │%a │Alias name                                                     │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%c │Comment                                                        │
+# │%A │Full Address (Name and Email)                                  │
+# ├───┼───────────────────────────────────────────────────────────────┤ 
+# │%C │Comment                                                        │
+# ├───┼───────────────────────────────────────────────────────────────┤ 
+# │%E │Email Address                                                  │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # │%f │Flags - currently, a "d" for an alias marked for deletion      │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # │%f │Flags - currently, a "d" for an alias marked for deletion      │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%n │Index number                                                   │
+# │%i │Index number                                                   │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%r │Address which alias expands to                                 │
+# │%N │Real name                                                      │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%t │Character which indicates if the alias is tagged for inclusion │
+# │%t │Alias is tagged (selected)                                     │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%Y │Comma-separated tags                                           │
+# │%Y │User-defined tags (labels)                                     │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # │%>X│right justify the rest of the string and pad with character "X"│
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # ├───┼───────────────────────────────────────────────────────────────┤ 
 # │%>X│right justify the rest of the string and pad with character "X"│
 # ├───┼───────────────────────────────────────────────────────────────┤ 
@@ -153,9 +157,40 @@ set alias_file="$my_confdir/aliases"
 # │%*X│soft-fill with character "X" as pad                            │
 # └───┴───────────────────────────────────────────────────────────────┘ 
 # 
 # │%*X│soft-fill with character "X" as pad                            │
 # └───┴───────────────────────────────────────────────────────────────┘ 
 # 
+# For an explanation of "soft-fill", see the $index_format documentation.
+# 
+# The following sequences are deprecated; they will be removed in the future.
+# 
+# ┌──┬───────────────┐ 
+# │%c│Use %C instead │
+# ├──┼───────────────┤ 
+# │%n│Use %i instead │
+# ├──┼───────────────┤ 
+# │%r│Use %A instead │
+# └──┴───────────────┘ 
+# 
 
 
 
 
-# 3.10. allow_8bit
+# 3.10. alias_sort
+# 
+# Type: sort order
+# Default: alias
+# 
+# Specifies how the entries in the "alias" menu are sorted. The following are
+# legal values:
+# 
+# • address (sort alphabetically by email address)
+# 
+# • alias (sort alphabetically by alias name)
+# 
+# • unsorted (leave in order specified in .neomuttrc)
+# 
+# Note: This also affects the entries of the address query menu, thus potentially
+# overruling the order of entries as generated by $query_command.
+# 
+
+
+# 3.11. allow_8bit
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -165,7 +200,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.11. allow_ansi
+# 3.12. allow_ansi
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -183,7 +218,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.12. arrow_cursor
+# 3.13. arrow_cursor
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -195,7 +230,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.13. arrow_string
+# 3.14. arrow_string
 # 
 # Type: string
 # Default: “->”
 # 
 # Type: string
 # Default: “->”
@@ -204,7 +239,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.14. ascii_chars
+# 3.15. ascii_chars
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -214,7 +249,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.15. ask_bcc
+# 3.16. ask_bcc
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -224,7 +259,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.16. ask_cc
+# 3.17. ask_cc
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -234,7 +269,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.17. ask_followup_to
+# 3.18. ask_followup_to
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -244,7 +279,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.18. ask_x_comment_to
+# 3.19. ask_x_comment_to
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -254,7 +289,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.19. assumed_charset
+# 3.20. assumed_charset
 # 
 # Type: string list
 # Default: (empty)
 # 
 # Type: string list
 # Default: (empty)
@@ -273,7 +308,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.20. attach_charset
+# 3.21. attach_charset
 # 
 # Type: string list
 # Default: (empty)
 # 
 # Type: string list
 # Default: (empty)
@@ -293,7 +328,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.21. attach_format
+# 3.22. attach_format
 # 
 # Type: string
 # Default: “%u%D%I %t%4n %T%d %> [%.7m/%.10M, %.6e%<C?, %C>, %s] ”
 # 
 # Type: string
 # Default: “%u%D%I %t%4n %T%d %> [%.7m/%.10M, %.6e%<C?, %C>, %s] ”
@@ -348,7 +383,7 @@ set alias_file="$my_confdir/aliases"
 # 
 
 
 # 
 
 
-# 3.22. attach_save_dir
+# 3.23. attach_save_dir
 # 
 # Type: path
 # Default: “./”
 # 
 # Type: path
 # Default: “./”
@@ -358,7 +393,7 @@ set alias_file="$my_confdir/aliases"
 set attach_save_dir=$tmpdir
 
 
 set attach_save_dir=$tmpdir
 
 
-# 3.23. attach_save_without_prompting
+# 3.24. attach_save_without_prompting
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -368,7 +403,7 @@ set attach_save_dir=$tmpdir
 # 
 
 
 # 
 
 
-# 3.24. attach_sep
+# 3.25. attach_sep
 # 
 # Type: string
 # Default: “n”
 # 
 # Type: string
 # Default: “n”
@@ -378,7 +413,7 @@ set attach_save_dir=$tmpdir
 # 
 
 
 # 
 
 
-# 3.25. attach_split
+# 3.26. attach_split
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -391,7 +426,7 @@ set attach_save_dir=$tmpdir
 # 
 
 
 # 
 
 
-# 3.26. attribution_intro
+# 3.27. attribution_intro
 # 
 # Type: string
 # Default: “On %d, %n wrote:”
 # 
 # Type: string
 # Default: “On %d, %n wrote:”
@@ -404,7 +439,7 @@ set attach_save_dir=$tmpdir
 # 
 
 
 # 
 
 
-# 3.27. attribution_locale
+# 3.28. attribution_locale
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -422,7 +457,7 @@ set attach_save_dir=$tmpdir
 # 
 
 
 # 
 
 
-# 3.28. attribution_trailer
+# 3.29. attribution_trailer
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -436,7 +471,7 @@ set attach_save_dir=$tmpdir
 # 
 
 
 # 
 
 
-# 3.29. auto_edit
+# 3.30. auto_edit
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -455,7 +490,7 @@ set attach_save_dir=$tmpdir
 set auto_edit=yes
 
 
 set auto_edit=yes
 
 
-# 3.30. auto_subscribe
+# 3.31. auto_subscribe
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -468,7 +503,7 @@ set auto_edit=yes
 # 
 
 
 # 
 
 
-# 3.31. auto_tag
+# 3.32. auto_tag
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -480,7 +515,7 @@ set auto_edit=yes
 # 
 
 
 # 
 
 
-# 3.32. autocrypt
+# 3.33. autocrypt
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -491,7 +526,7 @@ set auto_edit=yes
 # 
 
 
 # 
 
 
-# 3.33. autocrypt_acct_format
+# 3.34. autocrypt_acct_format
 # 
 # Type: string
 # Default: “%4n %-30a %20p %10s”
 # 
 # Type: string
 # Default: “%4n %-30a %20p %10s”
@@ -521,7 +556,7 @@ set auto_edit=yes
 # 
 
 
 # 
 
 
-# 3.34. autocrypt_dir
+# 3.35. autocrypt_dir
 # 
 # Type: path
 # Default: “~/.mutt/autocrypt”
 # 
 # Type: path
 # Default: “~/.mutt/autocrypt”
@@ -531,7 +566,7 @@ set auto_edit=yes
 # 
 
 
 # 
 
 
-# 3.35. autocrypt_reply
+# 3.36. autocrypt_reply
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -543,7 +578,7 @@ set auto_edit=yes
 # 
 
 
 # 
 
 
-# 3.36. beep
+# 3.37. beep
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -553,7 +588,7 @@ set auto_edit=yes
 set beep=no
 
 
 set beep=no
 
 
-# 3.37. beep_new
+# 3.38. beep_new
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -564,7 +599,7 @@ set beep=no
 # 
 
 
 # 
 
 
-# 3.38. bounce
+# 3.39. bounce
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -576,7 +611,7 @@ set beep=no
 # 
 
 
 # 
 
 
-# 3.39. bounce_delivered
+# 3.40. bounce_delivered
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -589,7 +624,7 @@ set beep=no
 set bounce_delivered=no
 
 
 set bounce_delivered=no
 
 
-# 3.40. braille_friendly
+# 3.41. braille_friendly
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -602,7 +637,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.41. browser_abbreviate_mailboxes
+# 3.42. browser_abbreviate_mailboxes
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -610,14 +645,43 @@ set bounce_delivered=no
 # When this variable is set, NeoMutt will abbreviate mailbox names in the browser
 # mailbox list, using '~' and '=' shortcuts.
 # 
 # When this variable is set, NeoMutt will abbreviate mailbox names in the browser
 # mailbox list, using '~' and '=' shortcuts.
 # 
-# The default "alpha" setting of $sort_browser uses locale-based sorting (using
+# The default "alpha" setting of $browser_sort uses locale-based sorting (using
 # strcoll(3)), which ignores some punctuation. This can lead to some situations
 # where the order doesn't make intuitive sense. In those cases, it may be
 # desirable to unset this variable.
 # 
 
 
 # strcoll(3)), which ignores some punctuation. This can lead to some situations
 # where the order doesn't make intuitive sense. In those cases, it may be
 # desirable to unset this variable.
 # 
 
 
-# 3.42. browser_sort_dirs_first
+# 3.43. browser_sort
+# 
+# Type: sort order
+# Default: alpha
+# 
+# Specifies how to sort entries in the file browser. By default, the entries are
+# sorted alphabetically. Valid values:
+# 
+# • alpha (alphabetically by name)
+# 
+# • count (total message count)
+# 
+# • date
+# 
+# • desc (description)
+# 
+# • new (new message count)
+# 
+# • size
+# 
+# • unsorted
+# 
+# You may optionally use the "reverse-" prefix to specify reverse sorting order
+# (example: "set browser_sort=reverse-date").
+# 
+# The "unread" value is a synonym for "new".
+# 
+
+
+# 3.44. browser_sort_dirs_first
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -626,7 +690,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.43. catchup_newsgroup
+# 3.45. catchup_newsgroup
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -636,7 +700,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.44. certificate_file
+# 3.46. certificate_file
 # 
 # Type: path
 # Default: “~/.mutt_certificates”
 # 
 # Type: path
 # Default: “~/.mutt_certificates”
@@ -658,7 +722,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.45. change_folder_next
+# 3.47. change_folder_next
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -669,7 +733,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.46. charset
+# 3.48. charset
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -685,7 +749,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.47. check_mbox_size
+# 3.49. check_mbox_size
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -704,7 +768,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.48. check_new
+# 3.50. check_new
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -719,7 +783,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.49. collapse_all
+# 3.51. collapse_all
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -728,7 +792,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.50. collapse_flagged
+# 3.52. collapse_flagged
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -738,7 +802,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.51. collapse_unread
+# 3.53. collapse_unread
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -748,7 +812,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.52. color_directcolor
+# 3.54. color_directcolor
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -770,7 +834,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.53. compose_confirm_detach_first
+# 3.55. compose_confirm_detach_first
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -785,7 +849,7 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.54. compose_format
+# 3.56. compose_format
 # 
 # Type: string
 # Default: “-- NeoMutt: Compose  [Approx. msg size: %l   Atts: %a]%>-”
 # 
 # Type: string
 # Default: “-- NeoMutt: Compose  [Approx. msg size: %l   Atts: %a]%>-”
@@ -816,7 +880,36 @@ set bounce_delivered=no
 # 
 
 
 # 
 
 
-# 3.55. compose_show_user_headers
+# 3.57. compose_preview_min_rows
+# 
+# Type: number
+# Default: 5
+# 
+# This variable specifies the minimum number of rows that have to be available
+# for the message preview window to shown.
+# 
+
+
+# 3.58. compose_preview_above_attachments
+# 
+# Type: boolean
+# Default: no
+# 
+# Show the message preview above the attachments list. By default it is shown
+# below it.
+# 
+
+
+# 3.59. compose_show_preview
+# 
+# Type: boolean
+# Default: yes
+# 
+# When set, Neomutt will display a preview of message in the compose view.
+# 
+
+
+# 3.60. compose_show_user_headers
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -827,7 +920,7 @@ set bounce_delivered=no
 set compose_show_user_headers=no
 
 
 set compose_show_user_headers=no
 
 
-# 3.56. config_charset
+# 3.61. config_charset
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -845,7 +938,7 @@ set compose_show_user_headers=no
 # 
 
 
 # 
 
 
-# 3.57. confirm_append
+# 3.62. confirm_append
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -856,7 +949,7 @@ set compose_show_user_headers=no
 set confirm_append=no
 
 
 set confirm_append=no
 
 
-# 3.58. confirm_create
+# 3.63. confirm_create
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -866,7 +959,7 @@ set confirm_append=no
 # 
 
 
 # 
 
 
-# 3.59. content_type
+# 3.64. content_type
 # 
 # Type: string
 # Default: “text/plain”
 # 
 # Type: string
 # Default: “text/plain”
@@ -876,7 +969,7 @@ set confirm_append=no
 set content_type="text/plain; markup=markdown"
 
 
 set content_type="text/plain; markup=markdown"
 
 
-# 3.60. copy
+# 3.65. copy
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -888,7 +981,7 @@ set content_type="text/plain; markup=markdown"
 set copy=yes
 
 
 set copy=yes
 
 
-# 3.61. copy_decode_weed
+# 3.66. copy_decode_weed
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -898,7 +991,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.62. count_alternatives
+# 3.67. count_alternatives
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -914,7 +1007,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.63. crypt_auto_encrypt
+# 3.68. crypt_auto_encrypt
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -928,7 +1021,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.64. crypt_auto_pgp
+# 3.69. crypt_auto_pgp
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -940,7 +1033,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.65. crypt_auto_sign
+# 3.70. crypt_auto_sign
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -954,7 +1047,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.66. crypt_auto_smime
+# 3.71. crypt_auto_smime
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -966,7 +1059,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.67. crypt_chars
+# 3.72. crypt_chars
 # 
 # Type: character string
 # Default: “SPsK ”
 # 
 # Type: character string
 # Default: “SPsK ”
@@ -990,7 +1083,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.68. crypt_confirm_hook
+# 3.73. crypt_confirm_hook
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1001,7 +1094,7 @@ set copy=yes
 # 
 
 
 # 
 
 
-# 3.69. crypt_opportunistic_encrypt
+# 3.74. crypt_opportunistic_encrypt
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1025,7 +1118,7 @@ set copy=yes
 set crypt_opportunistic_encrypt=no
 
 
 set crypt_opportunistic_encrypt=no
 
 
-# 3.70. crypt_opportunistic_encrypt_strong_keys
+# 3.75. crypt_opportunistic_encrypt_strong_keys
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1042,7 +1135,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.71. crypt_protected_headers_read
+# 3.76. crypt_protected_headers_read
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1065,7 +1158,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.72. crypt_protected_headers_save
+# 3.77. crypt_protected_headers_save
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1088,7 +1181,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.73. crypt_protected_headers_subject
+# 3.78. crypt_protected_headers_subject
 # 
 # Type: string
 # Default: “...”
 # 
 # Type: string
 # Default: “...”
@@ -1102,11 +1195,20 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.74. crypt_protected_headers_write
+# 3.79. crypt_protected_headers_weed
 # 
 # Type: boolean
 # Default: no
 # 
 # 
 # Type: boolean
 # Default: no
 # 
+# Controls whether NeoMutt will weed protected header fields. (Crypto only)
+# 
+
+
+# 3.80. crypt_protected_headers_write
+# 
+# Type: boolean
+# Default: yes
+# 
 # When set, NeoMutt will generate protected headers for signed and encrypted
 # emails. 
 # 
 # When set, NeoMutt will generate protected headers for signed and encrypted
 # emails. 
 # 
@@ -1118,7 +1220,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.75. crypt_reply_encrypt
+# 3.81. crypt_reply_encrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1128,7 +1230,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.76. crypt_reply_sign
+# 3.82. crypt_reply_sign
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1140,7 +1242,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.77. crypt_reply_sign_encrypted
+# 3.83. crypt_reply_sign_encrypted
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1153,7 +1255,17 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.78. crypt_timestamp
+# 3.84. crypt_encryption_info
+# 
+# Type: boolean
+# Default: yes
+# 
+# If set, NeoMutt will include an informative block before an encrypted part,
+# with details about the encryption. (Crypto only)
+# 
+
+
+# 3.85. crypt_timestamp
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1165,7 +1277,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.79. crypt_use_gpgme
+# 3.86. crypt_use_gpgme
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1180,7 +1292,7 @@ set crypt_opportunistic_encrypt=no
 # 
 
 
 # 
 
 
-# 3.80. crypt_use_pka
+# 3.87. crypt_use_pka
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1192,7 +1304,7 @@ set crypt_opportunistic_encrypt=no
 set crypt_use_pka=yes
 
 
 set crypt_use_pka=yes
 
 
-# 3.81. crypt_verify_sig
+# 3.88. crypt_verify_sig
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -1203,7 +1315,7 @@ set crypt_use_pka=yes
 # 
 
 
 # 
 
 
-# 3.82. date_format
+# 3.89. date_format
 # 
 # Type: string
 # Default: “!%a, %b %d, %Y at %I:%M:%S%p %Z”
 # 
 # Type: string
 # Default: “!%a, %b %d, %Y at %I:%M:%S%p %Z”
@@ -1231,7 +1343,7 @@ set crypt_use_pka=yes
 set date_format="%F"
 
 
 set date_format="%F"
 
 
-# 3.83. debug_file
+# 3.90. debug_file
 # 
 # Type: path
 # Default: “~/.neomuttdebug”
 # 
 # Type: path
 # Default: “~/.neomuttdebug”
@@ -1247,7 +1359,7 @@ set date_format="%F"
 # 
 
 
 # 
 
 
-# 3.84. debug_level
+# 3.91. debug_level
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -1267,7 +1379,7 @@ set date_format="%F"
 # 
 
 
 # 
 
 
-# 3.85. default_hook
+# 3.92. default_hook
 # 
 # Type: string
 # Default: “~f %s !~P | (~P ~C %s)”
 # 
 # Type: string
 # Default: “~f %s !~P | (~P ~C %s)”
@@ -1288,7 +1400,7 @@ set date_format="%F"
 # 
 
 
 # 
 
 
-# 3.86. delete
+# 3.93. delete
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -1301,7 +1413,7 @@ set date_format="%F"
 set delete=yes
 
 
 set delete=yes
 
 
-# 3.87. delete_untag
+# 3.94. delete_untag
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1312,7 +1424,17 @@ set delete=yes
 # 
 
 
 # 
 
 
-# 3.88. digest_collapse
+# 3.95. devel_security
+# 
+# Type: boolean
+# Default: no
+# 
+# If this option is set, NeoMutt will enable the Security development features.
+# See: https://github.com/neomutt/neomutt/discussions/4251
+# 
+
+
+# 3.96. digest_collapse
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1323,7 +1445,7 @@ set delete=yes
 # 
 
 
 # 
 
 
-# 3.89. display_filter
+# 3.97. display_filter
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -1345,7 +1467,7 @@ set delete=yes
 # 
 
 
 # 
 
 
-# 3.90. dsn_notify
+# 3.98. dsn_notify
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -1368,7 +1490,7 @@ set delete=yes
 # 
 
 
 # 
 
 
-# 3.91. dsn_return
+# 3.99. dsn_return
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -1389,7 +1511,7 @@ set delete=yes
 # 
 
 
 # 
 
 
-# 3.92. duplicate_threads
+# 3.100. duplicate_threads
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1401,7 +1523,7 @@ set delete=yes
 # 
 
 
 # 
 
 
-# 3.93. edit_headers
+# 3.101. edit_headers
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1421,7 +1543,7 @@ set delete=yes
 set edit_headers=yes
 
 
 set edit_headers=yes
 
 
-# 3.94. editor
+# 3.102. editor
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -1443,7 +1565,7 @@ set edit_headers=yes
 set editor="mailplate --edit --auto --keep-unknown"
 
 
 set editor="mailplate --edit --auto --keep-unknown"
 
 
-# 3.95. empty_subject
+# 3.103. empty_subject
 # 
 # Type: string
 # Default: “Re: your mail”
 # 
 # Type: string
 # Default: “Re: your mail”
@@ -1453,7 +1575,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.96. encode_from
+# 3.104. encode_from
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1466,7 +1588,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.97. entropy_file
+# 3.105. entropy_file
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -1476,7 +1598,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.98. envelope_from_address
+# 3.106. envelope_from_address
 # 
 # Type: e-mail address
 # Default: (empty)
 # 
 # Type: e-mail address
 # Default: (empty)
@@ -1486,7 +1608,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.99. external_search_command
+# 3.107. external_search_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -1520,7 +1642,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.100. fast_reply
+# 3.108. fast_reply
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1538,7 +1660,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.101. fcc_attach
+# 3.109. fcc_attach
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -1550,7 +1672,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.102. fcc_before_send
+# 3.110. fcc_before_send
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1566,7 +1688,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.103. fcc_clear
+# 3.111. fcc_clear
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1581,7 +1703,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.104. flag_chars
+# 3.112. flag_chars
 # 
 # Type: character string
 # Default: “*!DdrONon- ”
 # 
 # Type: character string
 # Default: “*!DdrONon- ”
@@ -1616,7 +1738,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.105. flag_safe
+# 3.113. flag_safe
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1625,7 +1747,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 # 
 
 
 # 
 
 
-# 3.106. folder
+# 3.114. folder
 # 
 # Type: mailbox
 # Default: “~/Mail”
 # 
 # Type: mailbox
 # Default: “~/Mail”
@@ -1639,7 +1761,7 @@ set editor="mailplate --edit --auto --keep-unknown"
 set folder="~/mail"
 
 
 set folder="~/mail"
 
 
-# 3.107. folder_format
+# 3.115. folder_format
 # 
 # Type: string
 # Default: “%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %i”
 # 
 # Type: string
 # Default: “%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %i”
@@ -1704,7 +1826,7 @@ set folder="~/mail"
 set folder_format='%t%N%2C  %D  %4s  %f'
 
 
 set folder_format='%t%N%2C  %D  %4s  %f'
 
 
-# 3.108. followup_to
+# 3.116. followup_to
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1726,7 +1848,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.109. followup_to_poster
+# 3.117. followup_to_poster
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -1737,7 +1859,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.110. force_name
+# 3.118. force_name
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1750,7 +1872,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.111. forward_attachments
+# 3.119. forward_attachments
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -1762,7 +1884,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.112. forward_attribution_intro
+# 3.120. forward_attribution_intro
 # 
 # Type: string
 # Default: “----- Forwarded message from %f -----”
 # 
 # Type: string
 # Default: “----- Forwarded message from %f -----”
@@ -1774,7 +1896,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.113. forward_attribution_trailer
+# 3.121. forward_attribution_trailer
 # 
 # Type: string
 # Default: “----- End forwarded message -----”
 # 
 # Type: string
 # Default: “----- End forwarded message -----”
@@ -1786,7 +1908,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.114. forward_decode
+# 3.122. forward_decode
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1798,7 +1920,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.115. forward_decrypt
+# 3.123. forward_decrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1809,7 +1931,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.116. forward_edit
+# 3.124. forward_edit
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -1820,7 +1942,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 # 
 
 
 # 
 
 
-# 3.117. forward_format
+# 3.125. forward_format
 # 
 # Type: string
 # Default: “[%a: %s]”
 # 
 # Type: string
 # Default: “[%a: %s]”
@@ -1831,7 +1953,7 @@ set folder_format='%t%N%2C  %D  %4s  %f'
 set forward_format="(fwd) %s"
 
 
 set forward_format="(fwd) %s"
 
 
-# 3.118. forward_quote
+# 3.126. forward_quote
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1841,7 +1963,7 @@ set forward_format="(fwd) %s"
 # 
 
 
 # 
 
 
-# 3.119. forward_references
+# 3.127. forward_references
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1852,7 +1974,7 @@ set forward_format="(fwd) %s"
 # 
 
 
 # 
 
 
-# 3.120. from
+# 3.128. from
 # 
 # Type: e-mail address
 # Default: (empty)
 # 
 # Type: e-mail address
 # Default: (empty)
@@ -1866,7 +1988,7 @@ set forward_format="(fwd) %s"
 set from='martin f krafft <madduck@madduck.net>'
 
 
 set from='martin f krafft <madduck@madduck.net>'
 
 
-# 3.121. from_chars
+# 3.129. from_chars
 # 
 # Type: character string
 # Default: (empty)
 # 
 # Type: character string
 # Default: (empty)
@@ -1899,7 +2021,7 @@ set from='martin f krafft <madduck@madduck.net>'
 # 
 
 
 # 
 
 
-# 3.122. gecos_mask
+# 3.130. gecos_mask
 # 
 # Type: regular expression
 # Default: “^[^,]*”
 # 
 # Type: regular expression
 # Default: “^[^,]*”
@@ -1917,7 +2039,7 @@ set from='martin f krafft <madduck@madduck.net>'
 # 
 
 
 # 
 
 
-# 3.123. greeting
+# 3.131. greeting
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -1939,7 +2061,7 @@ set from='martin f krafft <madduck@madduck.net>'
 # 
 
 
 # 
 
 
-# 3.124. group_index_format
+# 3.132. group_index_format
 # 
 # Type: string
 # Default: “%4C %M%N %5s  %-45.45f %d”
 # 
 # Type: string
 # Default: “%4C %M%N %5s  %-45.45f %d”
@@ -1976,7 +2098,7 @@ set from='martin f krafft <madduck@madduck.net>'
 # 
 
 
 # 
 
 
-# 3.125. hdrs
+# 3.133. hdrs
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -1988,7 +2110,7 @@ set from='martin f krafft <madduck@madduck.net>'
 # 
 
 
 # 
 
 
-# 3.126. header
+# 3.134. header
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -1998,7 +2120,7 @@ set from='martin f krafft <madduck@madduck.net>'
 # 
 
 
 # 
 
 
-# 3.127. header_cache
+# 3.135. header_cache
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -2015,7 +2137,7 @@ set from='martin f krafft <madduck@madduck.net>'
 set header_cache="~/.var/neomutt/header_cache"
 
 
 set header_cache="~/.var/neomutt/header_cache"
 
 
-# 3.128. header_cache_backend
+# 3.136. header_cache_backend
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -2026,7 +2148,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.129. header_cache_compress_level
+# 3.137. header_cache_compress_level
 # 
 # Type: number
 # Default: 1
 # 
 # Type: number
 # Default: 1
@@ -2036,7 +2158,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.130. header_cache_compress_method
+# 3.138. header_cache_compress_method
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -2047,7 +2169,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.131. header_color_partial
+# 3.139. header_color_partial
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2062,7 +2184,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.132. help
+# 3.140. help
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2077,7 +2199,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.133. hidden_host
+# 3.141. hidden_host
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2087,7 +2209,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.134. hidden_tags
+# 3.142. hidden_tags
 # 
 # Type: string list
 # Default: “unread,draft,flagged,passed,replied,attachment,signed,encrypted”
 # 
 # Type: string list
 # Default: “unread,draft,flagged,passed,replied,attachment,signed,encrypted”
@@ -2097,7 +2219,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.135. hide_limited
+# 3.143. hide_limited
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2107,7 +2229,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.136. hide_missing
+# 3.144. hide_missing
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2117,7 +2239,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.137. hide_thread_subject
+# 3.145. hide_thread_subject
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2127,7 +2249,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.138. hide_top_limited
+# 3.146. hide_top_limited
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2138,7 +2260,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.139. hide_top_missing
+# 3.147. hide_top_missing
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2149,7 +2271,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.140. history
+# 3.148. history
 # 
 # Type: number
 # Default: 10
 # 
 # Type: number
 # Default: 10
@@ -2169,7 +2291,7 @@ set header_cache="~/.var/neomutt/header_cache"
 # 
 
 
 # 
 
 
-# 3.141. history_file
+# 3.149. history_file
 # 
 # Type: path
 # Default: “~/.mutthistory”
 # 
 # Type: path
 # Default: “~/.mutthistory”
@@ -2181,7 +2303,7 @@ set header_cache="~/.var/neomutt/header_cache"
 set history_file="~/.var/neomutt/history"
 
 
 set history_file="~/.var/neomutt/history"
 
 
-# 3.142. history_format
+# 3.150. history_format
 # 
 # Type: string
 # Default: “%s”
 # 
 # Type: string
 # Default: “%s”
@@ -2203,7 +2325,7 @@ set history_file="~/.var/neomutt/history"
 # 
 
 
 # 
 
 
-# 3.143. history_remove_dups
+# 3.151. history_remove_dups
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2214,7 +2336,7 @@ set history_file="~/.var/neomutt/history"
 # 
 
 
 # 
 
 
-# 3.144. honor_disposition
+# 3.152. honor_disposition
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2228,7 +2350,7 @@ set history_file="~/.var/neomutt/history"
 # 
 
 
 # 
 
 
-# 3.145. honor_followup_to
+# 3.153. honor_followup_to
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -2238,7 +2360,7 @@ set history_file="~/.var/neomutt/history"
 # 
 
 
 # 
 
 
-# 3.146. hostname
+# 3.154. hostname
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -2259,7 +2381,7 @@ set history_file="~/.var/neomutt/history"
 # 
 
 
 # 
 
 
-# 3.147. idn_decode
+# 3.155. idn_decode
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2270,7 +2392,7 @@ set history_file="~/.var/neomutt/history"
 # 
 
 
 # 
 
 
-# 3.148. idn_encode
+# 3.156. idn_encode
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2281,7 +2403,7 @@ set history_file="~/.var/neomutt/history"
 # 
 
 
 # 
 
 
-# 3.149. ignore_list_reply_to
+# 3.157. ignore_list_reply_to
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2297,7 +2419,7 @@ set history_file="~/.var/neomutt/history"
 set ignore_list_reply_to=yes
 
 
 set ignore_list_reply_to=yes
 
 
-# 3.150. imap_authenticators
+# 3.158. imap_authenticators
 # 
 # Type: string list
 # Default: (empty)
 # 
 # Type: string list
 # Default: (empty)
@@ -2319,7 +2441,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.151. imap_check_subscribed
+# 3.159. imap_check_subscribed
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2330,7 +2452,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.152. imap_condstore
+# 3.160. imap_condstore
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2345,7 +2467,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.153. imap_deflate
+# 3.161. imap_deflate
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2358,7 +2480,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.154. imap_delim_chars
+# 3.162. imap_delim_chars
 # 
 # Type: string
 # Default: “/.”
 # 
 # Type: string
 # Default: “/.”
@@ -2368,7 +2490,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.155. imap_fetch_chunk_size
+# 3.163. imap_fetch_chunk_size
 # 
 # Type: number (long)
 # Default: 0
 # 
 # Type: number (long)
 # Default: 0
@@ -2380,7 +2502,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.156. imap_headers
+# 3.164. imap_headers
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -2397,7 +2519,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.157. imap_idle
+# 3.165. imap_idle
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2409,7 +2531,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.158. imap_keep_alive
+# 3.166. imap_keep_alive
 # 
 # Type: number
 # Default: 300
 # 
 # Type: number
 # Default: 300
@@ -2424,7 +2546,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.159. imap_list_subscribed
+# 3.167. imap_list_subscribed
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2435,7 +2557,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.160. imap_login
+# 3.168. imap_login
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -2446,7 +2568,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.161. imap_oauth_refresh_command
+# 3.169. imap_oauth_refresh_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -2458,7 +2580,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.162. imap_pass
+# 3.170. imap_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -2473,7 +2595,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.163. imap_passive
+# 3.171. imap_passive
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2485,7 +2607,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.164. imap_peek
+# 3.172. imap_peek
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2497,7 +2619,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.165. imap_pipeline_depth
+# 3.173. imap_pipeline_depth
 # 
 # Type: number
 # Default: 15
 # 
 # Type: number
 # Default: 15
@@ -2512,7 +2634,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.166. imap_poll_timeout
+# 3.174. imap_poll_timeout
 # 
 # Type: number
 # Default: 15
 # 
 # Type: number
 # Default: 15
@@ -2523,7 +2645,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.167. imap_qresync
+# 3.175. imap_qresync
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2538,7 +2660,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.168. imap_rfc5161
+# 3.176. imap_rfc5161
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2551,7 +2673,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.169. imap_send_id
+# 3.177. imap_send_id
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2562,7 +2684,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.170. imap_server_noise
+# 3.178. imap_server_noise
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2574,7 +2696,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.171. imap_user
+# 3.179. imap_user
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -2585,7 +2707,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.172. implicit_auto_view
+# 3.180. implicit_auto_view
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2597,7 +2719,7 @@ set ignore_list_reply_to=yes
 # 
 
 
 # 
 
 
-# 3.173. include
+# 3.181. include
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -2608,7 +2730,7 @@ set ignore_list_reply_to=yes
 set include=yes
 
 
 set include=yes
 
 
-# 3.174. include_encrypted
+# 3.182. include_encrypted
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2623,7 +2745,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.175. include_only_first
+# 3.183. include_only_first
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2633,7 +2755,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.176. indent_string
+# 3.184. indent_string
 # 
 # Type: string
 # Default: “> ”
 # 
 # Type: string
 # Default: “> ”
@@ -2650,7 +2772,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.177. index_format
+# 3.185. index_format
 # 
 # Type: string
 # Default: “%4C %Z %{%b %d} %-15.15L (%<l?%4l&%4c>) %s”
 # 
 # Type: string
 # Default: “%4C %Z %{%b %d} %-15.15L (%<l?%4l&%4c>) %s”
@@ -2782,10 +2904,11 @@ set include=yes
 # ├───────┼─────────────────────────────────────────────────────────────────────┤ 
 # │ │the date and time of the message is converted to sender's time zone, │
 # │ │and "fmt" is expanded by the library function strftime(3); if the    │
 # ├───────┼─────────────────────────────────────────────────────────────────────┤ 
 # │ │the date and time of the message is converted to sender's time zone, │
 # │ │and "fmt" is expanded by the library function strftime(3); if the    │
-# │%{fmt} │first character inside the braces is a bang ("!"), the date is       │
-# │ │formatted ignoring any locale settings. Note that the sender's time  │
+# │ │first character inside the braces is a bang ("!"), the date is       │
+# │%{fmt} │formatted ignoring any locale settings. Note that the sender's time  │
 # │ │zone might only be available as a numerical offset, so "%Z" behaves  │
 # │ │zone might only be available as a numerical offset, so "%Z" behaves  │
-# │ │like "%z".                                                           │
+# │ │like "%z". %{fmt} behaves like %[fmt] on systems where struct tm     │
+# │ │doesn't have a tm_gmtoff member.                                     │
 # ├───────┼─────────────────────────────────────────────────────────────────────┤ 
 # │ │the date and time of the message is converted to the local time zone,│
 # │%[fmt] │and "fmt" is expanded by the library function strftime(3); if the    │
 # ├───────┼─────────────────────────────────────────────────────────────────────┤ 
 # │ │the date and time of the message is converted to the local time zone,│
 # │%[fmt] │and "fmt" is expanded by the library function strftime(3); if the    │
@@ -2826,7 +2949,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.178. inews
+# 3.186. inews
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -2855,7 +2978,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.179. ispell
+# 3.187. ispell
 # 
 # Type: command
 # Default: “ispell”
 # 
 # Type: command
 # Default: “ispell”
@@ -2864,7 +2987,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.180. keep_flagged
+# 3.188. keep_flagged
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2877,7 +3000,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.181. local_date_header
+# 3.189. local_date_header
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2888,7 +3011,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.182. mail_check
+# 3.190. mail_check
 # 
 # Type: number
 # Default: 5
 # 
 # Type: number
 # Default: 5
@@ -2898,7 +3021,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.183. mail_check_recent
+# 3.191. mail_check_recent
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2910,7 +3033,7 @@ set include=yes
 # 
 
 
 # 
 
 
-# 3.184. mail_check_stats
+# 3.192. mail_check_stats
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2929,7 +3052,7 @@ set include=yes
 set mail_check_stats=yes
 
 
 set mail_check_stats=yes
 
 
-# 3.185. mail_check_stats_interval
+# 3.193. mail_check_stats_interval
 # 
 # Type: number
 # Default: 60
 # 
 # Type: number
 # Default: 60
@@ -2939,7 +3062,7 @@ set mail_check_stats=yes
 # 
 
 
 # 
 
 
-# 3.186. mailbox_folder_format
+# 3.194. mailbox_folder_format
 # 
 # Type: string
 # Default: “%2C %<n?%6n&      > %6m %i”
 # 
 # Type: string
 # Default: “%2C %<n?%6n&      > %6m %i”
@@ -2950,7 +3073,7 @@ set mail_check_stats=yes
 # 
 
 
 # 
 
 
-# 3.187. mailcap_path
+# 3.195. mailcap_path
 # 
 # Type: string list
 # Default: “~/.mailcap:/usr/share/neomutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/
 # 
 # Type: string list
 # Default: “~/.mailcap:/usr/share/neomutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/
@@ -2968,7 +3091,7 @@ set mail_check_stats=yes
 set mailcap_path="$my_confdir/mailcap.containers:$my_confdir/mailcap.icalendar:$my_confdir/mailcap.backgrounding:$my_confdir/mailcap.htmldump"
 
 
 set mailcap_path="$my_confdir/mailcap.containers:$my_confdir/mailcap.icalendar:$my_confdir/mailcap.backgrounding:$my_confdir/mailcap.htmldump"
 
 
-# 3.188. mailcap_sanitize
+# 3.196. mailcap_sanitize
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -2981,7 +3104,7 @@ set mailcap_path="$my_confdir/mailcap.containers:$my_confdir/mailcap.icalendar:$
 # 
 
 
 # 
 
 
-# 3.189. maildir_check_cur
+# 3.197. maildir_check_cur
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -2994,7 +3117,7 @@ set mailcap_path="$my_confdir/mailcap.containers:$my_confdir/mailcap.icalendar:$
 # 
 
 
 # 
 
 
-# 3.190. maildir_field_delimiter
+# 3.198. maildir_field_delimiter
 # 
 # Type: string
 # Default: “:”
 # 
 # Type: string
 # Default: “:”
@@ -3008,7 +3131,7 @@ set mailcap_path="$my_confdir/mailcap.containers:$my_confdir/mailcap.icalendar:$
 # 
 
 
 # 
 
 
-# 3.191. maildir_header_cache_verify
+# 3.199. maildir_header_cache_verify
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3020,7 +3143,7 @@ set mailcap_path="$my_confdir/mailcap.containers:$my_confdir/mailcap.icalendar:$
 set maildir_header_cache_verify=no
 
 
 set maildir_header_cache_verify=no
 
 
-# 3.192. maildir_trash
+# 3.200. maildir_trash
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3031,7 +3154,7 @@ set maildir_header_cache_verify=no
 # 
 
 
 # 
 
 
-# 3.193. mark_macro_prefix
+# 3.201. mark_macro_prefix
 # 
 # Type: string
 # Default: “'”
 # 
 # Type: string
 # Default: “'”
@@ -3042,7 +3165,7 @@ set maildir_header_cache_verify=no
 # 
 
 
 # 
 
 
-# 3.194. mark_old
+# 3.202. mark_old
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3055,7 +3178,7 @@ set maildir_header_cache_verify=no
 set mark_old=no
 
 
 set mark_old=no
 
 
-# 3.195. markers
+# 3.203. markers
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3068,7 +3191,7 @@ set mark_old=no
 set markers=no
 
 
 set markers=no
 
 
-# 3.196. mask
+# 3.204. mask
 # 
 # Type: regular expression
 # Default: “!^.[^.]”
 # 
 # Type: regular expression
 # Default: “!^.[^.]”
@@ -3079,7 +3202,7 @@ set markers=no
 # 
 
 
 # 
 
 
-# 3.197. mbox
+# 3.205. mbox
 # 
 # Type: mailbox
 # Default: “~/mbox”
 # 
 # Type: mailbox
 # Default: “~/mbox”
@@ -3092,7 +3215,7 @@ set markers=no
 set mbox="=spool"
 
 
 set mbox="=spool"
 
 
-# 3.198. mbox_type
+# 3.206. mbox_type
 # 
 # Type: enumeration
 # Default: mbox
 # 
 # Type: enumeration
 # Default: mbox
@@ -3105,7 +3228,7 @@ set mbox="=spool"
 set mbox_type=Maildir
 
 
 set mbox_type=Maildir
 
 
-# 3.199. me_too
+# 3.207. me_too
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3115,7 +3238,7 @@ set mbox_type=Maildir
 # 
 
 
 # 
 
 
-# 3.200. menu_context
+# 3.208. menu_context
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3126,7 +3249,7 @@ set mbox_type=Maildir
 set menu_context=5
 
 
 set menu_context=5
 
 
-# 3.201. menu_move_off
+# 3.209. menu_move_off
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3137,7 +3260,7 @@ set menu_context=5
 # 
 
 
 # 
 
 
-# 3.202. menu_scroll
+# 3.210. menu_scroll
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3150,7 +3273,7 @@ set menu_context=5
 set menu_scroll=yes
 
 
 set menu_scroll=yes
 
 
-# 3.203. message_cache_clean
+# 3.211. message_cache_clean
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3161,7 +3284,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.204. message_cache_dir
+# 3.212. message_cache_dir
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -3177,7 +3300,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.205. message_format
+# 3.213. message_format
 # 
 # Type: string
 # Default: “%s”
 # 
 # Type: string
 # Default: “%s”
@@ -3188,7 +3311,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.206. meta_key
+# 3.214. meta_key
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3202,7 +3325,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.207. mh_purge
+# 3.215. mh_purge
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3216,7 +3339,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.208. mh_seq_flagged
+# 3.216. mh_seq_flagged
 # 
 # Type: string
 # Default: “flagged”
 # 
 # Type: string
 # Default: “flagged”
@@ -3225,7 +3348,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.209. mh_seq_replied
+# 3.217. mh_seq_replied
 # 
 # Type: string
 # Default: “replied”
 # 
 # Type: string
 # Default: “replied”
@@ -3234,7 +3357,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.210. mh_seq_unseen
+# 3.218. mh_seq_unseen
 # 
 # Type: string
 # Default: “unseen”
 # 
 # Type: string
 # Default: “unseen”
@@ -3243,7 +3366,7 @@ set menu_scroll=yes
 # 
 
 
 # 
 
 
-# 3.211. mime_forward
+# 3.219. mime_forward
 # 
 # Type: quadoption
 # Default: no
 # 
 # Type: quadoption
 # Default: no
@@ -3259,7 +3382,7 @@ set menu_scroll=yes
 set mime_forward=ask-yes
 
 
 set mime_forward=ask-yes
 
 
-# 3.212. mime_forward_decode
+# 3.220. mime_forward_decode
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3270,7 +3393,7 @@ set mime_forward=ask-yes
 # 
 
 
 # 
 
 
-# 3.213. mime_forward_rest
+# 3.221. mime_forward_rest
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -3281,7 +3404,7 @@ set mime_forward=ask-yes
 # 
 
 
 # 
 
 
-# 3.214. mime_type_query_command
+# 3.222. mime_type_query_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -3302,7 +3425,7 @@ set mime_forward=ask-yes
 # 
 
 
 # 
 
 
-# 3.215. mime_type_query_first
+# 3.223. mime_type_query_first
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3312,50 +3435,7 @@ set mime_forward=ask-yes
 # 
 
 
 # 
 
 
-# 3.216. mix_entry_format
-# 
-# Type: string
-# Default: “%4n %c %-16s %a”
-# 
-# This variable describes the format of a remailer line on the mixmaster chain
-# selection screen. The following printf(3)-like sequences are supported:
-# 
-# ┌───┬───────────────────────────────────────────────────────────────┐ 
-# │%a │The remailer's e-mail address                                  │
-# ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%c │Remailer capabilities                                          │
-# ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%n │The running number on the menu                                 │
-# ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%s │The remailer's short name                                      │
-# ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%>X│right justify the rest of the string and pad with character "X"│
-# ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%|X│pad to the end of the line with character "X"                  │
-# ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%*X│soft-fill with character "X" as pad                            │
-# └───┴───────────────────────────────────────────────────────────────┘ 
-# 
-# (Mixmaster only)
-# 
-
-
-# 3.217. mixmaster
-# 
-# Type: command
-# Default: “mixmaster”
-# 
-# This variable contains the path to the Mixmaster binary on your system. It is
-# used with various sets of parameters to gather the list of known remailers, and
-# to finally send a message through the mixmaster chain. (Mixmaster only)
-# 
-# Note: On Debian systems, this option is set by default to “mixmaster-filter” in
-# /etc/neomuttrc. 
-# 
-set mixmaster="mixmaster-filter"
-
-
-# 3.218. move
+# 3.224. move
 # 
 # Type: quadoption
 # Default: no
 # 
 # Type: quadoption
 # Default: no
@@ -3369,7 +3449,7 @@ set mixmaster="mixmaster-filter"
 set move=no
 
 
 set move=no
 
 
-# 3.219. narrow_tree
+# 3.225. narrow_tree
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3380,7 +3460,7 @@ set move=no
 set narrow_tree=yes
 
 
 set narrow_tree=yes
 
 
-# 3.220. net_inc
+# 3.226. net_inc
 # 
 # Type: number
 # Default: 10
 # 
 # Type: number
 # Default: 10
@@ -3393,7 +3473,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.221. new_mail_command
+# 3.227. new_mail_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -3404,7 +3484,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.222. news_cache_dir
+# 3.228. news_cache_dir
 # 
 # Type: path
 # Default: “~/.neomutt”
 # 
 # Type: path
 # Default: “~/.neomutt”
@@ -3415,7 +3495,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.223. news_server
+# 3.229. news_server
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3430,7 +3510,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.224. newsgroups_charset
+# 3.230. newsgroups_charset
 # 
 # Type: string
 # Default: “utf-8”
 # 
 # Type: string
 # Default: “utf-8”
@@ -3439,7 +3519,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.225. newsrc
+# 3.231. newsrc
 # 
 # Type: path
 # Default: “~/.newsrc”
 # 
 # Type: path
 # Default: “~/.newsrc”
@@ -3465,7 +3545,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.226. nm_config_file
+# 3.232. nm_config_file
 # 
 # Type: path
 # Default: “auto”
 # 
 # Type: path
 # Default: “auto”
@@ -3474,7 +3554,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.227. nm_config_profile
+# 3.233. nm_config_profile
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3483,7 +3563,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.228. nm_db_limit
+# 3.234. nm_db_limit
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3492,7 +3572,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.229. nm_default_url
+# 3.235. nm_default_url
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3502,7 +3582,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.230. nm_exclude_tags
+# 3.236. nm_exclude_tags
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3512,7 +3592,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.231. nm_flagged_tag
+# 3.237. nm_flagged_tag
 # 
 # Type: string
 # Default: “flagged”
 # 
 # Type: string
 # Default: “flagged”
@@ -3523,7 +3603,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.232. nm_open_timeout
+# 3.238. nm_open_timeout
 # 
 # Type: number
 # Default: 5
 # 
 # Type: number
 # Default: 5
@@ -3532,7 +3612,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.233. nm_query_type
+# 3.239. nm_query_type
 # 
 # Type: string
 # Default: “messages”
 # 
 # Type: string
 # Default: “messages”
@@ -3542,7 +3622,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.234. nm_query_window_current_position
+# 3.240. nm_query_window_current_position
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3552,7 +3632,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.235. nm_query_window_current_search
+# 3.241. nm_query_window_current_search
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3562,7 +3642,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.236. nm_query_window_duration
+# 3.242. nm_query_window_duration
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3572,7 +3652,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.237. nm_query_window_enable
+# 3.243. nm_query_window_enable
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3581,7 +3661,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.238. nm_query_window_or_terms
+# 3.244. nm_query_window_or_terms
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3598,7 +3678,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.239. nm_query_window_timebase
+# 3.245. nm_query_window_timebase
 # 
 # Type: string
 # Default: “week”
 # 
 # Type: string
 # Default: “week”
@@ -3608,7 +3688,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.240. nm_record
+# 3.246. nm_record
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3620,7 +3700,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.241. nm_record_tags
+# 3.247. nm_record_tags
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3631,7 +3711,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.242. nm_replied_tag
+# 3.248. nm_replied_tag
 # 
 # Type: string
 # Default: “replied”
 # 
 # Type: string
 # Default: “replied”
@@ -3642,7 +3722,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.243. nm_unread_tag
+# 3.249. nm_unread_tag
 # 
 # Type: string
 # Default: “unread”
 # 
 # Type: string
 # Default: “unread”
@@ -3653,7 +3733,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.244. nntp_authenticators
+# 3.250. nntp_authenticators
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3675,7 +3755,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.245. nntp_context
+# 3.251. nntp_context
 # 
 # Type: number (long)
 # Default: 1000
 # 
 # Type: number (long)
 # Default: 1000
@@ -3687,7 +3767,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.246. nntp_listgroup
+# 3.252. nntp_listgroup
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3697,7 +3777,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.247. nntp_load_description
+# 3.253. nntp_load_description
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3708,7 +3788,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.248. nntp_pass
+# 3.254. nntp_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3717,7 +3797,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.249. nntp_poll
+# 3.255. nntp_poll
 # 
 # Type: number
 # Default: 60
 # 
 # Type: number
 # Default: 60
@@ -3728,7 +3808,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.250. nntp_user
+# 3.256. nntp_user
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -3739,7 +3819,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.251. pager
+# 3.257. pager
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -3755,7 +3835,7 @@ set narrow_tree=yes
 # 
 
 
 # 
 
 
-# 3.252. pager_context
+# 3.258. pager_context
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3772,7 +3852,7 @@ set narrow_tree=yes
 set pager_context=2
 
 
 set pager_context=2
 
 
-# 3.253. pager_format
+# 3.259. pager_format
 # 
 # Type: string
 # Default: “-%Z- %C/%m: %-20.20n   %s%*  -- (%P)”
 # 
 # Type: string
 # Default: “-%Z- %C/%m: %-20.20n   %s%*  -- (%P)”
@@ -3784,7 +3864,7 @@ set pager_context=2
 set pager_format="<%a> %*  %i (%P)"
 
 
 set pager_format="<%a> %*  %i (%P)"
 
 
-# 3.254. pager_index_lines
+# 3.260. pager_index_lines
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3799,7 +3879,7 @@ set pager_format="<%a> %*  %i (%P)"
 set pager_index_lines=$menu_context
 
 
 set pager_index_lines=$menu_context
 
 
-# 3.255. pager_read_delay
+# 3.261. pager_read_delay
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3812,7 +3892,7 @@ set pager_index_lines=$menu_context
 # 
 
 
 # 
 
 
-# 3.256. pager_skip_quoted_context
+# 3.262. pager_skip_quoted_context
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -3827,7 +3907,7 @@ set pager_index_lines=$menu_context
 # 
 
 
 # 
 
 
-# 3.257. pager_stop
+# 3.263. pager_stop
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3838,7 +3918,7 @@ set pager_index_lines=$menu_context
 set pager_stop=yes
 
 
 set pager_stop=yes
 
 
-# 3.258. pattern_format
+# 3.264. pattern_format
 # 
 # Type: string
 # Default: “%2n %-15e  %d”
 # 
 # Type: string
 # Default: “%2n %-15e  %d”
@@ -3862,7 +3942,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.259. pgp_auto_decode
+# 3.265. pgp_auto_decode
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3876,7 +3956,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.260. pgp_auto_inline
+# 3.266. pgp_auto_inline
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -3897,7 +3977,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.261. pgp_check_exit
+# 3.267. pgp_check_exit
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3907,7 +3987,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.262. pgp_check_gpg_decrypt_status_fd
+# 3.268. pgp_check_gpg_decrypt_status_fd
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -3923,7 +4003,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.263. pgp_clear_sign_command
+# 3.269. pgp_clear_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -3938,7 +4018,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.264. pgp_decode_command
+# 3.270. pgp_decode_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -3966,7 +4046,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.265. pgp_decrypt_command
+# 3.271. pgp_decrypt_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -3986,7 +4066,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.266. pgp_decryption_okay
+# 3.272. pgp_decryption_okay
 # 
 # Type: regular expression
 # Default: (empty)
 # 
 # Type: regular expression
 # Default: (empty)
@@ -4002,7 +4082,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.267. pgp_default_key
+# 3.273. pgp_default_key
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4017,7 +4097,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.268. pgp_encrypt_only_command
+# 3.274. pgp_encrypt_only_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4031,7 +4111,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.269. pgp_encrypt_sign_command
+# 3.275. pgp_encrypt_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4043,7 +4123,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.270. pgp_entry_format
+# 3.276. pgp_entry_format
 # 
 # Type: string
 # Default: “%4n %t%f %4l/0x%k %-4a %2c %u”
 # 
 # Type: string
 # Default: “%4n %t%f %4l/0x%k %-4a %2c %u”
@@ -4090,7 +4170,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.271. pgp_export_command
+# 3.277. pgp_export_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4102,7 +4182,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.272. pgp_get_keys_command
+# 3.278. pgp_get_keys_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4116,7 +4196,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.273. pgp_good_sign
+# 3.279. pgp_good_sign
 # 
 # Type: regular expression
 # Default: (empty)
 # 
 # Type: regular expression
 # Default: (empty)
@@ -4128,7 +4208,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.274. pgp_ignore_subkeys
+# 3.280. pgp_ignore_subkeys
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4139,7 +4219,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.275. pgp_import_command
+# 3.281. pgp_import_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4152,7 +4232,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.276. pgp_list_pubring_command
+# 3.282. pgp_list_pubring_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4170,7 +4250,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.277. pgp_list_secring_command
+# 3.283. pgp_list_secring_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4188,7 +4268,30 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.278. pgp_long_ids
+# 3.284. pgp_key_sort
+# 
+# Type: sort order
+# Default: address
+# 
+# Specifies how the entries in the pgp menu are sorted. The following are legal
+# values: 
+# 
+# ┌───────┬──────────────────────────────┐ 
+# │address│sort alphabetically by user id│
+# ├───────┼──────────────────────────────┤ 
+# │keyid │sort alphabetically by key id │
+# ├───────┼──────────────────────────────┤ 
+# │date │sort by key creation date     │
+# ├───────┼──────────────────────────────┤ 
+# │trust │sort by the trust of the key  │
+# └───────┴──────────────────────────────┘ 
+# 
+# If you prefer reverse order of the above values, prefix it with "reverse-".
+# (PGP only)
+# 
+
+
+# 3.285. pgp_long_ids
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4200,7 +4303,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.279. pgp_mime_auto
+# 3.286. pgp_mime_auto
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -4214,7 +4317,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.280. pgp_reply_inline
+# 3.287. pgp_reply_inline
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4237,7 +4340,7 @@ set pager_stop=yes
 # 
 
 
 # 
 
 
-# 3.281. pgp_retainable_sigs
+# 3.288. pgp_retainable_sigs
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4252,7 +4355,7 @@ set pager_stop=yes
 set pgp_retainable_sigs=yes
 
 
 set pgp_retainable_sigs=yes
 
 
-# 3.282. pgp_self_encrypt
+# 3.289. pgp_self_encrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4262,7 +4365,7 @@ set pgp_retainable_sigs=yes
 # 
 
 
 # 
 
 
-# 3.283. pgp_show_unusable
+# 3.290. pgp_show_unusable
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4274,7 +4377,7 @@ set pgp_retainable_sigs=yes
 set pgp_show_unusable=no
 
 
 set pgp_show_unusable=no
 
 
-# 3.284. pgp_sign_as
+# 3.291. pgp_sign_as
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4287,7 +4390,7 @@ set pgp_show_unusable=no
 set pgp_sign_as="0x9C9D6979AE941637"
 
 
 set pgp_sign_as="0x9C9D6979AE941637"
 
 
-# 3.285. pgp_sign_command
+# 3.292. pgp_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4300,30 +4403,7 @@ set pgp_sign_as="0x9C9D6979AE941637"
 # 
 
 
 # 
 
 
-# 3.286. pgp_sort_keys
-# 
-# Type: sort order
-# Default: address
-# 
-# Specifies how the entries in the pgp menu are sorted. The following are legal
-# values: 
-# 
-# ┌───────┬──────────────────────────────┐ 
-# │address│sort alphabetically by user id│
-# ├───────┼──────────────────────────────┤ 
-# │keyid │sort alphabetically by key id │
-# ├───────┼──────────────────────────────┤ 
-# │date │sort by key creation date     │
-# ├───────┼──────────────────────────────┤ 
-# │trust │sort by the trust of the key  │
-# └───────┴──────────────────────────────┘ 
-# 
-# If you prefer reverse order of the above values, prefix it with "reverse-".
-# (PGP only)
-# 
-
-
-# 3.287. pgp_strict_enc
+# 3.293. pgp_strict_enc
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4335,7 +4415,7 @@ set pgp_sign_as="0x9C9D6979AE941637"
 # 
 
 
 # 
 
 
-# 3.288. pgp_timeout
+# 3.294. pgp_timeout
 # 
 # Type: number (long)
 # Default: 300
 # 
 # Type: number (long)
 # Default: 300
@@ -4345,7 +4425,7 @@ set pgp_sign_as="0x9C9D6979AE941637"
 # 
 
 
 # 
 
 
-# 3.289. pgp_use_gpg_agent
+# 3.295. pgp_use_gpg_agent
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4368,7 +4448,7 @@ set pgp_sign_as="0x9C9D6979AE941637"
 set pgp_use_gpg_agent=yes
 
 
 set pgp_use_gpg_agent=yes
 
 
-# 3.290. pgp_verify_command
+# 3.296. pgp_verify_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4380,7 +4460,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.291. pgp_verify_key_command
+# 3.297. pgp_verify_key_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4392,7 +4472,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.292. pipe_decode
+# 3.298. pipe_decode
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4406,7 +4486,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.293. pipe_decode_weed
+# 3.299. pipe_decode_weed
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4416,7 +4496,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.294. pipe_sep
+# 3.300. pipe_sep
 # 
 # Type: string
 # Default: “n”
 # 
 # Type: string
 # Default: “n”
@@ -4426,7 +4506,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.295. pipe_split
+# 3.301. pipe_split
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4439,7 +4519,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.296. pop_auth_try_all
+# 3.302. pop_auth_try_all
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4451,7 +4531,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.297. pop_authenticators
+# 3.303. pop_authenticators
 # 
 # Type: string list
 # Default: (empty)
 # 
 # Type: string list
 # Default: (empty)
@@ -4469,7 +4549,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.298. pop_check_interval
+# 3.304. pop_check_interval
 # 
 # Type: number
 # Default: 60
 # 
 # Type: number
 # Default: 60
@@ -4479,7 +4559,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.299. pop_delete
+# 3.305. pop_delete
 # 
 # Type: quadoption
 # Default: ask-no
 # 
 # Type: quadoption
 # Default: ask-no
@@ -4490,7 +4570,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.300. pop_host
+# 3.306. pop_host
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4504,7 +4584,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.301. pop_last
+# 3.307. pop_last
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4515,7 +4595,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.302. pop_oauth_refresh_command
+# 3.308. pop_oauth_refresh_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4527,7 +4607,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.303. pop_pass
+# 3.309. pop_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4541,7 +4621,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.304. pop_reconnect
+# 3.310. pop_reconnect
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -4551,7 +4631,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.305. pop_user
+# 3.311. pop_user
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4562,7 +4642,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.306. post_moderated
+# 3.312. post_moderated
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -4573,7 +4653,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.307. postpone
+# 3.313. postpone
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -4587,7 +4667,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.308. postpone_encrypt
+# 3.314. postpone_encrypt
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4599,7 +4679,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.309. postpone_encrypt_as
+# 3.315. postpone_encrypt_as
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4609,7 +4689,7 @@ set pgp_use_gpg_agent=yes
 # 
 
 
 # 
 
 
-# 3.310. postponed
+# 3.316. postponed
 # 
 # Type: mailbox
 # Default: “~/postponed”
 # 
 # Type: mailbox
 # Default: “~/postponed”
@@ -4623,7 +4703,7 @@ set pgp_use_gpg_agent=yes
 set postponed="=drafts"
 
 
 set postponed="=drafts"
 
 
-# 3.311. preconnect
+# 3.317. preconnect
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4642,7 +4722,7 @@ set postponed="=drafts"
 # 
 
 
 # 
 
 
-# 3.312. preferred_languages
+# 3.318. preferred_languages
 # 
 # Type: string list
 # Default: (empty)
 # 
 # Type: string list
 # Default: (empty)
@@ -4654,7 +4734,7 @@ set postponed="=drafts"
 # 
 
 
 # 
 
 
-# 3.313. print
+# 3.319. print
 # 
 # Type: quadoption
 # Default: ask-no
 # 
 # Type: quadoption
 # Default: ask-no
@@ -4664,7 +4744,7 @@ set postponed="=drafts"
 # 
 
 
 # 
 
 
-# 3.314. print_command
+# 3.320. print_command
 # 
 # Type: command
 # Default: “lpr”
 # 
 # Type: command
 # Default: “lpr”
@@ -4674,7 +4754,7 @@ set postponed="=drafts"
 set print_command="muttprint"
 
 
 set print_command="muttprint"
 
 
-# 3.315. print_decode
+# 3.321. print_decode
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4691,7 +4771,7 @@ set print_command="muttprint"
 # 
 
 
 # 
 
 
-# 3.316. print_decode_weed
+# 3.322. print_decode_weed
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4701,7 +4781,7 @@ set print_command="muttprint"
 # 
 
 
 # 
 
 
-# 3.317. print_split
+# 3.323. print_split
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4718,7 +4798,7 @@ set print_command="muttprint"
 set print_split=yes
 
 
 set print_split=yes
 
 
-# 3.318. prompt_after
+# 3.324. prompt_after
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4730,7 +4810,7 @@ set print_split=yes
 # 
 
 
 # 
 
 
-# 3.319. query_command
+# 3.325. query_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -4746,41 +4826,53 @@ set print_split=yes
 set query_command="lbdbq"
 
 
 set query_command="lbdbq"
 
 
-# 3.320. query_format
+# 3.326. query_format
 # 
 # Type: string
 # 
 # Type: string
-# Default: “%3c %t %-25.25n %-25.25a | %e
+# Default: “%3i %t %-25N %-25E | %C%> %Y
 # 
 # This variable describes the format of the "query" menu. The following printf(3)
 # -style sequences are understood:
 # 
 # 
 # This variable describes the format of the "query" menu. The following printf(3)
 # -style sequences are understood:
 # 
-# ┌───┬─┬─────────────────────────────────────────────────────┐ 
-# │%a │ │Destination address                                  │
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%c │ │Current entry number                                 │
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%e │*│Extra information                                    │
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%n │ │Destination name                                     │
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%t │ │"*" if current entry is tagged, a space otherwise    │
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%Y │ │Comma-separated tags                                 │
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%>X│ │Right justify the rest of the string and pad with "X"│
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%|X│ │Pad to the end of the line with "X"                  │
-# ├───┼─┼─────────────────────────────────────────────────────┤ 
-# │%*X│ │Soft-fill with character "X" as pad                  │
-# └───┴─┴─────────────────────────────────────────────────────┘ 
+# ┌───┬─────────────────────────────────────────────────────┐ 
+# │%A │Full Address (Name and Email)                        │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%C │Comment                                              │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%E │Email Address                                        │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%i │Index number                                         │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%N │Real name                                            │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%t │Alias is tagged (selected)                           │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%Y │User-defined tags (labels)                           │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%>X│Right justify the rest of the string and pad with "X"│
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%|X│Pad to the end of the line with "X"                  │
+# ├───┼─────────────────────────────────────────────────────┤ 
+# │%*X│Soft-fill with character "X" as pad                  │
+# └───┴─────────────────────────────────────────────────────┘ 
 # 
 # For an explanation of "soft-fill", see the $index_format documentation.
 # 
 # 
 # For an explanation of "soft-fill", see the $index_format documentation.
 # 
-# * = can be optionally printed if nonzero, see the $status_format documentation.
+# The following sequences are deprecated; they will be removed in the future.
+# 
+# ┌──┬───────────────┐ 
+# │%a│Use %E instead │
+# ├──┼───────────────┤ 
+# │%c│Use %i instead │
+# ├──┼───────────────┤ 
+# │%e│Use %C instead │
+# ├──┼───────────────┤ 
+# │%n│Use %N instead │
+# └──┴───────────────┘ 
 # 
 
 
 # 
 
 
-# 3.321. quit
+# 3.327. quit
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -4796,7 +4888,7 @@ set query_command="lbdbq"
 # 
 
 
 # 
 
 
-# 3.322. quote_regex
+# 3.328. quote_regex
 # 
 # Type: regular expression
 # Default: “^([ t]*[|>:}#])+”
 # 
 # Type: regular expression
 # Default: “^([ t]*[|>:}#])+”
@@ -4815,7 +4907,7 @@ set query_command="lbdbq"
 # 
 
 
 # 
 
 
-# 3.323. read_inc
+# 3.329. read_inc
 # 
 # Type: number
 # Default: 10
 # 
 # Type: number
 # Default: 10
@@ -4834,7 +4926,7 @@ set query_command="lbdbq"
 # 
 
 
 # 
 
 
-# 3.324. read_only
+# 3.330. read_only
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4843,7 +4935,7 @@ set query_command="lbdbq"
 # 
 
 
 # 
 
 
-# 3.325. real_name
+# 3.331. real_name
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -4856,7 +4948,7 @@ set query_command="lbdbq"
 # 
 
 
 # 
 
 
-# 3.326. recall
+# 3.332. recall
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -4873,7 +4965,7 @@ set query_command="lbdbq"
 set recall=no
 
 
 set recall=no
 
 
-# 3.327. record
+# 3.333. record
 # 
 # Type: mailbox
 # Default: “~/sent”
 # 
 # Type: mailbox
 # Default: “~/sent”
@@ -4889,7 +4981,7 @@ set recall=no
 set record="=store"
 
 
 set record="=store"
 
 
-# 3.328. reflow_space_quotes
+# 3.334. reflow_space_quotes
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4903,7 +4995,7 @@ set record="=store"
 # 
 
 
 # 
 
 
-# 3.329. reflow_text
+# 3.335. reflow_text
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -4917,7 +5009,7 @@ set record="=store"
 # 
 
 
 # 
 
 
-# 3.330. reflow_wrap
+# 3.336. reflow_wrap
 # 
 # Type: number
 # Default: 78
 # 
 # Type: number
 # Default: 78
@@ -4939,7 +5031,7 @@ set record="=store"
 set reflow_wrap=-10
 
 
 set reflow_wrap=-10
 
 
-# 3.331. reply_regex
+# 3.337. reply_regex
 # 
 # Type: regular expression
 # Default: “^((re|aw|sv)([[0-9]+])*:[ t]*)*”
 # 
 # Type: regular expression
 # Default: “^((re|aw|sv)([[0-9]+])*:[ t]*)*”
@@ -4972,7 +5064,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.332. reply_self
+# 3.338. reply_self
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -4985,7 +5077,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.333. reply_to
+# 3.339. reply_to
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 # Type: quadoption
 # Default: ask-yes
@@ -4998,7 +5090,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.334. reply_with_xorig
+# 3.340. reply_with_xorig
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5012,7 +5104,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.335. resolve
+# 3.341. resolve
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5026,7 +5118,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.336. resume_draft_files
+# 3.342. resume_draft_files
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5038,7 +5130,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.337. resume_edited_draft_files
+# 3.343. resume_edited_draft_files
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5055,7 +5147,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.338. reverse_alias
+# 3.344. reverse_alias
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5076,7 +5168,7 @@ set reflow_wrap=-10
 # 
 
 
 # 
 
 
-# 3.339. reverse_name
+# 3.345. reverse_name
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5094,7 +5186,7 @@ set reflow_wrap=-10
 set reverse_name=yes
 
 
 set reverse_name=yes
 
 
-# 3.340. reverse_real_name
+# 3.346. reverse_real_name
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5112,7 +5204,7 @@ set reverse_name=yes
 # 
 
 
 # 
 
 
-# 3.341. rfc2047_parameters
+# 3.347. rfc2047_parameters
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5138,7 +5230,7 @@ set reverse_name=yes
 set rfc2047_parameters=yes
 
 
 set rfc2047_parameters=yes
 
 
-# 3.342. save_address
+# 3.348. save_address
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5149,7 +5241,7 @@ set rfc2047_parameters=yes
 # 
 
 
 # 
 
 
-# 3.343. save_empty
+# 3.349. save_empty
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5163,7 +5255,7 @@ set rfc2047_parameters=yes
 # 
 
 
 # 
 
 
-# 3.344. save_history
+# 3.350. save_history
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -5178,7 +5270,7 @@ set rfc2047_parameters=yes
 set save_history=100
 
 
 set save_history=100
 
 
-# 3.345. save_name
+# 3.351. save_name
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5194,7 +5286,7 @@ set save_history=100
 # 
 
 
 # 
 
 
-# 3.346. save_unsubscribed
+# 3.352. save_unsubscribed
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5204,7 +5296,7 @@ set save_history=100
 # 
 
 
 # 
 
 
-# 3.347. score
+# 3.353. score
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5215,7 +5307,7 @@ set save_history=100
 # 
 
 
 # 
 
 
-# 3.348. score_threshold_delete
+# 3.354. score_threshold_delete
 # 
 # Type: number
 # Default: -1
 # 
 # Type: number
 # Default: -1
@@ -5227,7 +5319,7 @@ set save_history=100
 # 
 
 
 # 
 
 
-# 3.349. score_threshold_flag
+# 3.355. score_threshold_flag
 # 
 # Type: number
 # Default: 9999
 # 
 # Type: number
 # Default: 9999
@@ -5237,7 +5329,7 @@ set save_history=100
 # 
 
 
 # 
 
 
-# 3.350. score_threshold_read
+# 3.356. score_threshold_read
 # 
 # Type: number
 # Default: -1
 # 
 # Type: number
 # Default: -1
@@ -5249,7 +5341,7 @@ set save_history=100
 # 
 
 
 # 
 
 
-# 3.351. search_context
+# 3.357. search_context
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -5260,7 +5352,7 @@ set save_history=100
 set search_context=5
 
 
 set search_context=5
 
 
-# 3.352. send_charset
+# 3.358. send_charset
 # 
 # Type: string list
 # Default: “us-ascii:iso-8859-1:utf-8”
 # 
 # Type: string list
 # Default: “us-ascii:iso-8859-1:utf-8”
@@ -5278,7 +5370,7 @@ set search_context=5
 set send_charset="utf-8"
 
 
 set send_charset="utf-8"
 
 
-# 3.353. sendmail
+# 3.359. sendmail
 # 
 # Type: command
 # Default: “/usr/sbin/sendmail -oem -oi”
 # 
 # Type: command
 # Default: “/usr/sbin/sendmail -oem -oi”
@@ -5300,7 +5392,7 @@ set send_charset="utf-8"
 set sendmail="$my_confdir/sendmail"
 
 
 set sendmail="$my_confdir/sendmail"
 
 
-# 3.354. sendmail_wait
+# 3.360. sendmail_wait
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -5324,7 +5416,7 @@ set sendmail="$my_confdir/sendmail"
 # 
 
 
 # 
 
 
-# 3.355. shell
+# 3.361. shell
 # 
 # Type: command
 # Default: “/bin/sh”
 # 
 # Type: command
 # Default: “/bin/sh”
@@ -5334,7 +5426,7 @@ set sendmail="$my_confdir/sendmail"
 # 
 
 
 # 
 
 
-# 3.356. show_multipart_alternative
+# 3.362. show_multipart_alternative
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -5345,7 +5437,7 @@ set sendmail="$my_confdir/sendmail"
 # 
 
 
 # 
 
 
-# 3.357. show_new_news
+# 3.363. show_new_news
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5356,7 +5448,7 @@ set sendmail="$my_confdir/sendmail"
 # 
 
 
 # 
 
 
-# 3.358. show_only_unread
+# 3.364. show_only_unread
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5366,7 +5458,7 @@ set sendmail="$my_confdir/sendmail"
 # 
 
 
 # 
 
 
-# 3.359. sidebar_component_depth
+# 3.365. sidebar_component_depth
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -5381,7 +5473,7 @@ set sendmail="$my_confdir/sendmail"
 # 
 
 
 # 
 
 
-# 3.360. sidebar_delim_chars
+# 3.366. sidebar_delim_chars
 # 
 # Type: string
 # Default: “/.”
 # 
 # Type: string
 # Default: “/.”
@@ -5401,7 +5493,7 @@ set sendmail="$my_confdir/sendmail"
 # 
 
 
 # 
 
 
-# 3.361. sidebar_divider_char
+# 3.367. sidebar_divider_char
 # 
 # Type: string
 # Default: “|”
 # 
 # Type: string
 # Default: “|”
@@ -5419,7 +5511,7 @@ set sendmail="$my_confdir/sendmail"
 set sidebar_divider_char=" "
 
 
 set sidebar_divider_char=" "
 
 
-# 3.362. sidebar_folder_indent
+# 3.368. sidebar_folder_indent
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5431,7 +5523,7 @@ set sidebar_divider_char=" "
 set sidebar_folder_indent=yes
 
 
 set sidebar_folder_indent=yes
 
 
-# 3.363. sidebar_format
+# 3.369. sidebar_format
 # 
 # Type: string
 # Default: “%D%*  %n”
 # 
 # Type: string
 # Default: “%D%*  %n”
@@ -5491,7 +5583,7 @@ set sidebar_folder_indent=yes
 set sidebar_format="%D%?F? [%F]?%*  %?N?%N/?%S"
 
 
 set sidebar_format="%D%?F? [%F]?%*  %?N?%N/?%S"
 
 
-# 3.364. sidebar_indent_string
+# 3.370. sidebar_indent_string
 # 
 # Type: string
 # Default: “  ”
 # 
 # Type: string
 # Default: “  ”
@@ -5504,7 +5596,7 @@ set sidebar_format="%D%?F? [%F]?%*  %?N?%N/?%S"
 set sidebar_indent_string=" "
 
 
 set sidebar_indent_string=" "
 
 
-# 3.365. sidebar_new_mail_only
+# 3.371. sidebar_new_mail_only
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5516,7 +5608,7 @@ set sidebar_indent_string=" "
 # 
 
 
 # 
 
 
-# 3.366. sidebar_next_new_wrap
+# 3.372. sidebar_next_new_wrap
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5528,7 +5620,7 @@ set sidebar_indent_string=" "
 set sidebar_next_new_wrap=yes
 
 
 set sidebar_next_new_wrap=yes
 
 
-# 3.367. sidebar_non_empty_mailbox_only
+# 3.373. sidebar_non_empty_mailbox_only
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5540,7 +5632,7 @@ set sidebar_next_new_wrap=yes
 # 
 
 
 # 
 
 
-# 3.368. sidebar_on_right
+# 3.374. sidebar_on_right
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5549,7 +5641,7 @@ set sidebar_next_new_wrap=yes
 # 
 
 
 # 
 
 
-# 3.369. sidebar_short_path
+# 3.375. sidebar_short_path
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5576,34 +5668,35 @@ set sidebar_next_new_wrap=yes
 set sidebar_short_path=no
 
 
 set sidebar_short_path=no
 
 
-# 3.370. sidebar_sort_method
+# 3.376. sidebar_sort
 # 
 # Type: sort order
 # 
 # Type: sort order
-# Default: order
+# Default: unsorted
 # 
 # Specifies how to sort mailbox entries in the sidebar. By default, the entries
 # are unsorted. Valid values:
 # 
 # 
 # Specifies how to sort mailbox entries in the sidebar. By default, the entries
 # are unsorted. Valid values:
 # 
-# • path (alphabetically)
-# 
 # • count (all message count)
 # 
 # • count (all message count)
 # 
+# • desc (mailbox description)
+# 
 # • flagged (flagged message count)
 # 
 # • flagged (flagged message count)
 # 
+# • path (alphabetically)
+# 
 # • unread (unread message count)
 # 
 # • unsorted
 # 
 # You may optionally use the "reverse-" prefix to specify reverse sorting order
 # • unread (unread message count)
 # 
 # • unsorted
 # 
 # You may optionally use the "reverse-" prefix to specify reverse sorting order
-# (example: "set sidebar_sort_method=reverse-path").
+# (example: "set sidebar_sort=reverse-path").
 # 
 # The alpha and name values are synonyms for path. The new value is a synonym for
 # unread. 
 # 
 # 
 # The alpha and name values are synonyms for path. The new value is a synonym for
 # unread. 
 # 
-set sidebar_sort_method=path
 
 
 
 
-# 3.371. sidebar_visible
+# 3.377. sidebar_visible
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5616,7 +5709,7 @@ set sidebar_sort_method=path
 set sidebar_visible=no
 
 
 set sidebar_visible=no
 
 
-# 3.372. sidebar_width
+# 3.378. sidebar_width
 # 
 # Type: number
 # Default: 30
 # 
 # Type: number
 # Default: 30
@@ -5628,7 +5721,7 @@ set sidebar_visible=no
 set sidebar_width=20
 
 
 set sidebar_width=20
 
 
-# 3.373. sig_dashes
+# 3.379. sig_dashes
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5643,7 +5736,7 @@ set sidebar_width=20
 set sig_dashes=no
 
 
 set sig_dashes=no
 
 
-# 3.374. sig_on_top
+# 3.380. sig_on_top
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5655,7 +5748,7 @@ set sig_dashes=no
 # 
 
 
 # 
 
 
-# 3.375. signature
+# 3.381. signature
 # 
 # Type: path
 # Default: “~/.signature”
 # 
 # Type: path
 # Default: “~/.signature”
@@ -5666,7 +5759,7 @@ set sig_dashes=no
 # 
 
 
 # 
 
 
-# 3.376. simple_search
+# 3.382. simple_search
 # 
 # Type: string
 # Default: “~f %s | ~s %s”
 # 
 # Type: string
 # Default: “~f %s | ~s %s”
@@ -5686,7 +5779,7 @@ set sig_dashes=no
 set simple_search="~L %s | ~s %s"
 
 
 set simple_search="~L %s | ~s %s"
 
 
-# 3.377. size_show_bytes
+# 3.383. size_show_bytes
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5696,7 +5789,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.378. size_show_fractions
+# 3.384. size_show_fractions
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5706,7 +5799,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.379. size_show_mb
+# 3.385. size_show_mb
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5716,7 +5809,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.380. size_units_on_left
+# 3.386. size_units_on_left
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5726,7 +5819,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.381. sleep_time
+# 3.387. sleep_time
 # 
 # Type: number
 # Default: 1
 # 
 # Type: number
 # Default: 1
@@ -5738,7 +5831,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.382. smart_wrap
+# 3.388. smart_wrap
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5749,7 +5842,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.383. smileys
+# 3.389. smileys
 # 
 # Type: regular expression
 # Default: “(>From )|(:[-^]?[][)(><}{|/DP])”
 # 
 # Type: regular expression
 # Default: “(>From )|(:[-^]?[][)(><}{|/DP])”
@@ -5760,7 +5853,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.384. smime_ask_cert_label
+# 3.390. smime_ask_cert_label
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5771,7 +5864,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.385. smime_ca_location
+# 3.391. smime_ca_location
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -5781,7 +5874,7 @@ set simple_search="~L %s | ~s %s"
 # 
 
 
 # 
 
 
-# 3.386. smime_certificates
+# 3.392. smime_certificates
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -5796,7 +5889,7 @@ set simple_search="~L %s | ~s %s"
 set smime_certificates="~/.smime/certificates"
 
 
 set smime_certificates="~/.smime/certificates"
 
 
-# 3.387. smime_decrypt_command
+# 3.393. smime_decrypt_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -5834,7 +5927,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.388. smime_decrypt_use_default_key
+# 3.394. smime_decrypt_use_default_key
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5846,7 +5939,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.389. smime_default_key
+# 3.395. smime_default_key
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -5866,7 +5959,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.390. smime_encrypt_command
+# 3.396. smime_encrypt_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -5884,7 +5977,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.391. smime_encrypt_with
+# 3.397. smime_encrypt_with
 # 
 # Type: string
 # Default: “aes256”
 # 
 # Type: string
 # Default: “aes256”
@@ -5895,7 +5988,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.392. smime_get_cert_command
+# 3.398. smime_get_cert_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -5907,7 +6000,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.393. smime_get_cert_email_command
+# 3.399. smime_get_cert_email_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -5921,7 +6014,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.394. smime_get_signer_cert_command
+# 3.400. smime_get_signer_cert_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -5935,7 +6028,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.395. smime_import_cert_command
+# 3.401. smime_import_cert_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -5948,7 +6041,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.396. smime_is_default
+# 3.402. smime_is_default
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -5961,7 +6054,7 @@ set smime_certificates="~/.smime/certificates"
 # 
 
 
 # 
 
 
-# 3.397. smime_keys
+# 3.403. smime_keys
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -5976,7 +6069,7 @@ set smime_certificates="~/.smime/certificates"
 set smime_keys="~/.smime/keys"
 
 
 set smime_keys="~/.smime/keys"
 
 
-# 3.398. smime_pk7out_command
+# 3.404. smime_pk7out_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -5989,7 +6082,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.399. smime_self_encrypt
+# 3.405. smime_self_encrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -5999,7 +6092,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.400. smime_sign_as
+# 3.406. smime_sign_as
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -6010,7 +6103,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.401. smime_sign_command
+# 3.407. smime_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -6023,7 +6116,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.402. smime_sign_digest_alg
+# 3.408. smime_sign_digest_alg
 # 
 # Type: string
 # Default: “sha256”
 # 
 # Type: string
 # Default: “sha256”
@@ -6034,7 +6127,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.403. smime_timeout
+# 3.409. smime_timeout
 # 
 # Type: number
 # Default: 300
 # 
 # Type: number
 # Default: 300
@@ -6044,7 +6137,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.404. smime_verify_command
+# 3.410. smime_verify_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -6056,7 +6149,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.405. smime_verify_opaque_command
+# 3.411. smime_verify_opaque_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -6069,7 +6162,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.406. smtp_authenticators
+# 3.412. smtp_authenticators
 # 
 # Type: string list
 # Default: (empty)
 # 
 # Type: string list
 # Default: (empty)
@@ -6089,7 +6182,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.407. smtp_oauth_refresh_command
+# 3.413. smtp_oauth_refresh_command
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -6101,7 +6194,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.408. smtp_pass
+# 3.414. smtp_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -6116,7 +6209,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.409. smtp_url
+# 3.415. smtp_url
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -6133,7 +6226,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.410. smtp_user
+# 3.416. smtp_user
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -6144,7 +6237,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.411. socket_timeout
+# 3.417. socket_timeout
 # 
 # Type: number
 # Default: 30
 # 
 # Type: number
 # Default: 30
@@ -6155,7 +6248,7 @@ set smime_keys="~/.smime/keys"
 # 
 
 
 # 
 
 
-# 3.412. sort
+# 3.418. sort
 # 
 # Type: sort order
 # Default: date
 # 
 # Type: sort order
 # Default: date
@@ -6168,6 +6261,8 @@ set smime_keys="~/.smime/keys"
 # 
 # • from
 # 
 # 
 # • from
 # 
+# • label
+# 
 # • score
 # 
 # • size
 # • score
 # 
 # • size
@@ -6211,26 +6306,7 @@ set smime_keys="~/.smime/keys"
 set sort=threads
 
 
 set sort=threads
 
 
-# 3.413. sort_alias
-# 
-# Type: sort order
-# Default: alias
-# 
-# Specifies how the entries in the "alias" menu are sorted. The following are
-# legal values:
-# 
-# • address (sort alphabetically by email address)
-# 
-# • alias (sort alphabetically by alias name)
-# 
-# • unsorted (leave in order specified in .neomuttrc)
-# 
-# Note: This also affects the entries of the address query menu, thus potentially
-# overruling the order of entries as generated by $query_command.
-# 
-
-
-# 3.414. sort_aux
+# 3.419. sort_aux
 # 
 # Type: sort order
 # Default: date
 # 
 # Type: sort order
 # Default: date
@@ -6257,36 +6333,7 @@ set sort=threads
 set sort_aux=last-date-received
 
 
 set sort_aux=last-date-received
 
 
-# 3.415. sort_browser
-# 
-# Type: sort order
-# Default: alpha
-# 
-# Specifies how to sort entries in the file browser. By default, the entries are
-# sorted alphabetically. Valid values:
-# 
-# • alpha (alphabetically)
-# 
-# • count (all message count)
-# 
-# • date
-# 
-# • desc (description)
-# 
-# • new (new message count)
-# 
-# • size
-# 
-# • unsorted
-# 
-# You may optionally use the "reverse-" prefix to specify reverse sorting order
-# (example: "set sort_browser=reverse-date").
-# 
-# The "unread" value is a synonym for "new".
-# 
-
-
-# 3.416. sort_re
+# 3.420. sort_re
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6301,7 +6348,7 @@ set sort_aux=last-date-received
 # 
 
 
 # 
 
 
-# 3.417. spam_separator
+# 3.421. spam_separator
 # 
 # Type: string
 # Default: “,”
 # 
 # Type: string
 # Default: “,”
@@ -6313,7 +6360,7 @@ set sort_aux=last-date-received
 # 
 
 
 # 
 
 
-# 3.418. spool_file
+# 3.422. spool_file
 # 
 # Type: mailbox
 # Default: (empty)
 # 
 # Type: mailbox
 # Default: (empty)
@@ -6328,7 +6375,7 @@ set sort_aux=last-date-received
 set spool_file="=inbox"
 
 
 set spool_file="=inbox"
 
 
-# 3.419. ssl_ca_certificates_file
+# 3.423. ssl_ca_certificates_file
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -6344,7 +6391,7 @@ set spool_file="=inbox"
 set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 
 
 set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 
 
-# 3.420. ssl_ciphers
+# 3.424. ssl_ciphers
 # 
 # Type: string
 # Default: (empty)
 # 
 # Type: string
 # Default: (empty)
@@ -6358,7 +6405,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.421. ssl_client_cert
+# 3.425. ssl_client_cert
 # 
 # Type: path
 # Default: (empty)
 # 
 # Type: path
 # Default: (empty)
@@ -6367,7 +6414,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.422. ssl_force_tls
+# 3.426. ssl_force_tls
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6379,7 +6426,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.423. ssl_min_dh_prime_bits
+# 3.427. ssl_min_dh_prime_bits
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -6390,7 +6437,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.424. ssl_starttls
+# 3.428. ssl_starttls
 # 
 # Type: quadoption
 # Default: yes
 # 
 # Type: quadoption
 # Default: yes
@@ -6405,7 +6452,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.425. ssl_use_sslv2
+# 3.429. ssl_use_sslv2
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6416,7 +6463,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.426. ssl_use_sslv3
+# 3.430. ssl_use_sslv3
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6427,7 +6474,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.427. ssl_use_system_certs
+# 3.431. ssl_use_system_certs
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6438,7 +6485,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.428. ssl_use_tlsv1
+# 3.432. ssl_use_tlsv1
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6449,7 +6496,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.429. ssl_use_tlsv1_1
+# 3.433. ssl_use_tlsv1_1
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6460,7 +6507,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.430. ssl_use_tlsv1_2
+# 3.434. ssl_use_tlsv1_2
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6470,7 +6517,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.431. ssl_use_tlsv1_3
+# 3.435. ssl_use_tlsv1_3
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6480,7 +6527,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.432. ssl_verify_dates
+# 3.436. ssl_verify_dates
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6491,7 +6538,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.433. ssl_verify_host
+# 3.437. ssl_verify_host
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6503,7 +6550,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.434. ssl_verify_partial_chains
+# 3.438. ssl_verify_partial_chains
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6520,7 +6567,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.435. status_chars
+# 3.439. status_chars
 # 
 # Type: character string
 # Default: “-*%A”
 # 
 # Type: character string
 # Default: “-*%A”
@@ -6545,7 +6592,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 # 
 
 
 # 
 
 
-# 3.436. status_format
+# 3.440. status_format
 # 
 # Type: string
 # Default: “-%r-NeoMutt: %D [Msgs:%<M?%M/>%m%<n? New:%n>%<o? Old:%o>%<d? Del:%d>%
 # 
 # Type: string
 # Default: “-%r-NeoMutt: %D [Msgs:%<M?%M/>%m%<n? New:%n>%<o? Old:%o>%<d? Del:%d>%
@@ -6656,7 +6703,7 @@ set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 set status_format=" %r %f [m:%?M?%M/?%m%?n? n:%n?%?o? o:%o?%?d? d:%d?%?F? f:%F?%?t? t:%t?%?p? p:%p?%?b? i:%b?%?l? %l?] %?V?%V ?(%s/%S) %> (%P) "
 
 
 set status_format=" %r %f [m:%?M?%M/?%m%?n? n:%n?%?o? o:%o?%?d? d:%d?%?F? f:%F?%?t? t:%t?%?p? p:%p?%?b? i:%b?%?l? %l?] %?V?%V ?(%s/%S) %> (%P) "
 
 
-# 3.437. status_on_top
+# 3.441. status_on_top
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6667,7 +6714,7 @@ set status_format=" %r %f [m:%?M?%M/?%m%?n? n:%n?%?o? o:%o?%?d? d:%d?%?F? f:%F?%
 # 
 
 
 # 
 
 
-# 3.438. strict_threads
+# 3.442. strict_threads
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6682,7 +6729,7 @@ set status_format=" %r %f [m:%?M?%M/?%m%?n? n:%n?%?o? o:%o?%?d? d:%d?%?F? f:%F?%
 set strict_threads=yes
 
 
 set strict_threads=yes
 
 
-# 3.439. suspend
+# 3.443. suspend
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6697,7 +6744,7 @@ set strict_threads=yes
 # 
 
 
 # 
 
 
-# 3.440. text_flowed
+# 3.444. text_flowed
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6716,7 +6763,7 @@ set strict_threads=yes
 set text_flowed=yes
 
 
 set text_flowed=yes
 
 
-# 3.441. thorough_search
+# 3.445. thorough_search
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6734,7 +6781,7 @@ set text_flowed=yes
 set thorough_search=yes
 
 
 set thorough_search=yes
 
 
-# 3.442. thread_received
+# 3.446. thread_received
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6754,7 +6801,7 @@ set thorough_search=yes
 set thread_received=yes
 
 
 set thread_received=yes
 
 
-# 3.443. tilde
+# 3.447. tilde
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6765,7 +6812,7 @@ set thread_received=yes
 set tilde=yes
 
 
 set tilde=yes
 
 
-# 3.444. time_inc
+# 3.448. time_inc
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -6780,7 +6827,7 @@ set tilde=yes
 set time_inc=250
 
 
 set time_inc=250
 
 
-# 3.445. timeout
+# 3.449. timeout
 # 
 # Type: number
 # Default: 600
 # 
 # Type: number
 # Default: 600
@@ -6798,7 +6845,7 @@ set time_inc=250
 # 
 
 
 # 
 
 
-# 3.446. tmp_dir
+# 3.450. tmp_dir
 # 
 # Type: path
 # Default: “/tmp”
 # 
 # Type: path
 # Default: “/tmp”
@@ -6811,7 +6858,7 @@ set time_inc=250
 # 
 
 
 # 
 
 
-# 3.447. to_chars
+# 3.451. to_chars
 # 
 # Type: character string
 # Default: “ +TCFLR”
 # 
 # Type: character string
 # Default: “ +TCFLR”
@@ -6842,7 +6889,7 @@ set time_inc=250
 # 
 
 
 # 
 
 
-# 3.448. toggle_quoted_show_levels
+# 3.452. toggle_quoted_show_levels
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -6853,7 +6900,7 @@ set time_inc=250
 # 
 
 
 # 
 
 
-# 3.449. trash
+# 3.453. trash
 # 
 # Type: mailbox
 # Default: (empty)
 # 
 # Type: mailbox
 # Default: (empty)
@@ -6866,7 +6913,7 @@ set time_inc=250
 # 
 
 
 # 
 
 
-# 3.450. ts_enabled
+# 3.454. ts_enabled
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6877,7 +6924,7 @@ set time_inc=250
 set ts_enabled=yes
 
 
 set ts_enabled=yes
 
 
-# 3.451. ts_icon_format
+# 3.455. ts_icon_format
 # 
 # Type: string
 # Default: “M%<n?AIL&ail>”
 # 
 # Type: string
 # Default: “M%<n?AIL&ail>”
@@ -6887,7 +6934,7 @@ set ts_enabled=yes
 # 
 
 
 # 
 
 
-# 3.452. ts_status_format
+# 3.456. ts_status_format
 # 
 # Type: string
 # Default: “NeoMutt with %<m?%m messages&no messages>%<n? [%n NEW]>”
 # 
 # Type: string
 # Default: “NeoMutt with %<m?%m messages&no messages>%<n? [%n NEW]>”
@@ -6899,7 +6946,7 @@ set ts_enabled=yes
 set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 
 
 set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 
 
-# 3.453. tunnel
+# 3.457. tunnel
 # 
 # Type: command
 # Default: (empty)
 # 
 # Type: command
 # Default: (empty)
@@ -6919,7 +6966,7 @@ set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 # 
 
 
 # 
 
 
-# 3.454. tunnel_is_secure
+# 3.458. tunnel_is_secure
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6936,7 +6983,7 @@ set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 # 
 
 
 # 
 
 
-# 3.455. uncollapse_jump
+# 3.459. uncollapse_jump
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6946,7 +6993,7 @@ set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 # 
 
 
 # 
 
 
-# 3.456. uncollapse_new
+# 3.460. uncollapse_new
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6958,7 +7005,7 @@ set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 # 
 
 
 # 
 
 
-# 3.457. use_8bit_mime
+# 3.461. use_8bit_mime
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6972,7 +7019,7 @@ set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 # 
 
 
 # 
 
 
-# 3.458. use_domain
+# 3.462. use_domain
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -6982,7 +7029,7 @@ set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 # 
 
 
 # 
 
 
-# 3.459. use_envelope_from
+# 3.463. use_envelope_from
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -6999,7 +7046,7 @@ set ts_status_format="[`tty|sed -re 's,.+pts/,,'`]mutt@%h%r %f%?V?[%V]&?"
 set use_envelope_from=yes
 
 
 set use_envelope_from=yes
 
 
-# 3.460. use_from
+# 3.464. use_from
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -7010,7 +7057,7 @@ set use_envelope_from=yes
 # 
 
 
 # 
 
 
-# 3.461. use_ipv6
+# 3.465. use_ipv6
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -7021,7 +7068,7 @@ set use_envelope_from=yes
 # 
 
 
 # 
 
 
-# 3.462. use_threads
+# 3.466. use_threads
 # 
 # Type: enumeration
 # Default: unset
 # 
 # Type: enumeration
 # Default: unset
@@ -7049,7 +7096,7 @@ set use_envelope_from=yes
 # 
 
 
 # 
 
 
-# 3.463. user_agent
+# 3.467. user_agent
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -7059,7 +7106,7 @@ set use_envelope_from=yes
 # 
 
 
 # 
 
 
-# 3.464. virtual_spool_file
+# 3.468. virtual_spool_file
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -7072,7 +7119,7 @@ set use_envelope_from=yes
 # 
 
 
 # 
 
 
-# 3.465. wait_key
+# 3.469. wait_key
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -7091,7 +7138,7 @@ set use_envelope_from=yes
 set wait_key=no
 
 
 set wait_key=no
 
 
-# 3.466. weed
+# 3.470. weed
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -7103,7 +7150,7 @@ set wait_key=no
 # 
 
 
 # 
 
 
-# 3.467. wrap
+# 3.471. wrap
 # 
 # Type: number
 # Default: 0
 # 
 # Type: number
 # Default: 0
@@ -7118,7 +7165,7 @@ set wait_key=no
 set wrap=$reflow_wrap
 
 
 set wrap=$reflow_wrap
 
 
-# 3.468. wrap_headers
+# 3.472. wrap_headers
 # 
 # Type: number
 # Default: 78
 # 
 # Type: number
 # Default: 78
@@ -7132,7 +7179,7 @@ set wrap=$reflow_wrap
 # 
 
 
 # 
 
 
-# 3.469. wrap_search
+# 3.473. wrap_search
 # 
 # Type: boolean
 # Default: yes
 # 
 # Type: boolean
 # Default: yes
@@ -7144,7 +7191,7 @@ set wrap=$reflow_wrap
 # 
 
 
 # 
 
 
-# 3.470. write_bcc
+# 3.474. write_bcc
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no
@@ -7165,7 +7212,7 @@ set wrap=$reflow_wrap
 # 
 
 
 # 
 
 
-# 3.471. write_inc
+# 3.475. write_inc
 # 
 # Type: number
 # Default: 10
 # 
 # Type: number
 # Default: 10
@@ -7179,7 +7226,7 @@ set wrap=$reflow_wrap
 # 
 
 
 # 
 
 
-# 3.472. x_comment_to
+# 3.476. x_comment_to
 # 
 # Type: boolean
 # Default: no
 # 
 # Type: boolean
 # Default: no