# Auto-generated using mkconf from manual.txt
-# on 2024-09-19 21:42:43
+# on 2025-01-21 08:53:04
 #
 # Invoked as: ./mkconf
 #
 # 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:
 # ┌───┬───────────────────────────────────────────────────────────────┐ 
 # │%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      │
 # ├───┼───────────────────────────────────────────────────────────────┤ 
-# │%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│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
 # 
 
 
-# 3.11. allow_ansi
+# 3.12. allow_ansi
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.12. arrow_cursor
+# 3.13. arrow_cursor
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.13. arrow_string
+# 3.14. arrow_string
 # 
 # Type: string
 # Default: “->”
 # 
 
 
-# 3.14. ascii_chars
+# 3.15. ascii_chars
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.15. ask_bcc
+# 3.16. ask_bcc
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.16. ask_cc
+# 3.17. ask_cc
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.17. ask_followup_to
+# 3.18. ask_followup_to
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.18. ask_x_comment_to
+# 3.19. ask_x_comment_to
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.19. assumed_charset
+# 3.20. assumed_charset
 # 
 # Type: string list
 # Default: (empty)
 # 
 
 
-# 3.20. attach_charset
+# 3.21. attach_charset
 # 
 # Type: string list
 # Default: (empty)
 # 
 
 
-# 3.21. attach_format
+# 3.22. attach_format
 # 
 # Type: string
 # Default: “%u%D%I %t%4n %T%d %> [%.7m/%.10M, %.6e%<C?, %C>, %s] ”
 # 
 
 
-# 3.22. attach_save_dir
+# 3.23. attach_save_dir
 # 
 # Type: path
 # Default: “./”
 set attach_save_dir=$tmpdir
 
 
-# 3.23. attach_save_without_prompting
+# 3.24. attach_save_without_prompting
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.24. attach_sep
+# 3.25. attach_sep
 # 
 # Type: string
 # Default: “n”
 # 
 
 
-# 3.25. attach_split
+# 3.26. attach_split
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.26. attribution_intro
+# 3.27. attribution_intro
 # 
 # Type: string
 # Default: “On %d, %n wrote:”
 # 
 
 
-# 3.27. attribution_locale
+# 3.28. attribution_locale
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.28. attribution_trailer
+# 3.29. attribution_trailer
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.29. auto_edit
+# 3.30. auto_edit
 # 
 # Type: boolean
 # Default: no
 set auto_edit=yes
 
 
-# 3.30. auto_subscribe
+# 3.31. auto_subscribe
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.31. auto_tag
+# 3.32. auto_tag
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.32. autocrypt
+# 3.33. autocrypt
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.33. autocrypt_acct_format
+# 3.34. autocrypt_acct_format
 # 
 # Type: string
 # Default: “%4n %-30a %20p %10s”
 # 
 
 
-# 3.34. autocrypt_dir
+# 3.35. autocrypt_dir
 # 
 # Type: path
 # Default: “~/.mutt/autocrypt”
 # 
 
 
-# 3.35. autocrypt_reply
+# 3.36. autocrypt_reply
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.36. beep
+# 3.37. beep
 # 
 # Type: boolean
 # Default: yes
 set beep=no
 
 
-# 3.37. beep_new
+# 3.38. beep_new
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.38. bounce
+# 3.39. bounce
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.39. bounce_delivered
+# 3.40. bounce_delivered
 # 
 # Type: boolean
 # Default: yes
 set bounce_delivered=no
 
 
-# 3.40. braille_friendly
+# 3.41. braille_friendly
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.41. browser_abbreviate_mailboxes
+# 3.42. browser_abbreviate_mailboxes
 # 
 # Type: boolean
 # Default: yes
 # 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.
 # 
 
 
-# 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
 # 
 
 
-# 3.43. catchup_newsgroup
+# 3.45. catchup_newsgroup
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.44. certificate_file
+# 3.46. certificate_file
 # 
 # Type: path
 # Default: “~/.mutt_certificates”
 # 
 
 
-# 3.45. change_folder_next
+# 3.47. change_folder_next
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.46. charset
+# 3.48. charset
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.47. check_mbox_size
+# 3.49. check_mbox_size
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.48. check_new
+# 3.50. check_new
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.49. collapse_all
+# 3.51. collapse_all
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.50. collapse_flagged
+# 3.52. collapse_flagged
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.51. collapse_unread
+# 3.53. collapse_unread
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.52. color_directcolor
+# 3.54. color_directcolor
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.53. compose_confirm_detach_first
+# 3.55. compose_confirm_detach_first
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.54. compose_format
+# 3.56. compose_format
 # 
 # Type: string
 # Default: “-- NeoMutt: Compose  [Approx. msg size: %l   Atts: %a]%>-”
 # 
 
 
-# 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
 set compose_show_user_headers=no
 
 
-# 3.56. config_charset
+# 3.61. config_charset
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.57. confirm_append
+# 3.62. confirm_append
 # 
 # Type: boolean
 # Default: yes
 set confirm_append=no
 
 
-# 3.58. confirm_create
+# 3.63. confirm_create
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.59. content_type
+# 3.64. content_type
 # 
 # Type: string
 # Default: “text/plain”
 set content_type="text/plain; markup=markdown"
 
 
-# 3.60. copy
+# 3.65. copy
 # 
 # Type: quadoption
 # Default: yes
 set copy=yes
 
 
-# 3.61. copy_decode_weed
+# 3.66. copy_decode_weed
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.62. count_alternatives
+# 3.67. count_alternatives
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.63. crypt_auto_encrypt
+# 3.68. crypt_auto_encrypt
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.64. crypt_auto_pgp
+# 3.69. crypt_auto_pgp
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.65. crypt_auto_sign
+# 3.70. crypt_auto_sign
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.66. crypt_auto_smime
+# 3.71. crypt_auto_smime
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.67. crypt_chars
+# 3.72. crypt_chars
 # 
 # Type: character string
 # Default: “SPsK ”
 # 
 
 
-# 3.68. crypt_confirm_hook
+# 3.73. crypt_confirm_hook
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.69. crypt_opportunistic_encrypt
+# 3.74. crypt_opportunistic_encrypt
 # 
 # Type: boolean
 # Default: no
 set crypt_opportunistic_encrypt=no
 
 
-# 3.70. crypt_opportunistic_encrypt_strong_keys
+# 3.75. crypt_opportunistic_encrypt_strong_keys
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.71. crypt_protected_headers_read
+# 3.76. crypt_protected_headers_read
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.72. crypt_protected_headers_save
+# 3.77. crypt_protected_headers_save
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.73. crypt_protected_headers_subject
+# 3.78. crypt_protected_headers_subject
 # 
 # Type: string
 # Default: “...”
 # 
 
 
-# 3.74. crypt_protected_headers_write
+# 3.79. crypt_protected_headers_weed
 # 
 # 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. 
 # 
 # 
 
 
-# 3.75. crypt_reply_encrypt
+# 3.81. crypt_reply_encrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.76. crypt_reply_sign
+# 3.82. crypt_reply_sign
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.77. crypt_reply_sign_encrypted
+# 3.83. crypt_reply_sign_encrypted
 # 
 # Type: boolean
 # Default: 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
 # 
 
 
-# 3.79. crypt_use_gpgme
+# 3.86. crypt_use_gpgme
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.80. crypt_use_pka
+# 3.87. crypt_use_pka
 # 
 # Type: boolean
 # Default: no
 set crypt_use_pka=yes
 
 
-# 3.81. crypt_verify_sig
+# 3.88. crypt_verify_sig
 # 
 # Type: quadoption
 # Default: yes
 # 
 
 
-# 3.82. date_format
+# 3.89. date_format
 # 
 # Type: string
 # Default: “!%a, %b %d, %Y at %I:%M:%S%p %Z”
 set date_format="%F"
 
 
-# 3.83. debug_file
+# 3.90. debug_file
 # 
 # Type: path
 # Default: “~/.neomuttdebug”
 # 
 
 
-# 3.84. debug_level
+# 3.91. debug_level
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.85. default_hook
+# 3.92. default_hook
 # 
 # Type: string
 # Default: “~f %s !~P | (~P ~C %s)”
 # 
 
 
-# 3.86. delete
+# 3.93. delete
 # 
 # Type: quadoption
 # Default: ask-yes
 set delete=yes
 
 
-# 3.87. delete_untag
+# 3.94. delete_untag
 # 
 # Type: boolean
 # Default: 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
 # 
 
 
-# 3.89. display_filter
+# 3.97. display_filter
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.90. dsn_notify
+# 3.98. dsn_notify
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.91. dsn_return
+# 3.99. dsn_return
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.92. duplicate_threads
+# 3.100. duplicate_threads
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.93. edit_headers
+# 3.101. edit_headers
 # 
 # Type: boolean
 # Default: no
 set edit_headers=yes
 
 
-# 3.94. editor
+# 3.102. editor
 # 
 # Type: command
 # Default: (empty)
 set editor="mailplate --edit --auto --keep-unknown"
 
 
-# 3.95. empty_subject
+# 3.103. empty_subject
 # 
 # Type: string
 # Default: “Re: your mail”
 # 
 
 
-# 3.96. encode_from
+# 3.104. encode_from
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.97. entropy_file
+# 3.105. entropy_file
 # 
 # Type: path
 # Default: (empty)
 # 
 
 
-# 3.98. envelope_from_address
+# 3.106. envelope_from_address
 # 
 # Type: e-mail address
 # Default: (empty)
 # 
 
 
-# 3.99. external_search_command
+# 3.107. external_search_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.100. fast_reply
+# 3.108. fast_reply
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.101. fcc_attach
+# 3.109. fcc_attach
 # 
 # Type: quadoption
 # Default: yes
 # 
 
 
-# 3.102. fcc_before_send
+# 3.110. fcc_before_send
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.103. fcc_clear
+# 3.111. fcc_clear
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.104. flag_chars
+# 3.112. flag_chars
 # 
 # Type: character string
 # Default: “*!DdrONon- ”
 # 
 
 
-# 3.105. flag_safe
+# 3.113. flag_safe
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.106. folder
+# 3.114. folder
 # 
 # Type: mailbox
 # Default: “~/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”
 set folder_format='%t%N%2C  %D  %4s  %f'
 
 
-# 3.108. followup_to
+# 3.116. followup_to
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.109. followup_to_poster
+# 3.117. followup_to_poster
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.110. force_name
+# 3.118. force_name
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.111. forward_attachments
+# 3.119. forward_attachments
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.112. forward_attribution_intro
+# 3.120. forward_attribution_intro
 # 
 # Type: string
 # Default: “----- Forwarded message from %f -----”
 # 
 
 
-# 3.113. forward_attribution_trailer
+# 3.121. forward_attribution_trailer
 # 
 # Type: string
 # Default: “----- End forwarded message -----”
 # 
 
 
-# 3.114. forward_decode
+# 3.122. forward_decode
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.115. forward_decrypt
+# 3.123. forward_decrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.116. forward_edit
+# 3.124. forward_edit
 # 
 # Type: quadoption
 # Default: yes
 # 
 
 
-# 3.117. forward_format
+# 3.125. forward_format
 # 
 # Type: string
 # Default: “[%a: %s]”
 set forward_format="(fwd) %s"
 
 
-# 3.118. forward_quote
+# 3.126. forward_quote
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.119. forward_references
+# 3.127. forward_references
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.120. from
+# 3.128. from
 # 
 # Type: e-mail address
 # Default: (empty)
 set from='martin f krafft <madduck@madduck.net>'
 
 
-# 3.121. from_chars
+# 3.129. from_chars
 # 
 # Type: character string
 # Default: (empty)
 # 
 
 
-# 3.122. gecos_mask
+# 3.130. gecos_mask
 # 
 # Type: regular expression
 # Default: “^[^,]*”
 # 
 
 
-# 3.123. greeting
+# 3.131. greeting
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.124. group_index_format
+# 3.132. group_index_format
 # 
 # Type: string
 # Default: “%4C %M%N %5s  %-45.45f %d”
 # 
 
 
-# 3.125. hdrs
+# 3.133. hdrs
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.126. header
+# 3.134. header
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.127. header_cache
+# 3.135. header_cache
 # 
 # Type: path
 # Default: (empty)
 set header_cache="~/.var/neomutt/header_cache"
 
 
-# 3.128. header_cache_backend
+# 3.136. header_cache_backend
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.129. header_cache_compress_level
+# 3.137. header_cache_compress_level
 # 
 # Type: number
 # Default: 1
 # 
 
 
-# 3.130. header_cache_compress_method
+# 3.138. header_cache_compress_method
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.131. header_color_partial
+# 3.139. header_color_partial
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.132. help
+# 3.140. help
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.133. hidden_host
+# 3.141. hidden_host
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.134. hidden_tags
+# 3.142. hidden_tags
 # 
 # Type: string list
 # Default: “unread,draft,flagged,passed,replied,attachment,signed,encrypted”
 # 
 
 
-# 3.135. hide_limited
+# 3.143. hide_limited
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.136. hide_missing
+# 3.144. hide_missing
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.137. hide_thread_subject
+# 3.145. hide_thread_subject
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.138. hide_top_limited
+# 3.146. hide_top_limited
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.139. hide_top_missing
+# 3.147. hide_top_missing
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.140. history
+# 3.148. history
 # 
 # Type: number
 # Default: 10
 # 
 
 
-# 3.141. history_file
+# 3.149. history_file
 # 
 # Type: path
 # Default: “~/.mutthistory”
 set history_file="~/.var/neomutt/history"
 
 
-# 3.142. history_format
+# 3.150. history_format
 # 
 # Type: string
 # Default: “%s”
 # 
 
 
-# 3.143. history_remove_dups
+# 3.151. history_remove_dups
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.144. honor_disposition
+# 3.152. honor_disposition
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.145. honor_followup_to
+# 3.153. honor_followup_to
 # 
 # Type: quadoption
 # Default: yes
 # 
 
 
-# 3.146. hostname
+# 3.154. hostname
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.147. idn_decode
+# 3.155. idn_decode
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.148. idn_encode
+# 3.156. idn_encode
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.149. ignore_list_reply_to
+# 3.157. ignore_list_reply_to
 # 
 # Type: boolean
 # Default: no
 set ignore_list_reply_to=yes
 
 
-# 3.150. imap_authenticators
+# 3.158. imap_authenticators
 # 
 # Type: string list
 # Default: (empty)
 # 
 
 
-# 3.151. imap_check_subscribed
+# 3.159. imap_check_subscribed
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.152. imap_condstore
+# 3.160. imap_condstore
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.153. imap_deflate
+# 3.161. imap_deflate
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.154. imap_delim_chars
+# 3.162. imap_delim_chars
 # 
 # Type: string
 # Default: “/.”
 # 
 
 
-# 3.155. imap_fetch_chunk_size
+# 3.163. imap_fetch_chunk_size
 # 
 # Type: number (long)
 # Default: 0
 # 
 
 
-# 3.156. imap_headers
+# 3.164. imap_headers
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.157. imap_idle
+# 3.165. imap_idle
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.158. imap_keep_alive
+# 3.166. imap_keep_alive
 # 
 # Type: number
 # Default: 300
 # 
 
 
-# 3.159. imap_list_subscribed
+# 3.167. imap_list_subscribed
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.160. imap_login
+# 3.168. imap_login
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.161. imap_oauth_refresh_command
+# 3.169. imap_oauth_refresh_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.162. imap_pass
+# 3.170. imap_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.163. imap_passive
+# 3.171. imap_passive
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.164. imap_peek
+# 3.172. imap_peek
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.165. imap_pipeline_depth
+# 3.173. imap_pipeline_depth
 # 
 # Type: number
 # Default: 15
 # 
 
 
-# 3.166. imap_poll_timeout
+# 3.174. imap_poll_timeout
 # 
 # Type: number
 # Default: 15
 # 
 
 
-# 3.167. imap_qresync
+# 3.175. imap_qresync
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.168. imap_rfc5161
+# 3.176. imap_rfc5161
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.169. imap_send_id
+# 3.177. imap_send_id
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.170. imap_server_noise
+# 3.178. imap_server_noise
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.171. imap_user
+# 3.179. imap_user
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.172. implicit_auto_view
+# 3.180. implicit_auto_view
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.173. include
+# 3.181. include
 # 
 # Type: quadoption
 # Default: ask-yes
 set include=yes
 
 
-# 3.174. include_encrypted
+# 3.182. include_encrypted
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.175. include_only_first
+# 3.183. include_only_first
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.176. indent_string
+# 3.184. indent_string
 # 
 # Type: string
 # Default: “> ”
 # 
 
 
-# 3.177. index_format
+# 3.185. index_format
 # 
 # Type: string
 # Default: “%4C %Z %{%b %d} %-15.15L (%<l?%4l&%4c>) %s”
 # ├───────┼─────────────────────────────────────────────────────────────────────┤ 
 # │ │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  │
-# │ │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    │
 # 
 
 
-# 3.178. inews
+# 3.186. inews
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.179. ispell
+# 3.187. ispell
 # 
 # Type: command
 # Default: “ispell”
 # 
 
 
-# 3.180. keep_flagged
+# 3.188. keep_flagged
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.181. local_date_header
+# 3.189. local_date_header
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.182. mail_check
+# 3.190. mail_check
 # 
 # Type: number
 # Default: 5
 # 
 
 
-# 3.183. mail_check_recent
+# 3.191. mail_check_recent
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.184. mail_check_stats
+# 3.192. mail_check_stats
 # 
 # Type: boolean
 # Default: no
 set mail_check_stats=yes
 
 
-# 3.185. mail_check_stats_interval
+# 3.193. mail_check_stats_interval
 # 
 # Type: number
 # Default: 60
 # 
 
 
-# 3.186. mailbox_folder_format
+# 3.194. mailbox_folder_format
 # 
 # Type: string
 # Default: “%2C %<n?%6n&      > %6m %i”
 # 
 
 
-# 3.187. mailcap_path
+# 3.195. mailcap_path
 # 
 # Type: string list
 # Default: “~/.mailcap:/usr/share/neomutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/
 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
 # 
 
 
-# 3.189. maildir_check_cur
+# 3.197. maildir_check_cur
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.190. maildir_field_delimiter
+# 3.198. maildir_field_delimiter
 # 
 # Type: string
 # Default: “:”
 # 
 
 
-# 3.191. maildir_header_cache_verify
+# 3.199. maildir_header_cache_verify
 # 
 # Type: boolean
 # Default: yes
 set maildir_header_cache_verify=no
 
 
-# 3.192. maildir_trash
+# 3.200. maildir_trash
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.193. mark_macro_prefix
+# 3.201. mark_macro_prefix
 # 
 # Type: string
 # Default: “'”
 # 
 
 
-# 3.194. mark_old
+# 3.202. mark_old
 # 
 # Type: boolean
 # Default: yes
 set mark_old=no
 
 
-# 3.195. markers
+# 3.203. markers
 # 
 # Type: boolean
 # Default: yes
 set markers=no
 
 
-# 3.196. mask
+# 3.204. mask
 # 
 # Type: regular expression
 # Default: “!^.[^.]”
 # 
 
 
-# 3.197. mbox
+# 3.205. mbox
 # 
 # Type: mailbox
 # Default: “~/mbox”
 set mbox="=spool"
 
 
-# 3.198. mbox_type
+# 3.206. mbox_type
 # 
 # Type: enumeration
 # Default: mbox
 set mbox_type=Maildir
 
 
-# 3.199. me_too
+# 3.207. me_too
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.200. menu_context
+# 3.208. menu_context
 # 
 # Type: number
 # Default: 0
 set menu_context=5
 
 
-# 3.201. menu_move_off
+# 3.209. menu_move_off
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.202. menu_scroll
+# 3.210. menu_scroll
 # 
 # Type: boolean
 # Default: no
 set menu_scroll=yes
 
 
-# 3.203. message_cache_clean
+# 3.211. message_cache_clean
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.204. message_cache_dir
+# 3.212. message_cache_dir
 # 
 # Type: path
 # Default: (empty)
 # 
 
 
-# 3.205. message_format
+# 3.213. message_format
 # 
 # Type: string
 # Default: “%s”
 # 
 
 
-# 3.206. meta_key
+# 3.214. meta_key
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.207. mh_purge
+# 3.215. mh_purge
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.208. mh_seq_flagged
+# 3.216. mh_seq_flagged
 # 
 # Type: string
 # Default: “flagged”
 # 
 
 
-# 3.209. mh_seq_replied
+# 3.217. mh_seq_replied
 # 
 # Type: string
 # Default: “replied”
 # 
 
 
-# 3.210. mh_seq_unseen
+# 3.218. mh_seq_unseen
 # 
 # Type: string
 # Default: “unseen”
 # 
 
 
-# 3.211. mime_forward
+# 3.219. mime_forward
 # 
 # Type: quadoption
 # Default: no
 set mime_forward=ask-yes
 
 
-# 3.212. mime_forward_decode
+# 3.220. mime_forward_decode
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.213. mime_forward_rest
+# 3.221. mime_forward_rest
 # 
 # Type: quadoption
 # Default: yes
 # 
 
 
-# 3.214. mime_type_query_command
+# 3.222. mime_type_query_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.215. mime_type_query_first
+# 3.223. mime_type_query_first
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 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
 set move=no
 
 
-# 3.219. narrow_tree
+# 3.225. narrow_tree
 # 
 # Type: boolean
 # Default: no
 set narrow_tree=yes
 
 
-# 3.220. net_inc
+# 3.226. net_inc
 # 
 # Type: number
 # Default: 10
 # 
 
 
-# 3.221. new_mail_command
+# 3.227. new_mail_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.222. news_cache_dir
+# 3.228. news_cache_dir
 # 
 # Type: path
 # Default: “~/.neomutt”
 # 
 
 
-# 3.223. news_server
+# 3.229. news_server
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.224. newsgroups_charset
+# 3.230. newsgroups_charset
 # 
 # Type: string
 # Default: “utf-8”
 # 
 
 
-# 3.225. newsrc
+# 3.231. newsrc
 # 
 # Type: path
 # Default: “~/.newsrc”
 # 
 
 
-# 3.226. nm_config_file
+# 3.232. nm_config_file
 # 
 # Type: path
 # Default: “auto”
 # 
 
 
-# 3.227. nm_config_profile
+# 3.233. nm_config_profile
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.228. nm_db_limit
+# 3.234. nm_db_limit
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.229. nm_default_url
+# 3.235. nm_default_url
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.230. nm_exclude_tags
+# 3.236. nm_exclude_tags
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.231. nm_flagged_tag
+# 3.237. nm_flagged_tag
 # 
 # Type: string
 # Default: “flagged”
 # 
 
 
-# 3.232. nm_open_timeout
+# 3.238. nm_open_timeout
 # 
 # Type: number
 # Default: 5
 # 
 
 
-# 3.233. nm_query_type
+# 3.239. nm_query_type
 # 
 # Type: string
 # Default: “messages”
 # 
 
 
-# 3.234. nm_query_window_current_position
+# 3.240. nm_query_window_current_position
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.235. nm_query_window_current_search
+# 3.241. nm_query_window_current_search
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.236. nm_query_window_duration
+# 3.242. nm_query_window_duration
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.237. nm_query_window_enable
+# 3.243. nm_query_window_enable
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.238. nm_query_window_or_terms
+# 3.244. nm_query_window_or_terms
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.239. nm_query_window_timebase
+# 3.245. nm_query_window_timebase
 # 
 # Type: string
 # Default: “week”
 # 
 
 
-# 3.240. nm_record
+# 3.246. nm_record
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.241. nm_record_tags
+# 3.247. nm_record_tags
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.242. nm_replied_tag
+# 3.248. nm_replied_tag
 # 
 # Type: string
 # Default: “replied”
 # 
 
 
-# 3.243. nm_unread_tag
+# 3.249. nm_unread_tag
 # 
 # Type: string
 # Default: “unread”
 # 
 
 
-# 3.244. nntp_authenticators
+# 3.250. nntp_authenticators
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.245. nntp_context
+# 3.251. nntp_context
 # 
 # Type: number (long)
 # Default: 1000
 # 
 
 
-# 3.246. nntp_listgroup
+# 3.252. nntp_listgroup
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.247. nntp_load_description
+# 3.253. nntp_load_description
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.248. nntp_pass
+# 3.254. nntp_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.249. nntp_poll
+# 3.255. nntp_poll
 # 
 # Type: number
 # Default: 60
 # 
 
 
-# 3.250. nntp_user
+# 3.256. nntp_user
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.251. pager
+# 3.257. pager
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.252. pager_context
+# 3.258. pager_context
 # 
 # Type: number
 # Default: 0
 set pager_context=2
 
 
-# 3.253. pager_format
+# 3.259. pager_format
 # 
 # Type: string
 # Default: “-%Z- %C/%m: %-20.20n   %s%*  -- (%P)”
 set pager_format="<%a> %*  %i (%P)"
 
 
-# 3.254. pager_index_lines
+# 3.260. pager_index_lines
 # 
 # Type: number
 # Default: 0
 set pager_index_lines=$menu_context
 
 
-# 3.255. pager_read_delay
+# 3.261. pager_read_delay
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.256. pager_skip_quoted_context
+# 3.262. pager_skip_quoted_context
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.257. pager_stop
+# 3.263. pager_stop
 # 
 # Type: boolean
 # Default: no
 set pager_stop=yes
 
 
-# 3.258. pattern_format
+# 3.264. pattern_format
 # 
 # Type: string
 # Default: “%2n %-15e  %d”
 # 
 
 
-# 3.259. pgp_auto_decode
+# 3.265. pgp_auto_decode
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.260. pgp_auto_inline
+# 3.266. pgp_auto_inline
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.261. pgp_check_exit
+# 3.267. pgp_check_exit
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.262. pgp_check_gpg_decrypt_status_fd
+# 3.268. pgp_check_gpg_decrypt_status_fd
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.263. pgp_clear_sign_command
+# 3.269. pgp_clear_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.264. pgp_decode_command
+# 3.270. pgp_decode_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.265. pgp_decrypt_command
+# 3.271. pgp_decrypt_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.266. pgp_decryption_okay
+# 3.272. pgp_decryption_okay
 # 
 # Type: regular expression
 # Default: (empty)
 # 
 
 
-# 3.267. pgp_default_key
+# 3.273. pgp_default_key
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.268. pgp_encrypt_only_command
+# 3.274. pgp_encrypt_only_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.269. pgp_encrypt_sign_command
+# 3.275. pgp_encrypt_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.270. pgp_entry_format
+# 3.276. pgp_entry_format
 # 
 # Type: string
 # Default: “%4n %t%f %4l/0x%k %-4a %2c %u”
 # 
 
 
-# 3.271. pgp_export_command
+# 3.277. pgp_export_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.272. pgp_get_keys_command
+# 3.278. pgp_get_keys_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.273. pgp_good_sign
+# 3.279. pgp_good_sign
 # 
 # Type: regular expression
 # Default: (empty)
 # 
 
 
-# 3.274. pgp_ignore_subkeys
+# 3.280. pgp_ignore_subkeys
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.275. pgp_import_command
+# 3.281. pgp_import_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.276. pgp_list_pubring_command
+# 3.282. pgp_list_pubring_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.277. pgp_list_secring_command
+# 3.283. pgp_list_secring_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 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
 # 
 
 
-# 3.279. pgp_mime_auto
+# 3.286. pgp_mime_auto
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.280. pgp_reply_inline
+# 3.287. pgp_reply_inline
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.281. pgp_retainable_sigs
+# 3.288. pgp_retainable_sigs
 # 
 # Type: boolean
 # Default: no
 set pgp_retainable_sigs=yes
 
 
-# 3.282. pgp_self_encrypt
+# 3.289. pgp_self_encrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.283. pgp_show_unusable
+# 3.290. pgp_show_unusable
 # 
 # Type: boolean
 # Default: yes
 set pgp_show_unusable=no
 
 
-# 3.284. pgp_sign_as
+# 3.291. pgp_sign_as
 # 
 # Type: string
 # Default: (empty)
 set pgp_sign_as="0x9C9D6979AE941637"
 
 
-# 3.285. pgp_sign_command
+# 3.292. pgp_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 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
 # 
 
 
-# 3.288. pgp_timeout
+# 3.294. pgp_timeout
 # 
 # Type: number (long)
 # Default: 300
 # 
 
 
-# 3.289. pgp_use_gpg_agent
+# 3.295. pgp_use_gpg_agent
 # 
 # Type: boolean
 # Default: yes
 set pgp_use_gpg_agent=yes
 
 
-# 3.290. pgp_verify_command
+# 3.296. pgp_verify_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.291. pgp_verify_key_command
+# 3.297. pgp_verify_key_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.292. pipe_decode
+# 3.298. pipe_decode
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.293. pipe_decode_weed
+# 3.299. pipe_decode_weed
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.294. pipe_sep
+# 3.300. pipe_sep
 # 
 # Type: string
 # Default: “n”
 # 
 
 
-# 3.295. pipe_split
+# 3.301. pipe_split
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.296. pop_auth_try_all
+# 3.302. pop_auth_try_all
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.297. pop_authenticators
+# 3.303. pop_authenticators
 # 
 # Type: string list
 # Default: (empty)
 # 
 
 
-# 3.298. pop_check_interval
+# 3.304. pop_check_interval
 # 
 # Type: number
 # Default: 60
 # 
 
 
-# 3.299. pop_delete
+# 3.305. pop_delete
 # 
 # Type: quadoption
 # Default: ask-no
 # 
 
 
-# 3.300. pop_host
+# 3.306. pop_host
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.301. pop_last
+# 3.307. pop_last
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.302. pop_oauth_refresh_command
+# 3.308. pop_oauth_refresh_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.303. pop_pass
+# 3.309. pop_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.304. pop_reconnect
+# 3.310. pop_reconnect
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.305. pop_user
+# 3.311. pop_user
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.306. post_moderated
+# 3.312. post_moderated
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.307. postpone
+# 3.313. postpone
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.308. postpone_encrypt
+# 3.314. postpone_encrypt
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.309. postpone_encrypt_as
+# 3.315. postpone_encrypt_as
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.310. postponed
+# 3.316. postponed
 # 
 # Type: mailbox
 # Default: “~/postponed”
 set postponed="=drafts"
 
 
-# 3.311. preconnect
+# 3.317. preconnect
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.312. preferred_languages
+# 3.318. preferred_languages
 # 
 # Type: string list
 # Default: (empty)
 # 
 
 
-# 3.313. print
+# 3.319. print
 # 
 # Type: quadoption
 # Default: ask-no
 # 
 
 
-# 3.314. print_command
+# 3.320. print_command
 # 
 # Type: command
 # Default: “lpr”
 set print_command="muttprint"
 
 
-# 3.315. print_decode
+# 3.321. print_decode
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.316. print_decode_weed
+# 3.322. print_decode_weed
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.317. print_split
+# 3.323. print_split
 # 
 # Type: boolean
 # Default: no
 set print_split=yes
 
 
-# 3.318. prompt_after
+# 3.324. prompt_after
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.319. query_command
+# 3.325. query_command
 # 
 # Type: command
 # Default: (empty)
 set query_command="lbdbq"
 
 
-# 3.320. query_format
+# 3.326. query_format
 # 
 # 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:
 # 
-# ┌───┬─┬─────────────────────────────────────────────────────┐ 
-# │%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.
 # 
-# * = 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
 # 
 
 
-# 3.322. quote_regex
+# 3.328. quote_regex
 # 
 # Type: regular expression
 # Default: “^([ t]*[|>:}#])+”
 # 
 
 
-# 3.323. read_inc
+# 3.329. read_inc
 # 
 # Type: number
 # Default: 10
 # 
 
 
-# 3.324. read_only
+# 3.330. read_only
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.325. real_name
+# 3.331. real_name
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.326. recall
+# 3.332. recall
 # 
 # Type: quadoption
 # Default: ask-yes
 set recall=no
 
 
-# 3.327. record
+# 3.333. record
 # 
 # Type: mailbox
 # Default: “~/sent”
 set record="=store"
 
 
-# 3.328. reflow_space_quotes
+# 3.334. reflow_space_quotes
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.329. reflow_text
+# 3.335. reflow_text
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.330. reflow_wrap
+# 3.336. reflow_wrap
 # 
 # Type: number
 # Default: 78
 set reflow_wrap=-10
 
 
-# 3.331. reply_regex
+# 3.337. reply_regex
 # 
 # Type: regular expression
 # Default: “^((re|aw|sv)([[0-9]+])*:[ t]*)*”
 # 
 
 
-# 3.332. reply_self
+# 3.338. reply_self
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.333. reply_to
+# 3.339. reply_to
 # 
 # Type: quadoption
 # Default: ask-yes
 # 
 
 
-# 3.334. reply_with_xorig
+# 3.340. reply_with_xorig
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.335. resolve
+# 3.341. resolve
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.336. resume_draft_files
+# 3.342. resume_draft_files
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.337. resume_edited_draft_files
+# 3.343. resume_edited_draft_files
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.338. reverse_alias
+# 3.344. reverse_alias
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.339. reverse_name
+# 3.345. reverse_name
 # 
 # Type: boolean
 # Default: no
 set reverse_name=yes
 
 
-# 3.340. reverse_real_name
+# 3.346. reverse_real_name
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.341. rfc2047_parameters
+# 3.347. rfc2047_parameters
 # 
 # Type: boolean
 # Default: yes
 set rfc2047_parameters=yes
 
 
-# 3.342. save_address
+# 3.348. save_address
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.343. save_empty
+# 3.349. save_empty
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.344. save_history
+# 3.350. save_history
 # 
 # Type: number
 # Default: 0
 set save_history=100
 
 
-# 3.345. save_name
+# 3.351. save_name
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.346. save_unsubscribed
+# 3.352. save_unsubscribed
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.347. score
+# 3.353. score
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.348. score_threshold_delete
+# 3.354. score_threshold_delete
 # 
 # Type: number
 # Default: -1
 # 
 
 
-# 3.349. score_threshold_flag
+# 3.355. score_threshold_flag
 # 
 # Type: number
 # Default: 9999
 # 
 
 
-# 3.350. score_threshold_read
+# 3.356. score_threshold_read
 # 
 # Type: number
 # Default: -1
 # 
 
 
-# 3.351. search_context
+# 3.357. search_context
 # 
 # Type: number
 # Default: 0
 set search_context=5
 
 
-# 3.352. send_charset
+# 3.358. send_charset
 # 
 # Type: string list
 # Default: “us-ascii:iso-8859-1:utf-8”
 set send_charset="utf-8"
 
 
-# 3.353. sendmail
+# 3.359. sendmail
 # 
 # Type: command
 # Default: “/usr/sbin/sendmail -oem -oi”
 set sendmail="$my_confdir/sendmail"
 
 
-# 3.354. sendmail_wait
+# 3.360. sendmail_wait
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.355. shell
+# 3.361. shell
 # 
 # Type: command
 # Default: “/bin/sh”
 # 
 
 
-# 3.356. show_multipart_alternative
+# 3.362. show_multipart_alternative
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.357. show_new_news
+# 3.363. show_new_news
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.358. show_only_unread
+# 3.364. show_only_unread
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.359. sidebar_component_depth
+# 3.365. sidebar_component_depth
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.360. sidebar_delim_chars
+# 3.366. sidebar_delim_chars
 # 
 # Type: string
 # Default: “/.”
 # 
 
 
-# 3.361. sidebar_divider_char
+# 3.367. sidebar_divider_char
 # 
 # Type: string
 # Default: “|”
 set sidebar_divider_char=" "
 
 
-# 3.362. sidebar_folder_indent
+# 3.368. sidebar_folder_indent
 # 
 # Type: boolean
 # Default: no
 set sidebar_folder_indent=yes
 
 
-# 3.363. sidebar_format
+# 3.369. sidebar_format
 # 
 # Type: string
 # Default: “%D%*  %n”
 set sidebar_format="%D%?F? [%F]?%*  %?N?%N/?%S"
 
 
-# 3.364. sidebar_indent_string
+# 3.370. sidebar_indent_string
 # 
 # Type: string
 # Default: “  ”
 set sidebar_indent_string=" "
 
 
-# 3.365. sidebar_new_mail_only
+# 3.371. sidebar_new_mail_only
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.366. sidebar_next_new_wrap
+# 3.372. sidebar_next_new_wrap
 # 
 # Type: boolean
 # Default: no
 set sidebar_next_new_wrap=yes
 
 
-# 3.367. sidebar_non_empty_mailbox_only
+# 3.373. sidebar_non_empty_mailbox_only
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.368. sidebar_on_right
+# 3.374. sidebar_on_right
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.369. sidebar_short_path
+# 3.375. sidebar_short_path
 # 
 # Type: boolean
 # Default: no
 set sidebar_short_path=no
 
 
-# 3.370. sidebar_sort_method
+# 3.376. sidebar_sort
 # 
 # Type: sort order
-# Default: order
+# Default: unsorted
 # 
 # Specifies how to sort mailbox entries in the sidebar. By default, the entries
 # are unsorted. Valid values:
 # 
-# • path (alphabetically)
-# 
 # • count (all message count)
 # 
+# • desc (mailbox description)
+# 
 # • flagged (flagged message count)
 # 
+# • path (alphabetically)
+# 
 # • 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. 
 # 
-set sidebar_sort_method=path
 
 
-# 3.371. sidebar_visible
+# 3.377. sidebar_visible
 # 
 # Type: boolean
 # Default: no
 set sidebar_visible=no
 
 
-# 3.372. sidebar_width
+# 3.378. sidebar_width
 # 
 # Type: number
 # Default: 30
 set sidebar_width=20
 
 
-# 3.373. sig_dashes
+# 3.379. sig_dashes
 # 
 # Type: boolean
 # Default: yes
 set sig_dashes=no
 
 
-# 3.374. sig_on_top
+# 3.380. sig_on_top
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.375. signature
+# 3.381. signature
 # 
 # Type: path
 # Default: “~/.signature”
 # 
 
 
-# 3.376. simple_search
+# 3.382. simple_search
 # 
 # Type: string
 # Default: “~f %s | ~s %s”
 set simple_search="~L %s | ~s %s"
 
 
-# 3.377. size_show_bytes
+# 3.383. size_show_bytes
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.378. size_show_fractions
+# 3.384. size_show_fractions
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.379. size_show_mb
+# 3.385. size_show_mb
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.380. size_units_on_left
+# 3.386. size_units_on_left
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.381. sleep_time
+# 3.387. sleep_time
 # 
 # Type: number
 # Default: 1
 # 
 
 
-# 3.382. smart_wrap
+# 3.388. smart_wrap
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.383. smileys
+# 3.389. smileys
 # 
 # Type: regular expression
 # Default: “(>From )|(:[-^]?[][)(><}{|/DP])”
 # 
 
 
-# 3.384. smime_ask_cert_label
+# 3.390. smime_ask_cert_label
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.385. smime_ca_location
+# 3.391. smime_ca_location
 # 
 # Type: path
 # Default: (empty)
 # 
 
 
-# 3.386. smime_certificates
+# 3.392. smime_certificates
 # 
 # Type: path
 # Default: (empty)
 set smime_certificates="~/.smime/certificates"
 
 
-# 3.387. smime_decrypt_command
+# 3.393. smime_decrypt_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.388. smime_decrypt_use_default_key
+# 3.394. smime_decrypt_use_default_key
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.389. smime_default_key
+# 3.395. smime_default_key
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.390. smime_encrypt_command
+# 3.396. smime_encrypt_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.391. smime_encrypt_with
+# 3.397. smime_encrypt_with
 # 
 # Type: string
 # Default: “aes256”
 # 
 
 
-# 3.392. smime_get_cert_command
+# 3.398. smime_get_cert_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.393. smime_get_cert_email_command
+# 3.399. smime_get_cert_email_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.394. smime_get_signer_cert_command
+# 3.400. smime_get_signer_cert_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.395. smime_import_cert_command
+# 3.401. smime_import_cert_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.396. smime_is_default
+# 3.402. smime_is_default
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.397. smime_keys
+# 3.403. smime_keys
 # 
 # Type: path
 # Default: (empty)
 set smime_keys="~/.smime/keys"
 
 
-# 3.398. smime_pk7out_command
+# 3.404. smime_pk7out_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.399. smime_self_encrypt
+# 3.405. smime_self_encrypt
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.400. smime_sign_as
+# 3.406. smime_sign_as
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.401. smime_sign_command
+# 3.407. smime_sign_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.402. smime_sign_digest_alg
+# 3.408. smime_sign_digest_alg
 # 
 # Type: string
 # Default: “sha256”
 # 
 
 
-# 3.403. smime_timeout
+# 3.409. smime_timeout
 # 
 # Type: number
 # Default: 300
 # 
 
 
-# 3.404. smime_verify_command
+# 3.410. smime_verify_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.405. smime_verify_opaque_command
+# 3.411. smime_verify_opaque_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.406. smtp_authenticators
+# 3.412. smtp_authenticators
 # 
 # Type: string list
 # Default: (empty)
 # 
 
 
-# 3.407. smtp_oauth_refresh_command
+# 3.413. smtp_oauth_refresh_command
 # 
 # Type: command
 # Default: (empty)
 # 
 
 
-# 3.408. smtp_pass
+# 3.414. smtp_pass
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.409. smtp_url
+# 3.415. smtp_url
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.410. smtp_user
+# 3.416. smtp_user
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.411. socket_timeout
+# 3.417. socket_timeout
 # 
 # Type: number
 # Default: 30
 # 
 
 
-# 3.412. sort
+# 3.418. sort
 # 
 # Type: sort order
 # Default: date
 # 
 # • from
 # 
+# • label
+# 
 # • score
 # 
 # • size
 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
 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
 # 
 
 
-# 3.417. spam_separator
+# 3.421. spam_separator
 # 
 # Type: string
 # Default: “,”
 # 
 
 
-# 3.418. spool_file
+# 3.422. spool_file
 # 
 # Type: mailbox
 # Default: (empty)
 set spool_file="=inbox"
 
 
-# 3.419. ssl_ca_certificates_file
+# 3.423. ssl_ca_certificates_file
 # 
 # Type: path
 # Default: (empty)
 set ssl_ca_certificates_file="/etc/ssl/certs/ca-certificates.crt"
 
 
-# 3.420. ssl_ciphers
+# 3.424. ssl_ciphers
 # 
 # Type: string
 # Default: (empty)
 # 
 
 
-# 3.421. ssl_client_cert
+# 3.425. ssl_client_cert
 # 
 # Type: path
 # Default: (empty)
 # 
 
 
-# 3.422. ssl_force_tls
+# 3.426. ssl_force_tls
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.423. ssl_min_dh_prime_bits
+# 3.427. ssl_min_dh_prime_bits
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.424. ssl_starttls
+# 3.428. ssl_starttls
 # 
 # Type: quadoption
 # Default: yes
 # 
 
 
-# 3.425. ssl_use_sslv2
+# 3.429. ssl_use_sslv2
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.426. ssl_use_sslv3
+# 3.430. ssl_use_sslv3
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.427. ssl_use_system_certs
+# 3.431. ssl_use_system_certs
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.428. ssl_use_tlsv1
+# 3.432. ssl_use_tlsv1
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.429. ssl_use_tlsv1_1
+# 3.433. ssl_use_tlsv1_1
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.430. ssl_use_tlsv1_2
+# 3.434. ssl_use_tlsv1_2
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.431. ssl_use_tlsv1_3
+# 3.435. ssl_use_tlsv1_3
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.432. ssl_verify_dates
+# 3.436. ssl_verify_dates
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.433. ssl_verify_host
+# 3.437. ssl_verify_host
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.434. ssl_verify_partial_chains
+# 3.438. ssl_verify_partial_chains
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.435. status_chars
+# 3.439. status_chars
 # 
 # Type: character string
 # Default: “-*%A”
 # 
 
 
-# 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>%
 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
 # 
 
 
-# 3.438. strict_threads
+# 3.442. strict_threads
 # 
 # Type: boolean
 # Default: no
 set strict_threads=yes
 
 
-# 3.439. suspend
+# 3.443. suspend
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.440. text_flowed
+# 3.444. text_flowed
 # 
 # Type: boolean
 # Default: no
 set text_flowed=yes
 
 
-# 3.441. thorough_search
+# 3.445. thorough_search
 # 
 # Type: boolean
 # Default: yes
 set thorough_search=yes
 
 
-# 3.442. thread_received
+# 3.446. thread_received
 # 
 # Type: boolean
 # Default: no
 set thread_received=yes
 
 
-# 3.443. tilde
+# 3.447. tilde
 # 
 # Type: boolean
 # Default: no
 set tilde=yes
 
 
-# 3.444. time_inc
+# 3.448. time_inc
 # 
 # Type: number
 # Default: 0
 set time_inc=250
 
 
-# 3.445. timeout
+# 3.449. timeout
 # 
 # Type: number
 # Default: 600
 # 
 
 
-# 3.446. tmp_dir
+# 3.450. tmp_dir
 # 
 # Type: path
 # Default: “/tmp”
 # 
 
 
-# 3.447. to_chars
+# 3.451. to_chars
 # 
 # Type: character string
 # Default: “ +TCFLR”
 # 
 
 
-# 3.448. toggle_quoted_show_levels
+# 3.452. toggle_quoted_show_levels
 # 
 # Type: number
 # Default: 0
 # 
 
 
-# 3.449. trash
+# 3.453. trash
 # 
 # Type: mailbox
 # Default: (empty)
 # 
 
 
-# 3.450. ts_enabled
+# 3.454. ts_enabled
 # 
 # Type: boolean
 # Default: no
 set ts_enabled=yes
 
 
-# 3.451. ts_icon_format
+# 3.455. ts_icon_format
 # 
 # Type: string
 # Default: “M%<n?AIL&ail>”
 # 
 
 
-# 3.452. ts_status_format
+# 3.456. ts_status_format
 # 
 # Type: string
 # Default: “NeoMutt with %<m?%m messages&no messages>%<n? [%n NEW]>”
 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)
 # 
 
 
-# 3.454. tunnel_is_secure
+# 3.458. tunnel_is_secure
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.455. uncollapse_jump
+# 3.459. uncollapse_jump
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.456. uncollapse_new
+# 3.460. uncollapse_new
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.457. use_8bit_mime
+# 3.461. use_8bit_mime
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.458. use_domain
+# 3.462. use_domain
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.459. use_envelope_from
+# 3.463. use_envelope_from
 # 
 # Type: boolean
 # Default: no
 set use_envelope_from=yes
 
 
-# 3.460. use_from
+# 3.464. use_from
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.461. use_ipv6
+# 3.465. use_ipv6
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.462. use_threads
+# 3.466. use_threads
 # 
 # Type: enumeration
 # Default: unset
 # 
 
 
-# 3.463. user_agent
+# 3.467. user_agent
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.464. virtual_spool_file
+# 3.468. virtual_spool_file
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.465. wait_key
+# 3.469. wait_key
 # 
 # Type: boolean
 # Default: yes
 set wait_key=no
 
 
-# 3.466. weed
+# 3.470. weed
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.467. wrap
+# 3.471. wrap
 # 
 # Type: number
 # Default: 0
 set wrap=$reflow_wrap
 
 
-# 3.468. wrap_headers
+# 3.472. wrap_headers
 # 
 # Type: number
 # Default: 78
 # 
 
 
-# 3.469. wrap_search
+# 3.473. wrap_search
 # 
 # Type: boolean
 # Default: yes
 # 
 
 
-# 3.470. write_bcc
+# 3.474. write_bcc
 # 
 # Type: boolean
 # Default: no
 # 
 
 
-# 3.471. write_inc
+# 3.475. write_inc
 # 
 # Type: number
 # Default: 10
 # 
 
 
-# 3.472. x_comment_to
+# 3.476. x_comment_to
 # 
 # Type: boolean
 # Default: no