Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 2 Sep 2005 00:47:58 +0000 (00:47 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Fri, 2 Sep 2005 00:47:58 +0000 (00:47 +0000)
- prefer elinks over lynx and w3m for dumping the manual to text as it does a far better job than lynx on XHTML

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@475 e385b8ad-14ed-0310-8656-cc95a2468c6d

VERSION.svn
configure.in
doc/manual.txt

index 5f3bb98..7573eff 100644 (file)
@@ -1 +1 @@
-474
+475
index 52e4d75..7c74268 100644 (file)
@@ -1157,14 +1157,22 @@ then
 fi
 AC_SUBST(DSLROOT)
 
-AC_MSG_CHECKING([for lynx])
-AC_PATH_PROG([HTML2TXT_CMD], [lynx], [none])
+AC_MSG_CHECKING([for elinks])
+AC_PATH_PROG([HTML2TXT_CMD], [elinks], [none])
+if test x"$HTML2TXT_CMD" = x"none"
+then
+  AC_MSG_CHECKING([for lynx])
+  AC_PATH_PROG([HTML2TXT_CMD], [lynx], [none])
+fi
 if test x"$HTML2TXT_CMD" = x"none"
 then
   AC_MSG_CHECKING([for w3m])
   AC_PATH_PROG([HTML2TXT_CMD], [w3m], [none])
 fi
 case "$HTML2TXT_CMD" in
+  *elinks*)
+    HTML2TXT_CMD="$HTML2TXT_CMD -dump -no-numbering -no-references \$^ > \$@"
+    ;;
   *lynx*)
     HTML2TXT_CMD="$HTML2TXT_CMD -dump -nolist -with_backspaces \$^ > \$@"
     ;;
index 39aee79..24cf9c6 100644 (file)
+                     The Mutt Next Generation E-Mail Client
 
-The Mutt Next Generation E-Mail Client
-
-by Andreas Krennmair and others originally based on mutt by Michael Elkins and others
+  by Andreas Krennmair and others originally based on mutt by Michael Elkins and
+  others
 
    version devel-r473
 
    Abstract
 
-   Michael Elinks on mutt, circa 1995: ``All mail clients suck. This one just sucks less.'' - Sven Guckes on mutt, ca. 2003: ``But it still sucks!''
-     _________________________________________________________________
+   Michael Elinks on mutt, circa 1995: ``All mail clients suck. This one just
+   sucks less.'' - Sven Guckes on mutt, ca. 2003: ``But it still sucks!''
+
+   --------------------------------------------------------------------------
 
    Table of Contents
 
    1. Introduction
 
-        1. Overview
-        2. Mutt-ng Home Page
-        3. Mailing Lists
-        4. Software Distribution Sites
-        5. IRC
-        6. Weblog
-        7. Copyright
+                1. Overview
+
+                2. Mutt-ng Home Page
+
+                3. Mailing Lists
+
+                4. Software Distribution Sites
+
+                5. IRC
+
+                6. Weblog
+
+                7. Copyright
 
    2. Getting Started
 
-        1. Basic Concepts
+                1. Basic Concepts
+
+                             1.1. Screens and Menus
+
+                             1.2. Configuration
+
+                             1.3. Functions
+
+                             1.4. Interaction
+
+                             1.5. Modularization
+
+                             1.6. Patterns
+
+                2. Screens and Menus
+
+                             2.1. Index
 
-              1.1. Screens and Menus
-              1.2. Configuration
-              1.3. Functions
-              1.4. Interaction
-              1.5. Modularization
-              1.6. Patterns
+                             2.2. Pager
 
-        2. Screens and Menus
+                             2.3. File Browser
 
-              2.1. Index
-              2.2. Pager
-              2.3. File Browser
-              2.4. Sidebar
-              2.5. Help
-              2.6. Compose Menu
-              2.7. Alias Menu
-              2.8. Attachment Menu
-              2.9. Key Menu
+                             2.4. Sidebar
 
-        3. Moving Around in Menus
-        4. Editing Input Fields
-        5. Reading Mail - The Index and Pager
+                             2.5. Help
 
-              5.1. The Message Index
-              5.2. The Pager
-              5.3. Threaded Mode
-              5.4. Miscellaneous Functions
+                             2.6. Compose Menu
 
-        6. Sending Mail
+                             2.7. Alias Menu
 
-              6.1. Composing new messages
-              6.2. Replying
-              6.3. Editing the message header
-              6.4. Using Mutt-ng with PGP
-              6.5. Sending anonymous messages via mixmaster
+                             2.8. Attachment Menu
 
-        7. Forwarding and Bouncing Mail
-        8. Postponing Mail
+                             2.9. Key Menu
+
+                3. Moving Around in Menus
+
+                4. Editing Input Fields
+
+                5. Reading Mail - The Index and Pager
+
+                             5.1. The Message Index
+
+                             5.2. The Pager
+
+                             5.3. Threaded Mode
+
+                             5.4. Miscellaneous Functions
+
+                6. Sending Mail
+
+                             6.1. Composing new messages
+
+                             6.2. Replying
+
+                             6.3. Editing the message header
+
+                             6.4. Using Mutt-ng with PGP
+
+                             6.5. Sending anonymous messages via mixmaster
+
+                7. Forwarding and Bouncing Mail
+
+                8. Postponing Mail
 
    3. Configuration
 
-        1. Locations of Configuration Files
-        2. Basic Syntax of Initialization Files
-        3. Expansion within variables
-
-              3.1. Commands' Output
-              3.2. Environment Variables
-              3.3. Configuration Variables
-              3.4. Self-Defined Variables
-              3.5. Pre-Defined Variables
-              3.6. Type Conversions
-
-        4. Defining/Using aliases
-        5. Changing the default key bindings
-        6. Defining aliases for character sets
-        7. Setting variables based upon mailbox
-        8. Keyboard macros
-        9. Using color and mono video attributes
-        10. Ignoring (weeding) unwanted message headers
-        11. Alternative addresses
-        12. Format = Flowed
-
-              12.1. Introduction
-              12.2. Receiving: Display Setup
-              12.3. Sending
-              12.4. Additional Notes
-
-        13. Mailing lists
-        14. Using Multiple spool mailboxes
-        15. Defining mailboxes which receive mail
-        16. User defined headers
-        17. Defining the order of headers when viewing messages
-        18. Specify default save filename
-        19. Specify default Fcc: mailbox when composing
-        20. Specify default save filename and default Fcc: mailbox at once
-        21. Change settings based upon message recipients
-        22. Change settings before formatting a message
-        23. Choosing the cryptographic key of the recipient
-        24. Adding key sequences to the keyboard buffer
-        25. Executing functions
-        26. Message Scoring
-        27. Spam detection
-        28. Setting variables
-        29. Reading initialization commands from another file
-        30. Removing hooks
-        31. Sharing Setups
-
-              31.1. Character Sets
-              31.2. Modularization
-              31.3. Conditional parts
-
-        32. Obsolete Variables
+                1. Locations of Configuration Files
+
+                2. Basic Syntax of Initialization Files
+
+                3. Expansion within variables
+
+                             3.1. Commands' Output
+
+                             3.2. Environment Variables
+
+                             3.3. Configuration Variables
+
+                             3.4. Self-Defined Variables
+
+                             3.5. Pre-Defined Variables
+
+                             3.6. Type Conversions
+
+                4. Defining/Using aliases
+
+                5. Changing the default key bindings
+
+                6. Defining aliases for character sets
+
+                7. Setting variables based upon mailbox
+
+                8. Keyboard macros
+
+                9. Using color and mono video attributes
+
+                10. Ignoring (weeding) unwanted message headers
+
+                11. Alternative addresses
+
+                12. Format = Flowed
+
+                             12.1. Introduction
+
+                             12.2. Receiving: Display Setup
+
+                             12.3. Sending
+
+                             12.4. Additional Notes
+
+                13. Mailing lists
+
+                14. Using Multiple spool mailboxes
+
+                15. Defining mailboxes which receive mail
+
+                16. User defined headers
+
+                17. Defining the order of headers when viewing messages
+
+                18. Specify default save filename
+
+                19. Specify default Fcc: mailbox when composing
+
+                20. Specify default save filename and default Fcc: mailbox at
+                once
+
+                21. Change settings based upon message recipients
+
+                22. Change settings before formatting a message
+
+                23. Choosing the cryptographic key of the recipient
+
+                24. Adding key sequences to the keyboard buffer
+
+                25. Executing functions
+
+                26. Message Scoring
+
+                27. Spam detection
+
+                28. Setting variables
+
+                29. Reading initialization commands from another file
+
+                30. Removing hooks
+
+                31. Sharing Setups
+
+                             31.1. Character Sets
+
+                             31.2. Modularization
+
+                             31.3. Conditional parts
+
+                32. Obsolete Variables
 
    4. Advanced Usage
 
-        1. Regular Expressions
-        2. Patterns
+                1. Regular Expressions
+
+                2. Patterns
+
+                             2.1. Complex Patterns
+
+                             2.2. Patterns and Dates
+
+                3. Format Strings
+
+                             3.1. Introduction
 
-              2.1. Complex Patterns
-              2.2. Patterns and Dates
+                             3.2. Conditional Expansion
 
-        3. Format Strings
+                             3.3. Modifications and Padding
 
-              3.1. Introduction
-              3.2. Conditional Expansion
-              3.3. Modifications and Padding
+                4. Using Tags
 
-        4. Using Tags
-        5. Using Hooks
+                5. Using Hooks
 
-              5.1. Message Matching in Hooks
+                             5.1. Message Matching in Hooks
 
-        6. Using the sidebar
-        7. External Address Queries
-        8. Mailbox Formats
-        9. Mailbox Shortcuts
-        10. Handling Mailing Lists
-        11. Editing threads
+                6. Using the sidebar
 
-              11.1. Linking threads
-              11.2. Breaking threads
+                7. External Address Queries
 
-        12. Delivery Status Notification (DSN) Support
-        13. POP3 Support (OPTIONAL)
-        14. IMAP Support (OPTIONAL)
+                8. Mailbox Formats
 
-              14.1. The Folder Browser
-              14.2. Authentication
+                9. Mailbox Shortcuts
 
-        15. NNTP Support (OPTIONAL)
+                10. Handling Mailing Lists
 
-              15.1. Again: Scoring
+                11. Editing threads
 
-        16. SMTP Support (OPTIONAL)
-        17. Managing multiple IMAP/POP/NNTP accounts (OPTIONAL)
-        18. Start a WWW Browser on URLs (EXTERNAL)
-        19. Compressed folders Support (OPTIONAL)
+                             11.1. Linking threads
 
-              19.1. Open a compressed mailbox for reading
-              19.2. Write a compressed mailbox
-              19.3. Append a message to a compressed mailbox
-              19.4. Encrypted folders
+                             11.2. Breaking threads
+
+                12. Delivery Status Notification (DSN) Support
+
+                13. POP3 Support (OPTIONAL)
+
+                14. IMAP Support (OPTIONAL)
+
+                             14.1. The Folder Browser
+
+                             14.2. Authentication
+
+                15. NNTP Support (OPTIONAL)
+
+                             15.1. Again: Scoring
+
+                16. SMTP Support (OPTIONAL)
+
+                17. Managing multiple IMAP/POP/NNTP accounts (OPTIONAL)
+
+                18. Start a WWW Browser on URLs (EXTERNAL)
+
+                19. Compressed folders Support (OPTIONAL)
+
+                             19.1. Open a compressed mailbox for reading
+
+                             19.2. Write a compressed mailbox
+
+                             19.3. Append a message to a compressed mailbox
+
+                             19.4. Encrypted folders
 
    5. Mutt-ng's MIME Support
 
-        1. Using MIME in Mutt
+                1. Using MIME in Mutt
+
+                             1.1. Viewing MIME messages in the pager
 
-              1.1. Viewing MIME messages in the pager
-              1.2. The Attachment Menu
-              1.3. The Compose Menu
+                             1.2. The Attachment Menu
 
-        2. MIME Type configuration with mime.types
-        3. MIME Viewer configuration with mailcap
+                             1.3. The Compose Menu
 
-              3.1. The Basics of the mailcap file
-              3.2. Secure use of mailcap
-              3.3. Advanced mailcap Usage
-              3.4. Example mailcap files
+                2. MIME Type configuration with mime.types
 
-        4. MIME Autoview
-        5. MIME Multipart/Alternative
-        6. MIME Lookup
+                3. MIME Viewer configuration with mailcap
+
+                             3.1. The Basics of the mailcap file
+
+                             3.2. Secure use of mailcap
+
+                             3.3. Advanced mailcap Usage
+
+                             3.4. Example mailcap files
+
+                4. MIME Autoview
+
+                5. MIME Multipart/Alternative
+
+                6. MIME Lookup
 
    6. Security Considerations
 
-        1. Passwords
-        2. Temporary Files
-        3. Information Leaks
+                1. Passwords
+
+                2. Temporary Files
 
-              3.1. Message-ID: headers
-              3.2. mailto:-style links
+                3. Information Leaks
 
-        4. External applications
+                             3.1. Message-ID: headers
 
-              4.1. mailcap
-              4.2. Other
+                             3.2. mailto:-style links
+
+                4. External applications
+
+                             4.1. mailcap
+
+                             4.2. Other
 
    7. Reference
 
-        1. Command line options
-        2. Patterns
-        3. Configuration Commands
-        4. Configuration variables
-        5. Functions
-
-              5.1. generic
-              5.2. index
-              5.3. pager
-              5.4. alias
-              5.5. query
-              5.6. attach
-              5.7. compose
-              5.8. postpone
-              5.9. browser
-              5.10. pgp
-              5.11. editor
+                1. Command line options
+
+                2. Patterns
+
+                3. Configuration Commands
+
+                4. Configuration variables
+
+                5. Functions
+
+                             5.1. generic
+
+                             5.2. index
+
+                             5.3. pager
+
+                             5.4. alias
+
+                             5.5. query
+
+                             5.6. attach
+
+                             5.7. compose
+
+                             5.8. postpone
+
+                             5.9. browser
+
+                             5.10. pgp
+
+                             5.11. editor
 
    8. Miscellany
 
-        1. Acknowledgments
+                1. Acknowledgments
 
 Chapter 1. Introduction
 
    Table of Contents
 
    1. Overview
+
    2. Mutt-ng Home Page
+
    3. Mailing Lists
+
    4. Software Distribution Sites
+
    5. IRC
+
    6. Weblog
+
    7. Copyright
 
 1. Overview
 
-   Mutt-ng is a small but very powerful text-based MIME mail client. Mutt-ng is highly configurable, and is well suited to the mail power user with advanced features like key bindings, keyboard macros, mail threading, regular expression searches and a powerful pattern matching language for selecting groups of messages.
+   Mutt-ng is a small but very powerful text-based MIME mail client. Mutt-ng
+   is highly configurable, and is well suited to the mail power user with
+   advanced features like key bindings, keyboard macros, mail threading,
+   regular expression searches and a powerful pattern matching language for
+   selecting groups of messages.
 
-   This documentation additionally contains documentation to Mutt-NG, a fork from Mutt with the goal to fix all the little annoyances of Mutt, to integrate all the Mutt patches that are floating around in the web, and to add other new features. Features specific to Mutt-ng will be discussed in an extra section. Don't be confused when most of the documentation talk about Mutt and not Mutt-ng, Mutt-ng contains all Mutt features, plus many more.
+   This documentation additionally contains documentation to Mutt-NG, a fork
+   from Mutt with the goal to fix all the little annoyances of Mutt, to
+   integrate all the Mutt patches that are floating around in the web, and to
+   add other new features. Features specific to Mutt-ng will be discussed in
+   an extra section. Don't be confused when most of the documentation talk
+   about Mutt and not Mutt-ng, Mutt-ng contains all Mutt features, plus many
+   more.
 
 2. Mutt-ng Home Page
 
@@ -251,30 +383,47 @@ Chapter 1. Introduction
 
 3. Mailing Lists
 
-     * mutt-ng-users@lists.berlios.de -- This is where the mutt-ng user support happens.
-     * mutt-ng-devel@lists.berlios.de -- The development mailing list for mutt-ng
+     o mutt-ng-users@lists.berlios.de -- This is where the mutt-ng user
+       support happens.
+
+     o mutt-ng-devel@lists.berlios.de -- The development mailing list for
+       mutt-ng
 
 4. Software Distribution Sites
 
-   So far, there are no official releases of Mutt-ng, but you can download daily snapshots from http://mutt-ng.berlios.de/snapshots/
+   So far, there are no official releases of Mutt-ng, but you can download
+   daily snapshots from http://mutt-ng.berlios.de/snapshots/
 
 5. IRC
 
-   Visit channel #muttng on irc.freenode.net (www.freenode.net) to chat with other people interested in Mutt-ng.
+   Visit channel #muttng on irc.freenode.net (www.freenode.net) to chat with
+   other people interested in Mutt-ng.
 
 6. Weblog
 
-   If you want to read fresh news about the latest development in Mutt-ng, and get informed about stuff like interesting, Mutt-ng-related articles and packages for your favorite distribution, you can read and/or subscribe to our Mutt-ng development weblog.
+   If you want to read fresh news about the latest development in Mutt-ng,
+   and get informed about stuff like interesting, Mutt-ng-related articles
+   and packages for your favorite distribution, you can read and/or subscribe
+   to our Mutt-ng development weblog.
 
 7. Copyright
 
-   Mutt is Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu> and others
+   Mutt is Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu> and
+   others
 
-   This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
+   This program is free software; you can redistribute it and/or modify it
+   under the terms of the GNU General Public License as published by the Free
+   Software Foundation; either version 2 of the License, or (at your option)
+   any later version.
 
-   This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
+   This program is distributed in the hope that it will be useful, but
+   WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
+   or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
+   for more details.
 
-   You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
+   You should have received a copy of the GNU General Public License along
+   with this program; if not, write to the Free Software Foundation, Inc., 59
+   Temple Place - Suite 330, Boston, MA 02111, USA.
 
 Chapter 2. Getting Started
 
@@ -282,343 +431,533 @@ Chapter 2. Getting Started
 
    1. Basic Concepts
 
-        1.1. Screens and Menus
-        1.2. Configuration
-        1.3. Functions
-        1.4. Interaction
-        1.5. Modularization
-        1.6. Patterns
+                1.1. Screens and Menus
+
+                1.2. Configuration
+
+                1.3. Functions
+
+                1.4. Interaction
+
+                1.5. Modularization
+
+                1.6. Patterns
 
    2. Screens and Menus
 
-        2.1. Index
-        2.2. Pager
-        2.3. File Browser
-        2.4. Sidebar
-        2.5. Help
-        2.6. Compose Menu
-        2.7. Alias Menu
-        2.8. Attachment Menu
-        2.9. Key Menu
+                2.1. Index
+
+                2.2. Pager
+
+                2.3. File Browser
+
+                2.4. Sidebar
+
+                2.5. Help
+
+                2.6. Compose Menu
+
+                2.7. Alias Menu
+
+                2.8. Attachment Menu
+
+                2.9. Key Menu
 
    3. Moving Around in Menus
+
    4. Editing Input Fields
+
    5. Reading Mail - The Index and Pager
 
-        5.1. The Message Index
-        5.2. The Pager
-        5.3. Threaded Mode
-        5.4. Miscellaneous Functions
+                5.1. The Message Index
 
-   6. Sending Mail
+                5.2. The Pager
 
-        6.1. Composing new messages
-        6.2. Replying
-        6.3. Editing the message header
-        6.4. Using Mutt-ng with PGP
-        6.5. Sending anonymous messages via mixmaster
+                5.3. Threaded Mode
 
-   7. Forwarding and Bouncing Mail
-   8. Postponing Mail
+                5.4. Miscellaneous Functions
 
-1. Basic Concepts
+   6. Sending Mail
 
-1.1. Screens and Menus
+                6.1. Composing new messages
 
-   mutt-ng offers different screens of which every has its special purpose:
-     * The index displays the contents of the currently opened mailbox.
-     * The pager is responsible for displaying messages, that is, the header, the body and all attached parts.
-     * The file browser offers operations on and displays information of all folders mutt-ng should watch for mail.
-     * The sidebar offers a permanent view of which mailboxes contain how many total, new and/or flagged mails.
-     * The help screen lists for all currently available commands how to invoke them as well as a short description.
-     * The compose menu is a comfortable interface take last actions before sending mail: change subjects, attach files, remove attachements, etc.
-     * The attachement menu gives a summary and the tree structure of the attachements of the current message.
-     * The alias menu lists all or a fraction of the aliases a user has defined.
-     * The key menu used in connection with encryption lets users choose the right key to encrypt with.
+                6.2. Replying
 
-   When mutt-ng is started without any further options, it'll open the users default mailbox and display the index.
+                6.3. Editing the message header
 
-1.2. Configuration
+                6.4. Using Mutt-ng with PGP
 
-   Mutt-ng does not feature an internal configuration interface or menu due to the simple fact that this would be too complex to handle (currently there are several hundred variables which fine-tune the behaviour.)
+                6.5. Sending anonymous messages via mixmaster
 
-   Mutt-ng is configured using configuration files which allow users to add comments or manage them via version control systems to ease maintenance.
+   7. Forwarding and Bouncing Mail
 
-   Also, mutt-ng comes with a shell script named grml-muttng kindly contributed by users which really helps and eases the creation of a user's configuration file. When downloading the source code via a snapshot or via subversion, it can be found in the contrib directory.
+   8. Postponing Mail
 
-1.3. Functions
+1. Basic Concepts
 
-   Mutt-ng offers great flexibility due to the use of functions: internally, every action a user can make mutt-ng perform is named ``function.'' Those functions are assigned to keys (or even key sequences) and may be completely adjusted to user's needs. The basic idea is that the impatient users get a very intuitive interface to start off with and advanced users virtually get no limits to adjustments.
+  1.1. Screens and Menus
 
-1.4. Interaction
+   mutt-ng offers different screens of which every has its special purpose:
 
-   Mutt-ng has two basic concepts of user interaction:
-    1. There is one dedicated line on the screen used to query the user for input, issue any command, query variables and display error and informational messages. As for every type of user input, this requires manual action leading to the need of input.
-    2. The automatized interface for interaction are the so called hooks. Hooks specify actions the user wants to be performed at well-defined situations: what to do when entering which folder, what to do when displaying or replying to what kind of message, etc. These are optional, i.e. a user doesn't need to specify them but can do so.
+     o The index displays the contents of the currently opened mailbox.
 
-1.5. Modularization
+     o The pager is responsible for displaying messages, that is, the header,
+       the body and all attached parts.
 
-   Although mutt-ng has many functionality built-in, many features can be delegated to external tools to increase flexibility: users can define programs to filter a message through before displaying, users can use any program they want for displaying a message, message types (such as PDF or PostScript) for which mutt-ng doesn't have a built-in filter can be rendered by arbitrary tools and so forth. Although mutt-ng has an alias mechanism built-in, it features using external tools to query for nearly every type of addresses from sources like LDAP, databases or just the list of locally known users.
+     o The file browser offers operations on and displays information of all
+       folders mutt-ng should watch for mail.
 
-1.6. Patterns
+     o The sidebar offers a permanent view of which mailboxes contain how
+       many total, new and/or flagged mails.
 
-   Mutt-ng has a built-in pattern matching ``language'' which is as widely used as possible to present a consistent interface to users. The same ``pattern terms'' can be used for searching, scoring, message selection and much more.
+     o The help screen lists for all currently available commands how to
+       invoke them as well as a short description.
 
-2. Screens and Menus
+     o The compose menu is a comfortable interface take last actions before
+       sending mail: change subjects, attach files, remove attachements, etc.
 
-2.1. Index
+     o The attachement menu gives a summary and the tree structure of the
+       attachements of the current message.
 
-   The index is the screen that you usually see first when you start mutt-ng. It gives an overview over your emails in the currently opened mailbox. By default, this is your system mailbox. The information you see in the index is a list of emails, each with its number on the left, its flags (new email, important email, email that has been forwarded or replied to, tagged email, ...), the date when email was sent, its sender, the email size, and the subject. Additionally, the index also shows thread hierarchies: when you reply to an email, and the other person replies back, you can see the other's person email in a "sub-tree" below. This is especially useful for personal email between a group of people or when you've subscribed to mailing lists.
+     o The alias menu lists all or a fraction of the aliases a user has
+       defined.
 
-2.2. Pager
+     o The key menu used in connection with encryption lets users choose the
+       right key to encrypt with.
 
-   The pager is responsible for showing the email content. On the top of the pager you have an overview over the most important email headers like the sender, the recipient, the subject, and much more information. How much information you actually see depends on your configuration, which we'll describe below.
+   When mutt-ng is started without any further options, it'll open the users
+   default mailbox and display the index.
 
-   Below the headers, you see the email body which usually contains the message. If the email contains any attachments, you will see more information about them below the email body, or, if the attachments are text files, you can view them directly in the pager.
+  1.2. Configuration
 
-   To give the user a good overview, it is possible to configure mutt-ng to show different things in the pager with different colors. Virtually everything that can be described with a regular expression can be colored, e.g. URLs, email addresses or smileys.
+   Mutt-ng does not feature an internal configuration interface or menu due
+   to the simple fact that this would be too complex to handle (currently
+   there are several hundred variables which fine-tune the behaviour.)
 
-2.3. File Browser
+   Mutt-ng is configured using configuration files which allow users to add
+   comments or manage them via version control systems to ease maintenance.
 
-   The file browser is the interface to the local or remote file system. When selecting a mailbox to open, the browser allows custom sorting of items, limiting the items shown by a regular expression and a freely adjustable format of what to display in which way. It also allows for easy navigation through the file system when selecting file(s) to attach to a message, select multiple files to attach and many more.
+   Also, mutt-ng comes with a shell script named grml-muttng kindly
+   contributed by users which really helps and eases the creation of a user's
+   configuration file. When downloading the source code via a snapshot or via
+   subversion, it can be found in the contrib directory.
 
-2.4. Sidebar
+  1.3. Functions
 
-   The sidebar comes in handy to manage mails which are spread over different folders. All folders users setup mutt-ng to watch for new mail will be listed. The listing includes not only the name but also the number of total messages, the number of new and flagged messages. Items with new mail may be colored different from those with flagged mail, items may be shortened or compress if they're they to long to be printed in full form so that by abbreviated names, user still now what the name stands for.
+   Mutt-ng offers great flexibility due to the use of functions: internally,
+   every action a user can make mutt-ng perform is named ``function.'' Those
+   functions are assigned to keys (or even key sequences) and may be
+   completely adjusted to user's needs. The basic idea is that the impatient
+   users get a very intuitive interface to start off with and advanced users
+   virtually get no limits to adjustments.
 
-2.5. Help
+  1.4. Interaction
 
-   The help screen is meant to offer a quick help to the user. It lists the current configuration of key bindings and their associated commands including a short description, and currently unbound functions that still need to be associated with a key binding (or alternatively, they can be called via the mutt-ng command prompt).
+   Mutt-ng has two basic concepts of user interaction:
 
-2.6. Compose Menu
+    1. There is one dedicated line on the screen used to query the user for
+       input, issue any command, query variables and display error and
+       informational messages. As for every type of user input, this requires
+       manual action leading to the need of input.
 
-   The compose menu features a split screen containing the information which really matter before actually sending a message by mail or posting an article to a newsgroup: who gets the message as what (recipient, newsgroup, who gets what kind of copy). Additionally, users may set security options like deciding whether to sign, encrypt or sign and encrypt a message with/for what keys.
+    2. The automatized interface for interaction are the so called hooks.
+       Hooks specify actions the user wants to be performed at well-defined
+       situations: what to do when entering which folder, what to do when
+       displaying or replying to what kind of message, etc. These are
+       optional, i.e. a user doesn't need to specify them but can do so.
 
-   Also, it's used to attach messages, news articles or files to a message, to re-edit any attachment including the message itself.
+  1.5. Modularization
 
-2.7. Alias Menu
+   Although mutt-ng has many functionality built-in, many features can be
+   delegated to external tools to increase flexibility: users can define
+   programs to filter a message through before displaying, users can use any
+   program they want for displaying a message, message types (such as PDF or
+   PostScript) for which mutt-ng doesn't have a built-in filter can be
+   rendered by arbitrary tools and so forth. Although mutt-ng has an alias
+   mechanism built-in, it features using external tools to query for nearly
+   every type of addresses from sources like LDAP, databases or just the list
+   of locally known users.
 
-   The alias menu is used to help users finding the recipients of messages. For users who need to contact many people, there's no need to remember addresses or names completely because it allows for searching, too. The alias mechanism and thus the alias menu also features grouping several addresses by a shorter nickname, the actual alias, so that users don't have to select each single recipient manually.
+  1.6. Patterns
 
-2.8. Attachment Menu
+   Mutt-ng has a built-in pattern matching ``language'' which is as widely
+   used as possible to present a consistent interface to users. The same
+   ``pattern terms'' can be used for searching, scoring, message selection
+   and much more.
 
-   As will be later discussed in detail, mutt-ng features a good and stable MIME implementation, that is, is greatly supports sending and receiving messages of arbitrary type. The attachment menu displays a message's structure in detail: what content parts are attached to which parent part (which gives a true tree structure), which type is of what type and what size. Single parts may saved, deleted or modified to offer great and easy access to message's internals.
+2. Screens and Menus
 
-2.9. Key Menu
+  2.1. Index
+
+   The index is the screen that you usually see first when you start mutt-ng.
+   It gives an overview over your emails in the currently opened mailbox. By
+   default, this is your system mailbox. The information you see in the index
+   is a list of emails, each with its number on the left, its flags (new
+   email, important email, email that has been forwarded or replied to,
+   tagged email, ...), the date when email was sent, its sender, the email
+   size, and the subject. Additionally, the index also shows thread
+   hierarchies: when you reply to an email, and the other person replies
+   back, you can see the other's person email in a "sub-tree" below. This is
+   especially useful for personal email between a group of people or when
+   you've subscribed to mailing lists.
+
+  2.2. Pager
+
+   The pager is responsible for showing the email content. On the top of the
+   pager you have an overview over the most important email headers like the
+   sender, the recipient, the subject, and much more information. How much
+   information you actually see depends on your configuration, which we'll
+   describe below.
+
+   Below the headers, you see the email body which usually contains the
+   message. If the email contains any attachments, you will see more
+   information about them below the email body, or, if the attachments are
+   text files, you can view them directly in the pager.
+
+   To give the user a good overview, it is possible to configure mutt-ng to
+   show different things in the pager with different colors. Virtually
+   everything that can be described with a regular expression can be colored,
+   e.g. URLs, email addresses or smileys.
+
+  2.3. File Browser
+
+   The file browser is the interface to the local or remote file system. When
+   selecting a mailbox to open, the browser allows custom sorting of items,
+   limiting the items shown by a regular expression and a freely adjustable
+   format of what to display in which way. It also allows for easy navigation
+   through the file system when selecting file(s) to attach to a message,
+   select multiple files to attach and many more.
+
+  2.4. Sidebar
+
+   The sidebar comes in handy to manage mails which are spread over different
+   folders. All folders users setup mutt-ng to watch for new mail will be
+   listed. The listing includes not only the name but also the number of
+   total messages, the number of new and flagged messages. Items with new
+   mail may be colored different from those with flagged mail, items may be
+   shortened or compress if they're they to long to be printed in full form
+   so that by abbreviated names, user still now what the name stands for.
+
+  2.5. Help
+
+   The help screen is meant to offer a quick help to the user. It lists the
+   current configuration of key bindings and their associated commands
+   including a short description, and currently unbound functions that still
+   need to be associated with a key binding (or alternatively, they can be
+   called via the mutt-ng command prompt).
+
+  2.6. Compose Menu
+
+   The compose menu features a split screen containing the information which
+   really matter before actually sending a message by mail or posting an
+   article to a newsgroup: who gets the message as what (recipient,
+   newsgroup, who gets what kind of copy). Additionally, users may set
+   security options like deciding whether to sign, encrypt or sign and
+   encrypt a message with/for what keys.
+
+   Also, it's used to attach messages, news articles or files to a message,
+   to re-edit any attachment including the message itself.
+
+  2.7. Alias Menu
+
+   The alias menu is used to help users finding the recipients of messages.
+   For users who need to contact many people, there's no need to remember
+   addresses or names completely because it allows for searching, too. The
+   alias mechanism and thus the alias menu also features grouping several
+   addresses by a shorter nickname, the actual alias, so that users don't
+   have to select each single recipient manually.
+
+  2.8. Attachment Menu
+
+   As will be later discussed in detail, mutt-ng features a good and stable
+   MIME implementation, that is, is greatly supports sending and receiving
+   messages of arbitrary type. The attachment menu displays a message's
+   structure in detail: what content parts are attached to which parent part
+   (which gives a true tree structure), which type is of what type and what
+   size. Single parts may saved, deleted or modified to offer great and easy
+   access to message's internals.
+
+  2.9. Key Menu
 
    FIXME
 
 3. Moving Around in Menus
 
-   Information is presented in menus, very similar to ELM. Here is a table showing the common keys used to navigate menus in Mutt-ng.
-j or Down       next-entry      move to the next entry
-k or Up         previous-entry  move to the previous entry
-z or PageDn     page-down       go to the next page
-Z or PageUp     page-up         go to the previous page
-= or Home       first-entry     jump to the first entry
-* or End        last-entry      jump to the last entry
-q               quit            exit the current menu
-?               help            list all key bindings for the current menu
+   Information is presented in menus, very similar to ELM. Here is a table
+   showing the common keys used to navigate menus in Mutt-ng.
+
+ j or Down       next-entry      move to the next entry
+ k or Up         previous-entry  move to the previous entry
+ z or PageDn     page-down       go to the next page
+ Z or PageUp     page-up         go to the previous page
+ = or Home       first-entry     jump to the first entry
+ * or End        last-entry      jump to the last entry
+ q               quit            exit the current menu
+ ?               help            list all key bindings for the current menu
 
 4. Editing Input Fields
 
-   Mutt-ng has a builtin line editor which is used as the primary way to input textual data such as email addresses or filenames. The keys used to move around while editing are very similar to those of Emacs.
-^A or <Home>    bol             move to the start of the line
-^B or <Left>    backward-char   move back one char
-Esc B           backward-word   move back one word
-^D or <Delete>  delete-char     delete the char under the cursor
-^E or <End>     eol             move to the end of the line
-^F or <Right>   forward-char    move forward one char
-Esc F           forward-word    move forward one word
-<Tab>           complete        complete filename or alias
-^T              complete-query  complete address with query
-^K              kill-eol        delete to the end of the line
-ESC d           kill-eow        delete to the end of the word
-^W              kill-word       kill the word in front of the cursor
-^U              kill-line       delete entire line
-^V              quote-char      quote the next typed key
-<Up>            history-up      recall previous string from history
-<Down>          history-down    recall next string from history
-<BackSpace>     backspace       kill the char in front of the cursor
-Esc u           upcase-word     convert word to upper case
-Esc l           downcase-word   convert word to lower case
-Esc c           capitalize-word capitalize the word
-^G              n/a             abort
-<Return>        n/a             finish editing
-
-   You can remap the editor functions using the bind command. For example, to make the Delete key delete the character in front of the cursor rather than under, you could use
+   Mutt-ng has a builtin line editor which is used as the primary way to
+   input textual data such as email addresses or filenames. The keys used to
+   move around while editing are very similar to those of Emacs.
+
+ ^A or <Home>    bol             move to the start of the line
+ ^B or <Left>    backward-char   move back one char
+ Esc B           backward-word   move back one word
+ ^D or <Delete>  delete-char     delete the char under the cursor
+ ^E or <End>     eol             move to the end of the line
+ ^F or <Right>   forward-char    move forward one char
+ Esc F           forward-word    move forward one word
+ <Tab>           complete        complete filename or alias
+ ^T              complete-query  complete address with query
+ ^K              kill-eol        delete to the end of the line
+ ESC d           kill-eow        delete to the end of the word
+ ^W              kill-word       kill the word in front of the cursor
+ ^U              kill-line       delete entire line
+ ^V              quote-char      quote the next typed key
+ <Up>            history-up      recall previous string from history
+ <Down>          history-down    recall next string from history
+ <BackSpace>     backspace       kill the char in front of the cursor
+ Esc u           upcase-word     convert word to upper case
+ Esc l           downcase-word   convert word to lower case
+ Esc c           capitalize-word capitalize the word
+ ^G              n/a             abort
+ <Return>        n/a             finish editing
+
+   You can remap the editor functions using the bind command. For example, to
+   make the Delete key delete the character in front of the cursor rather
+   than under, you could use
 
    bind editor <delete> backspace
 
 5. Reading Mail - The Index and Pager
 
-   Similar to many other mail clients, there are two modes in which mail is read in Mutt-ng. The first is the index of messages in the mailbox, which is called the ``index'' in Mutt-ng. The second mode is the display of the message contents. This is called the ``pager.''
-
-   The next few sections describe the functions provided in each of these modes.
-
-5.1. The Message Index
-
-c               change to a different mailbox
-ESC c           change to a folder in read-only mode
-C               copy the current message to another mailbox
-ESC C           decode a message and copy it to a folder
-ESC s           decode a message and save it to a folder
-D               delete messages matching a pattern
-d               delete the current message
-F               mark as important
-l               show messages matching a pattern
-N               mark message as new
-o               change the current sort method
-O               reverse sort the mailbox
-q               save changes and exit
-s               save-message
-T               tag messages matching a pattern
-t               toggle the tag on a message
-ESC t           toggle tag on entire message thread
-U               undelete messages matching a pattern
-u               undelete-message
-v               view-attachments
-x               abort changes and exit
-<Return>        display-message
-<Tab>           jump to the next new message
-@               show the author's full e-mail address
-$               save changes to mailbox
-/               search
-ESC /           search-reverse
-^L              clear and redraw the screen
-^T              untag messages matching a pattern
-
-5.1.1. Status Flags
-
-   In addition to who sent the message and the subject, a short summary of the disposition of each message is printed beside the message number. Zero or more of the following ``flags'' may appear, which mean:
+   Similar to many other mail clients, there are two modes in which mail is
+   read in Mutt-ng. The first is the index of messages in the mailbox, which
+   is called the ``index'' in Mutt-ng. The second mode is the display of the
+   message contents. This is called the ``pager.''
+
+   The next few sections describe the functions provided in each of these
+   modes.
+
+  5.1. The Message Index
+
+ c               change to a different mailbox
+ ESC c           change to a folder in read-only mode
+ C               copy the current message to another mailbox
+ ESC C           decode a message and copy it to a folder
+ ESC s           decode a message and save it to a folder
+ D               delete messages matching a pattern
+ d               delete the current message
+ F               mark as important
+ l               show messages matching a pattern
+ N               mark message as new
+ o               change the current sort method
+ O               reverse sort the mailbox
+ q               save changes and exit
+ s               save-message
+ T               tag messages matching a pattern
+ t               toggle the tag on a message
+ ESC t           toggle tag on entire message thread
+ U               undelete messages matching a pattern
+ u               undelete-message
+ v               view-attachments
+ x               abort changes and exit
+ <Return>        display-message
+ <Tab>           jump to the next new message
+ @               show the author's full e-mail address
+ $               save changes to mailbox
+ /               search
+ ESC /           search-reverse
+ ^L              clear and redraw the screen
+ ^T              untag messages matching a pattern
+
+    5.1.1. Status Flags
+
+   In addition to who sent the message and the subject, a short summary of
+   the disposition of each message is printed beside the message number. Zero
+   or more of the following ``flags'' may appear, which mean:
 
    D
-          message is deleted (is marked for deletion)
+
+           message is deleted (is marked for deletion)
 
    d
-          message have attachments marked for deletion
+
+           message have attachments marked for deletion
 
    K
-          contains a PGP public key
+
+           contains a PGP public key
 
    N
-          message is new
+
+           message is new
 
    O
-          message is old
+
+           message is old
 
    P
-          message is PGP encrypted
+
+           message is PGP encrypted
 
    r
-          message has been replied to
+
+           message has been replied to
 
    S
-          message is signed, and the signature is succesfully verified
+
+           message is signed, and the signature is succesfully verified
 
    s
-          message is signed
+
+           message is signed
 
    !
-          message is flagged
+
+           message is flagged
 
    *
-          message is tagged
+
+           message is tagged
 
    Some of the status flags can be turned on or off using
-     * set-flag (default: w)
-     * clear-flag (default: W)
 
-   Furthermore, the following flags reflect who the message is addressed to. They can be customized with the $to_chars variable.
+     o set-flag (default: w)
+
+     o clear-flag (default: W)
+
+   Furthermore, the following flags reflect who the message is addressed to.
+   They can be customized with the $to_chars variable.
 
    +
-          message is to you and you only
+
+           message is to you and you only
 
    T
-          message is to you, but also to or cc'ed to others
+
+           message is to you, but also to or cc'ed to others
 
    C
-          message is cc'ed to you
+
+           message is cc'ed to you
 
    F
-          message is from you
+
+           message is from you
 
    L
-          message is sent to a subscribed mailing list
-
-5.2. The Pager
-
-   By default, Mutt-ng uses its builtin pager to display the body of messages. The pager is very similar to the Unix program less though not nearly as featureful.
-<Return>        go down one line
-<Space>         display the next page (or next message if at the end of a message)
--               go back to the previous page
-n               search for next match
-S               skip beyond quoted text
-T               toggle display of quoted text
-?               show key bindings
-/               search for a regular expression (pattern)
-ESC /           search backwards for a regular expression
-\               toggle search pattern coloring
-^               jump to the top of the message
-
-   In addition, many of the functions from the index are available in the pager, such as delete-message or copy-message (this is one advantage over using an external pager to view messages).
-
-   Also, the internal pager supports a couple other advanced features. For one, it will accept and translate the ``standard'' nroff sequences for bold and underline. These sequences are a series of either the letter, backspace (^H), the letter again for bold or the letter, backspace, ``_'' for denoting underline. Mutt-ng will attempt to display these in bold and underline respectively if your terminal supports them. If not, you can use the bold and underline color objects to specify a color or mono attribute for them.
-
-   Additionally, the internal pager supports the ANSI escape sequences for character attributes. Mutt-ng translates them into the correct color and character settings. The sequences Mutt-ng supports are:
-ESC [ Ps;Ps;Ps;...;Ps m
-where Ps =
-0    All Attributes Off
-1    Bold on
-4    Underline on
-5    Blink on
-7    Reverse video on
-3x   Foreground color is x
-4x   Background color is x
-
-Colors are
-0    black
-1    red
-2    green
-3    yellow
-4    blue
-5    magenta
-6    cyan
-7    white
-
-   Mutt-ng uses these attributes for handling text/enriched messages, and they can also be used by an external autoview script for highlighting purposes. Note: If you change the colors for your display, for example by changing the color associated with color2 for your xterm, then that color will be used instead of green.
-
-5.3. Threaded Mode
-
-   When the mailbox is sorted by threads, there are a few additional functions available in the index and pager modes.
-^D      delete-thread           delete all messages in the current thread
-^U      undelete-thread         undelete all messages in the current thread
-^N      next-thread             jump to the start of the next thread
-^P      previous-thread         jump to the start of the previous thread
-^R      read-thread             mark the current thread as read
-ESC d   delete-subthread        delete all messages in the current subthread
-ESC u   undelete-subthread      undelete all messages in the current subthread
-ESC n   next-subthread          jump to the start of the next subthread
-ESC p   previous-subthread      jump to the start of the previous subthread
-ESC r   read-subthread          mark the current subthread as read
-ESC t   tag-thread              toggle the tag on the current thread
-ESC v   collapse-thread         toggle collapse for the current thread
-ESC V   collapse-all            toggle collapse for all threads
-P       parent-message          jump to parent message in thread
-
-   Note: Collapsing a thread displays only the first message in the thread and hides the others. This is useful when threads contain so many messages that you can only see a handful of threads on the screen. See %M in index-format. For example, you could use "%?M?(#%03M)&(%4l)?" in index-format to optionally display the number of hidden messages if the thread is collapsed.
+
+           message is sent to a subscribed mailing list
+
+  5.2. The Pager
+
+   By default, Mutt-ng uses its builtin pager to display the body of
+   messages. The pager is very similar to the Unix program less though not
+   nearly as featureful.
+
+ <Return>        go down one line
+ <Space>         display the next page (or next message if at the end of a message)
+ -               go back to the previous page
+ n               search for next match
+ S               skip beyond quoted text
+ T               toggle display of quoted text
+ ?               show key bindings
+ /               search for a regular expression (pattern)
+ ESC /           search backwards for a regular expression
+ \               toggle search pattern coloring
+ ^               jump to the top of the message
+
+   In addition, many of the functions from the index are available in the
+   pager, such as delete-message or copy-message (this is one advantage over
+   using an external pager to view messages).
+
+   Also, the internal pager supports a couple other advanced features. For
+   one, it will accept and translate the ``standard'' nroff sequences for
+   bold and underline. These sequences are a series of either the letter,
+   backspace (^H), the letter again for bold or the letter, backspace, ``_''
+   for denoting underline. Mutt-ng will attempt to display these in bold and
+   underline respectively if your terminal supports them. If not, you can use
+   the bold and underline color objects to specify a color or mono attribute
+   for them.
+
+   Additionally, the internal pager supports the ANSI escape sequences for
+   character attributes. Mutt-ng translates them into the correct color and
+   character settings. The sequences Mutt-ng supports are:
+
+ ESC [ Ps;Ps;Ps;...;Ps m
+ where Ps =
+ 0    All Attributes Off
+ 1    Bold on
+ 4    Underline on
+ 5    Blink on
+ 7    Reverse video on
+ 3x   Foreground color is x
+ 4x   Background color is x
+
+ Colors are
+ 0    black
+ 1    red
+ 2    green
+ 3    yellow
+ 4    blue
+ 5    magenta
+ 6    cyan
+ 7    white
+
+   Mutt-ng uses these attributes for handling text/enriched messages, and
+   they can also be used by an external autoview script for highlighting
+   purposes. Note: If you change the colors for your display, for example by
+   changing the color associated with color2 for your xterm, then that color
+   will be used instead of green.
+
+  5.3. Threaded Mode
+
+   When the mailbox is sorted by threads, there are a few additional
+   functions available in the index and pager modes.
+
+ ^D      delete-thread           delete all messages in the current thread
+ ^U      undelete-thread         undelete all messages in the current thread
+ ^N      next-thread             jump to the start of the next thread
+ ^P      previous-thread         jump to the start of the previous thread
+ ^R      read-thread             mark the current thread as read
+ ESC d   delete-subthread        delete all messages in the current subthread
+ ESC u   undelete-subthread      undelete all messages in the current subthread
+ ESC n   next-subthread          jump to the start of the next subthread
+ ESC p   previous-subthread      jump to the start of the previous subthread
+ ESC r   read-subthread          mark the current subthread as read
+ ESC t   tag-thread              toggle the tag on the current thread
+ ESC v   collapse-thread         toggle collapse for the current thread
+ ESC V   collapse-all            toggle collapse for all threads
+ P       parent-message          jump to parent message in thread
+
+   Note: Collapsing a thread displays only the first message in the thread
+   and hides the others. This is useful when threads contain so many messages
+   that you can only see a handful of threads on the screen. See %M in
+   index-format. For example, you could use "%?M?(#%03M)&(%4l)?" in
+   index-format to optionally display the number of hidden messages if the
+   thread is collapsed.
 
    See also: strict-threads.
 
-5.4. Miscellaneous Functions
+  5.4. Miscellaneous Functions
 
    create-alias (default: a)
 
-   Creates a new alias based upon the current message (or prompts for a new one). Once editing is complete, an alias command is added to the file specified by the alias-file variable for future use. Note: Specifying an alias-file does not add the aliases specified there-in, you must also source the file.
+   Creates a new alias based upon the current message (or prompts for a new
+   one). Once editing is complete, an alias command is added to the file
+   specified by the alias-file variable for future use. Note: Specifying an
+   alias-file does not add the aliases specified there-in, you must also
+   source the file.
 
    check-traditional-pgp (default: ESC P)
 
-   This function will search the current message for content signed or encrypted with PGP the "traditional" way, that is, without proper MIME tagging. Technically, this function will temporarily change the MIME content types of the body parts containing PGP data; this is similar to the edit-type function's effect.
+   This function will search the current message for content signed or
+   encrypted with PGP the "traditional" way, that is, without proper MIME
+   tagging. Technically, this function will temporarily change the MIME
+   content types of the body parts containing PGP data; this is similar to
+   the edit-type function's effect.
 
    display-toggle-weed (default: h)
 
@@ -626,239 +965,440 @@ P       parent-message          jump to parent message in thread
 
    edit (default: e)
 
-   This command (available in the ``index'' and ``pager'') allows you to edit the raw current message as it's present in the mail folder. After you have finished editing, the changed message will be appended to the current folder, and the original message will be marked for deletion.
+   This command (available in the ``index'' and ``pager'') allows you to edit
+   the raw current message as it's present in the mail folder. After you have
+   finished editing, the changed message will be appended to the current
+   folder, and the original message will be marked for deletion.
 
-   edit-type (default: ^E on the attachment menu, and in the pager and index menus; ^T on the compose menu)
+   edit-type (default: ^E on the attachment menu, and in the pager and index
+   menus; ^T on the compose menu)
 
-   This command is used to temporarily edit an attachment's content type to fix, for instance, bogus character set parameters. When invoked from the index or from the pager, you'll have the opportunity to edit the top-level attachment's content type. On the attach-menu, you can change any attachment's content type. These changes are not persistent, and get lost upon changing folders.
+   This command is used to temporarily edit an attachment's content type to
+   fix, for instance, bogus character set parameters. When invoked from the
+   index or from the pager, you'll have the opportunity to edit the top-level
+   attachment's content type. On the attach-menu, you can change any
+   attachment's content type. These changes are not persistent, and get lost
+   upon changing folders.
 
-   Note that this command is also available on the compose-menu. There, it's used to fine-tune the properties of attachments you are going to send.
+   Note that this command is also available on the compose-menu. There, it's
+   used to fine-tune the properties of attachments you are going to send.
 
    enter-command (default: ``:'')
 
-   This command is used to execute any command you would normally put in a configuration file. A common use is to check the settings of variables, or in conjunction with macro to change settings on the fly.
+   This command is used to execute any command you would normally put in a
+   configuration file. A common use is to check the settings of variables, or
+   in conjunction with macro to change settings on the fly.
 
    extract-keys (default: ^K)
 
-   This command extracts PGP public keys from the current or tagged message(s) and adds them to your PGP public key ring.
+   This command extracts PGP public keys from the current or tagged
+   message(s) and adds them to your PGP public key ring.
 
    forget-passphrase (default: ^F)
 
-   This command wipes the passphrase(s) from memory. It is useful, if you misspelled the passphrase.
+   This command wipes the passphrase(s) from memory. It is useful, if you
+   misspelled the passphrase.
 
    list-reply (default: L)
 
-   Reply to the current or tagged message(s) by extracting any addresses which match the regular expressions given by the lists commands, but also honor any Mail-Followup-To header(s) if the honor-followup-to configuration variable is set. Using this when replying to messages posted to mailing lists helps avoid duplicate copies being sent to the author of the message you are replying to.
+   Reply to the current or tagged message(s) by extracting any addresses
+   which match the regular expressions given by the lists commands, but also
+   honor any Mail-Followup-To header(s) if the honor-followup-to
+   configuration variable is set. Using this when replying to messages posted
+   to mailing lists helps avoid duplicate copies being sent to the author of
+   the message you are replying to.
 
    pipe-message (default: |)
 
-   Asks for an external Unix command and pipes the current or tagged message(s) to it. The variables pipe-decode, pipe-split, pipe-sep and wait-key control the exact behavior of this function.
+   Asks for an external Unix command and pipes the current or tagged
+   message(s) to it. The variables pipe-decode, pipe-split, pipe-sep and
+   wait-key control the exact behavior of this function.
 
    resend-message (default: ESC e)
 
-   With resend-message, mutt takes the current message as a template for a new message. This function is best described as "recall from arbitrary folders". It can conveniently be used to forward MIME messages while preserving the original mail structure. Note that the amount of headers included here depends on the value of the weed variable.
+   With resend-message, mutt takes the current message as a template for a
+   new message. This function is best described as "recall from arbitrary
+   folders". It can conveniently be used to forward MIME messages while
+   preserving the original mail structure. Note that the amount of headers
+   included here depends on the value of the weed variable.
 
-   This function is also available from the attachment menu. You can use this to easily resend a message which was included with a bounce message as a message/rfc822 body part.
+   This function is also available from the attachment menu. You can use this
+   to easily resend a message which was included with a bounce message as a
+   message/rfc822 body part.
 
    shell-escape (default: !)
 
-   Asks for an external Unix command and executes it. The wait-key can be used to control whether Mutt-ng will wait for a key to be pressed when the command returns (presumably to let the user read the output of the command), based on the return status of the named command.
+   Asks for an external Unix command and executes it. The wait-key can be
+   used to control whether Mutt-ng will wait for a key to be pressed when the
+   command returns (presumably to let the user read the output of the
+   command), based on the return status of the named command.
 
    toggle-quoted (default: T)
 
-   The pager uses the quote-regexp variable to detect quoted text when displaying the body of the message. This function toggles the display of the quoted material in the message. It is particularly useful when are interested in just the response and there is a large amount of quoted text in the way.
+   The pager uses the quote-regexp variable to detect quoted text when
+   displaying the body of the message. This function toggles the display of
+   the quoted material in the message. It is particularly useful when are
+   interested in just the response and there is a large amount of quoted text
+   in the way.
 
    skip-quoted (default: S)
 
-   This function will go to the next line of non-quoted text which come after a line of quoted text in the internal pager.
+   This function will go to the next line of non-quoted text which come after
+   a line of quoted text in the internal pager.
 
 6. Sending Mail
 
    The following bindings are available in the index for sending messages.
-m       compose         compose a new message
-r       reply           reply to sender
-g       group-reply     reply to all recipients
-L       list-reply      reply to mailing list address
-f       forward         forward message
-b       bounce          bounce (remail) message
-ESC k   mail-key        mail a PGP public key to someone
-
-   Bouncing a message sends the message as is to the recipient you specify. Forwarding a message allows you to add comments or modify the message you are forwarding. These items are discussed in greater detail in the next chapter forwarding-mail.
-
-6.1. Composing new messages
-
-   When you want to send an email using mutt-ng, simply press m on your keyboard. Then, mutt-ng asks for the recipient via a prompt in the last line:
-To:
-
-   After you've finished entering the recipient(s), press return. If you want to send an email to more than one recipient, separate the email addresses using the comma ",". Mutt-ng then asks you for the email subject. Again, press return after you've entered it. After that, mutt-ng got the most important information from you, and starts up an editor where you can then enter your email.
-
-   The editor that is called is selected in the following way: you can e.g. set it in the mutt-ng configuration:
-set editor = "vim +/^$/ -c ':set tw=72'"
-set editor = "nano"
-set editor = "emacs"
-
-   If you don't set your preferred editor in your configuration, mutt-ng first looks whether the environment variable $VISUAL is set, and if so, it takes its value as editor command. Otherwise, it has a look at $EDITOR and takes its value if it is set. If no editor command can be found, mutt-ng simply assumes vi to be the default editor, since it's the most widespread editor in the Unix world and it's pretty safe to assume that it is installed and available.
-
-   When you've finished entering your message, save it and quit your editor. Mutt-ng will then present you with a summary screen, the compose menu. On the top, you see a summary of the most important available key commands. Below that, you see the sender, the recipient(s), Cc and/or Bcc recipient(s), the subject, the reply-to address, and optionally information where the sent email will be stored and whether it should be digitally signed and/or encrypted.
 
-   Below that, you see a list of "attachments". The mail you've just entered before is also an attachment, but due to its special type (it's plain text), it will be displayed as the normal message on the receiver's side.
+ m       compose         compose a new message
+ r       reply           reply to sender
+ g       group-reply     reply to all recipients
+ L       list-reply      reply to mailing list address
+ f       forward         forward message
+ b       bounce          bounce (remail) message
+ ESC k   mail-key        mail a PGP public key to someone
+
+   Bouncing a message sends the message as is to the recipient you specify.
+   Forwarding a message allows you to add comments or modify the message you
+   are forwarding. These items are discussed in greater detail in the next
+   chapter forwarding-mail.
+
+  6.1. Composing new messages
+
+   When you want to send an email using mutt-ng, simply press m on your
+   keyboard. Then, mutt-ng asks for the recipient via a prompt in the last
+   line:
+
+ To:
+
+   After you've finished entering the recipient(s), press return. If you want
+   to send an email to more than one recipient, separate the email addresses
+   using the comma ",". Mutt-ng then asks you for the email subject. Again,
+   press return after you've entered it. After that, mutt-ng got the most
+   important information from you, and starts up an editor where you can then
+   enter your email.
+
+   The editor that is called is selected in the following way: you can e.g.
+   set it in the mutt-ng configuration:
+
+ set editor = "vim +/^$/ -c ':set tw=72'"
+ set editor = "nano"
+ set editor = "emacs"
+
+   If you don't set your preferred editor in your configuration, mutt-ng
+   first looks whether the environment variable $VISUAL is set, and if so, it
+   takes its value as editor command. Otherwise, it has a look at $EDITOR and
+   takes its value if it is set. If no editor command can be found, mutt-ng
+   simply assumes vi to be the default editor, since it's the most widespread
+   editor in the Unix world and it's pretty safe to assume that it is
+   installed and available.
+
+   When you've finished entering your message, save it and quit your editor.
+   Mutt-ng will then present you with a summary screen, the compose menu. On
+   the top, you see a summary of the most important available key commands.
+   Below that, you see the sender, the recipient(s), Cc and/or Bcc
+   recipient(s), the subject, the reply-to address, and optionally
+   information where the sent email will be stored and whether it should be
+   digitally signed and/or encrypted.
+
+   Below that, you see a list of "attachments". The mail you've just entered
+   before is also an attachment, but due to its special type (it's plain
+   text), it will be displayed as the normal message on the receiver's side.
+
+   At this point, you can add more attachments, pressing a, you can edit the
+   recipient addresses, pressing t for the "To:" field, c for the "Cc:"
+   field, and b for the "Bcc: field. You can also edit the subject the
+   subject by simply pressing s or the email message that you've entered
+   before by pressing e. You will then again return to the editor. You can
+   even edit the sender, by pressing <esc>f, but this shall only be used with
+   caution.
+
+   Alternatively, you can configure mutt-ng in a way that most of the above
+   settings can be edited using the editor. Therefore, you only need to add
+   the following to your configuration:
+
+ set edit_headers
+
+   Once you have finished editing the body of your mail message, you are
+   returned to the compose menu. The following options are available:
+
+ a       attach-file             attach a file
+ A       attach-message          attach message(s) to the message
+ ESC k   attach-key              attach a PGP public key
+ d       edit-description        edit description on attachment
+ D       detach-file             detach a file
+ t       edit-to                 edit the To field
+ ESC f   edit-from               edit the From field
+ r       edit-reply-to           edit the Reply-To field
+ c       edit-cc                 edit the Cc field
+ b       edit-bcc                edit the Bcc field
+ y       send-message            send the message
+ s       edit-subject            edit the Subject
+ S       smime-menu              select S/MIME options
+ f       edit-fcc                specify an ``Fcc'' mailbox
+ p       pgp-menu                select PGP options
+ P       postpone-message        postpone this message until later
+ q       quit                    quit (abort) sending the message
+ w       write-fcc               write the message to a folder
+ i       ispell                  check spelling (if available on your system)
+ ^F      forget-passphrase       wipe passphrase(s) from memory
+
+   Note: The attach-message function will prompt you for a folder to attach
+   messages from. You can now tag messages in that folder and they will be
+   attached to the message you are sending. Note that certain operations like
+   composing a new mail, replying, forwarding, etc. are not permitted when
+   you are in that folder. The %r in status-format will change to a 'A' to
+   indicate that you are in attach-message mode.
+
+  6.2. Replying
+
+    6.2.1. Simple Replies
+
+   When you want to reply to an email message, select it in the index menu
+   and then press r. Mutt-ng's behaviour is then similar to the behaviour
+   when you compose a message: first, you will be asked for the recipient,
+   then for the subject, and then, mutt-ng will start the editor with the
+   quote attribution and the quoted message. This can e.g. look like the
+   example below.
+
+ On Mon, Mar 07, 2005 at 05:02:12PM +0100, Michael Svensson wrote:
+ > Bill, can you please send last month's progress report to Mr.
+ > Morgan? We also urgently need the cost estimation for the new
+ > production server that we want to set up before our customer's
+ > project will go live.
+
+
+   You can start editing the email message. It is strongly recommended to put
+   your answer below the quoted text and to only quote what is really
+   necessary and that you refer to. Putting your answer on top of the quoted
+   message, is, although very widespread, very often not considered to be a
+   polite way to answer emails.
 
-   At this point, you can add more attachments, pressing a, you can edit the recipient addresses, pressing t for the "To:" field, c for the "Cc:" field, and b for the "Bcc: field. You can also edit the subject the subject by simply pressing s or the email message that you've entered before by pressing e. You will then again return to the editor. You can even edit the sender, by pressing <esc>f, but this shall only be used with caution.
+   The quote attribution is configurable, by default it is set to
 
-   Alternatively, you can configure mutt-ng in a way that most of the above settings can be edited using the editor. Therefore, you only need to add the following to your configuration:
-set edit_headers
+ set attribution = "On %d, %n wrote:"
 
-   Once you have finished editing the body of your mail message, you are returned to the compose menu. The following options are available:
-a       attach-file             attach a file
-A       attach-message          attach message(s) to the message
-ESC k   attach-key              attach a PGP public key
-d       edit-description        edit description on attachment
-D       detach-file             detach a file
-t       edit-to                 edit the To field
-ESC f   edit-from               edit the From field
-r       edit-reply-to           edit the Reply-To field
-c       edit-cc                 edit the Cc field
-b       edit-bcc                edit the Bcc field
-y       send-message            send the message
-s       edit-subject            edit the Subject
-S       smime-menu              select S/MIME options
-f       edit-fcc                specify an ``Fcc'' mailbox
-p       pgp-menu                select PGP options
-P       postpone-message        postpone this message until later
-q       quit                    quit (abort) sending the message
-w       write-fcc               write the message to a folder
-i       ispell                  check spelling (if available on your system)
-^F      forget-passphrase       wipe passphrase(s) from memory
 
-   Note: The attach-message function will prompt you for a folder to attach messages from. You can now tag messages in that folder and they will be attached to the message you are sending. Note that certain operations like composing a new mail, replying, forwarding, etc. are not permitted when you are in that folder. The %r in status-format will change to a 'A' to indicate that you are in attach-message mode.
+   It can also be set to something more compact, e.g.
 
-6.2. Replying
+ set attribution = "attribution="* %n <%a> [%(%y-%m-%d %H:%M)]:"
 
-6.2.1. Simple Replies
 
-   When you want to reply to an email message, select it in the index menu and then press r. Mutt-ng's behaviour is then similar to the behaviour when you compose a message: first, you will be asked for the recipient, then for the subject, and then, mutt-ng will start the editor with the quote attribution and the quoted message. This can e.g. look like the example below.
-On Mon, Mar 07, 2005 at 05:02:12PM +0100, Michael Svensson wrote:
-> Bill, can you please send last month's progress report to Mr.
-> Morgan? We also urgently need the cost estimation for the new
-> production server that we want to set up before our customer's
-> project will go live.
+   The example above results in the following attribution:
 
-   You can start editing the email message. It is strongly recommended to put your answer below the quoted text and to only quote what is really necessary and that you refer to. Putting your answer on top of the quoted message, is, although very widespread, very often not considered to be a polite way to answer emails.
+ * Michael Svensson <svensson@foobar.com> [05-03-06 17:02]:
+ > Bill, can you please send last month's progress report to Mr.
+ > Morgan? We also urgently need the cost estimation for the new
+ > production server that we want to set up before our customer's
+ > project will go live.
 
-   The quote attribution is configurable, by default it is set to
-set attribution = "On %d, %n wrote:"
 
-   It can also be set to something more compact, e.g.
-set attribution = "attribution="* %n <%a> [%(%y-%m-%d %H:%M)]:"
+   Generally, try to keep your attribution short yet information-rich. It is
+   not the right place for witty quotes, long "attribution" novels or
+   anything like that: the right place for such things is - if at all - the
+   email signature at the very bottom of the message.
 
-   The example above results in the following attribution:
-* Michael Svensson <svensson@foobar.com> [05-03-06 17:02]:
-> Bill, can you please send last month's progress report to Mr.
-> Morgan? We also urgently need the cost estimation for the new
-> production server that we want to set up before our customer's
-> project will go live.
+   When you're done with writing your message, save and quit the editor. As
+   before, you will return to the compose menu, which is used in the same way
+   as before.
 
-   Generally, try to keep your attribution short yet information-rich. It is not the right place for witty quotes, long "attribution" novels or anything like that: the right place for such things is - if at all - the email signature at the very bottom of the message.
+    6.2.2. Group Replies
 
-   When you're done with writing your message, save and quit the editor. As before, you will return to the compose menu, which is used in the same way as before.
+   In the situation where a group of people uses email as a discussion, most
+   of the emails will have one or more recipients, and probably several "Cc:"
+   recipients. The group reply functionality ensures that when you press g
+   instead of r to do a reply, each and every recipient that is contained in
+   the original message will receive a copy of the message, either as normal
+   recipient or as "Cc:" recipient.
 
-6.2.2. Group Replies
+    6.2.3. List Replies
 
-   In the situation where a group of people uses email as a discussion, most of the emails will have one or more recipients, and probably several "Cc:" recipients. The group reply functionality ensures that when you press g instead of r to do a reply, each and every recipient that is contained in the original message will receive a copy of the message, either as normal recipient or as "Cc:" recipient.
+   When you use mailing lists, it's generally better to send your reply to a
+   message only to the list instead of the list and the original author. To
+   make this easy to use, mutt-ng features list replies.
 
-6.2.3. List Replies
+   To do a list reply, simply press L. If the email contains a
+   Mail-Followup-To: header, its value will be used as reply address.
+   Otherwise, mutt-ng searches through all mail addresses in the original
+   message and tries to match them a list of regular expressions which can be
+   specified using the lists command. If any of the regular expression
+   matches, a mailing list address has been found, and it will be used as
+   reply address.
 
-   When you use mailing lists, it's generally better to send your reply to a message only to the list instead of the list and the original author. To make this easy to use, mutt-ng features list replies.
+ lists linuxevent@luga\.at vuln-dev@ mutt-ng-users@
 
-   To do a list reply, simply press L. If the email contains a Mail-Followup-To: header, its value will be used as reply address. Otherwise, mutt-ng searches through all mail addresses in the original message and tries to match them a list of regular expressions which can be specified using the lists command. If any of the regular expression matches, a mailing list address has been found, and it will be used as reply address.
-lists linuxevent@luga\.at vuln-dev@ mutt-ng-users@
 
-   Nowadays, most mailing list software like GNU Mailman adds a Mail-Followup-To: header to their emails anyway, so setting lists is hardly ever necessary in practice.
+   Nowadays, most mailing list software like GNU Mailman adds a
+   Mail-Followup-To: header to their emails anyway, so setting lists is
+   hardly ever necessary in practice.
 
-6.3. Editing the message header
+  6.3. Editing the message header
 
-   When editing the header of your outgoing message, there are a couple of special features available.
+   When editing the header of your outgoing message, there are a couple of
+   special features available.
 
-   If you specify Fcc: filename Mutt-ng will pick up filename just as if you had used the edit-fcc function in the compose menu.
+   If you specify Fcc: filename Mutt-ng will pick up filename just as if you
+   had used the edit-fcc function in the compose menu.
 
-   You can also attach files to your message by specifying Attach: filename [ description ] where filename is the file to attach and description is an optional string to use as the description of the attached file.
+   You can also attach files to your message by specifying Attach: filename [
+   description ] where filename is the file to attach and description is an
+   optional string to use as the description of the attached file.
 
-   When replying to messages, if you remove the In-Reply-To: field from the header field, Mutt-ng will not generate a References: field, which allows you to create a new message thread.
+   When replying to messages, if you remove the In-Reply-To: field from the
+   header field, Mutt-ng will not generate a References: field, which allows
+   you to create a new message thread.
 
    Also see edit-headers.
 
-6.4. Using Mutt-ng with PGP
+  6.4. Using Mutt-ng with PGP
 
    If you want to use PGP, you can specify
 
    Pgp: [ E | S | S<id> ]
 
-   ``E'' encrypts, ``S'' signs and ``S<id>'' signs with the given key, setting pgp-sign-as permanently.
+   ``E'' encrypts, ``S'' signs and ``S<id>'' signs with the given key,
+   setting pgp-sign-as permanently.
 
-   If you have told mutt to PGP encrypt a message, it will guide you through a key selection process when you try to send the message. Mutt-ng will not ask you any questions about keys which have a certified user ID matching one of the message recipients' mail addresses. However, there may be situations in which there are several keys, weakly certified user ID fields, or where no matching keys can be found.
+   If you have told mutt to PGP encrypt a message, it will guide you through
+   a key selection process when you try to send the message. Mutt-ng will not
+   ask you any questions about keys which have a certified user ID matching
+   one of the message recipients' mail addresses. However, there may be
+   situations in which there are several keys, weakly certified user ID
+   fields, or where no matching keys can be found.
 
-   In these cases, you are dropped into a menu with a list of keys from which you can select one. When you quit this menu, or mutt can't find any matching keys, you are prompted for a user ID. You can, as usually, abort this prompt using ^G. When you do so, mutt will return to the compose screen.
+   In these cases, you are dropped into a menu with a list of keys from which
+   you can select one. When you quit this menu, or mutt can't find any
+   matching keys, you are prompted for a user ID. You can, as usually, abort
+   this prompt using ^G. When you do so, mutt will return to the compose
+   screen.
 
-   Once you have successfully finished the key selection, the message will be encrypted using the selected public keys, and sent out.
+   Once you have successfully finished the key selection, the message will be
+   encrypted using the selected public keys, and sent out.
 
-   Most fields of the entries in the key selection menu (see also pgp-entry-format) have obvious meanings. But some explanations on the capabilities, flags, and validity fields are in order.
+   Most fields of the entries in the key selection menu (see also
+   pgp-entry-format) have obvious meanings. But some explanations on the
+   capabilities, flags, and validity fields are in order.
 
    The flags sequence (%f) will expand to one of the following flags:
-R            The key has been revoked and can't be used.
-X            The key is expired and can't be used.
-d            You have marked the key as disabled.
-c            There are unknown critical self-signature
-             packets.
-
-   The capabilities field (%c) expands to a two-character sequence representing a key's capabilities. The first character gives the key's encryption capabilities: A minus sign (-) means that the key cannot be used for encryption. A dot (.) means that it's marked as a signature key in one of the user IDs, but may also be used for encryption. The letter e indicates that this key can be used for encryption.
-
-   The second character indicates the key's signing capabilities. Once again, a ``-'' implies ``not for signing'', ``.'' implies that the key is marked as an encryption key in one of the user-ids, and ``s'' denotes a key which can be used for signing.
 
-   Finally, the validity field (%t) indicates how well-certified a user-id is. A question mark (?) indicates undefined validity, a minus character (-) marks an untrusted association, a space character means a partially trusted association, and a plus character (+) indicates complete validity.
-
-6.5. Sending anonymous messages via mixmaster
-
-   You may also have configured mutt to co-operate with Mixmaster, an anonymous remailer. Mixmaster permits you to send your messages anonymously using a chain of remailers. Mixmaster support in mutt is for mixmaster version 2.04 (beta 45 appears to be the latest) and 2.03. It does not support earlier versions or the later so-called version 3 betas, of which the latest appears to be called 2.9b23.
-
-   To use it, you'll have to obey certain restrictions. Most important, you cannot use the Cc and Bcc headers. To tell Mutt-ng to use mixmaster, you have to select a remailer chain, using the mix function on the compose menu.
-
-   The chain selection screen is divided into two parts. In the (larger) upper part, you get a list of remailers you may use. In the lower part, you see the currently selected chain of remailers.
-
-   You can navigate in the chain using the chain-prev and chain-next functions, which are by default bound to the left and right arrows and to the h and l keys (think vi keyboard bindings). To insert a remailer at the current chain position, use the insert function. To append a remailer behind the current chain position, use select-entry or append. You can also delete entries from the chain, using the corresponding function. Finally, to abandon your changes, leave the menu, or accept them pressing (by default) the Return key.
-
-   Note that different remailers do have different capabilities, indicated in the %c entry of the remailer menu lines (see mix-entry-format). Most important is the ``middleman'' capability, indicated by a capital ``M'': This means that the remailer in question cannot be used as the final element of a chain, but will only forward messages to other mixmaster remailers. For details on the other capabilities, please have a look at the mixmaster documentation.
+ R            The key has been revoked and can't be used.
+ X            The key is expired and can't be used.
+ d            You have marked the key as disabled.
+ c            There are unknown critical self-signature
+              packets.
+
+   The capabilities field (%c) expands to a two-character sequence
+   representing a key's capabilities. The first character gives the key's
+   encryption capabilities: A minus sign (-) means that the key cannot be
+   used for encryption. A dot (.) means that it's marked as a signature key
+   in one of the user IDs, but may also be used for encryption. The letter e
+   indicates that this key can be used for encryption.
+
+   The second character indicates the key's signing capabilities. Once again,
+   a ``-'' implies ``not for signing'', ``.'' implies that the key is marked
+   as an encryption key in one of the user-ids, and ``s'' denotes a key which
+   can be used for signing.
+
+   Finally, the validity field (%t) indicates how well-certified a user-id
+   is. A question mark (?) indicates undefined validity, a minus character
+   (-) marks an untrusted association, a space character means a partially
+   trusted association, and a plus character (+) indicates complete validity.
+
+  6.5. Sending anonymous messages via mixmaster
+
+   You may also have configured mutt to co-operate with Mixmaster, an
+   anonymous remailer. Mixmaster permits you to send your messages
+   anonymously using a chain of remailers. Mixmaster support in mutt is for
+   mixmaster version 2.04 (beta 45 appears to be the latest) and 2.03. It
+   does not support earlier versions or the later so-called version 3 betas,
+   of which the latest appears to be called 2.9b23.
+
+   To use it, you'll have to obey certain restrictions. Most important, you
+   cannot use the Cc and Bcc headers. To tell Mutt-ng to use mixmaster, you
+   have to select a remailer chain, using the mix function on the compose
+   menu.
+
+   The chain selection screen is divided into two parts. In the (larger)
+   upper part, you get a list of remailers you may use. In the lower part,
+   you see the currently selected chain of remailers.
+
+   You can navigate in the chain using the chain-prev and chain-next
+   functions, which are by default bound to the left and right arrows and to
+   the h and l keys (think vi keyboard bindings). To insert a remailer at the
+   current chain position, use the insert function. To append a remailer
+   behind the current chain position, use select-entry or append. You can
+   also delete entries from the chain, using the corresponding function.
+   Finally, to abandon your changes, leave the menu, or accept them pressing
+   (by default) the Return key.
+
+   Note that different remailers do have different capabilities, indicated in
+   the %c entry of the remailer menu lines (see mix-entry-format). Most
+   important is the ``middleman'' capability, indicated by a capital ``M'':
+   This means that the remailer in question cannot be used as the final
+   element of a chain, but will only forward messages to other mixmaster
+   remailers. For details on the other capabilities, please have a look at
+   the mixmaster documentation.
 
 7. Forwarding and Bouncing Mail
 
-   Often, it is necessary to forward mails to other people. Therefore, mutt-ng supports forwarding messages in two different ways.
+   Often, it is necessary to forward mails to other people. Therefore,
+   mutt-ng supports forwarding messages in two different ways.
 
-   The first one is regular forwarding, as you probably know it from other mail clients. You simply press f, enter the recipient email address, the subject of the forwarded email, and then you can edit the message to be forwarded in the editor. The forwarded message is separated from the rest of the message via the two following markers:
------ Forwarded message from Lucas User <luser@example.com> -----
+   The first one is regular forwarding, as you probably know it from other
+   mail clients. You simply press f, enter the recipient email address, the
+   subject of the forwarded email, and then you can edit the message to be
+   forwarded in the editor. The forwarded message is separated from the rest
+   of the message via the two following markers:
 
-From: Lucas User <luser@example.com>
-Date: Thu, 02 Dec 2004 03:08:34 +0100
-To: Michael Random <mrandom@example.com>
-Subject: Re: blackmail
+ ----- Forwarded message from Lucas User <luser@example.com> -----
 
-Pay me EUR 50,000.- cash or your favorite stuffed animal will die
-a horrible death.
+ From: Lucas User <luser@example.com>
+ Date: Thu, 02 Dec 2004 03:08:34 +0100
+ To: Michael Random <mrandom@example.com>
+ Subject: Re: blackmail
 
+ Pay me EUR 50,000.- cash or your favorite stuffed animal will die
+ a horrible death.
 
------ End forwarded message -----
 
-   When you're done with editing the mail, save and quit the editor, and you will return to the compose menu, the same menu you also encounter when composing or replying to mails.
+ ----- End forwarded message -----
 
-   The second mode of forwarding emails with mutt-ng is the so-called bouncing: when you bounce an email to another address, it will be sent in practically the same format you send it (except for headers that are created during transporting the message). To bounce a message, press b and enter the recipient email address. By default, you are then asked whether you really want to bounce the message to the specified recipient. If you answer with yes, the message will then be bounced.
+   When you're done with editing the mail, save and quit the editor, and you
+   will return to the compose menu, the same menu you also encounter when
+   composing or replying to mails.
 
-   To the recipient, the bounced email will look as if he got it like a regular email where he was Bcc: recipient. The only possibility to find out whether it was a bounced email is to carefully study the email headers and to find out which host really sent the email.
+   The second mode of forwarding emails with mutt-ng is the so-called
+   bouncing: when you bounce an email to another address, it will be sent in
+   practically the same format you send it (except for headers that are
+   created during transporting the message). To bounce a message, press b and
+   enter the recipient email address. By default, you are then asked whether
+   you really want to bounce the message to the specified recipient. If you
+   answer with yes, the message will then be bounced.
+
+   To the recipient, the bounced email will look as if he got it like a
+   regular email where he was Bcc: recipient. The only possibility to find
+   out whether it was a bounced email is to carefully study the email headers
+   and to find out which host really sent the email.
 
 8. Postponing Mail
 
-   At times it is desirable to delay sending a message that you have already begun to compose. When the postpone-message function is used in the compose menu, the body of your message and attachments are stored in the mailbox specified by the postponed variable. This means that you can recall the message even if you exit Mutt-ng and then restart it at a later time.
+   At times it is desirable to delay sending a message that you have already
+   begun to compose. When the postpone-message function is used in the
+   compose menu, the body of your message and attachments are stored in the
+   mailbox specified by the postponed variable. This means that you can
+   recall the message even if you exit Mutt-ng and then restart it at a later
+   time.
 
-   Once a message is postponed, there are several ways to resume it. From the command line you can use the ``-p'' option, or if you compose a new message from the index or pager you will be prompted if postponed messages exist. If multiple messages are currently postponed, the postponed menu will pop up and you can select which message you would like to resume.
+   Once a message is postponed, there are several ways to resume it. From the
+   command line you can use the ``-p'' option, or if you compose a new
+   message from the index or pager you will be prompted if postponed messages
+   exist. If multiple messages are currently postponed, the postponed menu
+   will pop up and you can select which message you would like to resume.
 
-   Note: If you postpone a reply to a message, the reply setting of the message is only updated when you actually finish the message and send it. Also, you must be in the same folder with the message you replied to for the status of the message to be updated.
+   Note: If you postpone a reply to a message, the reply setting of the
+   message is only updated when you actually finish the message and send it.
+   Also, you must be in the same folder with the message you replied to for
+   the status of the message to be updated.
 
    See also the postpone quad-option.
 
@@ -867,568 +1407,1001 @@ Chapter 3. Configuration
    Table of Contents
 
    1. Locations of Configuration Files
+
    2. Basic Syntax of Initialization Files
+
    3. Expansion within variables
 
-        3.1. Commands' Output
-        3.2. Environment Variables
-        3.3. Configuration Variables
-        3.4. Self-Defined Variables
-        3.5. Pre-Defined Variables
-        3.6. Type Conversions
+                3.1. Commands' Output
+
+                3.2. Environment Variables
+
+                3.3. Configuration Variables
+
+                3.4. Self-Defined Variables
+
+                3.5. Pre-Defined Variables
+
+                3.6. Type Conversions
 
    4. Defining/Using aliases
+
    5. Changing the default key bindings
+
    6. Defining aliases for character sets
+
    7. Setting variables based upon mailbox
+
    8. Keyboard macros
+
    9. Using color and mono video attributes
+
    10. Ignoring (weeding) unwanted message headers
+
    11. Alternative addresses
+
    12. Format = Flowed
 
-        12.1. Introduction
-        12.2. Receiving: Display Setup
-        12.3. Sending
-        12.4. Additional Notes
+                12.1. Introduction
+
+                12.2. Receiving: Display Setup
+
+                12.3. Sending
+
+                12.4. Additional Notes
 
    13. Mailing lists
+
    14. Using Multiple spool mailboxes
+
    15. Defining mailboxes which receive mail
+
    16. User defined headers
+
    17. Defining the order of headers when viewing messages
+
    18. Specify default save filename
+
    19. Specify default Fcc: mailbox when composing
+
    20. Specify default save filename and default Fcc: mailbox at once
+
    21. Change settings based upon message recipients
+
    22. Change settings before formatting a message
+
    23. Choosing the cryptographic key of the recipient
+
    24. Adding key sequences to the keyboard buffer
+
    25. Executing functions
+
    26. Message Scoring
+
    27. Spam detection
+
    28. Setting variables
+
    29. Reading initialization commands from another file
+
    30. Removing hooks
+
    31. Sharing Setups
 
-        31.1. Character Sets
-        31.2. Modularization
-        31.3. Conditional parts
+                31.1. Character Sets
+
+                31.2. Modularization
+
+                31.3. Conditional parts
 
    32. Obsolete Variables
 
 1. Locations of Configuration Files
 
-   While the default configuration (or ``preferences'') make Mutt-ng usable right out of the box, it is often desirable to tailor Mutt-ng to suit your own tastes. When Mutt-ng is first invoked, it will attempt to read the ``system'' configuration file (defaults set by your local system administrator), unless the ``-n'' commandline option is specified. This file is typically /usr/local/share/muttng/Muttngrc or /etc/Muttngrc, Mutt-ng users will find this file in /usr/local/share/muttng/Muttrc or /etc/Muttngrc. Mutt will next look for a file named .muttrc in your home directory, Mutt-ng will look for .muttngrc. If this file does not exist and your home directory has a subdirectory named .mutt, mutt try to load a file named .muttng/muttngrc.
-
-   .muttrc (or .muttngrc for Mutt-ng) is the file where you will usually place your commands to configure Mutt-ng.
+   While the default configuration (or ``preferences'') make Mutt-ng usable
+   right out of the box, it is often desirable to tailor Mutt-ng to suit your
+   own tastes. When Mutt-ng is first invoked, it will attempt to read the
+   ``system'' configuration file (defaults set by your local system
+   administrator), unless the ``-n'' commandline option is specified. This
+   file is typically /usr/local/share/muttng/Muttngrc or /etc/Muttngrc,
+   Mutt-ng users will find this file in /usr/local/share/muttng/Muttrc or
+   /etc/Muttngrc. Mutt will next look for a file named .muttrc in your home
+   directory, Mutt-ng will look for .muttngrc. If this file does not exist
+   and your home directory has a subdirectory named .mutt, mutt try to load a
+   file named .muttng/muttngrc.
+
+   .muttrc (or .muttngrc for Mutt-ng) is the file where you will usually
+   place your commands to configure Mutt-ng.
 
 2. Basic Syntax of Initialization Files
 
-   An initialization file consists of a series of commands. Each line of the file may contain one or more commands. When multiple commands are used, they must be separated by a semicolon (;).
-set realname='Mutt-ng user' ; ignore x-
+   An initialization file consists of a series of commands. Each line of the
+   file may contain one or more commands. When multiple commands are used,
+   they must be separated by a semicolon (;).
+
+ set realname='Mutt-ng user' ; ignore x-
+
+   The hash mark, or pound sign (``#''), is used as a ``comment'' character.
+   You can use it to annotate your initialization file. All text after the
+   comment character to the end of the line is ignored. For example,
 
-   The hash mark, or pound sign (``#''), is used as a ``comment'' character. You can use it to annotate your initialization file. All text after the comment character to the end of the line is ignored. For example,
-my_hdr X-Disclaimer: Why are you listening to me? # This is a comment
+ my_hdr X-Disclaimer: Why are you listening to me? # This is a comment
 
-   Single quotes (') and double quotes (") can be used to quote strings which contain spaces or other special characters. The difference between the two types of quotes is similar to that of many popular shell programs, namely that a single quote is used to specify a literal string (one that is not interpreted for shell variables or quoting with a backslash [see next paragraph]), while double quotes indicate a string for which should be evaluated. For example, backtics are evaluated inside of double quotes, but not for single quotes.
+   Single quotes (') and double quotes (") can be used to quote strings which
+   contain spaces or other special characters. The difference between the two
+   types of quotes is similar to that of many popular shell programs, namely
+   that a single quote is used to specify a literal string (one that is not
+   interpreted for shell variables or quoting with a backslash [see next
+   paragraph]), while double quotes indicate a string for which should be
+   evaluated. For example, backtics are evaluated inside of double quotes,
+   but not for single quotes.
 
-   \ quotes the next character, just as in shells such as bash and zsh. For example, if want to put quotes ``"'' inside of a string, you can use ``\'' to force the next character to be a literal instead of interpreted character.
-set realname="Michael \"MuttDude\" Elkins"
+   \ quotes the next character, just as in shells such as bash and zsh. For
+   example, if want to put quotes ``"'' inside of a string, you can use ``\''
+   to force the next character to be a literal instead of interpreted
+   character.
 
-   ``\\'' means to insert a literal ``\'' into the line. ``\n'' and ``\r'' have their usual C meanings of linefeed and carriage-return, respectively.
+ set realname="Michael \"MuttDude\" Elkins"
 
-   A \ at the end of a line can be used to split commands over multiple lines, provided that the split points don't appear in the middle of command names.
+   ``\\'' means to insert a literal ``\'' into the line. ``\n'' and ``\r''
+   have their usual C meanings of linefeed and carriage-return, respectively.
 
-   Please note that, unlike the various shells, mutt-ng interprets a ``\'' at the end of a line also in comments. This allows you to disable a command split over multiple lines with only one ``#''.
-# folder-hook . \
-  set realname="Michael \"MuttDude\" Elkins"
+   A \ at the end of a line can be used to split commands over multiple
+   lines, provided that the split points don't appear in the middle of
+   command names.
 
-   When testing your config files, beware the following caveat. The backslash at the end of the commented line extends the current line with the next line - then referred to as a ``continuation line''. As the first line is commented with a hash (#) all following continuation lines are also part of a comment and therefore are ignored, too. So take care of comments when continuation lines are involved within your setup files!
+   Please note that, unlike the various shells, mutt-ng interprets a ``\'' at
+   the end of a line also in comments. This allows you to disable a command
+   split over multiple lines with only one ``#''.
+
+ # folder-hook . \
+   set realname="Michael \"MuttDude\" Elkins"
+
+   When testing your config files, beware the following caveat. The backslash
+   at the end of the commented line extends the current line with the next
+   line - then referred to as a ``continuation line''. As the first line is
+   commented with a hash (#) all following continuation lines are also part
+   of a comment and therefore are ignored, too. So take care of comments when
+   continuation lines are involved within your setup files!
 
    Abstract example:
-line1\
-line2a # line2b\
-line3\
-line4
-line5
 
-   line1 ``continues'' until line4. however, the part after the # is a comment which includes line3 and line4. line5 is a new line of its own and thus is interpreted again.
+ line1\
+ line2a # line2b\
+ line3\
+ line4
+ line5
 
-   The commands understood by mutt are explained in the next paragraphs. For a complete list, see the commands.
+   line1 ``continues'' until line4. however, the part after the # is a
+   comment which includes line3 and line4. line5 is a new line of its own and
+   thus is interpreted again.
+
+   The commands understood by mutt are explained in the next paragraphs. For
+   a complete list, see the commands.
 
 3. Expansion within variables
 
-   Besides just assign static content to variables, there's plenty of ways of adding external and more or less dynamic content.
+   Besides just assign static content to variables, there's plenty of ways of
+   adding external and more or less dynamic content.
+
+  3.1. Commands' Output
+
+   It is possible to substitute the output of a Unix command in an
+   initialization file. This is accomplished by enclosing the command in
+   backquotes (``) as in, for example:
+
+ my_hdr X-Operating-System: `uname -a`
+
+   The output of the Unix command ``uname -a'' will be substituted before the
+   line is parsed. Note that since initialization files are line oriented,
+   only the first line of output from the Unix command will be substituted.
+
+  3.2. Environment Variables
 
-3.1. Commands' Output
+   UNIX environments can be accessed like the way it is done in shells like
+   sh and bash: Prepend the name of the environment by a ``$'' sign. For
+   example,
 
-   It is possible to substitute the output of a Unix command in an initialization file. This is accomplished by enclosing the command in backquotes (``) as in, for example:
-my_hdr X-Operating-System: `uname -a`
+ set record=+sent_on_$HOSTNAME
 
-   The output of the Unix command ``uname -a'' will be substituted before the line is parsed. Note that since initialization files are line oriented, only the first line of output from the Unix command will be substituted.
+   sets the record variable to the string +sent_on_ and appends the value of
+   the evironment variable $HOSTNAME.
 
-3.2. Environment Variables
+   Note: There will be no warning if an environment variable is not defined.
+   The result will of the expansion will then be empty.
 
-   UNIX environments can be accessed like the way it is done in shells like sh and bash: Prepend the name of the environment by a ``$'' sign. For example,
-set record=+sent_on_$HOSTNAME
+  3.3. Configuration Variables
 
-   sets the record variable to the string +sent_on_ and appends the value of the evironment variable $HOSTNAME.
+   As for environment variables, the values of all configuration variables as
+   string can be used in the same way, too. For example,
 
-   Note: There will be no warning if an environment variable is not defined. The result will of the expansion will then be empty.
+ set imap_home_namespace = $folder
 
-3.3. Configuration Variables
+   would set the value of imap-home-namespace to the value to which folder is
+   currently set to.
 
-   As for environment variables, the values of all configuration variables as string can be used in the same way, too. For example,
-set imap_home_namespace = $folder
+   Note: There're no logical links established in such cases so that the the
+   value for imap-home-namespace won't change even if folder gets changed.
 
-   would set the value of imap-home-namespace to the value to which folder is currently set to.
+   Note: There will be no warning if a configuration variable is not defined
+   or is empty. The result will of the expansion will then be empty.
 
-   Note: There're no logical links established in such cases so that the the value for imap-home-namespace won't change even if folder gets changed.
+  3.4. Self-Defined Variables
 
-   Note: There will be no warning if a configuration variable is not defined or is empty. The result will of the expansion will then be empty.
+   Mutt-ng flexibly allows users to define their own variables. To avoid
+   conflicts with the standard set and to prevent misleading error messages,
+   there's a reserved namespace for them: all user-defined variables must be
+   prefixed with user_ and can be used just like any ordinary configuration
+   or environment variable.
 
-3.4. Self-Defined Variables
+   For example, to view the manual, users can either define two macros like
+   the following
 
-   Mutt-ng flexibly allows users to define their own variables. To avoid conflicts with the standard set and to prevent misleading error messages, there's a reserved namespace for them: all user-defined variables must be prefixed with user_ and can be used just like any ordinary configuration or environment variable.
+ macro generic <F1> "!less -r /path/to/manual" "Show manual"
+ macro pager <F1> "!less -r /path/to/manual" "Show manual"
 
-   For example, to view the manual, users can either define two macros like the following
-macro generic <F1> "!less -r /path/to/manual" "Show manual"
-macro pager <F1> "!less -r /path/to/manual" "Show manual"
+   for generic, pager and index. The alternative is to define a custom
+   variable like so:
 
-   for generic, pager and index. The alternative is to define a custom variable like so:
-set user_manualcmd = "!less -r /path/to_manual"
-macro generic <F1> "$user_manualcmd<enter>" "Show manual"
-macro pager <F1> "$user_manualcmd<enter>" "Show manual"
-macro index <F1> "$user_manualcmd<enter>" "Show manual"
+ set user_manualcmd = "!less -r /path/to_manual"
+ macro generic <F1> "$user_manualcmd<enter>" "Show manual"
+ macro pager <F1> "$user_manualcmd<enter>" "Show manual"
+ macro index <F1> "$user_manualcmd<enter>" "Show manual"
 
    to re-use the command sequence as in:
-macro index <F2> "$user_manualcmd | grep '\^[ ]\\+~. '" "Show Patterns"
 
-   Using this feature, arbitrary sequences can be defined once and recalled and reused where necessary. More advanced scenarios could include to save a variable's value at the beginning of macro sequence and restore it at end.
+ macro index <F2> "$user_manualcmd | grep '\^[ ]\\+~. '" "Show Patterns"
 
-   When the variable is first defined, the first value it gets assigned is also the initial value to which it can be reset using the reset command.
+   Using this feature, arbitrary sequences can be defined once and recalled
+   and reused where necessary. More advanced scenarios could include to save
+   a variable's value at the beginning of macro sequence and restore it at
+   end.
+
+   When the variable is first defined, the first value it gets assigned is
+   also the initial value to which it can be reset using the reset command.
 
    The complete removal is done via the unset keyword.
 
    After the following sequence:
-set user_foo = 42
-set user_foo = 666
 
-   the variable $user_foo has a current value of 666 and an initial of 42. The query
-set ?user_foo
+ set user_foo = 42
+ set user_foo = 666
+
+   the variable $user_foo has a current value of 666 and an initial of 42.
+   The query
+
+ set ?user_foo
 
    will show 666. After doing the reset via
-reset user_foo
+
+ reset user_foo
 
    a following query will give 42 as the result. After unsetting it via
-unset user_foo
 
-   any query or operation (except the noted expansion within other statements) will lead to an error message.
+ unset user_foo
 
-3.5. Pre-Defined Variables
+   any query or operation (except the noted expansion within other
+   statements) will lead to an error message.
 
-   In order to allow users to share one setup over a number of different machines without having to change its contents, there's a number of pre-defined variables. These are prefixed with muttng_ and are read-only, i.e. they cannot be set, unset or reset. The reference chapter lists all available variables.
+  3.5. Pre-Defined Variables
 
-   Please consult the local copy of your manual for their values as they may differ from different manual sources. Where the manual is installed in can be queried (already using such a variable) by running:
-muttng -Q muttng_docdir
+   In order to allow users to share one setup over a number of different
+   machines without having to change its contents, there's a number of
+   pre-defined variables. These are prefixed with muttng_ and are read-only,
+   i.e. they cannot be set, unset or reset. The reference chapter lists all
+   available variables.
 
-   To extend the example for viewing the manual via self-defined variables, it can be made more readable and more portable by changing the real path in:
-set user_manualcmd = '!less -r /path/to_manual'
+   Please consult the local copy of your manual for their values as they may
+   differ from different manual sources. Where the manual is installed in can
+   be queried (already using such a variable) by running:
+
+ muttng -Q muttng_docdir
+
+   To extend the example for viewing the manual via self-defined variables,
+   it can be made more readable and more portable by changing the real path
+   in:
+
+ set user_manualcmd = '!less -r /path/to_manual'
 
    to:
-set user_manualcmd = "!less -r $muttng_docdir/manual.txt"
+
+ set user_manualcmd = "!less -r $muttng_docdir/manual.txt"
 
    which works everywhere if a manual is installed.
 
-   Please note that by the type of quoting, muttng determines when to expand these values: when it finds double quotes, the value will be expanded during reading the setup files but when it finds single quotes, it'll expand it at runtime as needed.
+   Please note that by the type of quoting, muttng determines when to expand
+   these values: when it finds double quotes, the value will be expanded
+   during reading the setup files but when it finds single quotes, it'll
+   expand it at runtime as needed.
 
    For example, the statement
-folder-hook . "set user_current_folder = $muttng_folder_name"
 
-   will be already be translated to the following when reading the startup files:
-folder-hook . "set user_current_folder = some_folder"
+ folder-hook . "set user_current_folder = $muttng_folder_name"
 
-   with some_folder being the name of the first folder muttng opens. On the contrary,
-folder-hook . 'set user_current_folder = $muttng_folder_name'
+   will be already be translated to the following when reading the startup
+   files:
 
-   will be executed at runtime because of the single quotes so that user_current_folder will always have the value of the currently opened folder.
+ folder-hook . "set user_current_folder = some_folder"
+
+   with some_folder being the name of the first folder muttng opens. On the
+   contrary,
+
+ folder-hook . 'set user_current_folder = $muttng_folder_name'
+
+   will be executed at runtime because of the single quotes so that
+   user_current_folder will always have the value of the currently opened
+   folder.
 
    A more practical example is:
-folder-hook . 'source ~/.mutt/score-$muttng_folder_name'
 
-   which can be used to source files containing score commands depending on the folder the user enters.
+ folder-hook . 'source ~/.mutt/score-$muttng_folder_name'
 
-3.6. Type Conversions
+   which can be used to source files containing score commands depending on
+   the folder the user enters.
 
-   A note about variable's types during conversion: internally values are stored in internal types but for any dump/query or set operation they're converted to and from string. That means that there's no need to worry about types when referencing any variable. As an example, the following can be used without harm (besides makeing muttng very likely behave strange):
-set read_inc = 100
-set folder = $read_inc
-set read_inc = $folder
-set user_magic_number = 42
-set folder = $user_magic_number
+  3.6. Type Conversions
+
+   A note about variable's types during conversion: internally values are
+   stored in internal types but for any dump/query or set operation they're
+   converted to and from string. That means that there's no need to worry
+   about types when referencing any variable. As an example, the following
+   can be used without harm (besides makeing muttng very likely behave
+   strange):
+
+ set read_inc = 100
+ set folder = $read_inc
+ set read_inc = $folder
+ set user_magic_number = 42
+ set folder = $user_magic_number
 
 4. Defining/Using aliases
 
    Usage: alias key address [ , address, ... ]
 
-   It's usually very cumbersome to remember or type out the address of someone you are communicating with. Mutt-ng allows you to create ``aliases'' which map a short string to a full address.
+   It's usually very cumbersome to remember or type out the address of
+   someone you are communicating with. Mutt-ng allows you to create
+   ``aliases'' which map a short string to a full address.
 
-   Note: if you want to create an alias for a group (by specifying more than one address), you must separate the addresses with a comma (``,'').
+   Note: if you want to create an alias for a group (by specifying more than
+   one address), you must separate the addresses with a comma (``,'').
 
    To remove an alias or aliases (``*'' means all aliases):
 
    unalias [ * | key ... ]
-alias muttdude me@cs.hmc.edu (Michael Elkins)
-alias theguys manny, moe, jack
 
-   Unlike other mailers, Mutt-ng doesn't require aliases to be defined in a special file. The alias command can appear anywhere in a configuration file, as long as this file is source. Consequently, you can have multiple alias files, or you can have all aliases defined in your muttrc.
+ alias muttdude me@cs.hmc.edu (Michael Elkins)
+ alias theguys manny, moe, jack
+
+   Unlike other mailers, Mutt-ng doesn't require aliases to be defined in a
+   special file. The alias command can appear anywhere in a configuration
+   file, as long as this file is source. Consequently, you can have multiple
+   alias files, or you can have all aliases defined in your muttrc.
 
-   On the other hand, the create-alias function can use only one file, the one pointed to by the alias-file variable (which is ˜/.muttrc by default). This file is not special either, in the sense that Mutt-ng will happily append aliases to any file, but in order for the new aliases to take effect you need to explicitly source this file too.
+   On the other hand, the create-alias function can use only one file, the
+   one pointed to by the alias-file variable (which is ˜/.muttrc by
+   default). This file is not special either, in the sense that Mutt-ng will
+   happily append aliases to any file, but in order for the new aliases to
+   take effect you need to explicitly source this file too.
 
    For example:
-source /usr/local/share/Mutt-ng.aliases
-source ~/.mail_aliases
-set alias_file=~/.mail_aliases
 
-   To use aliases, you merely use the alias at any place in mutt where mutt prompts for addresses, such as the To: or Cc: prompt. You can also enter aliases in your editor at the appropriate headers if you have the edit-headers variable set.
+ source /usr/local/share/Mutt-ng.aliases
+ source ~/.mail_aliases
+ set alias_file=~/.mail_aliases
 
-   In addition, at the various address prompts, you can use the tab character to expand a partial alias to the full alias. If there are multiple matches, mutt will bring up a menu with the matching aliases. In order to be presented with the full list of aliases, you must hit tab with out a partial alias, such as at the beginning of the prompt or after a comma denoting multiple addresses.
+   To use aliases, you merely use the alias at any place in mutt where mutt
+   prompts for addresses, such as the To: or Cc: prompt. You can also enter
+   aliases in your editor at the appropriate headers if you have the
+   edit-headers variable set.
 
-   In the alias menu, you can select as many aliases as you want with the select-entry key (default: RET), and use the exit key (default: q) to return to the address prompt.
+   In addition, at the various address prompts, you can use the tab character
+   to expand a partial alias to the full alias. If there are multiple
+   matches, mutt will bring up a menu with the matching aliases. In order to
+   be presented with the full list of aliases, you must hit tab with out a
+   partial alias, such as at the beginning of the prompt or after a comma
+   denoting multiple addresses.
+
+   In the alias menu, you can select as many aliases as you want with the
+   select-entry key (default: RET), and use the exit key (default: q) to
+   return to the address prompt.
 
 5. Changing the default key bindings
 
    Usage: bind map key function
 
-   This command allows you to change the default key bindings (operation invoked when pressing a key).
+   This command allows you to change the default key bindings (operation
+   invoked when pressing a key).
 
-   map specifies in which menu the binding belongs. Multiple maps may be specified by separating them with commas (no additional whitespace is allowed). The currently defined maps are:
+   map specifies in which menu the binding belongs. Multiple maps may be
+   specified by separating them with commas (no additional whitespace is
+   allowed). The currently defined maps are:
 
    generic
-          This is not a real menu, but is used as a fallback for all of the other menus except for the pager and editor modes. If a key is not defined in another menu, Mutt-ng will look for a binding to use in this menu. This allows you to bind a key to a certain function in multiple menus instead of having multiple bind statements to accomplish the same task.
+
+           This is not a real menu, but is used as a fallback for all of the
+           other menus except for the pager and editor modes. If a key is not
+           defined in another menu, Mutt-ng will look for a binding to use in
+           this menu. This allows you to bind a key to a certain function in
+           multiple menus instead of having multiple bind statements to
+           accomplish the same task.
 
    alias
-          The alias menu is the list of your personal aliases as defined in your muttrc. It is the mapping from a short alias name to the full email address(es) of the recipient(s).
+
+           The alias menu is the list of your personal aliases as defined in
+           your muttrc. It is the mapping from a short alias name to the full
+           email address(es) of the recipient(s).
 
    attach
-          The attachment menu is used to access the attachments on received messages.
+
+           The attachment menu is used to access the attachments on received
+           messages.
 
    browser
-          The browser is used for both browsing the local directory structure, and for listing all of your incoming mailboxes.
+
+           The browser is used for both browsing the local directory
+           structure, and for listing all of your incoming mailboxes.
 
    editor
-          The editor is the line-based editor the user enters text data.
+
+           The editor is the line-based editor the user enters text data.
 
    index
-          The index is the list of messages contained in a mailbox.
+
+           The index is the list of messages contained in a mailbox.
 
    compose
-          The compose menu is the screen used when sending a new message.
+
+           The compose menu is the screen used when sending a new message.
 
    pager
-          The pager is the mode used to display message/attachment data, and help listings.
+
+           The pager is the mode used to display message/attachment data, and
+           help listings.
 
    pgp
-          The pgp menu is used to select the OpenPGP keys used for encrypting outgoing messages.
+
+           The pgp menu is used to select the OpenPGP keys used for
+           encrypting outgoing messages.
 
    postpone
-          The postpone menu is similar to the index menu, except is used when recalling a message the user was composing, but saved until later.
 
-   key is the key (or key sequence) you wish to bind. To specify a control character, use the sequence \Cx, where x is the letter of the control character (for example, to specify control-A use ``\Ca''). Note that the case of x as well as \C is ignored, so that \CA, \Ca, \cA and \ca are all equivalent. An alternative form is to specify the key as a three digit octal number prefixed with a ``\'' (for example \177 is equivalent to \c?).
+           The postpone menu is similar to the index menu, except is used
+           when recalling a message the user was composing, but saved until
+           later.
+
+   key is the key (or key sequence) you wish to bind. To specify a control
+   character, use the sequence \Cx, where x is the letter of the control
+   character (for example, to specify control-A use ``\Ca''). Note that the
+   case of x as well as \C is ignored, so that \CA, \Ca, \cA and \ca are all
+   equivalent. An alternative form is to specify the key as a three digit
+   octal number prefixed with a ``\'' (for example \177 is equivalent to
+   \c?).
 
    In addition, key may consist of:
-\t              tab
-<tab>           tab
-<backtab>       backtab / shift-tab
-\r              carriage return
-\n              newline
-\e              escape
-<esc>           escape
-<up>            up arrow
-<down>          down arrow
-<left>          left arrow
-<right>         right arrow
-<pageup>        Page Up
-<pagedown>      Page Down
-<backspace>     Backspace
-<delete>        Delete
-<insert>        Insert
-<enter>         Enter
-<return>        Return
-<home>          Home
-<end>           End
-<space>         Space bar
-<f1>            function key 1
-<f10>           function key 10
-
-   key does not need to be enclosed in quotes unless it contains a space (`` '').
-
-   function specifies which action to take when key is pressed. For a complete list of functions, see the functions. The special function noop unbinds the specified key sequence.
+
+ \t              tab
+ <tab>           tab
+ <backtab>       backtab / shift-tab
+ \r              carriage return
+ \n              newline
+ \e              escape
+ <esc>           escape
+ <up>            up arrow
+ <down>          down arrow
+ <left>          left arrow
+ <right>         right arrow
+ <pageup>        Page Up
+ <pagedown>      Page Down
+ <backspace>     Backspace
+ <delete>        Delete
+ <insert>        Insert
+ <enter>         Enter
+ <return>        Return
+ <home>          Home
+ <end>           End
+ <space>         Space bar
+ <f1>            function key 1
+ <f10>           function key 10
+
+   key does not need to be enclosed in quotes unless it contains a space (``
+   '').
+
+   function specifies which action to take when key is pressed. For a
+   complete list of functions, see the functions. The special function noop
+   unbinds the specified key sequence.
 
 6. Defining aliases for character sets
 
    Usage: charset-hook alias charset Usage: iconv-hook charset local-charset
 
-   The charset-hook command defines an alias for a character set. This is useful to properly display messages which are tagged with a character set name not known to mutt.
+   The charset-hook command defines an alias for a character set. This is
+   useful to properly display messages which are tagged with a character set
+   name not known to mutt.
 
-   The iconv-hook command defines a system-specific name for a character set. This is helpful when your systems character conversion library insists on using strange, system-specific names for character sets.
+   The iconv-hook command defines a system-specific name for a character set.
+   This is helpful when your systems character conversion library insists on
+   using strange, system-specific names for character sets.
 
 7. Setting variables based upon mailbox
 
    Usage: folder-hook [!]regexp command
 
-   It is often desirable to change settings based on which mailbox you are reading. The folder-hook command provides a method by which you can execute any configuration command. regexp is a regular expression specifying in which mailboxes to execute command before loading. If a mailbox matches multiple folder-hook's, they are executed in the order given in the muttrc.
+   It is often desirable to change settings based on which mailbox you are
+   reading. The folder-hook command provides a method by which you can
+   execute any configuration command. regexp is a regular expression
+   specifying in which mailboxes to execute command before loading. If a
+   mailbox matches multiple folder-hook's, they are executed in the order
+   given in the muttrc.
+
+   Note: if you use the ``!'' shortcut for spoolfile at the beginning of the
+   pattern, you must place it inside of double or single quotes in order to
+   distinguish it from the logical not operator for the expression.
+
+   Note that the settings are not restored when you leave the mailbox. For
+   example, a command action to perform is to change the sorting method based
+   upon the mailbox being read:
 
-   Note: if you use the ``!'' shortcut for spoolfile at the beginning of the pattern, you must place it inside of double or single quotes in order to distinguish it from the logical not operator for the expression.
+ folder-hook mutt set sort=threads
 
-   Note that the settings are not restored when you leave the mailbox. For example, a command action to perform is to change the sorting method based upon the mailbox being read:
-folder-hook mutt set sort=threads
+   However, the sorting method is not restored to its previous value when
+   reading a different mailbox. To specify a default command, use the pattern
+   ``.'':
 
-   However, the sorting method is not restored to its previous value when reading a different mailbox. To specify a default command, use the pattern ``.'':
-folder-hook . set sort=date-sent
+ folder-hook . set sort=date-sent
 
 8. Keyboard macros
 
    Usage: macro menu key sequence [ description ]
 
-   Macros are useful when you would like a single key to perform a series of actions. When you press key in menu menu, Mutt-ng will behave as if you had typed sequence. So if you have a common sequence of commands you type, you can create a macro to execute those commands with a single key.
+   Macros are useful when you would like a single key to perform a series of
+   actions. When you press key in menu menu, Mutt-ng will behave as if you
+   had typed sequence. So if you have a common sequence of commands you type,
+   you can create a macro to execute those commands with a single key.
 
-   menu is the maps which the macro will be bound. Multiple maps may be specified by separating multiple menu arguments by commas. Whitespace may not be used in between the menu arguments and the commas separating them.
+   menu is the maps which the macro will be bound. Multiple maps may be
+   specified by separating multiple menu arguments by commas. Whitespace may
+   not be used in between the menu arguments and the commas separating them.
 
-   key and sequence are expanded by the same rules as the bind. There are some additions however. The first is that control characters in sequence can also be specified as ^x. In order to get a caret (`^'') you need to use ^^. Secondly, to specify a certain key such as up or to invoke a function directly, you can use the format <key name> and <function name>. For a listing of key names see the section on bind. Functions are listed in the functions.
+   key and sequence are expanded by the same rules as the bind. There are
+   some additions however. The first is that control characters in sequence
+   can also be specified as ^x. In order to get a caret (`^'') you need to
+   use ^^. Secondly, to specify a certain key such as up or to invoke a
+   function directly, you can use the format <key name> and <function name>.
+   For a listing of key names see the section on bind. Functions are listed
+   in the functions.
 
-   The advantage with using function names directly is that the macros will work regardless of the current key bindings, so they are not dependent on the user having particular key definitions. This makes them more robust and portable, and also facilitates defining of macros in files used by more than one user (eg. the system Muttngrc).
+   The advantage with using function names directly is that the macros will
+   work regardless of the current key bindings, so they are not dependent on
+   the user having particular key definitions. This makes them more robust
+   and portable, and also facilitates defining of macros in files used by
+   more than one user (eg. the system Muttngrc).
 
-   Optionally you can specify a descriptive text after sequence, which is shown in the help screens.
+   Optionally you can specify a descriptive text after sequence, which is
+   shown in the help screens.
 
-   Note: Macro definitions (if any) listed in the help screen(s), are silently truncated at the screen width, and are not wrapped.
+   Note: Macro definitions (if any) listed in the help screen(s), are
+   silently truncated at the screen width, and are not wrapped.
 
 9. Using color and mono video attributes
 
-   Usage: color object foreground background [ regexp ] Usage: color index foreground background pattern Usage: uncolor index pattern [ pattern ... ]
+   Usage: color object foreground background [ regexp ] Usage: color index
+   foreground background pattern Usage: uncolor index pattern [ pattern ... ]
 
-   If your terminal supports color, you can spice up Mutt-ng by creating your own color scheme. To define the color of an object (type of information), you must specify both a foreground color and a background color (it is not possible to only specify one or the other).
+   If your terminal supports color, you can spice up Mutt-ng by creating your
+   own color scheme. To define the color of an object (type of information),
+   you must specify both a foreground color and a background color (it is not
+   possible to only specify one or the other).
 
    object can be one of:
-     * attachment
-     * body (match regexp in the body of messages)
-     * bold (highlighting bold patterns in the body of messages)
-     * error (error messages printed by Mutt-ng)
-     * header (match regexp in the message header)
-     * hdrdefault (default color of the message header in the pager)
-     * index (match pattern in the message index)
-     * indicator (arrow or bar used to indicate the current item in a menu)
-     * markers (the ``+'' markers at the beginning of wrapped lines in the pager)
-     * message (informational messages)
-     * normal
-     * quoted (text matching quote-regexp in the body of a message)
-     * quoted1, quoted2, ..., quotedN (higher levels of quoting)
-     * search (highlighting of words in the pager)
-     * signature
-     * status (mode lines used to display info about the mailbox or message)
-     * tilde (the ``˜'' used to pad blank lines in the pager)
-     * tree (thread tree drawn in the message index and attachment menu)
-     * underline (highlighting underlined patterns in the body of messages)
+
+     o attachment
+
+     o body (match regexp in the body of messages)
+
+     o bold (highlighting bold patterns in the body of messages)
+
+     o error (error messages printed by Mutt-ng)
+
+     o header (match regexp in the message header)
+
+     o hdrdefault (default color of the message header in the pager)
+
+     o index (match pattern in the message index)
+
+     o indicator (arrow or bar used to indicate the current item in a menu)
+
+     o markers (the ``+'' markers at the beginning of wrapped lines in the
+       pager)
+
+     o message (informational messages)
+
+     o normal
+
+     o quoted (text matching quote-regexp in the body of a message)
+
+     o quoted1, quoted2, ..., quotedN (higher levels of quoting)
+
+     o search (highlighting of words in the pager)
+
+     o signature
+
+     o status (mode lines used to display info about the mailbox or message)
+
+     o tilde (the ``˜'' used to pad blank lines in the pager)
+
+     o tree (thread tree drawn in the message index and attachment menu)
+
+     o underline (highlighting underlined patterns in the body of messages)
 
    foreground and background can be one of the following:
-     * white
-     * black
-     * green
-     * magenta
-     * blue
-     * cyan
-     * yellow
-     * red
-     * default
-     * colorx
 
-   foreground can optionally be prefixed with the keyword bright to make the foreground color boldfaced (e.g., brightred).
+     o white
+
+     o black
+
+     o green
+
+     o magenta
+
+     o blue
 
-   If your terminal supports it, the special keyword default can be used as a transparent color. The value brightdefault is also valid. If Mutt-ng is linked against the S-Lang library, you also need to set the COLORFGBG environment variable to the default colors of your terminal for this to work; for example (for Bourne-like shells):
-set COLORFGBG="green;black"
-export COLORFGBG
+     o cyan
 
-   Note: The S-Lang library requires you to use the lightgray and brown keywords instead of white and yellow when setting this variable.
+     o yellow
 
-   Note: The uncolor command can be applied to the index object only. It removes entries from the list. You must specify the same pattern specified in the color command for it to be removed. The pattern ``*'' is a special token which means to clear the color index list of all entries.
+     o red
 
-   Mutt-ng also recognizes the keywords color0, color1, …, colorN-1 (N being the number of colors supported by your terminal). This is useful when you remap the colors for your display (for example by changing the color associated with color2 for your xterm), since color names may then lose their normal meaning.
+     o default
 
-   If your terminal does not support color, it is still possible change the video attributes through the use of the ``mono'' command:
+     o colorx
 
-   Usage: mono <object> <attribute> [ regexp ] Usage: mono index attribute pattern Usage: unmono index pattern [ pattern ... ]
+   foreground can optionally be prefixed with the keyword bright to make the
+   foreground color boldfaced (e.g., brightred).
+
+   If your terminal supports it, the special keyword default can be used as a
+   transparent color. The value brightdefault is also valid. If Mutt-ng is
+   linked against the S-Lang library, you also need to set the COLORFGBG
+   environment variable to the default colors of your terminal for this to
+   work; for example (for Bourne-like shells):
+
+ set COLORFGBG="green;black"
+ export COLORFGBG
+
+   Note: The S-Lang library requires you to use the lightgray and brown
+   keywords instead of white and yellow when setting this variable.
+
+   Note: The uncolor command can be applied to the index object only. It
+   removes entries from the list. You must specify the same pattern specified
+   in the color command for it to be removed. The pattern ``*'' is a special
+   token which means to clear the color index list of all entries.
+
+   Mutt-ng also recognizes the keywords color0, color1, …, colorN-1 (N
+   being the number of colors supported by your terminal). This is useful
+   when you remap the colors for your display (for example by changing the
+   color associated with color2 for your xterm), since color names may then
+   lose their normal meaning.
+
+   If your terminal does not support color, it is still possible change the
+   video attributes through the use of the ``mono'' command:
+
+   Usage: mono <object> <attribute> [ regexp ] Usage: mono index attribute
+   pattern Usage: unmono index pattern [ pattern ... ]
 
    where attribute is one of the following:
-     * none
-     * bold
-     * underline
-     * reverse
-     * standout
+
+     o none
+
+     o bold
+
+     o underline
+
+     o reverse
+
+     o standout
 
 10. Ignoring (weeding) unwanted message headers
 
    Usage: [un]ignore pattern [ pattern ... ]
 
-   Messages often have many header fields added by automatic processing systems, or which may not seem useful to display on the screen. This command allows you to specify header fields which you don't normally want to see.
+   Messages often have many header fields added by automatic processing
+   systems, or which may not seem useful to display on the screen. This
+   command allows you to specify header fields which you don't normally want
+   to see.
 
-   You do not need to specify the full header field name. For example, ``ignore content-'' will ignore all header fields that begin with the pattern ``content-''. ``ignore *'' will ignore all headers.
+   You do not need to specify the full header field name. For example,
+   ``ignore content-'' will ignore all header fields that begin with the
+   pattern ``content-''. ``ignore *'' will ignore all headers.
 
-   To remove a previously added token from the list, use the ``unignore'' command. The ``unignore'' command will make Mutt-ng display headers with the given pattern. For example, if you do ``ignore x-'' it is possible to ``unignore x-mailer''.
+   To remove a previously added token from the list, use the ``unignore''
+   command. The ``unignore'' command will make Mutt-ng display headers with
+   the given pattern. For example, if you do ``ignore x-'' it is possible to
+   ``unignore x-mailer''.
 
    ``unignore *'' will remove all tokens from the ignore list.
 
    For example:
-# Sven's draconian header weeding
-ignore *
-unignore from date subject to cc
-unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
-unignore posted-to:
+
+ # Sven's draconian header weeding
+ ignore *
+ unignore from date subject to cc
+ unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
+ unignore posted-to:
 
 11. Alternative addresses
 
    Usage: [un]alternates regexp [ regexp ... ]
 
-   With various functions, mutt will treat messages differently, depending on whether you sent them or whether you received them from someone else. For instance, when replying to a message that you sent to a different party, mutt will automatically suggest to send the response to the original message's recipients -- responding to yourself won't make much sense in many cases. (See reply-to.)
+   With various functions, mutt will treat messages differently, depending on
+   whether you sent them or whether you received them from someone else. For
+   instance, when replying to a message that you sent to a different party,
+   mutt will automatically suggest to send the response to the original
+   message's recipients -- responding to yourself won't make much sense in
+   many cases. (See reply-to.)
+
+   Many users receive e-mail under a number of different addresses. To fully
+   use mutt's features here, the program must be able to recognize what
+   e-mail addresses you receive mail under. That's the purpose of the
+   alternates command: It takes a list of regular expressions, each of which
+   can identify an address under which you receive e-mail.
+
+   The unalternates command can be used to write exceptions to alternates
+   patterns. If an address matches something in an alternates command, but
+   you nonetheless do not think it is from you, you can list a more precise
+   pattern under an unalternates command.
+
+   To remove a regular expression from the alternates list, use the
+   unalternates command with exactly the same regexp. Likewise, if the regexp
+   for a alternates command matches an entry on the unalternates list, that
+   unalternates entry will be removed. If the regexp for unalternates is
+   ``*'', all entries on alternates will be removed.
 
-   Many users receive e-mail under a number of different addresses. To fully use mutt's features here, the program must be able to recognize what e-mail addresses you receive mail under. That's the purpose of the alternates command: It takes a list of regular expressions, each of which can identify an address under which you receive e-mail.
+12. Format = Flowed
 
-   The unalternates command can be used to write exceptions to alternates patterns. If an address matches something in an alternates command, but you nonetheless do not think it is from you, you can list a more precise pattern under an unalternates command.
+  12.1. Introduction
 
-   To remove a regular expression from the alternates list, use the unalternates command with exactly the same regexp. Likewise, if the regexp for a alternates command matches an entry on the unalternates list, that unalternates entry will be removed. If the regexp for unalternates is ``*'', all entries on alternates will be removed.
+   Mutt-ng contains support for so-called format=flowed messages. In the
+   beginning of email, each message had a fixed line width, and it was enough
+   for displaying them on fixed-size terminals. But times changed, and
+   nowadays hardly anybody still uses fixed-size terminals: more people
+   nowaydays use graphical user interfaces, with dynamically resizable
+   windows. This led to the demand of a new email format that makes it
+   possible for the email client to make the email look nice in a resizable
+   window without breaking quoting levels and creating an incompatible email
+   format that can also be displayed nicely on old fixed-size terminals.
 
-12. Format = Flowed
+   For introductory information on format=flowed messages, see
+   <http://www.joeclark.org/ffaq.html>.
+
+  12.2. Receiving: Display Setup
 
-12.1. Introduction
+   When you receive emails that are marked as format=flowed messages, and is
+   formatted correctly, mutt-ng will try to reformat the message to optimally
+   fit on your terminal. If you want a fixed margin on the right side of your
+   terminal, you can set the following:
 
-   Mutt-ng contains support for so-called format=flowed messages. In the beginning of email, each message had a fixed line width, and it was enough for displaying them on fixed-size terminals. But times changed, and nowadays hardly anybody still uses fixed-size terminals: more people nowaydays use graphical user interfaces, with dynamically resizable windows. This led to the demand of a new email format that makes it possible for the email client to make the email look nice in a resizable window without breaking quoting levels and creating an incompatible email format that can also be displayed nicely on old fixed-size terminals.
+     set wrapmargin = 10
 
-   For introductory information on format=flowed messages, see <http://www.joeclark.org/ffaq.html>.
 
-12.2. Receiving: Display Setup
+   The code above makes the line break 10 columns before the right side of
+   the terminal.
 
-   When you receive emails that are marked as format=flowed messages, and is formatted correctly, mutt-ng will try to reformat the message to optimally fit on your terminal. If you want a fixed margin on the right side of your terminal, you can set the following:
-    set wrapmargin = 10
+   If your terminal is so wide that the lines are embarrassingly long, you
+   can also set a maximum line length:
 
-   The code above makes the line break 10 columns before the right side of the terminal.
+     set max_line_length = 120
 
-   If your terminal is so wide that the lines are embarrassingly long, you can also set a maximum line length:
-    set max_line_length = 120
 
    The example above will give you lines not longer than 120 characters.
 
-   When you view at format=flowed messages, you will often see the quoting hierarchy like in the following example:
-    >Bill, can you please send last month's progress report to Mr.
-    >Morgan? We also urgently need the cost estimation for the new
-    >production server that we want to set up before our customer's
-    >project will go live.
+   When you view at format=flowed messages, you will often see the quoting
+   hierarchy like in the following example:
+
+     >Bill, can you please send last month's progress report to Mr.
+     >Morgan? We also urgently need the cost estimation for the new
+     >production server that we want to set up before our customer's
+     >project will go live.
+
+
+   This obviously doesn't look very nice, and it makes it very hard to
+   differentiate between text and quoting character. The solution is to
+   configure mutt-ng to "stuff" the quoting:
+
+     set stuff_quoted
 
-   This obviously doesn't look very nice, and it makes it very hard to differentiate between text and quoting character. The solution is to configure mutt-ng to "stuff" the quoting:
-    set stuff_quoted
 
    This will lead to a nicer result that is easier to read:
-    > Bill, can you please send last month's progress report to Mr.
-    > Morgan? We also urgently need the cost estimation for the new
-    > production server that we want to set up before our customer's
-    > project will go live.
 
-12.3. Sending
+     > Bill, can you please send last month's progress report to Mr.
+     > Morgan? We also urgently need the cost estimation for the new
+     > production server that we want to set up before our customer's
+     > project will go live.
 
-   If you want mutt-ng to send emails with format=flowed set, you need to explicitly set it:
-    set text_flowed
 
-   Additionally, you have to use an editor which supports writing format=flowed-conforming emails. For vim, this is done by adding w to the formatoptions (see :h formatoptions and :h fo-table) when writing emails.
+  12.3. Sending
 
-   Also note that format=flowed knows about ``space-stuffing'', that is, when sending messages, some kinds of lines have to be indented with a single space on the sending side. On the receiving side, the first space (if any) is removed. As a consequence and in addition to the above simple setting, please keep this in mind when making manual formattings within the editor. Also note that mutt-ng currently violates the standard (RfC 3676) as it does not space-stuff lines starting with:
-     * > This is not the quote character but a right angle used for other reasons
-     * From with a trailing space.
-     * just a space for formatting reasons
+   If you want mutt-ng to send emails with format=flowed set, you need to
+   explicitly set it:
 
-   Please make sure that you manually prepend a space to each of them.
+     set text_flowed
 
-12.4. Additional Notes
 
-   For completeness, the delete-space variable provides the mechanism to generate a DelSp=yes parameter on outgoing messages. According to the standard, clients receiving a format=flowed messages should delete the last space of a flowed line but still interpret the line as flowed. Because flowed lines usually contain only one space at the end, this parameter would make the receiving client concatenate the last word of the previous with the first of the current line without a space. This makes ordinary text unreadable and is intended for languages rarely using spaces. So please use this setting only if you're sure what you're doing.
+   Additionally, you have to use an editor which supports writing
+   format=flowed-conforming emails. For vim, this is done by adding w to the
+   formatoptions (see :h formatoptions and :h fo-table) when writing emails.
 
-13. Mailing lists
+   Also note that format=flowed knows about ``space-stuffing'', that is, when
+   sending messages, some kinds of lines have to be indented with a single
+   space on the sending side. On the receiving side, the first space (if any)
+   is removed. As a consequence and in addition to the above simple setting,
+   please keep this in mind when making manual formattings within the editor.
+   Also note that mutt-ng currently violates the standard (RfC 3676) as it
+   does not space-stuff lines starting with:
+
+     o > This is not the quote character but a right angle used for other
+       reasons
 
-   Usage: [un]lists regexp [ regexp ... ] Usage: [un]subscribe regexp [ regexp ... ]
+     o From with a trailing space.
 
-   Mutt-ng has a few nice features for using-lists. In order to take advantage of them, you must specify which addresses belong to mailing lists, and which mailing lists you are subscribed to. Once you have done this, the list-reply function will work for all known lists. Additionally, when you send a message to a subscribed list, mutt will add a Mail-Followup-To header to tell other users' mail user agents not to send copies of replies to your personal address. Note that the Mail-Followup-To header is a non-standard extension which is not supported by all mail user agents. Adding it is not bullet-proof against receiving personal CCs of list messages. Also note that the generation of the Mail-Followup-To header is controlled by the followup-to configuration variable.
+     o just a space for formatting reasons
 
-   More precisely, Mutt-ng maintains lists of patterns for the addresses of known and subscribed mailing lists. Every subscribed mailing list is known. To mark a mailing list as known, use the ``lists'' command. To mark it as subscribed, use ``subscribe''.
+   Please make sure that you manually prepend a space to each of them.
 
-   You can use regular expressions with both commands. To mark all messages sent to a specific bug report's address on mutt's bug tracking system as list mail, for instance, you could say ``subscribe [0-9]*@bugs.guug.de''. Often, it's sufficient to just give a portion of the list's e-mail address.
+  12.4. Additional Notes
 
-   Specify as much of the address as you need to to remove ambiguity. For example, if you've subscribed to the Mutt-ng mailing list, you will receive mail addressed to mutt-users@mutt.org. So, to tell Mutt-ng that this is a mailing list, you could add ``lists mutt-users'' to your initialization file. To tell mutt that you are subscribed to it, add ``subscribe mutt-users'' to your initialization file instead. If you also happen to get mail from someone whose address is mutt-users@example.com, you could use ``lists mutt-users@mutt\\.org'' or ``subscribe mutt-users@mutt\\.org'' to match only mail from the actual list.
+   For completeness, the delete-space variable provides the mechanism to
+   generate a DelSp=yes parameter on outgoing messages. According to the
+   standard, clients receiving a format=flowed messages should delete the
+   last space of a flowed line but still interpret the line as flowed.
+   Because flowed lines usually contain only one space at the end, this
+   parameter would make the receiving client concatenate the last word of the
+   previous with the first of the current line without a space. This makes
+   ordinary text unreadable and is intended for languages rarely using
+   spaces. So please use this setting only if you're sure what you're doing.
 
-   The ``unlists'' command is used to remove a token from the list of known and subscribed mailing-lists. Use ``unlists *'' to remove all tokens.
+13. Mailing lists
 
-   To remove a mailing list from the list of subscribed mailing lists, but keep it on the list of known mailing lists, use ``unsubscribe''.
+   Usage: [un]lists regexp [ regexp ... ] Usage: [un]subscribe regexp [
+   regexp ... ]
+
+   Mutt-ng has a few nice features for using-lists. In order to take
+   advantage of them, you must specify which addresses belong to mailing
+   lists, and which mailing lists you are subscribed to. Once you have done
+   this, the list-reply function will work for all known lists. Additionally,
+   when you send a message to a subscribed list, mutt will add a
+   Mail-Followup-To header to tell other users' mail user agents not to send
+   copies of replies to your personal address. Note that the Mail-Followup-To
+   header is a non-standard extension which is not supported by all mail user
+   agents. Adding it is not bullet-proof against receiving personal CCs of
+   list messages. Also note that the generation of the Mail-Followup-To
+   header is controlled by the followup-to configuration variable.
+
+   More precisely, Mutt-ng maintains lists of patterns for the addresses of
+   known and subscribed mailing lists. Every subscribed mailing list is
+   known. To mark a mailing list as known, use the ``lists'' command. To mark
+   it as subscribed, use ``subscribe''.
+
+   You can use regular expressions with both commands. To mark all messages
+   sent to a specific bug report's address on mutt's bug tracking system as
+   list mail, for instance, you could say ``subscribe [0-9]*@bugs.guug.de''.
+   Often, it's sufficient to just give a portion of the list's e-mail
+   address.
+
+   Specify as much of the address as you need to to remove ambiguity. For
+   example, if you've subscribed to the Mutt-ng mailing list, you will
+   receive mail addressed to mutt-users@mutt.org. So, to tell Mutt-ng that
+   this is a mailing list, you could add ``lists mutt-users'' to your
+   initialization file. To tell mutt that you are subscribed to it, add
+   ``subscribe mutt-users'' to your initialization file instead. If you also
+   happen to get mail from someone whose address is mutt-users@example.com,
+   you could use ``lists mutt-users@mutt\\.org'' or ``subscribe
+   mutt-users@mutt\\.org'' to match only mail from the actual list.
+
+   The ``unlists'' command is used to remove a token from the list of known
+   and subscribed mailing-lists. Use ``unlists *'' to remove all tokens.
+
+   To remove a mailing list from the list of subscribed mailing lists, but
+   keep it on the list of known mailing lists, use ``unsubscribe''.
 
 14. Using Multiple spool mailboxes
 
    Usage: mbox-hook [!]pattern mailbox
 
-   This command is used to move read messages from a specified mailbox to a different mailbox automatically when you quit or change folders. pattern is a regular expression specifying the mailbox to treat as a ``spool'' mailbox and mailbox specifies where mail should be saved when read.
+   This command is used to move read messages from a specified mailbox to a
+   different mailbox automatically when you quit or change folders. pattern
+   is a regular expression specifying the mailbox to treat as a ``spool''
+   mailbox and mailbox specifies where mail should be saved when read.
 
-   Unlike some of the other hook commands, only the first matching pattern is used (it is not possible to save read mail in more than a single mailbox).
+   Unlike some of the other hook commands, only the first matching pattern is
+   used (it is not possible to save read mail in more than a single mailbox).
 
 15. Defining mailboxes which receive mail
 
    Usage: [un]mailboxes [!]filename [ filename ... ]
 
-   This command specifies folders which can receive mail and which will be checked for new messages. By default, the main menu status bar displays how many of these folders have new messages.
+   This command specifies folders which can receive mail and which will be
+   checked for new messages. By default, the main menu status bar displays
+   how many of these folders have new messages.
 
-   When changing folders, pressing space will cycle through folders with new mail.
+   When changing folders, pressing space will cycle through folders with new
+   mail.
 
-   Pressing TAB in the directory browser will bring up a menu showing the files specified by the mailboxes command, and indicate which contain new messages. Mutt-ng will automatically enter this mode when invoked from the command line with the -y option.
+   Pressing TAB in the directory browser will bring up a menu showing the
+   files specified by the mailboxes command, and indicate which contain new
+   messages. Mutt-ng will automatically enter this mode when invoked from the
+   command line with the -y option.
 
-   The ``unmailboxes'' command is used to remove a token from the list of folders which receive mail. Use ``unmailboxes *'' to remove all tokens.
+   The ``unmailboxes'' command is used to remove a token from the list of
+   folders which receive mail. Use ``unmailboxes *'' to remove all tokens.
 
-   Note: new mail is detected by comparing the last modification time to the last access time. Utilities like biff or frm or any other program which accesses the mailbox might cause Mutt-ng to never detect new mail for that mailbox if they do not properly reset the access time. Backup tools are another common reason for updated access times.
+   Note: new mail is detected by comparing the last modification time to the
+   last access time. Utilities like biff or frm or any other program which
+   accesses the mailbox might cause Mutt-ng to never detect new mail for that
+   mailbox if they do not properly reset the access time. Backup tools are
+   another common reason for updated access times.
 
-   Note: the filenames in the mailboxes command are resolved when the command is executed, so if these names contain shortcuts (such as ``='' and ``!''), any variable definition that affect these characters (like folder and spoolfile) should be executed before the mailboxes command.
+   Note: the filenames in the mailboxes command are resolved when the command
+   is executed, so if these names contain shortcuts (such as ``='' and
+   ``!''), any variable definition that affect these characters (like folder
+   and spoolfile) should be executed before the mailboxes command.
 
 16. User defined headers
 
    Usage: my_hdr string unmy_hdr field [ field ... ]
 
-   The ``my_hdr'' command allows you to create your own header fields which will be added to every message you send.
+   The ``my_hdr'' command allows you to create your own header fields which
+   will be added to every message you send.
+
+   For example, if you would like to add an ``Organization:'' header field to
+   all of your outgoing messages, you can put the command
 
-   For example, if you would like to add an ``Organization:'' header field to all of your outgoing messages, you can put the command
-my_hdr Organization: A Really Big Company, Anytown, USA
+ my_hdr Organization: A Really Big Company, Anytown, USA
 
    in your .muttrc.
 
-   Note: space characters are not allowed between the keyword and the colon (``:''). The standard for electronic mail (RFC822) says that space is illegal there, so Mutt-ng enforces the rule.
+   Note: space characters are not allowed between the keyword and the colon
+   (``:''). The standard for electronic mail (RFC822) says that space is
+   illegal there, so Mutt-ng enforces the rule.
+
+   If you would like to add a header field to a single message, you should
+   either set the edit-headers variable, or use the edit-headers function
+   (default: ``E'') in the send-menu so that you can edit the header of your
+   message along with the body.
 
-   If you would like to add a header field to a single message, you should either set the edit-headers variable, or use the edit-headers function (default: ``E'') in the send-menu so that you can edit the header of your message along with the body.
+   To remove user defined header fields, use the ``unmy_hdr'' command. You
+   may specify an asterisk (``*'') to remove all header fields, or the fields
+   to remove. For example, to remove all ``To'' and ``Cc'' header fields, you
+   could use:
 
-   To remove user defined header fields, use the ``unmy_hdr'' command. You may specify an asterisk (``*'') to remove all header fields, or the fields to remove. For example, to remove all ``To'' and ``Cc'' header fields, you could use:
-unmy_hdr to cc
+ unmy_hdr to cc
 
 17. Defining the order of headers when viewing messages
 
    Usage: hdr_order header1 header2 header3
 
-   With this command, you can specify an order in which mutt will attempt to present headers to you when viewing messages.
+   With this command, you can specify an order in which mutt will attempt to
+   present headers to you when viewing messages.
 
-   ``unhdr_order *'' will clear all previous headers from the order list, thus removing the header order effects set by the system-wide startup file.
-hdr_order From Date: From: To: Cc: Subject:
+   ``unhdr_order *'' will clear all previous headers from the order list,
+   thus removing the header order effects set by the system-wide startup
+   file.
+
+ hdr_order From Date: From: To: Cc: Subject:
 
 18. Specify default save filename
 
    Usage: save-hook [!]pattern filename
 
-   This command is used to override the default filename used when saving messages. filename will be used as the default filename if the message is From: an address matching regexp or if you are the author and the message is addressed to: something matching regexp.
+   This command is used to override the default filename used when saving
+   messages. filename will be used as the default filename if the message is
+   From: an address matching regexp or if you are the author and the message
+   is addressed to: something matching regexp.
 
    See pattern-hook for information on the exact format of pattern.
 
    Examples:
-save-hook me@(turing\\.)?cs\\.hmc\\.edu$ +elkins
-save-hook aol\\.com$ +spam
+
+ save-hook me@(turing\\.)?cs\\.hmc\\.edu$ +elkins
+ save-hook aol\\.com$ +spam
 
    Also see the fcc-save-hook command.
 
@@ -1436,880 +2409,1653 @@ save-hook aol\\.com$ +spam
 
    Usage: fcc-hook [!]pattern mailbox
 
-   This command is used to save outgoing mail in a mailbox other than record. Mutt-ng searches the initial list of message recipients for the first matching regexp and uses mailbox as the default Fcc: mailbox. If no match is found the message will be saved to record mailbox.
+   This command is used to save outgoing mail in a mailbox other than record.
+   Mutt-ng searches the initial list of message recipients for the first
+   matching regexp and uses mailbox as the default Fcc: mailbox. If no match
+   is found the message will be saved to record mailbox.
 
    See pattern-hook for information on the exact format of pattern.
 
    Example: fcc-hook [@.]aol\\.com$ +spammers
 
-   The above will save a copy of all messages going to the aol.com domain to the `+spammers' mailbox by default. Also see the fcc-save-hook command.
+   The above will save a copy of all messages going to the aol.com domain to
+   the `+spammers' mailbox by default. Also see the fcc-save-hook command.
 
 20. Specify default save filename and default Fcc: mailbox at once
 
    Usage: fcc-save-hook [!]pattern mailbox
 
-   This command is a shortcut, equivalent to doing both a fcc-hook and a save-hook with its arguments.
+   This command is a shortcut, equivalent to doing both a fcc-hook and a
+   save-hook with its arguments.
 
 21. Change settings based upon message recipients
 
-   Usage: reply-hook [!]pattern command Usage: send-hook [!]pattern command Usage: send2-hook [!]pattern command
+   Usage: reply-hook [!]pattern command Usage: send-hook [!]pattern command
+   Usage: send2-hook [!]pattern command
 
-   These commands can be used to execute arbitrary configuration commands based upon recipients of the message. pattern is a regular expression matching the desired address. command is executed when regexp matches recipients of the message.
+   These commands can be used to execute arbitrary configuration commands
+   based upon recipients of the message. pattern is a regular expression
+   matching the desired address. command is executed when regexp matches
+   recipients of the message.
 
-   reply-hook is matched against the message you are replying to, instead of the message you are sending. send-hook is matched against all messages, both new and replies. Note: reply-hooks are matched before the send-hook, regardless of the order specified in the users's configuration file.
+   reply-hook is matched against the message you are replying to, instead of
+   the message you are sending. send-hook is matched against all messages,
+   both new and replies. Note: reply-hooks are matched before the send-hook,
+   regardless of the order specified in the users's configuration file.
 
-   send2-hook is matched every time a message is changed, either by editing it, or by using the compose menu to change its recipients or subject. send2-hook is executed after send-hook, and can, e.g., be used to set parameters such as the sendmail variable depending on the message's sender address.
+   send2-hook is matched every time a message is changed, either by editing
+   it, or by using the compose menu to change its recipients or subject.
+   send2-hook is executed after send-hook, and can, e.g., be used to set
+   parameters such as the sendmail variable depending on the message's sender
+   address.
 
-   For each type of send-hook or reply-hook, when multiple matches occur, commands are executed in the order they are specified in the muttrc (for that type of hook).
+   For each type of send-hook or reply-hook, when multiple matches occur,
+   commands are executed in the order they are specified in the muttrc (for
+   that type of hook).
 
    See pattern-hook for information on the exact format of pattern.
 
    Example: send-hook mutt "set mime_forward signature=''"
 
-   Another typical use for this command is to change the values of the attribution, signature and locale variables in order to change the language of the attributions and signatures based upon the recipients.
+   Another typical use for this command is to change the values of the
+   attribution, signature and locale variables in order to change the
+   language of the attributions and signatures based upon the recipients.
 
-   Note: the send-hook's are only executed ONCE after getting the initial list of recipients. Adding a recipient after replying or editing the message will NOT cause any send-hook to be executed. Also note that my_hdr commands which modify recipient headers, or the message's subject, don't have any effect on the current message when executed from a send-hook.
+   Note: the send-hook's are only executed ONCE after getting the initial
+   list of recipients. Adding a recipient after replying or editing the
+   message will NOT cause any send-hook to be executed. Also note that my_hdr
+   commands which modify recipient headers, or the message's subject, don't
+   have any effect on the current message when executed from a send-hook.
 
 22. Change settings before formatting a message
 
    Usage: message-hook [!]pattern command
 
-   This command can be used to execute arbitrary configuration commands before viewing or formatting a message based upon information about the message. command is executed if the pattern matches the message to be displayed. When multiple matches occur, commands are executed in the order they are specified in the muttrc.
+   This command can be used to execute arbitrary configuration commands
+   before viewing or formatting a message based upon information about the
+   message. command is executed if the pattern matches the message to be
+   displayed. When multiple matches occur, commands are executed in the order
+   they are specified in the muttrc.
 
    See pattern-hook for information on the exact format of pattern.
 
    Example:
-message-hook ~A 'set pager=builtin'
-message-hook '~f freshmeat-news' 'set pager="less \"+/^  subject: .*\""'
+
+ message-hook ~A 'set pager=builtin'
+ message-hook '~f freshmeat-news' 'set pager="less \"+/^  subject: .*\""'
 
 23. Choosing the cryptographic key of the recipient
 
    Usage: crypt-hook pattern keyid
 
-   When encrypting messages with PGP or OpenSSL, you may want to associate a certain key with a given e-mail address automatically, either because the recipient's public key can't be deduced from the destination address, or because, for some reasons, you need to override the key Mutt-ng would normally use. The crypt-hook command provides a method by which you can specify the ID of the public key to be used when encrypting messages to a certain recipient.
+   When encrypting messages with PGP or OpenSSL, you may want to associate a
+   certain key with a given e-mail address automatically, either because the
+   recipient's public key can't be deduced from the destination address, or
+   because, for some reasons, you need to override the key Mutt-ng would
+   normally use. The crypt-hook command provides a method by which you can
+   specify the ID of the public key to be used when encrypting messages to a
+   certain recipient.
 
-   The meaning of "key id" is to be taken broadly in this context: You can either put a numerical key ID here, an e-mail address, or even just a real name.
+   The meaning of "key id" is to be taken broadly in this context: You can
+   either put a numerical key ID here, an e-mail address, or even just a real
+   name.
 
 24. Adding key sequences to the keyboard buffer
 
    Usage: push string
 
-   This command adds the named string to the keyboard buffer. The string may contain control characters, key names and function names like the sequence string in the macro command. You may use it to automatically run a sequence of commands at startup, or when entering certain folders.
+   This command adds the named string to the keyboard buffer. The string may
+   contain control characters, key names and function names like the sequence
+   string in the macro command. You may use it to automatically run a
+   sequence of commands at startup, or when entering certain folders.
 
 25. Executing functions
 
    Usage: exec function [ function ... ]
 
-   This command can be used to execute any function. Functions are listed in the functions. ``exec function'' is equivalent to ``push <function>''.
+   This command can be used to execute any function. Functions are listed in
+   the functions. ``exec function'' is equivalent to ``push <function>''.
 
 26. Message Scoring
 
    Usage: score pattern value Usage: unscore pattern [ pattern ... ]
 
-   In situations where you have to cope with a lot of emails, e.g. when you read many different mailing lists, and take part in discussions, it is always useful to have the important messages marked and the annoying messages or the ones that you aren't interested in deleted. For this purpose, mutt-ng features a mechanism called ``scoring''.
+   In situations where you have to cope with a lot of emails, e.g. when you
+   read many different mailing lists, and take part in discussions, it is
+   always useful to have the important messages marked and the annoying
+   messages or the ones that you aren't interested in deleted. For this
+   purpose, mutt-ng features a mechanism called ``scoring''.
 
-   When you use scoring, every message has a base score of 0. You can then use the score command to define patterns and a positive or negative value associated with it. When a pattern matches a message, the message's score will be raised or lowered by the amount of the value associated with the pattern.
-score "~f nion@muttng\.org" 50
-score "~f @sco\.com" -100
+   When you use scoring, every message has a base score of 0. You can then
+   use the score command to define patterns and a positive or negative value
+   associated with it. When a pattern matches a message, the message's score
+   will be raised or lowered by the amount of the value associated with the
+   pattern.
 
-   If the pattern matches, it is also possible to set the score value of the current message to a certain value and then stop evaluation:
-score "~f santaclaus@northpole\.int" =666
+ score "~f nion@muttng\.org" 50
+ score "~f @sco\.com" -100
 
-   What is important to note is that negative score values will be rounded up to 0.
+   If the pattern matches, it is also possible to set the score value of the
+   current message to a certain value and then stop evaluation:
 
-   To make scoring actually useful, the score must be applied in some way. That's what the score thresholds are for. Currently, there are three score thresholds:
-     * flag threshold: when a message has a score value equal or higher than the flag threshold, it will be flagged.
-     * read threshold: when a message has a score value equal or lower than the read threshold, it will be marked as read.
-     * delete threshold: when a message has a score value equal or lower than the delete threshold, it will be marked as deleted.
+ score "~f santaclaus@northpole\.int" =666
 
-   These three thresholds can be set via the variables score-threshold-flag, score-threshold-read, score-threshold-delete and. By default, score-threshold-read and score-threshold-delete are set to -1, which means that in the default threshold configuration no message will ever get marked as read or deleted.
+   What is important to note is that negative score values will be rounded up
+   to 0.
 
-   Scoring gets especially interesting when combined with the color command and the ˜n pattern:
-color index  black   yellow  "~n 10-"
-color index  red     yellow  "~n 100-"
+   To make scoring actually useful, the score must be applied in some way.
+   That's what the score thresholds are for. Currently, there are three score
+   thresholds:
 
-   The rules above mark all messages with a score between 10 and 99 with black and yellow, and messages with a score greater or equal 100 with red and yellow. This might be unusual to you if you're used to e.g. slrn's scoring mechanism, but it is more flexible, as it visually marks different scores.
+     o flag threshold: when a message has a score value equal or higher than
+       the flag threshold, it will be flagged.
 
-27. Spam detection
+     o read threshold: when a message has a score value equal or lower than
+       the read threshold, it will be marked as read.
 
-   Usage: spam pattern format Usage: nospam pattern
+     o delete threshold: when a message has a score value equal or lower than
+       the delete threshold, it will be marked as deleted.
 
-   Mutt-ng has generalized support for external spam-scoring filters. By defining your spam patterns with the spam and nospam commands, you can limit, search, and sort your mail based on its spam attributes, as determined by the external filter. You also can display the spam attributes in your index display using the %H selector in the index-format variable. (Tip: try %?H?[%H] ? to display spam tags only when they are defined for a given message.)
+   These three thresholds can be set via the variables score-threshold-flag,
+   score-threshold-read, score-threshold-delete and. By default,
+   score-threshold-read and score-threshold-delete are set to -1, which means
+   that in the default threshold configuration no message will ever get
+   marked as read or deleted.
 
-   Your first step is to define your external filter's spam patterns using the spam command. pattern should be a regular expression that matches a header in a mail message. If any message in the mailbox matches this regular expression, it will receive a ``spam tag'' or ``spam attribute'' (unless it also matches a nospam pattern -- see below.) The appearance of this attribute is entirely up to you, and is governed by the format parameter. format can be any static text, but it also can include back-references from the pattern expression. (A regular expression ``back-reference'' refers to a sub-expression contained within parentheses.) %1 is replaced with the first back-reference in the regex, %2 with the second, etc.
+   Scoring gets especially interesting when combined with the color command
+   and the ˜n pattern:
 
-   If you're using multiple spam filters, a message can have more than one spam-related header. You can define spam patterns for each filter you use. If a message matches two or more of these patterns, and the $spam_separator variable is set to a string, then the message's spam tag will consist of all the format strings joined together, with the value of $spam_separator separating them.
+ color index  black   yellow  "~n 10-"
+ color index  red     yellow  "~n 100-"
 
-   For example, suppose I use DCC, SpamAssassin, and PureMessage. I might define these spam settings:
-spam "X-DCC-.*-Metrics:.*(....)=many"         "90+/DCC-%1"
-spam "X-Spam-Status: Yes"                     "90+/SA"
-spam "X-PerlMX-Spam: .*Probability=([0-9]+)%" "%1/PM"
-set spam_separator=", "
+   The rules above mark all messages with a score between 10 and 99 with
+   black and yellow, and messages with a score greater or equal 100 with red
+   and yellow. This might be unusual to you if you're used to e.g. slrn's
+   scoring mechanism, but it is more flexible, as it visually marks different
+   scores.
 
-   If I then received a message that DCC registered with ``many'' hits under the ``Fuz2'' checksum, and that PureMessage registered with a 97% probability of being spam, that message's spam tag would read 90+/DCC-Fuz2, 97/PM. (The four characters before ``=many'' in a DCC report indicate the checksum used -- in this case, ``Fuz2''.)
-
-   If the $spam_separator variable is unset, then each spam pattern match supersedes the previous one. Instead of getting joined format strings, you'll get only the last one to match.
-
-   The spam tag is what will be displayed in the index when you use %H in the $index_format variable. It's also the string that the ˜H pattern-matching expression matches against for search and limit functions. And it's what sorting by spam attribute will use as a sort key.
-
-   That's a pretty complicated example, and most people's actual environments will have only one spam filter. The simpler your configuration, the more effective mutt can be, especially when it comes to sorting.
-
-   Generally, when you sort by spam tag, mutt will sort lexically -- that is, by ordering strings alphnumerically. However, if a spam tag begins with a number, mutt will sort numerically first, and lexically only when two numbers are equal in value. (This is like UNIX's sort -n.) A message with no spam attributes at all -- that is, one that didn't match any of your spam patterns -- is sorted at lowest priority. Numbers are sorted next, beginning with 0 and ranging upward. Finally, non-numeric strings are sorted, with ``a'' taking lower priority than ``z''. Clearly, in general, sorting by spam tags is most effective when you can coerce your filter to give you a raw number. But in case you can't, mutt can still do something useful.
-
-   The nospam command can be used to write exceptions to spam patterns. If a header pattern matches something in a spam command, but you nonetheless do not want it to receive a spam tag, you can list a more precise pattern under a nospam command.
+27. Spam detection
 
-   If the pattern given to nospam is exactly the same as the pattern on an existing spam list entry, the effect will be to remove the entry from the spam list, instead of adding an exception. Likewise, if the pattern for a spam command matches an entry on the nospam list, that nospam entry will be removed. If the pattern for nospam is ``*'', all entries on both lists will be removed. This might be the default action if you use spam and nospam in conjunction with a folder-hook.
+   Usage: spam pattern format Usage: nospam pattern
 
-   You can have as many spam or nospam commands as you like. You can even do your own primitive spam detection within mutt -- for example, if you consider all mail from MAILER-DAEMON to be spam, you can use a spam command like this:
-spam "^From: .*MAILER-DAEMON"       "999"
+   Mutt-ng has generalized support for external spam-scoring filters. By
+   defining your spam patterns with the spam and nospam commands, you can
+   limit, search, and sort your mail based on its spam attributes, as
+   determined by the external filter. You also can display the spam
+   attributes in your index display using the %H selector in the index-format
+   variable. (Tip: try %?H?[%H] ? to display spam tags only when they are
+   defined for a given message.)
+
+   Your first step is to define your external filter's spam patterns using
+   the spam command. pattern should be a regular expression that matches a
+   header in a mail message. If any message in the mailbox matches this
+   regular expression, it will receive a ``spam tag'' or ``spam attribute''
+   (unless it also matches a nospam pattern -- see below.) The appearance of
+   this attribute is entirely up to you, and is governed by the format
+   parameter. format can be any static text, but it also can include
+   back-references from the pattern expression. (A regular expression
+   ``back-reference'' refers to a sub-expression contained within
+   parentheses.) %1 is replaced with the first back-reference in the regex,
+   %2 with the second, etc.
+
+   If you're using multiple spam filters, a message can have more than one
+   spam-related header. You can define spam patterns for each filter you use.
+   If a message matches two or more of these patterns, and the
+   $spam_separator variable is set to a string, then the message's spam tag
+   will consist of all the format strings joined together, with the value of
+   $spam_separator separating them.
+
+   For example, suppose I use DCC, SpamAssassin, and PureMessage. I might
+   define these spam settings:
+
+ spam "X-DCC-.*-Metrics:.*(....)=many"         "90+/DCC-%1"
+ spam "X-Spam-Status: Yes"                     "90+/SA"
+ spam "X-PerlMX-Spam: .*Probability=([0-9]+)%" "%1/PM"
+ set spam_separator=", "
+
+   If I then received a message that DCC registered with ``many'' hits under
+   the ``Fuz2'' checksum, and that PureMessage registered with a 97%
+   probability of being spam, that message's spam tag would read
+   90+/DCC-Fuz2, 97/PM. (The four characters before ``=many'' in a DCC report
+   indicate the checksum used -- in this case, ``Fuz2''.)
+
+   If the $spam_separator variable is unset, then each spam pattern match
+   supersedes the previous one. Instead of getting joined format strings,
+   you'll get only the last one to match.
+
+   The spam tag is what will be displayed in the index when you use %H in the
+   $index_format variable. It's also the string that the ˜H pattern-matching
+   expression matches against for search and limit functions. And it's what
+   sorting by spam attribute will use as a sort key.
+
+   That's a pretty complicated example, and most people's actual environments
+   will have only one spam filter. The simpler your configuration, the more
+   effective mutt can be, especially when it comes to sorting.
+
+   Generally, when you sort by spam tag, mutt will sort lexically -- that is,
+   by ordering strings alphnumerically. However, if a spam tag begins with a
+   number, mutt will sort numerically first, and lexically only when two
+   numbers are equal in value. (This is like UNIX's sort -n.) A message with
+   no spam attributes at all -- that is, one that didn't match any of your
+   spam patterns -- is sorted at lowest priority. Numbers are sorted next,
+   beginning with 0 and ranging upward. Finally, non-numeric strings are
+   sorted, with ``a'' taking lower priority than ``z''. Clearly, in general,
+   sorting by spam tags is most effective when you can coerce your filter to
+   give you a raw number. But in case you can't, mutt can still do something
+   useful.
+
+   The nospam command can be used to write exceptions to spam patterns. If a
+   header pattern matches something in a spam command, but you nonetheless do
+   not want it to receive a spam tag, you can list a more precise pattern
+   under a nospam command.
+
+   If the pattern given to nospam is exactly the same as the pattern on an
+   existing spam list entry, the effect will be to remove the entry from the
+   spam list, instead of adding an exception. Likewise, if the pattern for a
+   spam command matches an entry on the nospam list, that nospam entry will
+   be removed. If the pattern for nospam is ``*'', all entries on both lists
+   will be removed. This might be the default action if you use spam and
+   nospam in conjunction with a folder-hook.
+
+   You can have as many spam or nospam commands as you like. You can even do
+   your own primitive spam detection within mutt -- for example, if you
+   consider all mail from MAILER-DAEMON to be spam, you can use a spam
+   command like this:
+
+ spam "^From: .*MAILER-DAEMON"       "999"
 
 28. Setting variables
 
-   Usage: set [no|inv]variable[=value] [ variable ... ] Usage: toggle variable [variable ... ] Usage: unset variable [variable ... ] Usage: reset variable [variable ... ]
+   Usage: set [no|inv]variable[=value] [ variable ... ] Usage: toggle
+   variable [variable ... ] Usage: unset variable [variable ... ] Usage:
+   reset variable [variable ... ]
 
-   This command is used to set (and unset) variables. There are four basic types of variables: boolean, number, string and quadoption. boolean variables can be set (true) or unset (false). number variables can be assigned a positive integer value.
+   This command is used to set (and unset) variables. There are four basic
+   types of variables: boolean, number, string and quadoption. boolean
+   variables can be set (true) or unset (false). number variables can be
+   assigned a positive integer value.
 
-   string variables consist of any number of printable characters. strings must be enclosed in quotes if they contain spaces or tabs. You may also use the ``C'' escape sequences \n and \t for newline and tab, respectively.
+   string variables consist of any number of printable characters. strings
+   must be enclosed in quotes if they contain spaces or tabs. You may also
+   use the ``C'' escape sequences \n and \t for newline and tab,
+   respectively.
 
-   quadoption variables are used to control whether or not to be prompted for certain actions, or to specify a default action. A value of yes will cause the action to be carried out automatically as if you had answered yes to the question. Similarly, a value of no will cause the the action to be carried out as if you had answered ``no.'' A value of ask-yes will cause a prompt with a default answer of ``yes'' and ask-no will provide a default answer of ``no.''
+   quadoption variables are used to control whether or not to be prompted for
+   certain actions, or to specify a default action. A value of yes will cause
+   the action to be carried out automatically as if you had answered yes to
+   the question. Similarly, a value of no will cause the the action to be
+   carried out as if you had answered ``no.'' A value of ask-yes will cause a
+   prompt with a default answer of ``yes'' and ask-no will provide a default
+   answer of ``no.''
 
    Prefixing a variable with ``no'' will unset it. Example: set noaskbcc.
 
-   For boolean variables, you may optionally prefix the variable name with inv to toggle the value (on or off). This is useful when writing macros. Example: set invsmart_wrap.
+   For boolean variables, you may optionally prefix the variable name with
+   inv to toggle the value (on or off). This is useful when writing macros.
+   Example: set invsmart_wrap.
+
+   The toggle command automatically prepends the inv prefix to all specified
+   variables.
 
-   The toggle command automatically prepends the inv prefix to all specified variables.
+   The unset command automatically prepends the no prefix to all specified
+   variables.
 
-   The unset command automatically prepends the no prefix to all specified variables.
+   Using the enter-command function in the index menu, you can query the
+   value of a variable by prefixing the name of the variable with a question
+   mark:
 
-   Using the enter-command function in the index menu, you can query the value of a variable by prefixing the name of the variable with a question mark:
-set ?allow_8bit
+ set ?allow_8bit
 
-   The question mark is actually only required for boolean and quadoption variables.
+   The question mark is actually only required for boolean and quadoption
+   variables.
 
-   The reset command resets all given variables to the compile time defaults (hopefully mentioned in this manual). If you use the command set and prefix the variable with ``&'' this has the same behavior as the reset command.
+   The reset command resets all given variables to the compile time defaults
+   (hopefully mentioned in this manual). If you use the command set and
+   prefix the variable with ``&'' this has the same behavior as the reset
+   command.
 
-   With the reset command there exists the special variable ``all'', which allows you to reset all variables to their system defaults.
+   With the reset command there exists the special variable ``all'', which
+   allows you to reset all variables to their system defaults.
 
 29. Reading initialization commands from another file
 
    Usage: source filename [ filename ... ]
 
-   This command allows the inclusion of initialization commands from other files. For example, I place all of my aliases in ˜/.mail_aliases so that I can make my ˜/.muttrc readable and keep my aliases private.
+   This command allows the inclusion of initialization commands from other
+   files. For example, I place all of my aliases in ˜/.mail_aliases so that
+   I can make my ˜/.muttrc readable and keep my aliases private.
 
-   If the filename begins with a tilde (``˜''), it will be expanded to the path of your home directory.
+   If the filename begins with a tilde (``˜''), it will be expanded to the
+   path of your home directory.
 
-   If the filename ends with a vertical bar (|), then filename is considered to be an executable program from which to read input (eg. source ˜/bin/myscript|).
+   If the filename ends with a vertical bar (|), then filename is considered
+   to be an executable program from which to read input (eg. source
+   ˜/bin/myscript|).
 
 30. Removing hooks
 
    Usage: unhook [ * | hook-type ]
 
-   This command permits you to flush hooks you have previously defined. You can either remove all hooks by giving the ``*'' character as an argument, or you can remove all hooks of a specific type by saying something like unhook send-hook.
+   This command permits you to flush hooks you have previously defined. You
+   can either remove all hooks by giving the ``*'' character as an argument,
+   or you can remove all hooks of a specific type by saying something like
+   unhook send-hook.
 
 31. Sharing Setups
 
-31.1. Character Sets
+  31.1. Character Sets
+
+   As users may run mutt-ng on different systems, the configuration must be
+   maintained because it's likely that people want to use the setup
+   everywhere they use mutt-ng. And mutt-ng tries to help where it can.
+
+   To not produce conflicts with different character sets, mutt-ng allows
+   users to specify in which character set their configuration files are
+   encoded. Please note that while reading the configuration files, this is
+   only respected after the corresponding declaration appears. It's advised
+   to put the following at the very beginning of a users muttngrc:
 
-   As users may run mutt-ng on different systems, the configuration must be maintained because it's likely that people want to use the setup everywhere they use mutt-ng. And mutt-ng tries to help where it can.
+ set config_charset = "..."
 
-   To not produce conflicts with different character sets, mutt-ng allows users to specify in which character set their configuration files are encoded. Please note that while reading the configuration files, this is only respected after the corresponding declaration appears. It's advised to put the following at the very beginning of a users muttngrc:
-set config_charset = "..."
+   and replacing the dots with the actual character set. To avoid problems
+   while maintaining the setup, vim user's may want to use modelines as show
+   in:
 
-   and replacing the dots with the actual character set. To avoid problems while maintaining the setup, vim user's may want to use modelines as show in:
-# vim:fileencoding=...:
+ # vim:fileencoding=...:
 
-   while, again, replacing the dots with the appropriate name. This tells vim as which character set to read and save the file.
+   while, again, replacing the dots with the appropriate name. This tells vim
+   as which character set to read and save the file.
 
-31.2. Modularization
+  31.2. Modularization
 
-   ``Modularization'' means to divide the setup into several files while sorting the options or commands by topic. Especially for longer setups (e.g. with many hooks), this helps maintaining it and solving trouble.
+   ``Modularization'' means to divide the setup into several files while
+   sorting the options or commands by topic. Especially for longer setups
+   (e.g. with many hooks), this helps maintaining it and solving trouble.
 
-   When using separation, setups may be, as a whole or in fractions, shared over different systems.
+   When using separation, setups may be, as a whole or in fractions, shared
+   over different systems.
 
-31.3. Conditional parts
+  31.3. Conditional parts
 
-   When using a configuration on different systems, the user may not always have influence on how mutt-ng is installed and which features it includes.
+   When using a configuration on different systems, the user may not always
+   have influence on how mutt-ng is installed and which features it includes.
 
-   To solve this, mutt-ng contain a feature based on the ``ifdef'' patch written for mutt. Its basic syntax is:
-ifdef <item> <command>
-ifndef <item> <command>
+   To solve this, mutt-ng contain a feature based on the ``ifdef'' patch
+   written for mutt. Its basic syntax is:
+
+ ifdef <item> <command>
+ ifndef <item> <command>
 
    ...whereby <item> can be one of:
-     * a function name
-     * a variable name
-     * a menu name
-     * a feature name
 
-   All available functions, variables and menus are documented elsewhere in this manual but ``features'' is specific to these two commands. To test for one, prefix one of the following keywords with feature_:
-ncurses, slang, iconv, idn, dotlock, standalone, pop, nntp, imap, ssl,
-gnutls, sasl, sasl2, libesmtp, compressed, color, classic_pgp,
-classic_smime, gpgme, header_cache
+     o a function name
+
+     o a variable name
+
+     o a menu name
+
+     o a feature name
+
+   All available functions, variables and menus are documented elsewhere in
+   this manual but ``features'' is specific to these two commands. To test
+   for one, prefix one of the following keywords with feature_:
+
+ ncurses, slang, iconv, idn, dotlock, standalone, pop, nntp, imap, ssl,
+ gnutls, sasl, sasl2, libesmtp, compressed, color, classic_pgp,
+ classic_smime, gpgme, header_cache
 
    As an example, one can use the following in ˜/.muttngrc:
-ifdef feature_imap 'source ~/.mutt-ng/setup-imap'
-ifdef feature_pop  'source ~/.mutt-ng/setup-pop'
-ifdef feature_nntp 'source ~/.mutt-ng/setup-nntp'
 
-   ...to only source ˜/.mutt-ng/setup-imap if IMAP support is built in, only source ˜/.mutt-ng/setup-pop if POP support is built in and only source ˜/.mutt-ng/setup-nntp if NNTP support is built in.
+ ifdef feature_imap 'source ~/.mutt-ng/setup-imap'
+ ifdef feature_pop  'source ~/.mutt-ng/setup-pop'
+ ifdef feature_nntp 'source ~/.mutt-ng/setup-nntp'
 
-   An example for testing for variable names can be used if users use different revisions of mutt-ng whereby the older one may not have a certain variable. To test for the availability of imap-mail-check, use:
-ifdef imap_mail_check 'set imap_mail_check = 300'
+   ...to only source ˜/.mutt-ng/setup-imap if IMAP support is built in, only
+   source ˜/.mutt-ng/setup-pop if POP support is built in and only source
+   ˜/.mutt-ng/setup-nntp if NNTP support is built in.
 
-   Provided for completeness is the test for menu names. To set pager-index-lines only if the pager menu is available, use:
-ifdef pager 'set pager_index_lines = 10'
+   An example for testing for variable names can be used if users use
+   different revisions of mutt-ng whereby the older one may not have a
+   certain variable. To test for the availability of imap-mail-check, use:
 
-   For completeness, too, the opposite of ifdef is provided: ifndef which only executes the command if the test fails. For example, the following two examples are equivalent:
-ifdef feature_ncurses 'source ~/.mutt-ng/setup-ncurses'
-ifndef feature_ncurses 'source ~/.mutt-ng/setup-slang'
+ ifdef imap_mail_check 'set imap_mail_check = 300'
+
+   Provided for completeness is the test for menu names. To set
+   pager-index-lines only if the pager menu is available, use:
+
+ ifdef pager 'set pager_index_lines = 10'
+
+   For completeness, too, the opposite of ifdef is provided: ifndef which
+   only executes the command if the test fails. For example, the following
+   two examples are equivalent:
+
+ ifdef feature_ncurses 'source ~/.mutt-ng/setup-ncurses'
+ ifndef feature_ncurses 'source ~/.mutt-ng/setup-slang'
 
    ...and...
-ifdef feature_slang 'source ~/.mutt-ng/setup-slang'
-ifndef feature_slang 'source ~/.mutt-ng/setup-ncurses'
+
+ ifdef feature_slang 'source ~/.mutt-ng/setup-slang'
+ ifndef feature_slang 'source ~/.mutt-ng/setup-ncurses'
 
 32. Obsolete Variables
 
-   In the process of ensuring and creating more consistency, many variables have been renamed and some of the old names were already removed. Please see sect-obsolete for a complete list.
+   In the process of ensuring and creating more consistency, many variables
+   have been renamed and some of the old names were already removed. Please
+   see sect-obsolete for a complete list.
 
 Chapter 4. Advanced Usage
 
    Table of Contents
 
    1. Regular Expressions
+
    2. Patterns
 
-        2.1. Complex Patterns
-        2.2. Patterns and Dates
+                2.1. Complex Patterns
+
+                2.2. Patterns and Dates
 
    3. Format Strings
 
-        3.1. Introduction
-        3.2. Conditional Expansion
-        3.3. Modifications and Padding
+                3.1. Introduction
+
+                3.2. Conditional Expansion
+
+                3.3. Modifications and Padding
 
    4. Using Tags
+
    5. Using Hooks
 
-        5.1. Message Matching in Hooks
+                5.1. Message Matching in Hooks
 
    6. Using the sidebar
+
    7. External Address Queries
+
    8. Mailbox Formats
+
    9. Mailbox Shortcuts
+
    10. Handling Mailing Lists
+
    11. Editing threads
 
-        11.1. Linking threads
-        11.2. Breaking threads
+                11.1. Linking threads
+
+                11.2. Breaking threads
 
    12. Delivery Status Notification (DSN) Support
+
    13. POP3 Support (OPTIONAL)
+
    14. IMAP Support (OPTIONAL)
 
-        14.1. The Folder Browser
-        14.2. Authentication
+                14.1. The Folder Browser
+
+                14.2. Authentication
 
    15. NNTP Support (OPTIONAL)
 
-        15.1. Again: Scoring
+                15.1. Again: Scoring
 
    16. SMTP Support (OPTIONAL)
-   17. Managing multiple IMAP/POP/NNTP accounts (OPTIONAL)
-   18. Start a WWW Browser on URLs (EXTERNAL)
-   19. Compressed folders Support (OPTIONAL)
 
-        19.1. Open a compressed mailbox for reading
-        19.2. Write a compressed mailbox
-        19.3. Append a message to a compressed mailbox
-        19.4. Encrypted folders
-
-1. Regular Expressions
+   17. Managing multiple IMAP/POP/NNTP accounts (OPTIONAL)
 
-   All string patterns in Mutt-ng including those in more complex patterns must be specified using regular expressions (regexp) in the ``POSIX extended'' syntax (which is more or less the syntax used by egrep and GNU awk). For your convenience, we have included below a brief description of this syntax.
+   18. Start a WWW Browser on URLs (EXTERNAL)
 
-   The search is case sensitive if the pattern contains at least one upper case letter, and case insensitive otherwise. Note that ``\'' must be quoted if used for a regular expression in an initialization command: ``\\''.
+   19. Compressed folders Support (OPTIONAL)
 
-   A regular expression is a pattern that describes a set of strings. Regular expressions are constructed analogously to arithmetic expressions, by using various operators to combine smaller expressions.
+                19.1. Open a compressed mailbox for reading
 
-   Note that the regular expression can be enclosed/delimited by either " or ' which is useful if the regular expression includes a white-space character. See muttrc-syntax for more information on " and ' delimiter processing. To match a literal " or ' you must preface it with \ (backslash).
+                19.2. Write a compressed mailbox
 
-   The fundamental building blocks are the regular expressions that match a single character. Most characters, including all letters and digits, are regular expressions that match themselves. Any metacharacter with special meaning may be quoted by preceding it with a backslash.
+                19.3. Append a message to a compressed mailbox
 
-   The period ``.'' matches any single character. The caret ``^'' and the dollar sign ``$'' are metacharacters that respectively match the empty string at the beginning and end of a line.
+                19.4. Encrypted folders
 
-   A list of characters enclosed by ``['' and ``]'' matches any single character in that list; if the first character of the list is a caret ``^'' then it matches any character not in the list. For example, the regular expression [0123456789] matches any single digit. A range of ASCII characters may be specified by giving the first and last characters, separated by a hyphen ``-''. Most metacharacters lose their special meaning inside lists. To include a literal ``]'' place it first in the list. Similarly, to include a literal ``^'' place it anywhere but first. Finally, to include a literal hyphen ``-'' place it last.
+1. Regular Expressions
 
-   Certain named classes of characters are predefined. Character classes consist of ``[:'', a keyword denoting the class, and ``:]''. The following classes are defined by the POSIX standard:
+   All string patterns in Mutt-ng including those in more complex patterns
+   must be specified using regular expressions (regexp) in the ``POSIX
+   extended'' syntax (which is more or less the syntax used by egrep and GNU
+   awk). For your convenience, we have included below a brief description of
+   this syntax.
+
+   The search is case sensitive if the pattern contains at least one upper
+   case letter, and case insensitive otherwise. Note that ``\'' must be
+   quoted if used for a regular expression in an initialization command:
+   ``\\''.
+
+   A regular expression is a pattern that describes a set of strings. Regular
+   expressions are constructed analogously to arithmetic expressions, by
+   using various operators to combine smaller expressions.
+
+   Note that the regular expression can be enclosed/delimited by either " or
+   ' which is useful if the regular expression includes a white-space
+   character. See muttrc-syntax for more information on " and ' delimiter
+   processing. To match a literal " or ' you must preface it with \
+   (backslash).
+
+   The fundamental building blocks are the regular expressions that match a
+   single character. Most characters, including all letters and digits, are
+   regular expressions that match themselves. Any metacharacter with special
+   meaning may be quoted by preceding it with a backslash.
+
+   The period ``.'' matches any single character. The caret ``^'' and the
+   dollar sign ``$'' are metacharacters that respectively match the empty
+   string at the beginning and end of a line.
+
+   A list of characters enclosed by ``['' and ``]'' matches any single
+   character in that list; if the first character of the list is a caret
+   ``^'' then it matches any character not in the list. For example, the
+   regular expression [0123456789] matches any single digit. A range of ASCII
+   characters may be specified by giving the first and last characters,
+   separated by a hyphen ``-''. Most metacharacters lose their special
+   meaning inside lists. To include a literal ``]'' place it first in the
+   list. Similarly, to include a literal ``^'' place it anywhere but first.
+   Finally, to include a literal hyphen ``-'' place it last.
+
+   Certain named classes of characters are predefined. Character classes
+   consist of ``[:'', a keyword denoting the class, and ``:]''. The following
+   classes are defined by the POSIX standard:
 
    [:alnum:]
-          Alphanumeric characters.
+
+           Alphanumeric characters.
 
    [:alpha:]
-          Alphabetic characters.
+
+           Alphabetic characters.
 
    [:blank:]
-          Space or tab characters.
+
+           Space or tab characters.
 
    [:cntrl:]
-          Control characters.
+
+           Control characters.
 
    [:digit:]
-          Numeric characters.
+
+           Numeric characters.
 
    [:graph:]
-          Characters that are both printable and visible. (A space is printable, but not visible, while an ``a'' is both.)
+
+           Characters that are both printable and visible. (A space is
+           printable, but not visible, while an ``a'' is both.)
 
    [:lower:]
-          Lower-case alphabetic characters.
+
+           Lower-case alphabetic characters.
 
    [:print:]
-          Printable characters (characters that are not control characters.)
+
+           Printable characters (characters that are not control characters.)
 
    [:punct:]
-          Punctuation characters (characters that are not letter, digits, control characters, or space characters).
+
+           Punctuation characters (characters that are not letter, digits,
+           control characters, or space characters).
 
    [:space:]
-          Space characters (such as space, tab and formfeed, to name a few).
+
+           Space characters (such as space, tab and formfeed, to name a few).
 
    [:upper:]
-          Upper-case alphabetic characters.
+
+           Upper-case alphabetic characters.
 
    [:xdigit:]
-          Characters that are hexadecimal digits.
 
-   A character class is only valid in a regular expression inside the brackets of a character list. Note that the brackets in these class names are part of the symbolic names, and must be included in addition to the brackets delimiting the bracket list. For example, [[:digit:]] is equivalent to [0-9].
+           Characters that are hexadecimal digits.
+
+   A character class is only valid in a regular expression inside the
+   brackets of a character list. Note that the brackets in these class names
+   are part of the symbolic names, and must be included in addition to the
+   brackets delimiting the bracket list. For example, [[:digit:]] is
+   equivalent to [0-9].
 
-   Two additional special sequences can appear in character lists. These apply to non-ASCII character sets, which can have single symbols (called collating elements) that are represented with more than one character, as well as several characters that are equivalent for collating or sorting purposes:
+   Two additional special sequences can appear in character lists. These
+   apply to non-ASCII character sets, which can have single symbols (called
+   collating elements) that are represented with more than one character, as
+   well as several characters that are equivalent for collating or sorting
+   purposes:
 
    Collating Symbols
-          A collating symbol is a multi-character collating element enclosed in ``[.'' and ``.]''. For example, if ``ch'' is a collating element, then [[.ch.]] is a regexp that matches this collating element, while [ch] is a regexp that matches either ``c'' or ``h''.
+
+           A collating symbol is a multi-character collating element enclosed
+           in ``[.'' and ``.]''. For example, if ``ch'' is a collating
+           element, then [[.ch.]] is a regexp that matches this collating
+           element, while [ch] is a regexp that matches either ``c'' or
+           ``h''.
 
    Equivalence Classes
-          An equivalence class is a locale-specific name for a list of characters that are equivalent. The name is enclosed in ``[='' and ``=]''. For example, the name ``e'' might be used to represent all of ``è'' ``é'' and ``e''. In this case, [[=e=]] is a regexp that matches any of ``è'', ``é'' and ``e''.
 
-   A regular expression matching a single character may be followed by one of several repetition operators:
+           An equivalence class is a locale-specific name for a list of
+           characters that are equivalent. The name is enclosed in ``[='' and
+           ``=]''. For example, the name ``e'' might be used to represent all
+           of ``è'' ``é'' and ``e''. In this case, [[=e=]] is a regexp that
+           matches any of ``è'', ``é'' and ``e''.
+
+   A regular expression matching a single character may be followed by one of
+   several repetition operators:
 
    ?
-          The preceding item is optional and matched at most once.
+
+           The preceding item is optional and matched at most once.
 
    *
-          The preceding item will be matched zero or more times.
+
+           The preceding item will be matched zero or more times.
 
    +
-          The preceding item will be matched one or more times.
+
+           The preceding item will be matched one or more times.
 
    {n}
-          The preceding item is matched exactly n times.
+
+           The preceding item is matched exactly n times.
 
    {n,}
-          The preceding item is matched n or more times.
+
+           The preceding item is matched n or more times.
 
    {,m}
-          The preceding item is matched at most m times.
+
+           The preceding item is matched at most m times.
 
    {n,m}
-          The preceding item is matched at least n times, but no more than m times.
 
-   Two regular expressions may be concatenated; the resulting regular expression matches any string formed by concatenating two substrings that respectively match the concatenated subexpressions.
+           The preceding item is matched at least n times, but no more than m
+           times.
 
-   Two regular expressions may be joined by the infix operator ``|''; the resulting regular expression matches any string matching either subexpression.
+   Two regular expressions may be concatenated; the resulting regular
+   expression matches any string formed by concatenating two substrings that
+   respectively match the concatenated subexpressions.
 
-   Repetition takes precedence over concatenation, which in turn takes precedence over alternation. A whole subexpression may be enclosed in parentheses to override these precedence rules.
+   Two regular expressions may be joined by the infix operator ``|''; the
+   resulting regular expression matches any string matching either
+   subexpression.
 
-   Note: If you compile Mutt-ng with the GNU rx package, the following operators may also be used in regular expressions:
+   Repetition takes precedence over concatenation, which in turn takes
+   precedence over alternation. A whole subexpression may be enclosed in
+   parentheses to override these precedence rules.
+
+   Note: If you compile Mutt-ng with the GNU rx package, the following
+   operators may also be used in regular expressions:
 
    \\y
-          Matches the empty string at either the beginning or the end of a word.
+
+           Matches the empty string at either the beginning or the end of a
+           word.
 
    \\B
-          Matches the empty string within a word.
+
+           Matches the empty string within a word.
 
    \\<
-          Matches the empty string at the beginning of a word.
+
+           Matches the empty string at the beginning of a word.
 
    \\>
-          Matches the empty string at the end of a word.
+
+           Matches the empty string at the end of a word.
 
    \\w
-          Matches any word-constituent character (letter, digit, or underscore).
+
+           Matches any word-constituent character (letter, digit, or
+           underscore).
 
    \\W
-          Matches any character that is not word-constituent.
+
+           Matches any character that is not word-constituent.
 
    \\`
-          Matches the empty string at the beginning of a buffer (string).
+
+           Matches the empty string at the beginning of a buffer (string).
 
    \\'
-          Matches the empty string at the end of a buffer.
 
-   Please note however that these operators are not defined by POSIX, so they may or may not be available in stock libraries on various systems.
+           Matches the empty string at the end of a buffer.
+
+   Please note however that these operators are not defined by POSIX, so they
+   may or may not be available in stock libraries on various systems.
 
 2. Patterns
 
-   Mutt-ng's pattern language provides a simple yet effective way to set up rules to match messages, e.g. for operations like tagging and scoring. A pattern consists of one or more sub-pattern, which can be logically grouped, ORed, and negated. For a complete listing of these patterns, please refer to table patterns in the Reference chapter.
+   Mutt-ng's pattern language provides a simple yet effective way to set up
+   rules to match messages, e.g. for operations like tagging and scoring. A
+   pattern consists of one or more sub-pattern, which can be logically
+   grouped, ORed, and negated. For a complete listing of these patterns,
+   please refer to table patterns in the Reference chapter.
+
+   It must be noted that in this table, EXPR, USER, ID and SUBJECT are
+   regular expressions. For ranges, the forms <[MAX], >>[MIN], [MIN]- and
+   -[MAX] are also possible.
 
-   It must be noted that in this table, EXPR, USER, ID and SUBJECT are regular expressions. For ranges, the forms <[MAX], >>[MIN], [MIN]- and -[MAX] are also possible.
+  2.1. Complex Patterns
 
-2.1. Complex Patterns
+   It is possible to combine several sub-patterns to a more complex pattern.
+   The most simple possibility is to logically AND several patterns by
+   stringing them together:
 
-   It is possible to combine several sub-patterns to a more complex pattern. The most simple possibility is to logically AND several patterns by stringing them together:
-~s 'SPAM' ~U
+ ~s 'SPAM' ~U
 
-   The pattern above matches all messages that contain ``SPAM'' in the subject and are unread.
+   The pattern above matches all messages that contain ``SPAM'' in the
+   subject and are unread.
 
-   To logical OR patterns, simply use the | operator. This one especially useful when using local groups:
-~f ("nion@muttng\.org"|"ak@muttng\.org"|"pdmef@muttng\.org")
-(~b mutt-ng|~s Mutt-ng)
-!~x '@synflood\.at'
+   To logical OR patterns, simply use the | operator. This one especially
+   useful when using local groups:
 
-   The first pattern matches all messages that were sent by one of the mutt-ng maintainers, while the seconds pattern matches all messages that contain ``mutt-ng'' in the message body or ``Mutt-ng'' in the subject. The third pattern matches all messages that do not contain ``@synflood\.at'' in the References: header, i.e. messages that are not an (indirect) reply to one of my messages. A pattern can be logicall negated using the ! operator.
+ ~f ("nion@muttng\.org"|"ak@muttng\.org"|"pdmef@muttng\.org")
+ (~b mutt-ng|~s Mutt-ng)
+ !~x '@synflood\.at'
 
-2.2. Patterns and Dates
+   The first pattern matches all messages that were sent by one of the
+   mutt-ng maintainers, while the seconds pattern matches all messages that
+   contain ``mutt-ng'' in the message body or ``Mutt-ng'' in the subject. The
+   third pattern matches all messages that do not contain ``@synflood\.at''
+   in the References: header, i.e. messages that are not an (indirect) reply
+   to one of my messages. A pattern can be logicall negated using the !
+   operator.
 
-   When using dates in patterns, the dates must be specified in a special format, i.e. DD/MM/YYYY. If you don't specify month or year, they default to the current month or year. When using date ranges, and you specify only the minimum or the maximum, the specified date will be excluded, e.g. 01/06/2005- matches against all messages after Juni 1st, 2005.
+  2.2. Patterns and Dates
 
-   It is also possible to use so-called ``error margins'' when specifying date ranges. You simply specify a date, and then the error margin. This margin needs to contain the information whether it goes ``forth'' or ``back'' in time, by using + and -. Then follows a number and a unit, i.e. y for years, m for months, w for weeks and d for days. If you use the special * sign, it means that the error margin goes to both ``directions'' in time.
-~d 01/01/2005+1y
-~d 18/10/2004-2w
-~d 28/12/2004*1d
+   When using dates in patterns, the dates must be specified in a special
+   format, i.e. DD/MM/YYYY. If you don't specify month or year, they default
+   to the current month or year. When using date ranges, and you specify only
+   the minimum or the maximum, the specified date will be excluded, e.g.
+   01/06/2005- matches against all messages after Juni 1st, 2005.
 
-   The first pattern matches all dates between January 1st, 2005 and January 1st 2006. The second pattern matches all dates between October 18th, 2004 and October 4th 2004 (2 weeks before 18/10/2004), while the third pattern matches all dates 1 day around December 28th, 2004 (i.e. Dec 27th, 28th and 29th).
+   It is also possible to use so-called ``error margins'' when specifying
+   date ranges. You simply specify a date, and then the error margin. This
+   margin needs to contain the information whether it goes ``forth'' or
+   ``back'' in time, by using + and -. Then follows a number and a unit, i.e.
+   y for years, m for months, w for weeks and d for days. If you use the
+   special * sign, it means that the error margin goes to both ``directions''
+   in time.
 
-   Relative dates are also very important, as they make it possible to specify date ranges between a fixed number of units and the current date. How this works can be seen in the following example:
-~d >2w # messages older than two weeks
-~d <3d # messages newer than 3 days
-~d =1m # messages that are exactly one month old
+ ~d 01/01/2005+1y
+ ~d 18/10/2004-2w
+ ~d 28/12/2004*1d
+
+   The first pattern matches all dates between January 1st, 2005 and January
+   1st 2006. The second pattern matches all dates between October 18th, 2004
+   and October 4th 2004 (2 weeks before 18/10/2004), while the third pattern
+   matches all dates 1 day around December 28th, 2004 (i.e. Dec 27th, 28th
+   and 29th).
+
+   Relative dates are also very important, as they make it possible to
+   specify date ranges between a fixed number of units and the current date.
+   How this works can be seen in the following example:
+
+ ~d >2w # messages older than two weeks
+ ~d <3d # messages newer than 3 days
+ ~d =1m # messages that are exactly one month old
 
 3. Format Strings
 
-3.1. Introduction
+  3.1. Introduction
+
+   The so called Format Strings offer great flexibility when configuring
+   mutt-ng. In short, they describe what items to print out how in menus and
+   status messages.
+
+   Basically, they work as this: for different menus and bars, there's a
+   variable specifying the layout. For every item available, there is a so
+   called expando.
+
+   For example, when running mutt-ng on different machines or different
+   versions for testing purposes, it may be interesting to have the following
+   information always printed on screen when one is in the index:
 
-   The so called Format Strings offer great flexibility when configuring mutt-ng. In short, they describe what items to print out how in menus and status messages.
+     o the current hostname
 
-   Basically, they work as this: for different menus and bars, there's a variable specifying the layout. For every item available, there is a so called expando.
+     o the current mutt-ng version number
 
-   For example, when running mutt-ng on different machines or different versions for testing purposes, it may be interesting to have the following information always printed on screen when one is in the index:
-     * the current hostname
-     * the current mutt-ng version number
+   The setting for the status bar of the index is controlled via the
+   status-format variable. For the hostname and version string, there's an
+   expando for $status_format: %h expands to the hostname and %v to the
+   version string. When just configuring:
 
-   The setting for the status bar of the index is controlled via the status-format variable. For the hostname and version string, there's an expando for $status_format: %h expands to the hostname and %v to the version string. When just configuring:
-set status_format = "%v on %h: ..."
+ set status_format = "%v on %h: ..."
 
-   mutt-ng will replace the sequence %v with the version string and %h with the host's name. When you are, for example, running mutt-ng version 1.5.9i on host mailhost, you'll see the following when you're in the index:
-Mutt-ng 1.5.9i on mailhost: ...
+   mutt-ng will replace the sequence %v with the version string and %h with
+   the host's name. When you are, for example, running mutt-ng version 1.5.9i
+   on host mailhost, you'll see the following when you're in the index:
+
+ Mutt-ng 1.5.9i on mailhost: ...
 
    In the index, there're more useful information one could want to see:
-     * which mailbox is open
-     * how man new, flagged or postponed messages
-     * ...
+
+     o which mailbox is open
+
+     o how man new, flagged or postponed messages
+
+     o ...
 
    To include the mailbox' name is as easy as:
-set status_format = "%v on %h: %B: ...
+
+ set status_format = "%v on %h: %B: ...
 
    When the currently opened mailbox is Inbox, this will be expanded to:
-Mutt-ng 1.5.9i on mailhost: Inbox: ...
 
  For the number of certain types of messages, one more feature of the format strings is extremely useful. If there aren't messages of a certain type, it may not be desired to print just that there aren't any but instead only print something if there are any.
Mutt-ng 1.5.9i on mailhost: Inbox: ...
 
-3.2. Conditional Expansion
+   For the number of certain types of messages, one more feature of the
+   format strings is extremely useful. If there aren't messages of a certain
+   type, it may not be desired to print just that there aren't any but
+   instead only print something if there are any.
 
-   To only print the number of messages if there are new messages in the current mailbox, further extend $status_format to:
-set status_format = "%v on %h: %B %?n?%n new? ...
+  3.2. Conditional Expansion
 
-   This feature is called nonzero-printing and works as this: some expandos may be optionally printed nonzero, i.e. a portion of the format string is only evaluated if the value of the expando is different from zero. The basic syntax is:
-%?<item>?<string if nonzero>?
+   To only print the number of messages if there are new messages in the
+   current mailbox, further extend $status_format to:
 
  which tells mutt-ng to only look at <string if nonzero> if the value of the %<item%gt; expando is different from zero. In our example, we used n as the expando to check for and %n new as the optional nonzero string.
set status_format = "%v on %h: %B %?n?%n new? ...
 
-   But this is not all: this feature only offers one alternative: ``print something if not zero.'' Mutt-ng does, as you might guess, also provide a logically complete version: ``if zero, print something and else print something else.'' This is achieved by the following syntax for those expandos which may be printed nonzero:
-%?<item>?<string if nonzero>&<string if zero>?
+   This feature is called nonzero-printing and works as this: some expandos
+   may be optionally printed nonzero, i.e. a portion of the format string is
+   only evaluated if the value of the expando is different from zero. The
+   basic syntax is:
+
+ %?<item>?<string if nonzero>?
+
+   which tells mutt-ng to only look at <string if nonzero> if the value of
+   the %<item%gt; expando is different from zero. In our example, we used n
+   as the expando to check for and %n new as the optional nonzero string.
+
+   But this is not all: this feature only offers one alternative: ``print
+   something if not zero.'' Mutt-ng does, as you might guess, also provide a
+   logically complete version: ``if zero, print something and else print
+   something else.'' This is achieved by the following syntax for those
+   expandos which may be printed nonzero:
+
+ %?<item>?<string if nonzero>&<string if zero>?
 
    Using this we can make mutt-ng to do the following:
-     * make it print ``n new messages'' whereby n is the count but only if there new ones
-     * and make it print ``no new messages'' if there aren't any
+
+     o make it print ``n new messages'' whereby n is the count but only if
+       there new ones
+
+     o and make it print ``no new messages'' if there aren't any
 
    The corresponding configuration is:
-set status_format = "%v on %h: %B: %?n?%n new messages&no new messages? ...
 
-   This doubles the use of the ``new messages'' string because it'll get always printed. Thus, it can be shortened to:
-set status_format = "%v on %h: %B: %?n?%n&no? new messages ...
+ set status_format = "%v on %h: %B: %?n?%n new messages&no new messages? ...
+
+   This doubles the use of the ``new messages'' string because it'll get
+   always printed. Thus, it can be shortened to:
+
+ set status_format = "%v on %h: %B: %?n?%n&no? new messages ...
+
+   As you might see from this rather simple example, one can create very
+   complex but fancy status messages. Please see the reference chapter for
+   expandos and those which may be printed nonzero.
+
+  3.3. Modifications and Padding
 
-   As you might see from this rather simple example, one can create very complex but fancy status messages. Please see the reference chapter for expandos and those which may be printed nonzero.
+   Besides the information given so far, there're even more features of
+   format strings:
 
-3.3. Modifications and Padding
+     o When specifying %_<item> instead of just %<item>, mutt-ng will convert
+       all characters in the expansion of <item> to lowercase.
 
-   Besides the information given so far, there're even more features of format strings:
-     * When specifying %_<item> instead of just %<item>, mutt-ng will convert all characters in the expansion of <item> to lowercase.
-     * When specifying %:<item> instead of just %<item>, mutt-ng will convert all dots in the expansion of <item> to underscores (_).
+     o When specifying %:<item> instead of just %<item>, mutt-ng will convert
+       all dots in the expansion of <item> to underscores (_).
 
-   Also, there's a feature called Padding supplied by the following two expandos: %|X and %>X.
+   Also, there's a feature called Padding supplied by the following two
+   expandos: %|X and %>X.
 
    %|X
-          When this occurs, mutt-ng will fill the rest of the line with the character X. In our example, filling the rest of the line with dashes is done by setting:
 
-set status_format = "%v on %h: %B: %?n?%n&no? new messages %|-"
+           When this occurs, mutt-ng will fill the rest of the line with the
+           character X. In our example, filling the rest of the line with
+           dashes is done by setting:
+
+ set status_format = "%v on %h: %B: %?n?%n&no? new messages %|-"
 
    %>X
-          Since the previous expando stops at the end of line, there must be a way to fill the gap between two items via the %>X expando: it puts as many characters X in between two items so that the rest of the line will be right-justified. For example, to not put the version string and hostname of our example on the left but on the right and fill the gap with spaces, one might use (note the space after %>):
 
-set status_format = "%B: %?n?%n&no? new messages %> (%v on %h)"
+           Since the previous expando stops at the end of line, there must be
+           a way to fill the gap between two items via the %>X expando: it
+           puts as many characters X in between two items so that the rest of
+           the line will be right-justified. For example, to not put the
+           version string and hostname of our example on the left but on the
+           right and fill the gap with spaces, one might use (note the space
+           after %>):
+
+ set status_format = "%B: %?n?%n&no? new messages %> (%v on %h)"
 
 4. Using Tags
 
-   Sometimes it is desirable to perform an operation on a group of messages all at once rather than one at a time. An example might be to save messages to a mailing list to a separate folder, or to delete all messages with a given subject. To tag all messages matching a pattern, use the tag-pattern function, which is bound to ``shift-T'' by default. Or you can select individual messages by hand using the ``tag-message'' function, which is bound to ``t'' by default. See patterns for Mutt-ng's pattern matching syntax.
+   Sometimes it is desirable to perform an operation on a group of messages
+   all at once rather than one at a time. An example might be to save
+   messages to a mailing list to a separate folder, or to delete all messages
+   with a given subject. To tag all messages matching a pattern, use the
+   tag-pattern function, which is bound to ``shift-T'' by default. Or you can
+   select individual messages by hand using the ``tag-message'' function,
+   which is bound to ``t'' by default. See patterns for Mutt-ng's pattern
+   matching syntax.
+
+   Once you have tagged the desired messages, you can use the ``tag-prefix''
+   operator, which is the ``;'' (semicolon) key by default. When the
+   ``tag-prefix'' operator is used, the next operation will be applied to all
+   tagged messages if that operation can be used in that manner. If the
+   auto-tag variable is set, the next operation applies to the tagged
+   messages automatically, without requiring the ``tag-prefix''.
+
+   In macro or push commands, you can use the ``tag-prefix-cond'' operator.
+   If there are no tagged messages, mutt will "eat" the rest of the macro to
+   abort it's execution. Mutt-ng will stop "eating" the macro when it
+   encounters the ``end-cond'' operator; after this operator the rest of the
+   macro will be executed as normal.
+
+5. Using Hooks
 
-   Once you have tagged the desired messages, you can use the ``tag-prefix'' operator, which is the ``;'' (semicolon) key by default. When the ``tag-prefix'' operator is used, the next operation will be applied to all tagged messages if that operation can be used in that manner. If the auto-tag variable is set, the next operation applies to the tagged messages automatically, without requiring the ``tag-prefix''.
+   A hook is a concept borrowed from the EMACS editor which allows you to
+   execute arbitrary commands before performing some operation. For example,
+   you may wish to tailor your configuration based upon which mailbox you are
+   reading, or to whom you are sending mail. In the Mutt-ng world, a hook
+   consists of a regexp or patterns along with a configuration
+   option/command. See
 
-   In macro or push commands, you can use the ``tag-prefix-cond'' operator. If there are no tagged messages, mutt will "eat" the rest of the macro to abort it's execution. Mutt-ng will stop "eating" the macro when it encounters the ``end-cond'' operator; after this operator the rest of the macro will be executed as normal.
+     o folder-hook
 
-5. Using Hooks
+     o send-hook
+
+     o message-hook
 
-   A hook is a concept borrowed from the EMACS editor which allows you to execute arbitrary commands before performing some operation. For example, you may wish to tailor your configuration based upon which mailbox you are reading, or to whom you are sending mail. In the Mutt-ng world, a hook consists of a regexp or patterns along with a configuration option/command. See
-     * folder-hook
-     * send-hook
-     * message-hook
-     * save-hook
-     * mbox-hook
-     * fcc-hook
-     * fcc-save-hook
+     o save-hook
+
+     o mbox-hook
+
+     o fcc-hook
+
+     o fcc-save-hook
 
    for specific details on each type of hook available.
 
-   Note: if a hook changes configuration settings, these changes remain effective until the end of the current mutt session. As this is generally not desired, a default hook needs to be added before all other hooks to restore configuration defaults. Here is an example with send-hook and the my_hdr directive:
-send-hook . 'unmy_hdr From:'
-send-hook ~C'^b@b\.b$' my_hdr from: c@c.c
+   Note: if a hook changes configuration settings, these changes remain
+   effective until the end of the current mutt session. As this is generally
+   not desired, a default hook needs to be added before all other hooks to
+   restore configuration defaults. Here is an example with send-hook and the
+   my_hdr directive:
+
+ send-hook . 'unmy_hdr From:'
+ send-hook ~C'^b@b\.b$' my_hdr from: c@c.c
+
+  5.1. Message Matching in Hooks
 
-5.1. Message Matching in Hooks
+   Hooks that act upon messages (send-hook, save-hook, fcc-hook,
+   message-hook) are evaluated in a slightly different manner. For the other
+   types of hooks, a regexp is sufficient. But in dealing with messages a
+   finer grain of control is needed for matching since for different purposes
+   you want to match different criteria.
 
-   Hooks that act upon messages (send-hook, save-hook, fcc-hook, message-hook) are evaluated in a slightly different manner. For the other types of hooks, a regexp is sufficient. But in dealing with messages a finer grain of control is needed for matching since for different purposes you want to match different criteria.
+   Mutt-ng allows the use of the patterns language for matching messages in
+   hook commands. This works in exactly the same way as it would when
+   limiting or searching the mailbox, except that you are restricted to those
+   operators which match information mutt extracts from the header of the
+   message (i.e. from, to, cc, date, subject, etc.).
 
-   Mutt-ng allows the use of the patterns language for matching messages in hook commands. This works in exactly the same way as it would when limiting or searching the mailbox, except that you are restricted to those operators which match information mutt extracts from the header of the message (i.e. from, to, cc, date, subject, etc.).
+   For example, if you wanted to set your return address based upon sending
+   mail to a specific address, you could do something like:
 
-   For example, if you wanted to set your return address based upon sending mail to a specific address, you could do something like:
-send-hook '~t ^me@cs\.hmc\.edu$' 'my_hdr From: Mutt-ng User <user@host>'
+ send-hook '~t ^me@cs\.hmc\.edu$' 'my_hdr From: Mutt-ng User <user@host>'
 
    which would execute the given command when sending mail to me@cs.hmc.edu.
 
-   However, it is not required that you write the pattern to match using the full searching language. You can still specify a simple regular expression like the other hooks, in which case Mutt-ng will translate your pattern into the full language, using the translation specified by the default-hook variable. The pattern is translated at the time the hook is declared, so the value of default-hook that is in effect at that time will be used.
+   However, it is not required that you write the pattern to match using the
+   full searching language. You can still specify a simple regular expression
+   like the other hooks, in which case Mutt-ng will translate your pattern
+   into the full language, using the translation specified by the
+   default-hook variable. The pattern is translated at the time the hook is
+   declared, so the value of default-hook that is in effect at that time will
+   be used.
 
 6. Using the sidebar
 
-   The sidebar, a feature specific to Mutt-ng, allows you to use a mailbox listing which looks very similar to the ones you probably know from GUI mail clients. The sidebar lists all specified mailboxes, shows the number in each and highlights the ones with new email Use the following configuration commands:
-set sidebar_visible="yes"
-set sidebar_width=25
+   The sidebar, a feature specific to Mutt-ng, allows you to use a mailbox
+   listing which looks very similar to the ones you probably know from GUI
+   mail clients. The sidebar lists all specified mailboxes, shows the number
+   in each and highlights the ones with new email Use the following
+   configuration commands:
+
+ set sidebar_visible="yes"
+ set sidebar_width=25
 
    If you want to specify the mailboxes you can do so with:
-set mbox='=INBOX'
-mailboxes INBOX \
-          MBOX1 \
-          MBOX2 \
-          ...
+
+ set mbox='=INBOX'
+ mailboxes INBOX \
+           MBOX1 \
+           MBOX2 \
+           ...
 
    You can also specify the colors for mailboxes with new mails by using:
-color sidebar_new red black
-color sidebar white black
+
+ color sidebar_new red black
+ color sidebar white black
 
    The available functions are:
-sidebar-scroll-up      Scrolls the mailbox list up 1 page
-sidebar-scroll-down    Scrolls the mailbox list down 1 page
-sidebar-next           Highlights the next mailbox
-sidebar-next-new       Highlights the next mailbox with new mail
-sidebar-previous       Highlights the previous mailbox
-sidebar-open           Opens the currently highlighted mailbox
+
+ sidebar-scroll-up      Scrolls the mailbox list up 1 page
+ sidebar-scroll-down    Scrolls the mailbox list down 1 page
+ sidebar-next           Highlights the next mailbox
+ sidebar-next-new       Highlights the next mailbox with new mail
+ sidebar-previous       Highlights the previous mailbox
+ sidebar-open           Opens the currently highlighted mailbox
 
    Reasonable key bindings look e.g. like this:
-bind index \Cp sidebar-prev
-bind index \Cn sidebar-next
-bind index \Cb sidebar-open
-bind pager \Cp sidebar-prev
-bind pager \Cn sidebar-next
-bind pager \Cb sidebar-open
 
-macro index B ':toggle sidebar_visible^M'
-macro pager B ':toggle sidebar_visible^M'
+ bind index \Cp sidebar-prev
+ bind index \Cn sidebar-next
+ bind index \Cb sidebar-open
+ bind pager \Cp sidebar-prev
+ bind pager \Cn sidebar-next
+ bind pager \Cb sidebar-open
+
+ macro index B ':toggle sidebar_visible^M'
+ macro pager B ':toggle sidebar_visible^M'
 
-   You can then go up and down by pressing Ctrl-P and Ctrl-N, and switch on and off the sidebar simply by pressing 'B'.
+   You can then go up and down by pressing Ctrl-P and Ctrl-N, and switch on
+   and off the sidebar simply by pressing 'B'.
 
 7. External Address Queries
 
-   Mutt-ng supports connecting to external directory databases such as LDAP, ph/qi, bbdb, or NIS through a wrapper script which connects to mutt using a simple interface. Using the query-command variable, you specify the wrapper command to use. For example:
-set query_command = "mutt_ldap_query.pl '%s'"
+   Mutt-ng supports connecting to external directory databases such as LDAP,
+   ph/qi, bbdb, or NIS through a wrapper script which connects to mutt using
+   a simple interface. Using the query-command variable, you specify the
+   wrapper command to use. For example:
 
-   The wrapper script should accept the query on the command-line. It should return a one line message, then each matching response on a single line, each line containing a tab separated address then name then some other optional information. On error, or if there are no matching addresses, return a non-zero exit code and a one line error message.
+ set query_command = "mutt_ldap_query.pl '%s'"
 
-   An example multiple response output:
-Searching database ... 20 entries ... 3 matching:
-me@cs.hmc.edu           Michael Elkins  mutt dude
-blong@fiction.net       Brandon Long    mutt and more
-roessler@guug.de        Thomas Roessler mutt pgp
+   The wrapper script should accept the query on the command-line. It should
+   return a one line message, then each matching response on a single line,
+   each line containing a tab separated address then name then some other
+   optional information. On error, or if there are no matching addresses,
+   return a non-zero exit code and a one line error message.
 
-   There are two mechanisms for accessing the query function of mutt. One is to do a query from the index menu using the query function (default: Q). This will prompt for a query, then bring up the query menu which will list the matching responses. From the query menu, you can select addresses to create aliases, or to mail. You can tag multiple addresses to mail, start a new query, or have a new query appended to the current responses.
+   An example multiple response output:
 
-   The other mechanism for accessing the query function is for address completion, similar to the alias completion. In any prompt for address entry, you can use the complete-query function (default: ^T) to run a query based on the current address you have typed. Like aliases, mutt will look for what you have typed back to the last space or comma. If there is a single response for that query, mutt will expand the address in place. If there are multiple responses, mutt will activate the query menu. At the query menu, you can select one or more addresses to be added to the prompt.
+ Searching database ... 20 entries ... 3 matching:
+ me@cs.hmc.edu           Michael Elkins  mutt dude
+ blong@fiction.net       Brandon Long    mutt and more
+ roessler@guug.de        Thomas Roessler mutt pgp
+
+   There are two mechanisms for accessing the query function of mutt. One is
+   to do a query from the index menu using the query function (default: Q).
+   This will prompt for a query, then bring up the query menu which will list
+   the matching responses. From the query menu, you can select addresses to
+   create aliases, or to mail. You can tag multiple addresses to mail, start
+   a new query, or have a new query appended to the current responses.
+
+   The other mechanism for accessing the query function is for address
+   completion, similar to the alias completion. In any prompt for address
+   entry, you can use the complete-query function (default: ^T) to run a
+   query based on the current address you have typed. Like aliases, mutt will
+   look for what you have typed back to the last space or comma. If there is
+   a single response for that query, mutt will expand the address in place.
+   If there are multiple responses, mutt will activate the query menu. At the
+   query menu, you can select one or more addresses to be added to the
+   prompt.
 
 8. Mailbox Formats
 
-   Mutt-ng supports reading and writing of four different mailbox formats: mbox, MMDF, MH and Maildir. The mailbox type is autodetected, so there is no need to use a flag for different mailbox types. When creating new mailboxes, Mutt-ng uses the default specified with the mbox-type variable.
+   Mutt-ng supports reading and writing of four different mailbox formats:
+   mbox, MMDF, MH and Maildir. The mailbox type is autodetected, so there is
+   no need to use a flag for different mailbox types. When creating new
+   mailboxes, Mutt-ng uses the default specified with the mbox-type variable.
+
+   mbox. This is the most widely used mailbox format for UNIX. All messages
+   are stored in a single file. Each message has a line of the form:
 
-   mbox. This is the most widely used mailbox format for UNIX. All messages are stored in a single file. Each message has a line of the form:
-From me@cs.hmc.edu Fri, 11 Apr 1997 11:44:56 PST
+ From me@cs.hmc.edu Fri, 11 Apr 1997 11:44:56 PST
 
-   to denote the start of a new message (this is often referred to as the ``From_'' line).
+   to denote the start of a new message (this is often referred to as the
+   ``From_'' line).
 
-   MMDF. This is a variant of the mbox format. Each message is surrounded by lines containing ``^A^A^A^A'' (four control-A's).
+   MMDF. This is a variant of the mbox format. Each message is surrounded by
+   lines containing ``^A^A^A^A'' (four control-A's).
 
-   MH. A radical departure from mbox and MMDF, a mailbox consists of a directory and each message is stored in a separate file. The filename indicates the message number (however, this is may not correspond to the message number Mutt-ng displays). Deleted messages are renamed with a comma (,) prepended to the filename. Note: Mutt detects this type of mailbox by looking for either .mh_sequences or .xmhcache (needed to distinguish normal directories from MH mailboxes).
+   MH. A radical departure from mbox and MMDF, a mailbox consists of a
+   directory and each message is stored in a separate file. The filename
+   indicates the message number (however, this is may not correspond to the
+   message number Mutt-ng displays). Deleted messages are renamed with a
+   comma (,) prepended to the filename. Note: Mutt detects this type of
+   mailbox by looking for either .mh_sequences or .xmhcache (needed to
+   distinguish normal directories from MH mailboxes).
 
-   Maildir. The newest of the mailbox formats, used by the Qmail MTA (a replacement for sendmail). Similar to MH, except that it adds three subdirectories of the mailbox: tmp, new and cur. Filenames for the messages are chosen in such a way they are unique, even when two programs are writing the mailbox over NFS, which means that no file locking is needed.
+   Maildir. The newest of the mailbox formats, used by the Qmail MTA (a
+   replacement for sendmail). Similar to MH, except that it adds three
+   subdirectories of the mailbox: tmp, new and cur. Filenames for the
+   messages are chosen in such a way they are unique, even when two programs
+   are writing the mailbox over NFS, which means that no file locking is
+   needed.
 
 9. Mailbox Shortcuts
 
-   There are a number of built in shortcuts which refer to specific mailboxes. These shortcuts can be used anywhere you are prompted for a file or mailbox path.
-     * ! -- refers to your spoolfile (incoming) mailbox
-     * > -- refers to your mbox file
-     * < -- refers to your record file
-     * ^ -- refers to the current mailbox
-     * - or !! -- refers to the file you've last visited
-     * ˜ -- refers to your home directory
-     * = or + -- refers to your folder directory
-     * @alias -- refers to the save-hook as determined by the address of the alias
+   There are a number of built in shortcuts which refer to specific
+   mailboxes. These shortcuts can be used anywhere you are prompted for a
+   file or mailbox path.
 
-10. Handling Mailing Lists
+     o ! -- refers to your spoolfile (incoming) mailbox
 
-   Mutt-ng has a few configuration options that make dealing with large amounts of mail easier. The first thing you must do is to let Mutt know what addresses you consider to be mailing lists (technically this does not have to be a mailing list, but that is what it is most often used for), and what lists you are subscribed to. This is accomplished through the use of the lists commands in your muttrc.
+     o > -- refers to your mbox file
 
-   Now that Mutt-ng knows what your mailing lists are, it can do several things, the first of which is the ability to show the name of a list through which you received a message (i.e., of a subscribed list) in the index menu display. This is useful to distinguish between personal and list mail in the same mailbox. In the index-format variable, the escape ``%L'' will return the string ``To <list>'' when ``list'' appears in the ``To'' field, and ``Cc <list>'' when it appears in the ``Cc'' field (otherwise it returns the name of the author).
+     o < -- refers to your record file
 
-   Often times the ``To'' and ``Cc'' fields in mailing list messages tend to get quite large. Most people do not bother to remove the author of the message they are reply to from the list, resulting in two or more copies being sent to that person. The ``list-reply'' function, which by default is bound to ``L'' in the index menu and pager, helps reduce the clutter by only replying to the known mailing list addresses instead of all recipients (except as specified by Mail-Followup-To, see below).
+     o ^ -- refers to the current mailbox
 
-   Mutt-ng also supports the Mail-Followup-To header. When you send a message to a list of recipients which includes one or several subscribed mailing lists, and if the followup-to option is set, mutt will generate a Mail-Followup-To header which contains all the recipients to whom you send this message, but not your address. This indicates that group-replies or list-replies (also known as ``followups'') to this message should only be sent to the original recipients of the message, and not separately to you - you'll receive your copy through one of the mailing lists you are subscribed to.
+     o - or !! -- refers to the file you've last visited
 
-   Conversely, when group-replying or list-replying to a message which has a Mail-Followup-To header, mutt will respect this header if the honor-followup-to configuration variable is set. Using list-reply will in this case also make sure that the reply goes to the mailing list, even if it's not specified in the list of recipients in the Mail-Followup-To.
+     o ˜ -- refers to your home directory
 
-   Note that, when header editing is enabled, you can create a Mail-Followup-To header manually. Mutt-ng will only auto-generate this header if it doesn't exist when you send the message.
+     o = or + -- refers to your folder directory
 
-   The other method some mailing list admins use is to generate a ``Reply-To'' field which points back to the mailing list address rather than the author of the message. This can create problems when trying to reply directly to the author in private, since most mail clients will automatically reply to the address given in the ``Reply-To'' field. Mutt-ng uses the reply-to variable to help decide which address to use. If set to ask-yes or ask-no, you will be prompted as to whether or not you would like to use the address given in the ``Reply-To'' field, or reply directly to the address given in the ``From'' field. When set to yes, the ``Reply-To'' field will be used when present.
+     o @alias -- refers to the save-hook as determined by the address of the
+       alias
 
-   The ``X-Label:'' header field can be used to further identify mailing lists or list subject matter (or just to annotate messages individually). The index-format variable's ``%y'' and ``%Y'' escapes can be used to expand ``X-Label:'' fields in the index, and Mutt-ng's pattern-matcher can match regular expressions to ``X-Label:'' fields with the ``˜y'' selector. ``X-Label:'' is not a standard message header field, but it can easily be inserted by procmail and other mail filtering agents.
+10. Handling Mailing Lists
 
-   Lastly, Mutt-ng has the ability to sort the mailbox into threads. A thread is a group of messages which all relate to the same subject. This is usually organized into a tree-like structure where a message and all of its replies are represented graphically. If you've ever used a threaded news client, this is the same concept. It makes dealing with large volume mailing lists easier because you can easily delete uninteresting threads and quickly find topics of value.
+   Mutt-ng has a few configuration options that make dealing with large
+   amounts of mail easier. The first thing you must do is to let Mutt know
+   what addresses you consider to be mailing lists (technically this does not
+   have to be a mailing list, but that is what it is most often used for),
+   and what lists you are subscribed to. This is accomplished through the use
+   of the lists commands in your muttrc.
+
+   Now that Mutt-ng knows what your mailing lists are, it can do several
+   things, the first of which is the ability to show the name of a list
+   through which you received a message (i.e., of a subscribed list) in the
+   index menu display. This is useful to distinguish between personal and
+   list mail in the same mailbox. In the index-format variable, the escape
+   ``%L'' will return the string ``To <list>'' when ``list'' appears in the
+   ``To'' field, and ``Cc <list>'' when it appears in the ``Cc'' field
+   (otherwise it returns the name of the author).
+
+   Often times the ``To'' and ``Cc'' fields in mailing list messages tend to
+   get quite large. Most people do not bother to remove the author of the
+   message they are reply to from the list, resulting in two or more copies
+   being sent to that person. The ``list-reply'' function, which by default
+   is bound to ``L'' in the index menu and pager, helps reduce the clutter by
+   only replying to the known mailing list addresses instead of all
+   recipients (except as specified by Mail-Followup-To, see below).
+
+   Mutt-ng also supports the Mail-Followup-To header. When you send a message
+   to a list of recipients which includes one or several subscribed mailing
+   lists, and if the followup-to option is set, mutt will generate a
+   Mail-Followup-To header which contains all the recipients to whom you send
+   this message, but not your address. This indicates that group-replies or
+   list-replies (also known as ``followups'') to this message should only be
+   sent to the original recipients of the message, and not separately to you
+   - you'll receive your copy through one of the mailing lists you are
+   subscribed to.
+
+   Conversely, when group-replying or list-replying to a message which has a
+   Mail-Followup-To header, mutt will respect this header if the
+   honor-followup-to configuration variable is set. Using list-reply will in
+   this case also make sure that the reply goes to the mailing list, even if
+   it's not specified in the list of recipients in the Mail-Followup-To.
+
+   Note that, when header editing is enabled, you can create a
+   Mail-Followup-To header manually. Mutt-ng will only auto-generate this
+   header if it doesn't exist when you send the message.
+
+   The other method some mailing list admins use is to generate a
+   ``Reply-To'' field which points back to the mailing list address rather
+   than the author of the message. This can create problems when trying to
+   reply directly to the author in private, since most mail clients will
+   automatically reply to the address given in the ``Reply-To'' field.
+   Mutt-ng uses the reply-to variable to help decide which address to use. If
+   set to ask-yes or ask-no, you will be prompted as to whether or not you
+   would like to use the address given in the ``Reply-To'' field, or reply
+   directly to the address given in the ``From'' field. When set to yes, the
+   ``Reply-To'' field will be used when present.
+
+   The ``X-Label:'' header field can be used to further identify mailing
+   lists or list subject matter (or just to annotate messages individually).
+   The index-format variable's ``%y'' and ``%Y'' escapes can be used to
+   expand ``X-Label:'' fields in the index, and Mutt-ng's pattern-matcher can
+   match regular expressions to ``X-Label:'' fields with the ``˜y''
+   selector. ``X-Label:'' is not a standard message header field, but it can
+   easily be inserted by procmail and other mail filtering agents.
+
+   Lastly, Mutt-ng has the ability to sort the mailbox into threads. A thread
+   is a group of messages which all relate to the same subject. This is
+   usually organized into a tree-like structure where a message and all of
+   its replies are represented graphically. If you've ever used a threaded
+   news client, this is the same concept. It makes dealing with large volume
+   mailing lists easier because you can easily delete uninteresting threads
+   and quickly find topics of value.
 
 11. Editing threads
 
-   Mutt-ng has the ability to dynamically restructure threads that are broken either by misconfigured software or bad behavior from some correspondents. This allows to clean your mailboxes formats) from these annoyances which make it hard to follow a discussion.
+   Mutt-ng has the ability to dynamically restructure threads that are broken
+   either by misconfigured software or bad behavior from some correspondents.
+   This allows to clean your mailboxes formats) from these annoyances which
+   make it hard to follow a discussion.
 
-11.1. Linking threads
+  11.1. Linking threads
 
-   Some mailers tend to "forget" to correctly set the "In-Reply-To:" and "References:" headers when replying to a message. This results in broken discussions because Mutt-ng has not enough information to guess the correct threading. You can fix this by tagging the reply, then moving to the parent message and using the ``link-threads'' function (bound to & by default). The reply will then be connected to this "parent" message.
+   Some mailers tend to "forget" to correctly set the "In-Reply-To:" and
+   "References:" headers when replying to a message. This results in broken
+   discussions because Mutt-ng has not enough information to guess the
+   correct threading. You can fix this by tagging the reply, then moving to
+   the parent message and using the ``link-threads'' function (bound to & by
+   default). The reply will then be connected to this "parent" message.
 
-   You can also connect multiple children at once, tagging them and using the tag-prefix command (';') or the auto_tag option.
+   You can also connect multiple children at once, tagging them and using the
+   tag-prefix command (';') or the auto_tag option.
 
-11.2. Breaking threads
+  11.2. Breaking threads
 
-   On mailing lists, some people are in the bad habit of starting a new discussion by hitting "reply" to any message from the list and changing the subject to a totally unrelated one. You can fix such threads by using the ``break-thread'' function (bound by default to #), which will turn the subthread starting from the current message into a whole different thread.
+   On mailing lists, some people are in the bad habit of starting a new
+   discussion by hitting "reply" to any message from the list and changing
+   the subject to a totally unrelated one. You can fix such threads by using
+   the ``break-thread'' function (bound by default to #), which will turn the
+   subthread starting from the current message into a whole different thread.
 
 12. Delivery Status Notification (DSN) Support
 
-   RFC1894 defines a set of MIME content types for relaying information about the status of electronic mail messages. These can be thought of as ``return receipts.''
+   RFC1894 defines a set of MIME content types for relaying information about
+   the status of electronic mail messages. These can be thought of as
+   ``return receipts.''
 
    Users can make use of it in one of the following two ways:
-     * Berkeley sendmail 8.8.x currently has some command line options in which the mail client can make requests as to what type of status messages should be returned.
-     * The SMTP support via libESMTP supports it, too.
 
-   To support this, there are two variables:
-     * dsn-notify is used to request receipts for different results (such as failed message, message delivered, etc.).
-     * dsn-return requests how much of your message should be returned with the receipt (headers or full message).
+     o Berkeley sendmail 8.8.x currently has some command line options in
+       which the mail client can make requests as to what type of status
+       messages should be returned.
 
-   Please see the reference chapter for possible values.
+     o The SMTP support via libESMTP supports it, too.
 
-13. POP3 Support (OPTIONAL)
+   To support this, there are two variables:
 
-   If Mutt-ng was compiled with POP3 support (by running the configure script with the --enable-pop flag), it has the ability to work with mailboxes located on a remote POP3 server and fetch mail for local browsing.
+     o dsn-notify is used to request receipts for different results (such as
+       failed message, message delivered, etc.).
 
-   You can access the remote POP3 mailbox by selecting the folder pop://popserver/.
+     o dsn-return requests how much of your message should be returned with
+       the receipt (headers or full message).
 
-   You can select an alternative port by specifying it with the server, i.e.: pop://popserver:port/.
+   Please see the reference chapter for possible values.
 
-   You can also specify different username for each folder, i.e.: pop://username@popserver[:port]/.
+13. POP3 Support (OPTIONAL)
 
-   Polling for new mail is more expensive over POP3 than locally. For this reason the frequency at which Mutt-ng will check for mail remotely can be controlled by the pop-mail-check variable, which defaults to every 60 seconds.
+   If Mutt-ng was compiled with POP3 support (by running the configure script
+   with the --enable-pop flag), it has the ability to work with mailboxes
+   located on a remote POP3 server and fetch mail for local browsing.
 
-   If Mutt-ng was compiled with SSL support (by running the configure script with the --with-ssl flag), connections to POP3 servers can be encrypted. This naturally requires that the server supports SSL encrypted connections. To access a folder with POP3/SSL, you should use pops: prefix, ie: pops://[username@]popserver[:port]/.
+   You can access the remote POP3 mailbox by selecting the folder
+   pop://popserver/.
 
-   Another way to access your POP3 mail is the fetch-mail function (default: G). It allows to connect to pop-host, fetch all your new mail and place it in the local spoolfile. After this point, Mutt-ng runs exactly as if the mail had always been local.
+   You can select an alternative port by specifying it with the server, i.e.:
+   pop://popserver:port/.
 
-   Note: If you only need to fetch all messages to local mailbox you should consider using a specialized program, such as fetchmail
+   You can also specify different username for each folder, i.e.:
+   pop://username@popserver[:port]/.
 
-14. IMAP Support (OPTIONAL)
+   Polling for new mail is more expensive over POP3 than locally. For this
+   reason the frequency at which Mutt-ng will check for mail remotely can be
+   controlled by the pop-mail-check variable, which defaults to every 60
+   seconds.
 
-   If Mutt-ng was compiled with IMAP support (by running the configure script with the --enable-imap flag), it has the ability to work with folders located on a remote IMAP server.
+   If Mutt-ng was compiled with SSL support (by running the configure script
+   with the --with-ssl flag), connections to POP3 servers can be encrypted.
+   This naturally requires that the server supports SSL encrypted
+   connections. To access a folder with POP3/SSL, you should use pops:
+   prefix, ie: pops://[username@]popserver[:port]/.
 
-   You can access the remote inbox by selecting the folder imap://imapserver/INBOX, where imapserver is the name of the IMAP server and INBOX is the special name for your spool mailbox on the IMAP server. If you want to access another mail folder at the IMAP server, you should use imap://imapserver/path/to/folder where path/to/folder is the path of the folder you want to access.
+   Another way to access your POP3 mail is the fetch-mail function (default:
+   G). It allows to connect to pop-host, fetch all your new mail and place it
+   in the local spoolfile. After this point, Mutt-ng runs exactly as if the
+   mail had always been local.
 
-   You can select an alternative port by specifying it with the server, i.e.: imap://imapserver:port/INBOX.
+   Note: If you only need to fetch all messages to local mailbox you should
+   consider using a specialized program, such as fetchmail
 
-   You can also specify different username for each folder, i.e.: imap://username@imapserver[:port]/INBOX.
-
-   If Mutt-ng was compiled with SSL support (by running the configure script with the --with-ssl flag), connections to IMAP servers can be encrypted. This naturally requires that the server supports SSL encrypted connections. To access a folder with IMAP/SSL, you should use imaps://[username@]imapserver[:port]/path/to/folder as your folder path.
+14. IMAP Support (OPTIONAL)
 
-   Pine-compatible notation is also supported, i.e. {[username@]imapserver[:port][/ssl]}path/to/folder
+   If Mutt-ng was compiled with IMAP support (by running the configure script
+   with the --enable-imap flag), it has the ability to work with folders
+   located on a remote IMAP server.
+
+   You can access the remote inbox by selecting the folder
+   imap://imapserver/INBOX, where imapserver is the name of the IMAP server
+   and INBOX is the special name for your spool mailbox on the IMAP server.
+   If you want to access another mail folder at the IMAP server, you should
+   use imap://imapserver/path/to/folder where path/to/folder is the path of
+   the folder you want to access.
+
+   You can select an alternative port by specifying it with the server, i.e.:
+   imap://imapserver:port/INBOX.
+
+   You can also specify different username for each folder, i.e.:
+   imap://username@imapserver[:port]/INBOX.
+
+   If Mutt-ng was compiled with SSL support (by running the configure script
+   with the --with-ssl flag), connections to IMAP servers can be encrypted.
+   This naturally requires that the server supports SSL encrypted
+   connections. To access a folder with IMAP/SSL, you should use
+   imaps://[username@]imapserver[:port]/path/to/folder as your folder path.
+
+   Pine-compatible notation is also supported, i.e.
+   {[username@]imapserver[:port][/ssl]}path/to/folder
+
+   Note that not all servers use / as the hierarchy separator. Mutt-ng should
+   correctly notice which separator is being used by the server and convert
+   paths accordingly.
+
+   When browsing folders on an IMAP server, you can toggle whether to look at
+   only the folders you are subscribed to, or all folders with the
+   toggle-subscribed command. See also the imap-list-subscribed variable.
+
+   Polling for new mail on an IMAP server can cause noticeable delays. So,
+   you'll want to carefully tune the imap-mail-check and timeout variables.
+
+   Note that if you are using mbox as the mail store on UW servers prior to
+   v12.250, the server has been reported to disconnect a client if another
+   client selects the same folder.
+
+  14.1. The Folder Browser
+
+   As of version 1.2, mutt supports browsing mailboxes on an IMAP server.
+   This is mostly the same as the local file browser, with the following
+   differences:
+
+     o Instead of file permissions, mutt displays the string "IMAP", possibly
+       followed by the symbol "+", indicating that the entry contains both
+       messages and subfolders. On Cyrus-like servers folders will often
+       contain both messages and subfolders.
+
+     o For the case where an entry can contain both messages and subfolders,
+       the selection key (bound to enter by default) will choose to descend
+       into the subfolder view. If you wish to view the messages in that
+       folder, you must use view-file instead (bound to space by default).
+
+     o You can create, delete and rename mailboxes with the create-mailbox,
+       delete-mailbox, and rename-mailbox commands (default bindings: C, d
+       and r, respectively). You may also subscribe and unsubscribe to
+       mailboxes (normally these are bound to s and u, respectively).
+
+  14.2. Authentication
+
+   Mutt-ng supports four authentication methods with IMAP servers: SASL,
+   GSSAPI, CRAM-MD5, and LOGIN (there is a patch by Grant Edwards to add NTLM
+   authentication for you poor exchange users out there, but it has yet to be
+   integrated into the main tree). There is also support for the
+   pseudo-protocol ANONYMOUS, which allows you to log in to a public IMAP
+   server without having an account. To use ANONYMOUS, simply make your
+   username blank or "anonymous".
+
+   SASL is a special super-authenticator, which selects among several
+   protocols (including GSSAPI, CRAM-MD5, ANONYMOUS, and DIGEST-MD5) the most
+   secure method available on your host and the server. Using some of these
+   methods (including DIGEST-MD5 and possibly GSSAPI), your entire session
+   will be encrypted and invisible to those teeming network snoops. It is the
+   best option if you have it. To use it, you must have the Cyrus SASL
+   library installed on your system and compile mutt with the --with-sasl
+   flag.
+
+   Mutt-ng will try whichever methods are compiled in and available on the
+   server, in the following order: SASL, ANONYMOUS, GSSAPI, CRAM-MD5, LOGIN.
 
-   Note that not all servers use / as the hierarchy separator. Mutt-ng should correctly notice which separator is being used by the server and convert paths accordingly.
+   There are a few variables which control authentication:
 
-   When browsing folders on an IMAP server, you can toggle whether to look at only the folders you are subscribed to, or all folders with the toggle-subscribed command. See also the imap-list-subscribed variable.
+     o imap-user - controls the username under which you request
+       authentication on the IMAP server, for all authenticators. This is
+       overridden by an explicit username in the mailbox path (i.e. by using
+       a mailbox name of the form {user@host}).
 
-   Polling for new mail on an IMAP server can cause noticeable delays. So, you'll want to carefully tune the imap-mail-check and timeout variables.
+     o imap-pass - a password which you may preset, used by all
+       authentication methods where a password is needed.
 
-   Note that if you are using mbox as the mail store on UW servers prior to v12.250, the server has been reported to disconnect a client if another client selects the same folder.
+     o imap-authenticators - a colon-delimited list of IMAP authentication
+       methods to try, in the order you wish to try them. If specified, this
+       overrides mutt's default (attempt everything, in the order listed
+       above).
 
-14.1. The Folder Browser
+15. NNTP Support (OPTIONAL)
 
-   As of version 1.2, mutt supports browsing mailboxes on an IMAP server. This is mostly the same as the local file browser, with the following differences:
-     * Instead of file permissions, mutt displays the string "IMAP", possibly followed by the symbol "+", indicating that the entry contains both messages and subfolders. On Cyrus-like servers folders will often contain both messages and subfolders.
-     * For the case where an entry can contain both messages and subfolders, the selection key (bound to enter by default) will choose to descend into the subfolder view. If you wish to view the messages in that folder, you must use view-file instead (bound to space by default).
-     * You can create, delete and rename mailboxes with the create-mailbox, delete-mailbox, and rename-mailbox commands (default bindings: C, d and r, respectively). You may also subscribe and unsubscribe to mailboxes (normally these are bound to s and u, respectively).
+   If compiled with ``--enable-nntp'' option, Mutt-ng can read news from a
+   newsserver via NNTP. You can open a newsgroup with the
+   ``change-newsgroup'' function from the index/pager which is by default
+   bound to i.
 
-14.2. Authentication
+   The Default newsserver can be obtained from the $NNTPSERVER environment
+   variable. Like other news readers, info about subscribed newsgroups is
+   saved in a file as specified by the nntp-newsrc variable. Article headers
+   are cached and can be loaded from a file when a newsgroup is entered
+   instead loading from newsserver; currently, this caching mechanism still
+   is different from the header caching for maildir/IMAP.
 
-   Mutt-ng supports four authentication methods with IMAP servers: SASL, GSSAPI, CRAM-MD5, and LOGIN (there is a patch by Grant Edwards to add NTLM authentication for you poor exchange users out there, but it has yet to be integrated into the main tree). There is also support for the pseudo-protocol ANONYMOUS, which allows you to log in to a public IMAP server without having an account. To use ANONYMOUS, simply make your username blank or "anonymous".
+  15.1. Again: Scoring
 
-   SASL is a special super-authenticator, which selects among several protocols (including GSSAPI, CRAM-MD5, ANONYMOUS, and DIGEST-MD5) the most secure method available on your host and the server. Using some of these methods (including DIGEST-MD5 and possibly GSSAPI), your entire session will be encrypted and invisible to those teeming network snoops. It is the best option if you have it. To use it, you must have the Cyrus SASL library installed on your system and compile mutt with the --with-sasl flag.
+   Especially for Usenet, people often ask for advanced filtering and scoring
+   functionality. Of course, mutt-ng has scoring and allows a killfile, too.
+   How to use a killfile has been discussed in score-command.
 
-   Mutt-ng will try whichever methods are compiled in and available on the server, in the following order: SASL, ANONYMOUS, GSSAPI, CRAM-MD5, LOGIN.
+   What has not been discusses in detail is mutt-ng's built-in realname
+   filter. For may newsreaders including those for ``advanced users'' like
+   slrn or tin, there are frequent request for such functionality. The
+   solutions offered often are complicated regular expressions.
 
-   There are a few variables which control authentication:
-     * imap-user - controls the username under which you request authentication on the IMAP server, for all authenticators. This is overridden by an explicit username in the mailbox path (i.e. by using a mailbox name of the form {user@host}).
-     * imap-pass - a password which you may preset, used by all authentication methods where a password is needed.
-     * imap-authenticators - a colon-delimited list of IMAP authentication methods to try, in the order you wish to try them. If specified, this overrides mutt's default (attempt everything, in the order listed above).
+   In mutt-ng this is as easy as
 
-15. NNTP Support (OPTIONAL)
+ score ~* =42
 
-   If compiled with ``--enable-nntp'' option, Mutt-ng can read news from a newsserver via NNTP. You can open a newsgroup with the ``change-newsgroup'' function from the index/pager which is by default bound to i.
 
-   The Default newsserver can be obtained from the $NNTPSERVER environment variable. Like other news readers, info about subscribed newsgroups is saved in a file as specified by the nntp-newsrc variable. Article headers are cached and can be loaded from a file when a newsgroup is entered instead loading from newsserver; currently, this caching mechanism still is different from the header caching for maildir/IMAP.
+   This tells mutt-ng to apply a score of 42 to all messages whose sender
+   specified a valid realname and a valid email address. Using
 
-15.1. Again: Scoring
+ score !~* =42
 
-   Especially for Usenet, people often ask for advanced filtering and scoring functionality. Of course, mutt-ng has scoring and allows a killfile, too. How to use a killfile has been discussed in score-command.
 
-   What has not been discusses in detail is mutt-ng's built-in realname filter. For may newsreaders including those for ``advanced users'' like slrn or tin, there are frequent request for such functionality. The solutions offered often are complicated regular expressions.
+   on the contrary applies a score of 42 to all messages not matching those
+   criteria which are very strict:
 
-   In mutt-ng this is as easy as
-score ~* =42
+     o Email addresses must be valid according to RFC 2822, see
+       <ftp://ftp.rfc-editor.org/in-notes/rfc2822.txt>
 
-   This tells mutt-ng to apply a score of 42 to all messages whose sender specified a valid realname and a valid email address. Using
-score !~* =42
+     o the name must consist of at least 2 fields whereby a field must not
+       end in a dot. This means that ``Joe User'' and ``Joe A. User'' are
+       valid while ``J. User'' and ``J. A. User'' aren't.
 
-   on the contrary applies a score of 42 to all messages not matching those criteria which are very strict:
-     * Email addresses must be valid according to RFC 2822, see <ftp://ftp.rfc-editor.org/in-notes/rfc2822.txt>
-     * the name must consist of at least 2 fields whereby a field must not end in a dot. This means that ``Joe User'' and ``Joe A. User'' are valid while ``J. User'' and ``J. A. User'' aren't.
-     * it's assumed that users are interested in reading their own mail and mail from people who they have defined an alias for so that those 2 groups of messages are excluded from the strict rules.
+     o it's assumed that users are interested in reading their own mail and
+       mail from people who they have defined an alias for so that those 2
+       groups of messages are excluded from the strict rules.
 
 16. SMTP Support (OPTIONAL)
 
-   Mutt-ng can be built using a library called ``libESMTP'' which provides SMTP functionality. When configure was called with --with-libesmtp or the output muttng -v contains +USE_LIBESMTP, this will be or is the case already. The SMTP support includes support for Delivery Status Notification (see dsn section) as well as handling the 8BITMIME flag controlled via use-8bitmime.
+   Mutt-ng can be built using a library called ``libESMTP'' which provides
+   SMTP functionality. When configure was called with --with-libesmtp or the
+   output muttng -v contains +USE_LIBESMTP, this will be or is the case
+   already. The SMTP support includes support for Delivery Status
+   Notification (see dsn section) as well as handling the 8BITMIME flag
+   controlled via use-8bitmime.
 
-   To enable sending mail directly via SMTP without an MTA such as Postfix or SSMTP and the like, simply set the smtp-host variable pointing to your SMTP server.
+   To enable sending mail directly via SMTP without an MTA such as Postfix or
+   SSMTP and the like, simply set the smtp-host variable pointing to your
+   SMTP server.
 
-   Authentication mechanisms are available via the smtp-user and smtp-pass variables.
+   Authentication mechanisms are available via the smtp-user and smtp-pass
+   variables.
 
-   Transport Encryption via the StartTLS command is also available. For this to work, first of all Mutt-ng must be built with SSL or GNUTLS. Secondly, the smtp-use-tls variable must be either set to ``enabled'' or ``required.'' In both cases, StartTLS will be used if the server supports it: for the second case, the connection will fail if it doesn't while switching back to unencrypted communication for the first one.
+   Transport Encryption via the StartTLS command is also available. For this
+   to work, first of all Mutt-ng must be built with SSL or GNUTLS. Secondly,
+   the smtp-use-tls variable must be either set to ``enabled'' or
+   ``required.'' In both cases, StartTLS will be used if the server supports
+   it: for the second case, the connection will fail if it doesn't while
+   switching back to unencrypted communication for the first one.
 
-   Some mail providers require user's to set a particular envelope sender, i.e. they allow for only one value which may not be what the user wants to send as the From: header. In this case, the variable smtp-envelope may be used to set the envelope different from the From: header.
+   Some mail providers require user's to set a particular envelope sender,
+   i.e. they allow for only one value which may not be what the user wants to
+   send as the From: header. In this case, the variable smtp-envelope may be
+   used to set the envelope different from the From: header.
 
 17. Managing multiple IMAP/POP/NNTP accounts (OPTIONAL)
 
-   If you happen to have accounts on multiple IMAP and/or POP servers, you may find managing all the authentication settings inconvenient and error-prone. The account-hook command may help. This hook works like folder-hook but is invoked whenever you access a remote mailbox (including inside the folder browser), not just when you open the mailbox.
+   If you happen to have accounts on multiple IMAP and/or POP servers, you
+   may find managing all the authentication settings inconvenient and
+   error-prone. The account-hook command may help. This hook works like
+   folder-hook but is invoked whenever you access a remote mailbox (including
+   inside the folder browser), not just when you open the mailbox.
 
    Some examples:
-account-hook . 'unset imap_user; unset imap_pass; unset tunnel'
-account-hook imap://host1/ 'set imap_user=me1 imap_pass=foo'
-account-hook imap://host2/ 'set tunnel="ssh host2 /usr/libexec/imapd"'
+
+ account-hook . 'unset imap_user; unset imap_pass; unset tunnel'
+ account-hook imap://host1/ 'set imap_user=me1 imap_pass=foo'
+ account-hook imap://host2/ 'set tunnel="ssh host2 /usr/libexec/imapd"'
 
 18. Start a WWW Browser on URLs (EXTERNAL)
 
-   If a message contains URLs (unified resource locator = address in the WWW space like http://www.mutt.org/), it is efficient to get a menu with all the URLs and start a WWW browser on one of them. This functionality is provided by the external urlview program which can be retrieved at ftp://ftp.mutt.org/mutt/contrib/ and the configuration commands:
-macro index \cb |urlview\n
-macro pager \cb |urlview\n
+   If a message contains URLs (unified resource locator = address in the WWW
+   space like http://www.mutt.org/), it is efficient to get a menu with all
+   the URLs and start a WWW browser on one of them. This functionality is
+   provided by the external urlview program which can be retrieved at
+   ftp://ftp.mutt.org/mutt/contrib/ and the configuration commands:
+
+ macro index \cb |urlview\n
+ macro pager \cb |urlview\n
 
 19. Compressed folders Support (OPTIONAL)
 
-   If Mutt-ng was compiled with compressed folders support (by running the configure script with the --enable-compressed flag), Mutt can open folders stored in an arbitrary format, provided that the user has a script to convert from/to this format to one of the accepted.
+   If Mutt-ng was compiled with compressed folders support (by running the
+   configure script with the --enable-compressed flag), Mutt can open folders
+   stored in an arbitrary format, provided that the user has a script to
+   convert from/to this format to one of the accepted.
 
    The most common use is to open compressed archived folders e.g. with gzip.
 
-   In addition, the user can provide a script that gets a folder in an accepted format and appends its context to the folder in the user-defined format, which may be faster than converting the entire folder to the accepted format, appending to it and converting back to the user-defined format.
+   In addition, the user can provide a script that gets a folder in an
+   accepted format and appends its context to the folder in the user-defined
+   format, which may be faster than converting the entire folder to the
+   accepted format, appending to it and converting back to the user-defined
+   format.
 
-   There are three hooks defined (open-hook, close-hook and append-hook) which define commands to uncompress and compress a folder and to append messages to an existing compressed folder respectively.
+   There are three hooks defined (open-hook, close-hook and append-hook)
+   which define commands to uncompress and compress a folder and to append
+   messages to an existing compressed folder respectively.
 
    For example:
-open-hook \\.gz$ "gzip -cd %f > %t"
-close-hook \\.gz$ "gzip -c %t > %f"
-append-hook \\.gz$ "gzip -c %t >> %f"
 
-   You do not have to specify all of the commands. If you omit append-hook, the folder will be open and closed again each time you will add to it. If you omit close-hook (or give empty command) , the folder will be open in the mode. If you specify append-hook though you'll be able to append to the folder.
+ open-hook \\.gz$ "gzip -cd %f > %t"
+ close-hook \\.gz$ "gzip -c %t > %f"
+ append-hook \\.gz$ "gzip -c %t >> %f"
 
-   Note that Mutt-ng will only try to use hooks if the file is not in one of the accepted formats. In particular, if the file is empty, mutt supposes it is not compressed. This is important because it allows the use of programs that do not have well defined extensions. Just use "." as a regexp. But this may be surprising if your compressing script produces empty files. In this situation, unset save-empty, so that the compressed file will be removed if you delete all of the messages.
+   You do not have to specify all of the commands. If you omit append-hook,
+   the folder will be open and closed again each time you will add to it. If
+   you omit close-hook (or give empty command) , the folder will be open in
+   the mode. If you specify append-hook though you'll be able to append to
+   the folder.
 
-19.1. Open a compressed mailbox for reading
+   Note that Mutt-ng will only try to use hooks if the file is not in one of
+   the accepted formats. In particular, if the file is empty, mutt supposes
+   it is not compressed. This is important because it allows the use of
+   programs that do not have well defined extensions. Just use "." as a
+   regexp. But this may be surprising if your compressing script produces
+   empty files. In this situation, unset save-empty, so that the compressed
+   file will be removed if you delete all of the messages.
+
+  19.1. Open a compressed mailbox for reading
 
    Usage: open-hook regexp "command"
 
-   The command is the command that can be used for opening the folders whose names match regexp.
+   The command is the command that can be used for opening the folders whose
+   names match regexp.
 
-   The command string is the printf-like format string, and it should accept two parameters: %f, which is replaced with the (compressed) folder name, and %t which is replaced with the name of the temporary folder to which to write.
+   The command string is the printf-like format string, and it should accept
+   two parameters: %f, which is replaced with the (compressed) folder name,
+   and %t which is replaced with the name of the temporary folder to which to
+   write.
 
-   %f and %t can be repeated any number of times in the command string, and all of the entries are replaced with the appropriate folder name. In addition, %% is replaced by %, as in printf, and any other %anything is left as is.
+   %f and %t can be repeated any number of times in the command string, and
+   all of the entries are replaced with the appropriate folder name. In
+   addition, %% is replaced by %, as in printf, and any other %anything is
+   left as is.
 
-   The command should not remove the original compressed file. The command should return non-zero exit status if it fails, so mutt knows something's wrong.
+   The command should not remove the original compressed file. The command
+   should return non-zero exit status if it fails, so mutt knows something's
+   wrong.
 
    Example:
-open-hook \\.gz$ "gzip -cd %f > %t"
+
+ open-hook \\.gz$ "gzip -cd %f > %t"
 
    If the command is empty, this operation is disabled for this file type.
 
-19.2. Write a compressed mailbox
+  19.2. Write a compressed mailbox
 
    Usage: close-hook regexp "command"
 
-   This is used to close the folder that was open with the open-hook command after some changes were made to it.
+   This is used to close the folder that was open with the open-hook command
+   after some changes were made to it.
 
-   The command string is the command that can be used for closing the folders whose names match regexp. It has the same format as in the open-hook command. Temporary folder in this case is the folder previously produced by the <open-hook command.
+   The command string is the command that can be used for closing the folders
+   whose names match regexp. It has the same format as in the open-hook
+   command. Temporary folder in this case is the folder previously produced
+   by the <open-hook command.
 
-   The command should not remove the decompressed file. The command should return non-zero exit status if it fails, so mutt knows something's wrong.
+   The command should not remove the decompressed file. The command should
+   return non-zero exit status if it fails, so mutt knows something's wrong.
 
    Example:
-close-hook \\.gz$ "gzip -c %t > %f"
 
-   If the command is empty, this operation is disabled for this file type, and the file can only be open in the readonly mode.
+ close-hook \\.gz$ "gzip -c %t > %f"
+
+   If the command is empty, this operation is disabled for this file type,
+   and the file can only be open in the readonly mode.
 
-   close-hook is not called when you exit from the folder if the folder was not changed.
+   close-hook is not called when you exit from the folder if the folder was
+   not changed.
 
-19.3. Append a message to a compressed mailbox
+  19.3. Append a message to a compressed mailbox
 
    Usage: append-hook regexp "command"
 
-   This command is used for saving to an existing compressed folder. The command is the command that can be used for appending to the folders whose names match regexp. It has the same format as in the open-hook command. The temporary folder in this case contains the messages that are being appended.
+   This command is used for saving to an existing compressed folder. The
+   command is the command that can be used for appending to the folders whose
+   names match regexp. It has the same format as in the open-hook command.
+   The temporary folder in this case contains the messages that are being
+   appended.
 
-   The command should not remove the decompressed file. The command should return non-zero exit status if it fails, so mutt knows something's wrong.
+   The command should not remove the decompressed file. The command should
+   return non-zero exit status if it fails, so mutt knows something's wrong.
 
    Example:
-append-hook \\.gz$ "gzip -c %t >> %f"
 
-   When append-hook is used, the folder is not opened, which saves time, but this means that we can not find out what the folder type is. Thus the default (mbox-type) type is always supposed (i.e. this is the format used for the temporary folder).
+ append-hook \\.gz$ "gzip -c %t >> %f"
+
+   When append-hook is used, the folder is not opened, which saves time, but
+   this means that we can not find out what the folder type is. Thus the
+   default (mbox-type) type is always supposed (i.e. this is the format used
+   for the temporary folder).
+
+   If the file does not exist when you save to it, close-hook is called, and
+   not append-hook. append-hook is only for appending to existing folders.
 
-   If the file does not exist when you save to it, close-hook is called, and not append-hook. append-hook is only for appending to existing folders.
+   If the command is empty, this operation is disabled for this file type. In
+   this case, the folder will be open and closed again (using open-hook and
+   close-hookrespectively) each time you will add to it.
 
-   If the command is empty, this operation is disabled for this file type. In this case, the folder will be open and closed again (using open-hook and close-hookrespectively) each time you will add to it.
+  19.4. Encrypted folders
 
-19.4. Encrypted folders
+   The compressed folders support can also be used to handle encrypted
+   folders. If you want to encrypt a folder with PGP, you may want to use the
+   following hooks:
 
-   The compressed folders support can also be used to handle encrypted folders. If you want to encrypt a folder with PGP, you may want to use the following hooks:
-open-hook  \\.pgp$ "pgp -f < %f > %t"
-close-hook \\.pgp$ "pgp -fe YourPgpUserIdOrKeyId < %t > %f"
+ open-hook  \\.pgp$ "pgp -f < %f > %t"
+ close-hook \\.pgp$ "pgp -fe YourPgpUserIdOrKeyId < %t > %f"
 
-   Please note, that PGP does not support appending to an encrypted folder, so there is no append-hook defined.
+   Please note, that PGP does not support appending to an encrypted folder,
+   so there is no append-hook defined.
 
-   Note: the folder is temporary stored decrypted in the /tmp directory, where it can be read by your system administrator. So think about the security aspects of this.
+   Note: the folder is temporary stored decrypted in the /tmp directory,
+   where it can be read by your system administrator. So think about the
+   security aspects of this.
 
 Chapter 5. Mutt-ng's MIME Support
 
@@ -2317,586 +4063,975 @@ Chapter 5. Mutt-ng's MIME Support
 
    1. Using MIME in Mutt
 
-        1.1. Viewing MIME messages in the pager
-        1.2. The Attachment Menu
-        1.3. The Compose Menu
+                1.1. Viewing MIME messages in the pager
+
+                1.2. The Attachment Menu
+
+                1.3. The Compose Menu
 
    2. MIME Type configuration with mime.types
+
    3. MIME Viewer configuration with mailcap
 
-        3.1. The Basics of the mailcap file
-        3.2. Secure use of mailcap
-        3.3. Advanced mailcap Usage
-        3.4. Example mailcap files
+                3.1. The Basics of the mailcap file
+
+                3.2. Secure use of mailcap
+
+                3.3. Advanced mailcap Usage
+
+                3.4. Example mailcap files
 
    4. MIME Autoview
+
    5. MIME Multipart/Alternative
+
    6. MIME Lookup
 
-   Quite a bit of effort has been made to make Mutt-ng the premier text-mode MIME MUA. Every effort has been made to provide the functionality that the discerning MIME user requires, and the conformance to the standards wherever possible. When configuring Mutt-ng for MIME, there are two extra types of configuration files which Mutt-ng uses. One is the mime.types file, which contains the mapping of file extensions to IANA MIME types. The other is the mailcap file, which specifies the external commands to use for handling specific MIME types.
+   Quite a bit of effort has been made to make Mutt-ng the premier text-mode
+   MIME MUA. Every effort has been made to provide the functionality that the
+   discerning MIME user requires, and the conformance to the standards
+   wherever possible. When configuring Mutt-ng for MIME, there are two extra
+   types of configuration files which Mutt-ng uses. One is the mime.types
+   file, which contains the mapping of file extensions to IANA MIME types.
+   The other is the mailcap file, which specifies the external commands to
+   use for handling specific MIME types.
+
+1. Using MIME in Mutt
+
+   There are three areas/menus in Mutt-ng which deal with MIME, they are the
+   pager (while viewing a message), the attachment menu and the compose menu.
+
+  1.1. Viewing MIME messages in the pager
+
+   When you select a message from the index and view it in the pager, Mutt
+   decodes the message to a text representation. Mutt-ng internally supports
+   a number of MIME types, including text/plain, text/enriched,
+   message/rfc822, and message/news. In addition, the export controlled
+   version of Mutt-ng recognizes a variety of PGP MIME types, including
+   PGP/MIME and application/pgp.
+
+   Mutt-ng will denote attachments with a couple lines describing them. These
+   lines are of the form:
+
+ [-- Attachment #1: Description --]
+ [-- Type: text/plain, Encoding: 7bit, Size: 10000 --]
+
+   Where the Description is the description or filename given for the
+   attachment, and the Encoding is one of
+   7bit/8bit/quoted-printable/base64/binary.
+
+   If Mutt-ng cannot deal with a MIME type, it will display a message like:
+
+ [-- image/gif is unsupported (use 'v' to view this part) --]
+
+  1.2. The Attachment Menu
+
+   The default binding for view-attachments is `v', which displays the
+   attachment menu for a message. The attachment menu displays a list of the
+   attachments in a message. From the attachment menu, you can save, print,
+   pipe, delete, and view attachments. You can apply these operations to a
+   group of attachments at once, by tagging the attachments and by using the
+   ``tag-prefix'' operator. You can also reply to the current message from
+   this menu, and only the current attachment (or the attachments tagged)
+   will be quoted in your reply. You can view attachments as text, or view
+   them using the mailcap viewer definition.
+
+   Finally, you can apply the usual message-related functions (like
+   resend-message, and the reply and forward functions) to attachments of
+   type message/rfc822.
+
+   See the help on the attachment menu for more information.
+
+  1.3. The Compose Menu
+
+   The compose menu is the menu you see before you send a message. It allows
+   you to edit the recipient list, the subject, and other aspects of your
+   message. It also contains a list of the attachments of your message,
+   including the main body. From this menu, you can print, copy, filter,
+   pipe, edit, compose, review, and rename an attachment or a list of tagged
+   attachments. You can also modifying the attachment information, notably
+   the type, encoding and description.
+
+   Attachments appear as follows:
+
+ -   1 [text/plain, 7bit, 1K]             /tmp/mutt-euler-8082-0 <no description>
+     2 [applica/x-gunzip, base64, 422K]   ~/src/mutt-0.85.tar.gz <no description>
+
+   The '-' denotes that Mutt-ng will delete the file after sending (or
+   postponing, or canceling) the message. It can be toggled with the
+   toggle-unlink command (default: u). The next field is the MIME
+   content-type, and can be changed with the edit-type command (default: ^T).
+   The next field is the encoding for the attachment, which allows a binary
+   message to be encoded for transmission on 7bit links. It can be changed
+   with the edit-encoding command (default: ^E). The next field is the size
+   of the attachment, rounded to kilobytes or megabytes. The next field is
+   the filename, which can be changed with the rename-file command (default:
+   R). The final field is the description of the attachment, and can be
+   changed with the edit-description command (default: d).
+
+2. MIME Type configuration with mime.types
+
+   When you add an attachment to your mail message, Mutt-ng searches your
+   personal mime.types file at ${HOME}/.mime.types, and then the system
+   mime.types file at /usr/local/share/mutt/mime.types or /etc/mime.types
+
+   The mime.types file consist of lines containing a MIME type and a space
+   separated list of extensions. For example:
+
+ application/postscript          ps eps
+ application/pgp                 pgp
+ audio/x-aiff                    aif aifc aiff
+
+   A sample mime.types file comes with the Mutt-ng distribution, and should
+   contain most of the MIME types you are likely to use.
+
+   If Mutt-ng can not determine the mime type by the extension of the file
+   you attach, it will look at the file. If the file is free of binary
+   information, Mutt-ng will assume that the file is plain text, and mark it
+   as text/plain. If the file contains binary information, then Mutt-ng will
+   mark it as application/octet-stream. You can change the MIME type that
+   Mutt-ng assigns to an attachment by using the edit-type command from the
+   compose menu (default: ^T). The MIME type is actually a major mime type
+   followed by the sub-type, separated by a '/'. 6 major types: application,
+   text, image, video, audio, and model have been approved after various
+   internet discussions. Mutt-ng recognises all of these if the appropriate
+   entry is found in the mime.types file. It also recognises other major mime
+   types, such as the chemical type that is widely used in the molecular
+   modelling community to pass molecular data in various forms to various
+   molecular viewers. Non-recognised mime types should only be used if the
+   recipient of the message is likely to be expecting such attachments.
+
+3. MIME Viewer configuration with mailcap
+
+   Mutt-ng supports RFC 1524 MIME Configuration, in particular the Unix
+   specific format specified in Appendix A of RFC 1524. This file format is
+   commonly referred to as the mailcap format. Many MIME compliant programs
+   utilize the mailcap format, allowing you to specify handling for all MIME
+   types in one place for all programs. Programs known to use this format
+   include Netscape, XMosaic, lynx and metamail.
+
+   In order to handle various MIME types that Mutt-ng can not handle
+   internally, Mutt-ng parses a series of external configuration files to
+   find an external handler. The default search string for these files is a
+   colon delimited list set to
+
+ ${HOME}/.mailcap:/usr/local/share/mutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
+
+   where $HOME is your home directory.
+
+   In particular, the metamail distribution will install a mailcap file,
+   usually as /usr/local/etc/mailcap, which contains some baseline entries.
+
+  3.1. The Basics of the mailcap file
+
+   A mailcap file consists of a series of lines which are comments, blank, or
+   definitions.
+
+   A comment line consists of a # character followed by anything you want.
+
+   A blank line is blank.
+
+   A definition line consists of a content type, a view command, and any
+   number of optional fields. Each field of a definition line is divided by a
+   semicolon ';' character.
+
+   The content type is specified in the MIME standard type/subtype method.
+   For example, text/plain, text/html, image/gif, etc. In addition, the
+   mailcap format includes two formats for wildcards, one using the special
+   '*' subtype, the other is the implicit wild, where you only include the
+   major type. For example, image/*, or video, will match all image types and
+   video types, respectively.
+
+   The view command is a Unix command for viewing the type specified. There
+   are two different types of commands supported. The default is to send the
+   body of the MIME message to the command on stdin. You can change this
+   behavior by using %s as a parameter to your view command. This will cause
+   Mutt-ng to save the body of the MIME message to a temporary file, and then
+   call the view command with the %s replaced by the name of the temporary
+   file. In both cases, Mutt-ng will turn over the terminal to the view
+   program until the program quits, at which time Mutt will remove the
+   temporary file if it exists.
+
+   So, in the simplest form, you can send a text/plain message to the
+   external pager more on stdin:
+
+ text/plain; more
+
+   Or, you could send the message as a file:
+
+ text/plain; more %s
+
+   Perhaps you would like to use lynx to interactively view a text/html
+   message:
+
+ text/html; lynx %s
+
+   In this case, lynx does not support viewing a file from stdin, so you must
+   use the %s syntax. Note: Some older versions of lynx contain a bug where
+   they will check the mailcap file for a viewer for text/html. They will
+   find the line which calls lynx, and run it. This causes lynx to
+   continuously spawn itself to view the object.
+
+   On the other hand, maybe you don't want to use lynx interactively, you
+   just want to have it convert the text/html to text/plain, then you can
+   use:
+
+ text/html; lynx -dump %s | more
+
+   Perhaps you wish to use lynx to view text/html files, and a pager on all
+   other text formats, then you would use the following:
+
+ text/html; lynx %s
+ text/*; more
+
+   This is the simplest form of a mailcap file.
+
+  3.2. Secure use of mailcap
+
+   The interpretation of shell meta-characters embedded in MIME parameters
+   can lead to security problems in general. Mutt-ng tries to quote
+   parameters in expansion of %s syntaxes properly, and avoids risky
+   characters by substituting them, see the mailcap-sanitize variable.
+
+   Although mutt's procedures to invoke programs with mailcap seem to be
+   safe, there are other applications parsing mailcap, maybe taking less care
+   of it. Therefore you should pay attention to the following rules:
+
+   Keep the %-expandos away from shell quoting. Don't quote them with single
+   or double quotes. Mutt-ng does this for you, the right way, as should any
+   other program which interprets mailcap. Don't put them into backtick
+   expansions. Be highly careful with eval statements, and avoid them if
+   possible at all. Trying to fix broken behaviour with quotes introduces new
+   leaks - there is no alternative to correct quoting in the first place.
+
+   If you have to use the %-expandos' values in context where you need
+   quoting or backtick expansions, put that value into a shell variable and
+   reference the shell variable where necessary, as in the following example
+   (using $charset inside the backtick expansion is safe, since it is not
+   itself subject to any further expansion):
+
+ text/test-mailcap-bug; cat %s; copiousoutput; test=charset=%{charset} \
+         && test "`echo $charset | tr '[A-Z]' '[a-z]'`" != iso-8859-1
+
+  3.3. Advanced mailcap Usage
+
+    3.3.1. Optional Fields
+
+   In addition to the required content-type and view command fields, you can
+   add semi-colon ';' separated fields to set flags and other options.
+   Mutt-ng recognizes the following optional fields:
+
+   copiousoutput
+
+           This flag tells Mutt-ng that the command passes possibly large
+           amounts of text on stdout. This causes Mutt-ng to invoke a pager
+           (either the internal pager or the external pager defined by the
+           pager variable) on the output of the view command. Without this
+           flag, Mutt-ng assumes that the command is interactive. One could
+           use this to replace the pipe to more in the lynx -dump example in
+           the Basic section:
+
+ text/html; lynx -dump %s ; copiousoutput
+
+           This will cause lynx to format the text/html output as text/plain
+           and Mutt-ng will use your standard pager to display the results.
+
+   needsterminal
+
+           Mutt-ng uses this flag when viewing attachments with auto-view, in
+           order to decide whether it should honor the setting of the
+           wait-key variable or not. When an attachment is viewed using an
+           interactive program, and the corresponding mailcap entry has a
+           needsterminal flag, Mutt-ng will use wait-key and the exit status
+           of the program to decide if it will ask you to press a key after
+           the external program has exited. In all other situations it will
+           not prompt you for a key.
+
+   compose=<command>
+
+           This flag specifies the command to use to create a new attachment
+           of a specific MIME type. Mutt-ng supports this from the compose
+           menu.
+
+   composetyped=<command>
+
+           This flag specifies the command to use to create a new attachment
+           of a specific MIME type. This command differs from the compose
+           command in that mutt will expect standard MIME headers on the
+           data. This can be used to specify parameters, filename,
+           description, etc. for a new attachment. Mutt-ng supports this from
+           the compose menu.
+
+   print=<command>
+
+           This flag specifies the command to use to print a specific MIME
+           type. Mutt-ng supports this from the attachment and compose menus.
+
+   edit=<command>
+
+           This flag specifies the command to use to edit a specific MIME
+           type. Mutt-ng supports this from the compose menu, and also uses
+           it to compose new attachments. Mutt-ng will default to the defined
+           editor for text attachments.
+
+   nametemplate=<template>
+
+           This field specifies the format for the file denoted by %s in the
+           command fields. Certain programs will require a certain file
+           extension, for instance, to correctly view a file. For instance,
+           lynx will only interpret a file as text/html if the file ends in
+           .html. So, you would specify lynx as a text/html viewer with a
+           line in the mailcap file like:
+
+ text/html; lynx %s; nametemplate=%s.html
+
+   test=<command>
+
+           This field specifies a command to run to test whether this mailcap
+           entry should be used. The command is defined with the command
+           expansion rules defined in the next section. If the command
+           returns 0, then the test passed, and Mutt-ng uses this entry. If
+           the command returns non-zero, then the test failed, and Mutt-ng
+           continues searching for the right entry. Note: the content-type
+           must match before Mutt-ng performs the test. For example:
+
+ text/html; netscape -remote 'openURL(%s)' ; test=RunningX
+ text/html; lynx %s
+
+           In this example, Mutt-ng will run the program RunningX which will
+           return 0 if the X Window manager is running, and non-zero if it
+           isn't. If RunningX returns 0, then Mutt-ng will call netscape to
+           display the text/html object. If RunningX doesn't return 0, then
+           Mutt-ng will go on to the next entry and use lynx to display the
+           text/html object.
+
+    3.3.2. Search Order
+
+   When searching for an entry in the mailcap file, Mutt-ng will search for
+   the most useful entry for its purpose. For instance, if you are attempting
+   to print an image/gif, and you have the following entries in your mailcap
+   file, Mutt-ng will search for an entry with the print command:
+
+ image/*;        xv %s
+ image/gif;      ; print= anytopnm %s | pnmtops | lpr; \
+                 nametemplate=%s.gif
+
+   Mutt-ng will skip the image/* entry and use the image/gif entry with the
+   print command.
+
+   In addition, you can use this with auto-view to denote two commands for
+   viewing an attachment, one to be viewed automatically, the other to be
+   viewed interactively from the attachment menu. In addition, you can then
+   use the test feature to determine which viewer to use interactively
+   depending on your environment.
+
+ text/html;      netscape -remote 'openURL(%s)' ; test=RunningX
+ text/html;      lynx %s; nametemplate=%s.html
+ text/html;      lynx -dump %s; nametemplate=%s.html; copiousoutput
+
+   For auto-view, Mutt-ng will choose the third entry because of the
+   copiousoutput tag. For interactive viewing, Mutt will run the program
+   RunningX to determine if it should use the first entry. If the program
+   returns non-zero, Mutt-ng will use the second entry for interactive
+   viewing.
+
+    3.3.3. Command Expansion
+
+   The various commands defined in the mailcap files are passed to the
+   /bin/sh shell using the system() function. Before the command is passed to
+   /bin/sh -c, it is parsed to expand various special parameters with
+   information from Mutt-ng. The keywords Mutt-ng expands are:
+
+   %s
+
+           As seen in the basic mailcap section, this variable is expanded to
+           a filename specified by the calling program. This file contains
+           the body of the message to view/print/edit or where the composing
+           program should place the results of composition. In addition, the
+           use of this keyword causes Mutt-ng to not pass the body of the
+           message to the view/print/edit program on stdin.
+
+   %t
+
+           Mutt-ng will expand %t to the text representation of the content
+           type of the message in the same form as the first parameter of the
+           mailcap definition line, ie text/html or image/gif.
+
+   %{<parameter>}
+
+           Mutt-ng will expand this to the value of the specified parameter
+           from the Content-Type: line of the mail message. For instance, if
+           Your mail message contains:
+
+ Content-Type: text/plain; charset=iso-8859-1
+
+           then Mutt-ng will expand %{charset} to iso-8859-1. The default
+           metamail mailcap file uses this feature to test the charset to
+           spawn an xterm using the right charset to view the message.
+
+   \%
+
+           This will be replaced by a %
+
+   Mutt-ng does not currently support the %F and %n keywords specified in RFC
+   1524. The main purpose of these parameters is for multipart messages,
+   which is handled internally by Mutt-ng.
+
+  3.4. Example mailcap files
+
+   This mailcap file is fairly simple and standard:
+
+ >
+ # I'm always running X :)
+ video/*;        xanim %s > /dev/null
+ image/*;        xv %s > /dev/null
+
+ # I'm always running netscape (if my computer had more memory, maybe)
+ text/html;      netscape -remote 'openURL(%s)'
+
+   This mailcap file shows quite a number of examples:
+
+ # Use xanim to view all videos   Xanim produces a header on startup,
+ # send that to /dev/null so I don't see it
+ video/*;        xanim %s > /dev/null
+
+ # Send html to a running netscape by remote
+ text/html;      netscape -remote 'openURL(%s)'; test=RunningNetscape
+
+ # If I'm not running netscape but I am running X, start netscape on the
+ # object
+ text/html;      netscape %s; test=RunningX
+
+ # Else use lynx to view it as text
+ text/html;      lynx %s
+
+ # This version would convert the text/html to text/plain
+ text/html;      lynx -dump %s; copiousoutput
 
-1. Using MIME in Mutt
+ # I use enscript to print text in two columns to a page
+ text/*;         more %s; print=enscript -2Gr %s
 
-   There are three areas/menus in Mutt-ng which deal with MIME, they are the pager (while viewing a message), the attachment menu and the compose menu.
+ # Netscape adds a flag to tell itself to view jpegs internally
+ image/jpeg;xv %s; x-mozilla-flags=internal
 
-1.1. Viewing MIME messages in the pager
+ # Use xv to view images if I'm running X
+ # In addition, this uses the \ to extend the line and set my editor
+ # for images
+ image/*;xv %s; test=RunningX; \
+         edit=xpaint %s
 
-   When you select a message from the index and view it in the pager, Mutt decodes the message to a text representation. Mutt-ng internally supports a number of MIME types, including text/plain, text/enriched, message/rfc822, and message/news. In addition, the export controlled version of Mutt-ng recognizes a variety of PGP MIME types, including PGP/MIME and application/pgp.
+ # Convert images to text using the netpbm tools
+ image/*;  (anytopnm %s | pnmscale -xysize 80 46 | ppmtopgm | pgmtopbm |
+ pbmtoascii -1x2 ) 2>&1 ; copiousoutput
 
-   Mutt-ng will denote attachments with a couple lines describing them. These lines are of the form:
-[-- Attachment #1: Description --]
-[-- Type: text/plain, Encoding: 7bit, Size: 10000 --]
+ # Send excel spreadsheets to my NT box
+ application/ms-excel; open.pl %s
 
-   Where the Description is the description or filename given for the attachment, and the Encoding is one of 7bit/8bit/quoted-printable/base64/binary.
+4. MIME Autoview
 
-   If Mutt-ng cannot deal with a MIME type, it will display a message like:
-[-- image/gif is unsupported (use 'v' to view this part) --]
+   In addition to explicitly telling Mutt-ng to view an attachment with the
+   MIME viewer defined in the mailcap file, Mutt-ng has support for
+   automatically viewing MIME attachments while in the pager.
 
-1.2. The Attachment Menu
+   To work, you must define a viewer in the mailcap file which uses the
+   copiousoutput option to denote that it is non-interactive. Usually, you
+   also use the entry to convert the attachment to a text representation
+   which you can view in the pager.
 
-   The default binding for view-attachments is `v', which displays the attachment menu for a message. The attachment menu displays a list of the attachments in a message. From the attachment menu, you can save, print, pipe, delete, and view attachments. You can apply these operations to a group of attachments at once, by tagging the attachments and by using the ``tag-prefix'' operator. You can also reply to the current message from this menu, and only the current attachment (or the attachments tagged) will be quoted in your reply. You can view attachments as text, or view them using the mailcap viewer definition.
+   You then use the auto_view muttrc command to list the content-types that
+   you wish to view automatically.
 
-   Finally, you can apply the usual message-related functions (like resend-message, and the reply and forward functions) to attachments of type message/rfc822.
+   For instance, if you set auto_view to:
 
-   See the help on the attachment menu for more information.
+ auto_view text/html application/x-gunzip application/postscript image/gif application/x-tar-gz
 
-1.3. The Compose Menu
+   Mutt-ng could use the following mailcap entries to automatically view
+   attachments of these types.
 
-   The compose menu is the menu you see before you send a message. It allows you to edit the recipient list, the subject, and other aspects of your message. It also contains a list of the attachments of your message, including the main body. From this menu, you can print, copy, filter, pipe, edit, compose, review, and rename an attachment or a list of tagged attachments. You can also modifying the attachment information, notably the type, encoding and description.
+ text/html;      lynx -dump %s; copiousoutput; nametemplate=%s.html
+ image/*;        anytopnm %s | pnmscale -xsize 80 -ysize 50 | ppmtopgm | pgmtopbm | pbmtoascii ; copiousoutput
+ application/x-gunzip;   gzcat; copiousoutput
+ application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput
+ application/postscript; ps2ascii %s; copiousoutput
 
-   Attachments appear as follows:
--   1 [text/plain, 7bit, 1K]             /tmp/mutt-euler-8082-0 <no description>
-    2 [applica/x-gunzip, base64, 422K]   ~/src/mutt-0.85.tar.gz <no description>
+   ``unauto_view'' can be used to remove previous entries from the autoview
+   list. This can be used with message-hook to autoview messages based on
+   size, etc. ``unauto_view *'' will remove all previous entries.
 
-   The '-' denotes that Mutt-ng will delete the file after sending (or postponing, or canceling) the message. It can be toggled with the toggle-unlink command (default: u). The next field is the MIME content-type, and can be changed with the edit-type command (default: ^T). The next field is the encoding for the attachment, which allows a binary message to be encoded for transmission on 7bit links. It can be changed with the edit-encoding command (default: ^E). The next field is the size of the attachment, rounded to kilobytes or megabytes. The next field is the filename, which can be changed with the rename-file command (default: R). The final field is the description of the attachment, and can be changed with the edit-description command (default: d).
+5. MIME Multipart/Alternative
 
-2. MIME Type configuration with mime.types
+   Mutt-ng has some heuristics for determining which attachment of a
+   multipart/alternative type to display. First, mutt will check the
+   alternative_order list to determine if one of the available types is
+   preferred. The alternative_order list consists of a number of MIME types
+   in order, including support for implicit and explicit wildcards, for
+   example:
 
-   When you add an attachment to your mail message, Mutt-ng searches your personal mime.types file at ${HOME}/.mime.types, and then the system mime.types file at /usr/local/share/mutt/mime.types or /etc/mime.types
+ alternative_order text/enriched text/plain text application/postscript image/*
 
-   The mime.types file consist of lines containing a MIME type and a space separated list of extensions. For example:
-application/postscript          ps eps
-application/pgp                 pgp
-audio/x-aiff                    aif aifc aiff
+   Next, mutt will check if any of the types have a defined auto-view, and
+   use that. Failing that, Mutt-ng will look for any text type. As a last
+   attempt, mutt will look for any type it knows how to handle.
 
-   A sample mime.types file comes with the Mutt-ng distribution, and should contain most of the MIME types you are likely to use.
+   To remove a MIME type from the alternative_order list, use the
+   unalternative_order command.
 
-   If Mutt-ng can not determine the mime type by the extension of the file you attach, it will look at the file. If the file is free of binary information, Mutt-ng will assume that the file is plain text, and mark it as text/plain. If the file contains binary information, then Mutt-ng will mark it as application/octet-stream. You can change the MIME type that Mutt-ng assigns to an attachment by using the edit-type command from the compose menu (default: ^T). The MIME type is actually a major mime type followed by the sub-type, separated by a '/'. 6 major types: application, text, image, video, audio, and model have been approved after various internet discussions. Mutt-ng recognises all of these if the appropriate entry is found in the mime.types file. It also recognises other major mime types, such as the chemical type that is widely used in the molecular modelling community to pass molecular data in various forms to various molecular viewers. Non-recognised mime types should only
-   be used if the recipient of the message is likely to be expecting such attachments.
+6. MIME Lookup
 
-3. MIME Viewer configuration with mailcap
+   Mutt-ng's mime_lookup list specifies a list of mime-types that should not
+   be treated according to their mailcap entry. This option is designed to
+   deal with binary types such as application/octet-stream. When an
+   attachment's mime-type is listed in mime_lookup, then the extension of the
+   filename will be compared to the list of extensions in the mime.types
+   file. The mime-type associated with this extension will then be used to
+   process the attachment according to the rules in the mailcap file and
+   according to any other configuration options (such as auto_view)
+   specified. Common usage would be:
 
-   Mutt-ng supports RFC 1524 MIME Configuration, in particular the Unix specific format specified in Appendix A of RFC 1524. This file format is commonly referred to as the mailcap format. Many MIME compliant programs utilize the mailcap format, allowing you to specify handling for all MIME types in one place for all programs. Programs known to use this format include Netscape, XMosaic, lynx and metamail.
+ mime_lookup application/octet-stream application/X-Lotus-Manuscript
 
-   In order to handle various MIME types that Mutt-ng can not handle internally, Mutt-ng parses a series of external configuration files to find an external handler. The default search string for these files is a colon delimited list set to
-${HOME}/.mailcap:/usr/local/share/mutt/mailcap:/etc/mailcap:/etc/mailcap:/usr/etc/mailcap:/usr/local/etc/mailcap
+   In addition, the unmime_lookup command may be used to disable this feature
+   for any particular mime-type if it had been set, for example, in a global
+   muttrc.
 
-   where $HOME is your home directory.
+Chapter 6. Security Considerations
 
-   In particular, the metamail distribution will install a mailcap file, usually as /usr/local/etc/mailcap, which contains some baseline entries.
+   Table of Contents
 
-3.1. The Basics of the mailcap file
+   1. Passwords
 
-   A mailcap file consists of a series of lines which are comments, blank, or definitions.
+   2. Temporary Files
 
-   A comment line consists of a # character followed by anything you want.
+   3. Information Leaks
 
-   A blank line is blank.
+                3.1. Message-ID: headers
 
-   A definition line consists of a content type, a view command, and any number of optional fields. Each field of a definition line is divided by a semicolon ';' character.
+                3.2. mailto:-style links
 
-   The content type is specified in the MIME standard type/subtype method. For example, text/plain, text/html, image/gif, etc. In addition, the mailcap format includes two formats for wildcards, one using the special '*' subtype, the other is the implicit wild, where you only include the major type. For example, image/*, or video, will match all image types and video types, respectively.
+   4. External applications
 
-   The view command is a Unix command for viewing the type specified. There are two different types of commands supported. The default is to send the body of the MIME message to the command on stdin. You can change this behavior by using %s as a parameter to your view command. This will cause Mutt-ng to save the body of the MIME message to a temporary file, and then call the view command with the %s replaced by the name of the temporary file. In both cases, Mutt-ng will turn over the terminal to the view program until the program quits, at which time Mutt will remove the temporary file if it exists.
+                4.1. mailcap
 
-   So, in the simplest form, you can send a text/plain message to the external pager more on stdin:
-text/plain; more
+                4.2. Other
 
-   Or, you could send the message as a file:
-text/plain; more %s
+   First of all, mutt-ng contains no security holes included by intention but
+   may contain unknown security holes. As a consequence, please run mutt-ng
+   only with as few permissions as possible.
 
-   Perhaps you would like to use lynx to interactively view a text/html message:
-text/html; lynx %s
+   Please do not run mutt-ng as the super user.
 
-   In this case, lynx does not support viewing a file from stdin, so you must use the %s syntax. Note: Some older versions of lynx contain a bug where they will check the mailcap file for a viewer for text/html. They will find the line which calls lynx, and run it. This causes lynx to continuously spawn itself to view the object.
+   When configuring mutt-ng, there're some points to note about secure
+   setups.
 
-   On the other hand, maybe you don't want to use lynx interactively, you just want to have it convert the text/html to text/plain, then you can use:
-text/html; lynx -dump %s | more
+   In practice, mutt-ng can be easily made as vulnerable as even the most
+   insecure mail user agents (in their default configuration) just by
+   changing mutt-ng's configuration files: it then can execute arbitrary
+   programs and scripts attached to messages, send out private data on its
+   own, etc. Although this is not believed to the common type of setup,
+   please read this chapter carefully.
 
-   Perhaps you wish to use lynx to view text/html files, and a pager on all other text formats, then you would use the following:
-text/html; lynx %s
-text/*; more
+1. Passwords
 
-   This is the simplest form of a mailcap file.
+   Although mutt-ng can be told the various passwords for accounts, please
+   never store passwords in configuration files. Besides the fact that the
+   system's operator can always read them, you could forget to replace the
+   actual password with asterisks when reporting a bug or asking for help
+   via, for example, a mailing list so that your mail including your password
+   could be archived by internet search engines, etc. Please never store
+   passwords on disk.
 
-3.2. Secure use of mailcap
+2. Temporary Files
 
-   The interpretation of shell meta-characters embedded in MIME parameters can lead to security problems in general. Mutt-ng tries to quote parameters in expansion of %s syntaxes properly, and avoids risky characters by substituting them, see the mailcap-sanitize variable.
+   Mutt-ng uses many temporary files for viewing messages, verifying digital
+   signatures, etc. The umask variable can be used to change the default
+   permissions of these files. Please only change it if you really know what
+   you are doing. Also, a different location for these files may be desired
+   which can be changed via the tmpdir variable.
 
-   Although mutt's procedures to invoke programs with mailcap seem to be safe, there are other applications parsing mailcap, maybe taking less care of it. Therefore you should pay attention to the following rules:
+3. Information Leaks
 
-   Keep the %-expandos away from shell quoting. Don't quote them with single or double quotes. Mutt-ng does this for you, the right way, as should any other program which interprets mailcap. Don't put them into backtick expansions. Be highly careful with eval statements, and avoid them if possible at all. Trying to fix broken behaviour with quotes introduces new leaks - there is no alternative to correct quoting in the first place.
+  3.1. Message-ID: headers
 
-   If you have to use the %-expandos' values in context where you need quoting or backtick expansions, put that value into a shell variable and reference the shell variable where necessary, as in the following example (using $charset inside the backtick expansion is safe, since it is not itself subject to any further expansion):
-text/test-mailcap-bug; cat %s; copiousoutput; test=charset=%{charset} \
-        && test "`echo $charset | tr '[A-Z]' '[a-z]'`" != iso-8859-1
+   In the default configuration, mutt-ng will leak some information to the
+   outside world when sending messages: the generation of Message-ID: headers
+   includes a step counter which is increased (and rotated) with every
+   message sent. If you'd like to hide this information probably telling
+   others how many mail you sent in which time, you at least need to remove
+   the %P expando from the default setting of the msgid-format variable.
+   Please make sure that you really know how local parts of these Message-ID:
+   headers are composed.
 
-3.3. Advanced mailcap Usage
+  3.2. mailto:-style links
 
-3.3.1. Optional Fields
+   As mutt-ng be can be set up to be the mail client to handle mailto: style
+   links in websites, there're security considerations, too. To keep the old
+   behavior by default, mutt-ng will be strict in interpreting them which
+   means that arbitrary header fields can be embedded in these links which
+   could override existing header fields or attach arbitrary files. This may
+   be problematic if the edit-headers variable is unset, i.e. the user
+   doesn't want to see header fields while editing the message.
 
-   In addition to the required content-type and view command fields, you can add semi-colon ';' separated fields to set flags and other options. Mutt-ng recognizes the following optional fields:
+   For example, following a link like
 
-   copiousoutput
-          This flag tells Mutt-ng that the command passes possibly large amounts of text on stdout. This causes Mutt-ng to invoke a pager (either the internal pager or the external pager defined by the pager variable) on the output of the view command. Without this flag, Mutt-ng assumes that the command is interactive. One could use this to replace the pipe to more in the lynx -dump example in the Basic section:
+ mailto:joe@host?Attach=~/.gnupg/secring.gpg
 
-text/html; lynx -dump %s ; copiousoutput
+   will send out the user's private gnupg keyring to joe@host if the user
+   doesn't follow the information on screen carefully enough.
 
-          This will cause lynx to format the text/html output as text/plain and Mutt-ng will use your standard pager to display the results.
+   When unsetting the strict-mailto variable, mutt-ng will
 
-   needsterminal
-          Mutt-ng uses this flag when viewing attachments with auto-view, in order to decide whether it should honor the setting of the wait-key variable or not. When an attachment is viewed using an interactive program, and the corresponding mailcap entry has a needsterminal flag, Mutt-ng will use wait-key and the exit status of the program to decide if it will ask you to press a key after the external program has exited. In all other situations it will not prompt you for a key.
+     o be less strict when interpreting these links by prepending a X-Mailto-
+       string to all header fields embedded in such a link and
 
-   compose=<command>
-          This flag specifies the command to use to create a new attachment of a specific MIME type. Mutt-ng supports this from the compose menu.
+     o turn on the edit-headers variable by force to let the user see all the
+       headers (because they still may leak information.)
 
-   composetyped=<command>
-          This flag specifies the command to use to create a new attachment of a specific MIME type. This command differs from the compose command in that mutt will expect standard MIME headers on the data. This can be used to specify parameters, filename, description, etc. for a new attachment. Mutt-ng supports this from the compose menu.
+4. External applications
 
-   print=<command>
-          This flag specifies the command to use to print a specific MIME type. Mutt-ng supports this from the attachment and compose menus.
+   Mutt-ng in many places has to rely on external applications or for
+   convenience supports mechanisms involving external applications.
 
-   edit=<command>
-          This flag specifies the command to use to edit a specific MIME type. Mutt-ng supports this from the compose menu, and also uses it to compose new attachments. Mutt-ng will default to the defined editor for text attachments.
+  4.1. mailcap
 
-   nametemplate=<template>
-          This field specifies the format for the file denoted by %s in the command fields. Certain programs will require a certain file extension, for instance, to correctly view a file. For instance, lynx will only interpret a file as text/html if the file ends in .html. So, you would specify lynx as a text/html viewer with a line in the mailcap file like:
+   One of these is the mailcap mechanism as defined by RfC 1524. Mutt-ng can
+   be set up to automatically execute any given utility as listed in one of
+   the mailcap files (see the mailcap-path variable for details.)
 
-text/html; lynx %s; nametemplate=%s.html
+   These utilities may have a variety of security vulnerabilities, including
+   overwriting of arbitrary files, information leaks or other exploitable
+   bugs. These vulnerabilities may go unnoticed by the user, especially when
+   they are called automatically (and without interactive prompting) from the
+   mailcap file(s). When using mutt-ng's autoview mechanism in combination
+   with mailcap files, please be sure to...
 
-   test=<command>
-          This field specifies a command to run to test whether this mailcap entry should be used. The command is defined with the command expansion rules defined in the next section. If the command returns 0, then the test passed, and Mutt-ng uses this entry. If the command returns non-zero, then the test failed, and Mutt-ng continues searching for the right entry. Note: the content-type must match before Mutt-ng performs the test. For example:
+     o manually select trustworth applications with a reasonable calling
+       sequence
 
-text/html; netscape -remote 'openURL(%s)' ; test=RunningX
-text/html; lynx %s
+     o periodically check the contents of mailcap files, especially after
+       software installations or upgrades
 
-          In this example, Mutt-ng will run the program RunningX which will return 0 if the X Window manager is running, and non-zero if it isn't. If RunningX returns 0, then Mutt-ng will call netscape to display the text/html object. If RunningX doesn't return 0, then Mutt-ng will go on to the next entry and use lynx to display the text/html object.
+     o keep the software packages referenced in the mailcap file up to date
 
-3.3.2. Search Order
+     o leave the mailcap-sanitize variable in its default state to restrict
+       mailcap expandos to a safe set of characters
 
-   When searching for an entry in the mailcap file, Mutt-ng will search for the most useful entry for its purpose. For instance, if you are attempting to print an image/gif, and you have the following entries in your mailcap file, Mutt-ng will search for an entry with the print command:
-image/*;        xv %s
-image/gif;      ; print= anytopnm %s | pnmtops | lpr; \
-                nametemplate=%s.gif
+  4.2. Other
 
-   Mutt-ng will skip the image/* entry and use the image/gif entry with the print command.
+   Besides the mailcap mechanism, mutt-ng uses a number of other external
+   utilities for operation.
 
-   In addition, you can use this with auto-view to denote two commands for viewing an attachment, one to be viewed automatically, the other to be viewed interactively from the attachment menu. In addition, you can then use the test feature to determine which viewer to use interactively depending on your environment.
-text/html;      netscape -remote 'openURL(%s)' ; test=RunningX
-text/html;      lynx %s; nametemplate=%s.html
-text/html;      lynx -dump %s; nametemplate=%s.html; copiousoutput
+   The same security considerations apply for these as for tools involved via
+   mailcap (for example, mutt-ng is vulnerable to Denial of Service Attacks
+   with compressed folders support if the uncompressed mailbox is too large
+   for the disk it is saved to.)
 
-   For auto-view, Mutt-ng will choose the third entry because of the copiousoutput tag. For interactive viewing, Mutt will run the program RunningX to determine if it should use the first entry. If the program returns non-zero, Mutt-ng will use the second entry for interactive viewing.
+   As already noted, most of these problems are not built in but caused by
+   wrong configuration, so please check your configuration.
 
-3.3.3. Command Expansion
+Chapter 7. Reference
 
-   The various commands defined in the mailcap files are passed to the /bin/sh shell using the system() function. Before the command is passed to /bin/sh -c, it is parsed to expand various special parameters with information from Mutt-ng. The keywords Mutt-ng expands are:
+   Table of Contents
 
-   %s
-          As seen in the basic mailcap section, this variable is expanded to a filename specified by the calling program. This file contains the body of the message to view/print/edit or where the composing program should place the results of composition. In addition, the use of this keyword causes Mutt-ng to not pass the body of the message to the view/print/edit program on stdin.
+   1. Command line options
 
-   %t
-          Mutt-ng will expand %t to the text representation of the content type of the message in the same form as the first parameter of the mailcap definition line, ie text/html or image/gif.
+   2. Patterns
 
-   %{<parameter>}
-          Mutt-ng will expand this to the value of the specified parameter from the Content-Type: line of the mail message. For instance, if Your mail message contains:
+   3. Configuration Commands
 
-Content-Type: text/plain; charset=iso-8859-1
+   4. Configuration variables
 
-          then Mutt-ng will expand %{charset} to iso-8859-1. The default metamail mailcap file uses this feature to test the charset to spawn an xterm using the right charset to view the message.
+   5. Functions
 
-   \%
-          This will be replaced by a %
+                5.1. generic
 
-   Mutt-ng does not currently support the %F and %n keywords specified in RFC 1524. The main purpose of these parameters is for multipart messages, which is handled internally by Mutt-ng.
+                5.2. index
 
-3.4. Example mailcap files
+                5.3. pager
 
-   This mailcap file is fairly simple and standard:
->
-# I'm always running X :)
-video/*;        xanim %s > /dev/null
-image/*;        xv %s > /dev/null
+                5.4. alias
 
-# I'm always running netscape (if my computer had more memory, maybe)
-text/html;      netscape -remote 'openURL(%s)'
+                5.5. query
 
-   This mailcap file shows quite a number of examples:
-# Use xanim to view all videos   Xanim produces a header on startup,
-# send that to /dev/null so I don't see it
-video/*;        xanim %s > /dev/null
+                5.6. attach
 
-# Send html to a running netscape by remote
-text/html;      netscape -remote 'openURL(%s)'; test=RunningNetscape
+                5.7. compose
 
-# If I'm not running netscape but I am running X, start netscape on the
-# object
-text/html;      netscape %s; test=RunningX
+                5.8. postpone
 
-# Else use lynx to view it as text
-text/html;      lynx %s
+                5.9. browser
 
-# This version would convert the text/html to text/plain
-text/html;      lynx -dump %s; copiousoutput
+                5.10. pgp
 
-# I use enscript to print text in two columns to a page
-text/*;         more %s; print=enscript -2Gr %s
+                5.11. editor
 
-# Netscape adds a flag to tell itself to view jpegs internally
-image/jpeg;xv %s; x-mozilla-flags=internal
+1. Command line options
 
-# Use xv to view images if I'm running X
-# In addition, this uses the \ to extend the line and set my editor
-# for images
-image/*;xv %s; test=RunningX; \
-        edit=xpaint %s
+   Running mutt with no arguments will make Mutt-ng attempt to read your
+   spool mailbox. However, it is possible to read other mailboxes and to send
+   messages from the command line as well.
+
+ -A      expand an alias
+ -a      attach a file to a message
+ -b      specify a blind carbon-copy (BCC) address
+ -c      specify a carbon-copy (Cc) address
+ -e      specify a config command to be run after initialization files are read
+ -f      specify a mailbox to load
+ -F      specify an alternate file to read initialization commands
+ -h      print help on command line options
+ -H      specify a draft file from which to read a header and body
+ -i      specify a file to include in a message composition
+ -m      specify a default mailbox type
+ -n      do not read the system Muttngrc
+ -p      recall a postponed message
+ -Q      query a configuration variable
+ -R      open mailbox in read-only mode
+ -s      specify a subject (enclose in quotes if it contains spaces)
+ -t      dump the value of all variables to stdout
+ -T      dump the value of all changed variables to stdout
+ -v      show version number and compile-time definitions
+ -x      simulate the mailx(1) compose mode
+ -y      show a menu containing the files specified by the mailboxes command
+ -z      exit immediately if there are no messages in the mailbox
+ -Z      open the first folder with new message,exit immediately if none
 
-# Convert images to text using the netpbm tools
-image/*;  (anytopnm %s | pnmscale -xysize 80 46 | ppmtopgm | pgmtopbm |
-pbmtoascii -1x2 ) 2>&1 ; copiousoutput
+   To read messages in a mailbox
 
-# Send excel spreadsheets to my NT box
-application/ms-excel; open.pl %s
+   mutt [ -nz ] [ -F muttrc ] [ -m type ] [ -f mailbox ]
 
-4. MIME Autoview
+   To compose a new message
 
-   In addition to explicitly telling Mutt-ng to view an attachment with the MIME viewer defined in the mailcap file, Mutt-ng has support for automatically viewing MIME attachments while in the pager.
+   mutt [ -n ] [ -F muttrc ] [ -a file ] [ -c address ] [ -i filename ] [ -s
+   subject ] address [ address ... ]
 
-   To work, you must define a viewer in the mailcap file which uses the copiousoutput option to denote that it is non-interactive. Usually, you also use the entry to convert the attachment to a text representation which you can view in the pager.
+   Mutt-ng also supports a ``batch'' mode to send prepared messages. Simply
+   redirect input from the file you wish to send. For example,
 
-   You then use the auto_view muttrc command to list the content-types that you wish to view automatically.
+   mutt -s "data set for run #2" professor@bigschool.edu < ˜/run2.dat
 
-   For instance, if you set auto_view to:
-auto_view text/html application/x-gunzip application/postscript image/gif application/x-tar-gz
+   This command will send a message to ``professor@bigschool.edu'' with a
+   subject of ``data set for run #2''. In the body of the message will be the
+   contents of the file ``˜/run2.dat''.
 
-   Mutt-ng could use the following mailcap entries to automatically view attachments of these types.
-text/html;      lynx -dump %s; copiousoutput; nametemplate=%s.html
-image/*;        anytopnm %s | pnmscale -xsize 80 -ysize 50 | ppmtopgm | pgmtopbm | pbmtoascii ; copiousoutput
-application/x-gunzip;   gzcat; copiousoutput
-application/x-tar-gz; gunzip -c %s | tar -tf - ; copiousoutput
-application/postscript; ps2ascii %s; copiousoutput
+2. Patterns
 
-   ``unauto_view'' can be used to remove previous entries from the autoview list. This can be used with message-hook to autoview messages based on size, etc. ``unauto_view *'' will remove all previous entries.
+ ~A              all messages
+ ~b EXPR         messages which contain EXPR in the message body
+ ~B EXPR         messages which contain EXPR in the whole message
+ ~c USER         messages carbon-copied to USER
+ ~C EXPR         message is either to: or cc: EXPR
+ ~D              deleted messages
+ ~d [MIN]-[MAX]  messages with ``date-sent'' in a Date range
+ ~E              expired messages
+ ~e EXPR         message which contains EXPR in the ``Sender'' field
+ ~F              flagged messages
+ ~f USER         messages originating from USER
+ ~g              cryptographically signed messages
+ ~G              cryptographically encrypted messages
+ ~H EXPR         messages with a spam attribute matching EXPR
+ ~h EXPR         messages which contain EXPR in the message header
+ ~k              message contains PGP key material
+ ~i ID           message which match ID in the ``Message-ID'' field
+ ~L EXPR         message is either originated or received by EXPR
+ ~l              message is addressed to a known mailing list
+ ~m [MIN]-[MAX]  message in the range MIN to MAX *)
+ ~M              multipart messages
+ ~n [MIN]-[MAX]  messages with a score in the range MIN to MAX *)
+ ~N              new messages
+ ~O              old messages
+ ~p              message is addressed to you (consults alternates)
+ ~P              message is from you (consults alternates)
+ ~Q              messages which have been replied to
+ ~R              read messages
+ ~r [MIN]-[MAX]  messages with ``date-received'' in a Date range
+ ~S              superseded messages
+ ~s SUBJECT      messages having SUBJECT in the ``Subject'' field.
+ ~T              tagged messages
+ ~t USER         messages addressed to USER
+ ~U              unread messages
+ ~v              message is part of a collapsed thread.
+ ~V              cryptographically verified messages
+ ~w EXPR         messages which contain EXPR in the `Newsgroups' field
+                 (if compiled with NNTP support)
+ ~x EXPR         messages which contain EXPR in the `References' field
+ ~y EXPR         messages which contain EXPR in the `X-Label' field
+ ~z [MIN]-[MAX]  messages with a size in the range MIN to MAX *)
+ ~=              duplicated messages (see $duplicate_threads)
+ ~$              unreferenced messages (requires threaded view)
+ ~*              ``From'' contains realname and (syntactically) valid
+                 address (excluded are addresses matching against
+                 alternates or any alias)
+
+   Where EXPR, USER, ID, and SUBJECT are regexp. Special attention has to be
+   made when using regular expressions inside of patterns. Specifically,
+   Mutt-ng's parser for these patterns will strip one level of backslash (\),
+   which is normally used for quoting. If it is your intention to use a
+   backslash in the regular expression, you will need to use two backslashes
+   instead (\\).
 
-5. MIME Multipart/Alternative
+   *) The forms <[MAX], >[MIN], [MIN]- and -[MAX] are allowed, too.
 
-   Mutt-ng has some heuristics for determining which attachment of a multipart/alternative type to display. First, mutt will check the alternative_order list to determine if one of the available types is preferred. The alternative_order list consists of a number of MIME types in order, including support for implicit and explicit wildcards, for example:
-alternative_order text/enriched text/plain text application/postscript image/*
+3. Configuration Commands
 
-   Next, mutt will check if any of the types have a defined auto-view, and use that. Failing that, Mutt-ng will look for any text type. As a last attempt, mutt will look for any type it knows how to handle.
+   The following are the commands understood by mutt.
 
-   To remove a MIME type from the alternative_order list, use the unalternative_order command.
+     o account-hook pattern command
 
-6. MIME Lookup
+     o alias key address [ , address, ... ]
 
-   Mutt-ng's mime_lookup list specifies a list of mime-types that should not be treated according to their mailcap entry. This option is designed to deal with binary types such as application/octet-stream. When an attachment's mime-type is listed in mime_lookup, then the extension of the filename will be compared to the list of extensions in the mime.types file. The mime-type associated with this extension will then be used to process the attachment according to the rules in the mailcap file and according to any other configuration options (such as auto_view) specified. Common usage would be:
-mime_lookup application/octet-stream application/X-Lotus-Manuscript
+     o alias [ * | key ... ]
 
-   In addition, the unmime_lookup command may be used to disable this feature for any particular mime-type if it had been set, for example, in a global muttrc.
+     o alternates regexp [ regexp ... ]
 
-Chapter 6. Security Considerations
+     o alternates [ * | regexp ... ]
 
-   Table of Contents
+     o alternative-order mimetype [ mimetype ... ]
 
-   1. Passwords
-   2. Temporary Files
-   3. Information Leaks
+     o alternative-order mimetype [ mimetype ... ]
 
-        3.1. Message-ID: headers
-        3.2. mailto:-style links
+     o append-hook regexp command
 
-   4. External applications
+     o auto-view mimetype [ mimetype ... ]
 
-        4.1. mailcap
-        4.2. Other
+     o auto-view mimetype [ mimetype ... ]
 
-   First of all, mutt-ng contains no security holes included by intention but may contain unknown security holes. As a consequence, please run mutt-ng only with as few permissions as possible.
+     o bind map key function
 
-   Please do not run mutt-ng as the super user.
+     o charset-hook alias charset
 
-   When configuring mutt-ng, there're some points to note about secure setups.
+     o close-hook regexp command
 
-   In practice, mutt-ng can be easily made as vulnerable as even the most insecure mail user agents (in their default configuration) just by changing mutt-ng's configuration files: it then can execute arbitrary programs and scripts attached to messages, send out private data on its own, etc. Although this is not believed to the common type of setup, please read this chapter carefully.
+     o color object foreground background [ regexp ]
 
-1. Passwords
+     o color index pattern [ pattern ... ]
 
-   Although mutt-ng can be told the various passwords for accounts, please never store passwords in configuration files. Besides the fact that the system's operator can always read them, you could forget to replace the actual password with asterisks when reporting a bug or asking for help via, for example, a mailing list so that your mail including your password could be archived by internet search engines, etc. Please never store passwords on disk.
+     o exec function [ function ... ]
 
-2. Temporary Files
+     o fcc-hook pattern mailbox
 
-   Mutt-ng uses many temporary files for viewing messages, verifying digital signatures, etc. The umask variable can be used to change the default permissions of these files. Please only change it if you really know what you are doing. Also, a different location for these files may be desired which can be changed via the tmpdir variable.
+     o fcc-save-hook pattern mailbox
 
-3. Information Leaks
+     o folder-hook pattern command
 
-3.1. Message-ID: headers
+     o hdr-order header [ header ... ]
 
-   In the default configuration, mutt-ng will leak some information to the outside world when sending messages: the generation of Message-ID: headers includes a step counter which is increased (and rotated) with every message sent. If you'd like to hide this information probably telling others how many mail you sent in which time, you at least need to remove the %P expando from the default setting of the msgid-format variable. Please make sure that you really know how local parts of these Message-ID: headers are composed.
+     o hdr-order header [ header ... ]
 
-3.2. mailto:-style links
+     o charset-hook charset local-charset
 
-   As mutt-ng be can be set up to be the mail client to handle mailto: style links in websites, there're security considerations, too. To keep the old behavior by default, mutt-ng will be strict in interpreting them which means that arbitrary header fields can be embedded in these links which could override existing header fields or attach arbitrary files. This may be problematic if the edit-headers variable is unset, i.e. the user doesn't want to see header fields while editing the message.
+     o ignore pattern [ pattern ... ]
 
-   For example, following a link like
-mailto:joe@host?Attach=~/.gnupg/secring.gpg
+     o ignore pattern [ pattern ... ]
 
-   will send out the user's private gnupg keyring to joe@host if the user doesn't follow the information on screen carefully enough.
+     o lists regexp [ regexp ... ]
 
-   When unsetting the strict-mailto variable, mutt-ng will
-     * be less strict when interpreting these links by prepending a X-Mailto- string to all header fields embedded in such a link and
-     * turn on the edit-headers variable by force to let the user see all the headers (because they still may leak information.)
+     o lists regexp [ regexp ... ]
 
-4. External applications
+     o macro menu key sequence [ description ]
 
-   Mutt-ng in many places has to rely on external applications or for convenience supports mechanisms involving external applications.
+     o mailboxes filename [ filename ... ]
 
-4.1. mailcap
+     o mbox-hook pattern mailbox
 
-   One of these is the mailcap mechanism as defined by RfC 1524. Mutt-ng can be set up to automatically execute any given utility as listed in one of the mailcap files (see the mailcap-path variable for details.)
+     o message-hook pattern command
 
-   These utilities may have a variety of security vulnerabilities, including overwriting of arbitrary files, information leaks or other exploitable bugs. These vulnerabilities may go unnoticed by the user, especially when they are called automatically (and without interactive prompting) from the mailcap file(s). When using mutt-ng's autoview mechanism in combination with mailcap files, please be sure to...
-     * manually select trustworth applications with a reasonable calling sequence
-     * periodically check the contents of mailcap files, especially after software installations or upgrades
-     * keep the software packages referenced in the mailcap file up to date
-     * leave the mailcap-sanitize variable in its default state to restrict mailcap expandos to a safe set of characters
+     o mime-lookup mimetype [ mimetype ... ]
 
-4.2. Other
+     o mime-lookup mimetype [ mimetype ... ]
 
-   Besides the mailcap mechanism, mutt-ng uses a number of other external utilities for operation.
+     o color object attribute [ regexp ]
 
-   The same security considerations apply for these as for tools involved via mailcap (for example, mutt-ng is vulnerable to Denial of Service Attacks with compressed folders support if the uncompressed mailbox is too large for the disk it is saved to.)
+     o color index pattern [ pattern ... ]
 
-   As already noted, most of these problems are not built in but caused by wrong configuration, so please check your configuration.
+     o my-hdr string
 
-Chapter 7. Reference
+     o my-hdr field [ field ... ]
 
-   Table of Contents
+     o open-hook regexp command
 
-   1. Command line options
-   2. Patterns
-   3. Configuration Commands
-   4. Configuration variables
-   5. Functions
+     o crypt-hook pattern key-id
 
-        5.1. generic
-        5.2. index
-        5.3. pager
-        5.4. alias
-        5.5. query
-        5.6. attach
-        5.7. compose
-        5.8. postpone
-        5.9. browser
-        5.10. pgp
-        5.11. editor
+     o push string
 
-1. Command line options
+     o set variable [variable ... ]
 
-   Running mutt with no arguments will make Mutt-ng attempt to read your spool mailbox. However, it is possible to read other mailboxes and to send messages from the command line as well.
--A      expand an alias
--a      attach a file to a message
--b      specify a blind carbon-copy (BCC) address
--c      specify a carbon-copy (Cc) address
--e      specify a config command to be run after initialization files are read
--f      specify a mailbox to load
--F      specify an alternate file to read initialization commands
--h      print help on command line options
--H      specify a draft file from which to read a header and body
--i      specify a file to include in a message composition
--m      specify a default mailbox type
--n      do not read the system Muttngrc
--p      recall a postponed message
--Q      query a configuration variable
--R      open mailbox in read-only mode
--s      specify a subject (enclose in quotes if it contains spaces)
--t      dump the value of all variables to stdout
--T      dump the value of all changed variables to stdout
--v      show version number and compile-time definitions
--x      simulate the mailx(1) compose mode
--y      show a menu containing the files specified by the mailboxes command
--z      exit immediately if there are no messages in the mailbox
--Z      open the first folder with new message,exit immediately if none
+     o save-hook regexp filename
 
-   To read messages in a mailbox
+     o score-command pattern value
 
-   mutt [ -nz ] [ -F muttrc ] [ -m type ] [ -f mailbox ]
+     o score-command pattern [ pattern ... ]
 
-   To compose a new message
+     o send-hook regexp command
 
-   mutt [ -n ] [ -F muttrc ] [ -a file ] [ -c address ] [ -i filename ] [ -s subject ] address [ address ... ]
+     o reply-hook regexp command
 
-   Mutt-ng also supports a ``batch'' mode to send prepared messages. Simply redirect input from the file you wish to send. For example,
+     o set [no|inv]variable[=value] [ variable ... ]
 
-   mutt -s "data set for run #2" professor@bigschool.edu < ˜/run2.dat
+     o set variable [variable ... ]
 
-   This command will send a message to ``professor@bigschool.edu'' with a subject of ``data set for run #2''. In the body of the message will be the contents of the file ``˜/run2.dat''.
+     o source filename
 
-2. Patterns
+     o spam pattern format
 
-~A              all messages
-~b EXPR         messages which contain EXPR in the message body
-~B EXPR         messages which contain EXPR in the whole message
-~c USER         messages carbon-copied to USER
-~C EXPR         message is either to: or cc: EXPR
-~D              deleted messages
-~d [MIN]-[MAX]  messages with ``date-sent'' in a Date range
-~E              expired messages
-~e EXPR         message which contains EXPR in the ``Sender'' field
-~F              flagged messages
-~f USER         messages originating from USER
-~g              cryptographically signed messages
-~G              cryptographically encrypted messages
-~H EXPR         messages with a spam attribute matching EXPR
-~h EXPR         messages which contain EXPR in the message header
-~k              message contains PGP key material
-~i ID           message which match ID in the ``Message-ID'' field
-~L EXPR         message is either originated or received by EXPR
-~l              message is addressed to a known mailing list
-~m [MIN]-[MAX]  message in the range MIN to MAX *)
-~M              multipart messages
-~n [MIN]-[MAX]  messages with a score in the range MIN to MAX *)
-~N              new messages
-~O              old messages
-~p              message is addressed to you (consults alternates)
-~P              message is from you (consults alternates)
-~Q              messages which have been replied to
-~R              read messages
-~r [MIN]-[MAX]  messages with ``date-received'' in a Date range
-~S              superseded messages
-~s SUBJECT      messages having SUBJECT in the ``Subject'' field.
-~T              tagged messages
-~t USER         messages addressed to USER
-~U              unread messages
-~v              message is part of a collapsed thread.
-~V              cryptographically verified messages
-~w EXPR         messages which contain EXPR in the `Newsgroups' field
-                (if compiled with NNTP support)
-~x EXPR         messages which contain EXPR in the `References' field
-~y EXPR         messages which contain EXPR in the `X-Label' field
-~z [MIN]-[MAX]  messages with a size in the range MIN to MAX *)
-~=              duplicated messages (see $duplicate_threads)
-~$              unreferenced messages (requires threaded view)
-~*              ``From'' contains realname and (syntactically) valid
-                address (excluded are addresses matching against
-                alternates or any alias)
-
-   Where EXPR, USER, ID, and SUBJECT are regexp. Special attention has to be made when using regular expressions inside of patterns. Specifically, Mutt-ng's parser for these patterns will strip one level of backslash (\), which is normally used for quoting. If it is your intention to use a backslash in the regular expression, you will need to use two backslashes instead (\\).
+     o spam pattern
 
-   *) The forms <[MAX], >[MIN], [MIN]- and -[MAX] are allowed, too.
+     o lists regexp [ regexp ... ]
 
-3. Configuration Commands
+     o lists regexp [ regexp ... ]
 
-   The following are the commands understood by mutt.
-     * account-hook pattern command
-     * alias key address [ , address, ... ]
-     * alias [ * | key ... ]
-     * alternates regexp [ regexp ... ]
-     * alternates [ * | regexp ... ]
-     * alternative-order mimetype [ mimetype ... ]
-     * alternative-order mimetype [ mimetype ... ]
-     * append-hook regexp command
-     * auto-view mimetype [ mimetype ... ]
-     * auto-view mimetype [ mimetype ... ]
-     * bind map key function
-     * charset-hook alias charset
-     * close-hook regexp command
-     * color object foreground background [ regexp ]
-     * color index pattern [ pattern ... ]
-     * exec function [ function ... ]
-     * fcc-hook pattern mailbox
-     * fcc-save-hook pattern mailbox
-     * folder-hook pattern command
-     * hdr-order header [ header ... ]
-     * hdr-order header [ header ... ]
-     * charset-hook charset local-charset
-     * ignore pattern [ pattern ... ]
-     * ignore pattern [ pattern ... ]
-     * lists regexp [ regexp ... ]
-     * lists regexp [ regexp ... ]
-     * macro menu key sequence [ description ]
-     * mailboxes filename [ filename ... ]
-     * mbox-hook pattern mailbox
-     * message-hook pattern command
-     * mime-lookup mimetype [ mimetype ... ]
-     * mime-lookup mimetype [ mimetype ... ]
-     * color object attribute [ regexp ]
-     * color index pattern [ pattern ... ]
-     * my-hdr string
-     * my-hdr field [ field ... ]
-     * open-hook regexp command
-     * crypt-hook pattern key-id
-     * push string
-     * set variable [variable ... ]
-     * save-hook regexp filename
-     * score-command pattern value
-     * score-command pattern [ pattern ... ]
-     * send-hook regexp command
-     * reply-hook regexp command
-     * set [no|inv]variable[=value] [ variable ... ]
-     * set variable [variable ... ]
-     * source filename
-     * spam pattern format
-     * spam pattern
-     * lists regexp [ regexp ... ]
-     * lists regexp [ regexp ... ]
-     * set variable [variable ... ]
-     * unhook hook-type
+     o set variable [variable ... ]
+
+     o unhook hook-type
 
 4. Configuration variables
 
-   The following list contains all variables which, in the process of providing more consistency, have been renamed and are partially even removed already. The left column contains the old synonym variables, the right column the full/new name:
-
-edit_hdrs               edit_headers
-forw_decode             forward_decode
-forw_format             forward_format
-forw_quote              forward_quote
-hdr_format              index_format
-indent_str              indent_string
-mime_fwd                mime_forward
-msg_format              message_format
-pgp_autosign            crypt_autosign
-pgp_autoencrypt         crypt_autoencrypt
-pgp_replyencrypt        crypt_replyencrypt
-pgp_replysign           crypt_replysign
-pgp_replysignencrypted  crypt_replysignencrypted
-pgp_verify_sig          crypt_verify_sig
-pgp_create_traditional  pgp_autoinline
-pgp_auto_traditional    pgp_replyinline
-forw_decrypt            forward_decrypt
-smime_sign_as           smime_default_key
-post_indent_str         post_indent_string
-print_cmd               print_command
-shorten_hierarchy       sidebar_shorten_hierarchy
-ask_followup_to         nntp_ask_followup_to
-ask_x_comment_to        nntp_ask_x_comment_to
-catchup_newsgroup       nntp_catchup
-followup_to_poster      nntp_followup_to_poster
-group_index_format      nntp_group_index_format
-inews                   nntp_inews
-mime_subject            nntp_mime_subject
-news_cache_dir          nntp_cache_dir
-news_server             nntp_host
-newsrc                  nntp_newsrc
-nntp_poll               nntp_mail_check
-pop_checkinterval       pop_mail_check
-post_moderated          nntp_post_moderated
-save_unsubscribed       nntp_save_unsubscribed
-show_new_news           nntp_show_new_news
-show_only_unread        nntp_show_only_unread
-x_comment_to            nntp_x_comment_to
-smtp_auth_username      smtp_user
-smtp_auth_password      smtp_pass
-
-   The contrib subdirectory contains a script named update-config.pl which eases migration.
+   The following list contains all variables which, in the process of
+   providing more consistency, have been renamed and are partially even
+   removed already. The left column contains the old synonym variables, the
+   right column the full/new name:
+
+ edit_hdrs               edit_headers
+ forw_decode             forward_decode
+ forw_format             forward_format
+ forw_quote              forward_quote
+ hdr_format              index_format
+ indent_str              indent_string
+ mime_fwd                mime_forward
+ msg_format              message_format
+ pgp_autosign            crypt_autosign
+ pgp_autoencrypt         crypt_autoencrypt
+ pgp_replyencrypt        crypt_replyencrypt
+ pgp_replysign           crypt_replysign
+ pgp_replysignencrypted  crypt_replysignencrypted
+ pgp_verify_sig          crypt_verify_sig
+ pgp_create_traditional  pgp_autoinline
+ pgp_auto_traditional    pgp_replyinline
+ forw_decrypt            forward_decrypt
+ smime_sign_as           smime_default_key
+ post_indent_str         post_indent_string
+ print_cmd               print_command
+ shorten_hierarchy       sidebar_shorten_hierarchy
+ ask_followup_to         nntp_ask_followup_to
+ ask_x_comment_to        nntp_ask_x_comment_to
+ catchup_newsgroup       nntp_catchup
+ followup_to_poster      nntp_followup_to_poster
+ group_index_format      nntp_group_index_format
+ inews                   nntp_inews
+ mime_subject            nntp_mime_subject
+ news_cache_dir          nntp_cache_dir
+ news_server             nntp_host
+ newsrc                  nntp_newsrc
+ nntp_poll               nntp_mail_check
+ pop_checkinterval       pop_mail_check
+ post_moderated          nntp_post_moderated
+ save_unsubscribed       nntp_save_unsubscribed
+ show_new_news           nntp_show_new_news
+ show_only_unread        nntp_show_only_unread
+ x_comment_to            nntp_x_comment_to
+ smtp_auth_username      smtp_user
+ smtp_auth_password      smtp_pass
+
+   The contrib subdirectory contains a script named update-config.pl which
+   eases migration.
 
    A complete list of current variables follows.
 
@@ -2906,9 +5041,14 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This variable specifies whether to abort sending if no attachment was made but the content references them, i.e. the content matches the regular expression given in $attach_remind_regexp. If a match was found and this variable is set to yes, message sending will be aborted but the mail will be send nevertheless if set to no.
+   This variable specifies whether to abort sending if no attachment was made
+   but the content references them, i.e. the content matches the regular
+   expression given in $attach_remind_regexp. If a match was found and this
+   variable is set to yes, message sending will be aborted but the mail will
+   be send nevertheless if set to no.
 
-   This variable and $attach_remind_regexp are intended to remind the user to attach files if the message's text references them.
+   This variable and $attach_remind_regexp are intended to remind the user to
+   attach files if the message's text references them.
 
    See also the $attach_remind_regexp variable.
 
@@ -2918,7 +5058,10 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   If set to yes, when composing messages and no subject is given at the subject prompt, composition will be aborted. If set to no, composing messages with no subject given at the subject prompt will never be aborted.
+   If set to yes, when composing messages and no subject is given at the
+   subject prompt, composition will be aborted. If set to no, composing
+   messages with no subject given at the subject prompt will never be
+   aborted.
 
 3. abort_unmodified
 
@@ -2926,7 +5069,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set to yes, composition will automatically abort after editing the message body if no changes are made to the file (this check only happens after the first edit of the file). When set to no, composition will never be aborted.
+   If set to yes, composition will automatically abort after editing the
+   message body if no changes are made to the file (this check only happens
+   after the first edit of the file). When set to no, composition will never
+   be aborted.
 
 4. agent_string
 
@@ -2934,7 +5080,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will add a ``User-Agent:'' header to outgoing messages, indicating which version of Mutt-ng was used for composing them.
+   When set, Mutt-ng will add a ``User-Agent:'' header to outgoing messages,
+   indicating which version of Mutt-ng was used for composing them.
 
 5. alias_file
 
@@ -2942,9 +5089,11 @@ smtp_auth_password      smtp_pass
 
    Default: "˜/.muttngrc"
 
-   The default file in which to save aliases created by the ``create-alias'' function.
+   The default file in which to save aliases created by the ``create-alias''
+   function.
 
-   Note: Mutt-ng will not automatically source this file; you must explicitly use the `` source'' command for it to be executed.
+   Note: Mutt-ng will not automatically source this file; you must explicitly
+   use the `` source'' command for it to be executed.
 
 6. alias_format
 
@@ -2952,22 +5101,28 @@ smtp_auth_password      smtp_pass
 
    Default: "%4n %2f %t %-10a %r"
 
-   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:
 
    %a
-          alias name
+
+           alias name
 
    %f
-          flags - currently, a "d" for an alias marked for deletion
+
+           flags - currently, a "d" for an alias marked for deletion
 
    %n
-          index number
+
+           index number
 
    %r
-          address which alias expands to
+
+           address which alias expands to
 
    %t
-          character which indicates if the alias is tagged for inclusion
+
+           character which indicates if the alias is tagged for inclusion
 
 7. allow_8bit
 
@@ -2975,7 +5130,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls whether 8-bit data is converted to 7-bit using either quoted-printable or base64 encoding when sending mail.
+   Controls whether 8-bit data is converted to 7-bit using either
+   quoted-printable or base64 encoding when sending mail.
 
 8. allow_ansi
 
@@ -2983,7 +5139,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Controls whether ANSI color codes in messages (and color tags in rich text messages) are to be interpreted. Messages containing these codes are rare, but if this option is set, their text will be colored accordingly. Note that this may override your color choices, and even present a security problem, since a message could include a line like ``[-- PGP output follows ..." and give it the same color as your attachment color.
+   Controls whether ANSI color codes in messages (and color tags in rich text
+   messages) are to be interpreted. Messages containing these codes are rare,
+   but if this option is set, their text will be colored accordingly. Note
+   that this may override your color choices, and even present a security
+   problem, since a message could include a line like ``[-- PGP output
+   follows ..." and give it the same color as your attachment color.
 
 9. arrow_cursor
 
@@ -2991,7 +5152,11 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, an arrow (``->'') will be used to indicate the current entry in menus instead of highlighting the whole line. On slow network or modem links this will make response faster because there is less that has to be redrawn on the screen when moving to the next or previous entries in the menu.
+   When set, an arrow (``->'') will be used to indicate the current entry in
+   menus instead of highlighting the whole line. On slow network or modem
+   links this will make response faster because there is less that has to be
+   redrawn on the screen when moving to the next or previous entries in the
+   menu.
 
 10. ascii_chars
 
@@ -2999,7 +5164,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, Mutt-ng will use plain ASCII characters when displaying thread and attachment trees, instead of the default ACS characters.
+   If set, Mutt-ng will use plain ASCII characters when displaying thread and
+   attachment trees, instead of the default ACS characters.
 
 11. askbcc
 
@@ -3007,7 +5173,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, Mutt-ng will prompt you for blind-carbon-copy (Bcc) recipients before editing an outgoing message.
+   If set, Mutt-ng will prompt you for blind-carbon-copy (Bcc) recipients
+   before editing an outgoing message.
 
 12. askcc
 
@@ -3015,7 +5182,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, Mutt-ng will prompt you for carbon-copy (Cc) recipients before editing the body of an outgoing message.
+   If set, Mutt-ng will prompt you for carbon-copy (Cc) recipients before
+   editing the body of an outgoing message.
 
 13. assumed_charset
 
@@ -3023,13 +5191,19 @@ smtp_auth_password      smtp_pass
 
    Default: "us-ascii"
 
-   This variable is a colon-separated list of character encoding schemes for messages without character encoding indication. Header field values and message body content without character encoding indication would be assumed that they are written in one of this list. By default, all the header fields and message body without any charset indication are assumed to be in us-ascii.
+   This variable is a colon-separated list of character encoding schemes for
+   messages without character encoding indication. Header field values and
+   message body content without character encoding indication would be
+   assumed that they are written in one of this list. By default, all the
+   header fields and message body without any charset indication are assumed
+   to be in us-ascii.
 
    For example, Japanese users might prefer this:
 
    set assumed_charset="iso-2022-jp:euc-jp:shift_jis:utf-8"
 
-   However, only the first content is valid for the message body. This variable is valid only if $strict_mime is unset.
+   However, only the first content is valid for the message body. This
+   variable is valid only if $strict_mime is unset.
 
 14. attach_format
 
@@ -3037,55 +5211,72 @@ smtp_auth_password      smtp_pass
 
    Default: "%u%D%I %t%4n %T%.40d%> [%.7m/%.10M, %.6e%?C?, %C?, %s] "
 
-   This variable describes the format of the ``attachment'' menu. The following printf(3)-style sequences are understood:
+   This variable describes the format of the ``attachment'' menu. The
+   following printf(3)-style sequences are understood:
 
    %C
-          charset
+
+           charset
 
    %c
-          requires charset conversion (n or c)
+
+           requires charset conversion (n or c)
 
    %D
-          deleted flag
+
+           deleted flag
 
    %d
-          description
+
+           description
 
    %e
-          MIME Content-Transfer-Encoding: header field
+
+           MIME Content-Transfer-Encoding: header field
 
    %f
-          filename
+
+           filename
 
    %I
-          MIME Content-Disposition: header field (I=inline, A=attachment)
+
+           MIME Content-Disposition: header field (I=inline, A=attachment)
 
    %m
-          major MIME type
+
+           major MIME type
 
    %M
-          MIME subtype
+
+           MIME subtype
 
    %n
-          attachment number
+
+           attachment number
 
    %s
-          size
+
+           size
 
    %t
-          tagged flag
+
+           tagged flag
 
    %T
-          graphic tree characters
+
+           graphic tree characters
 
    %u
-          unlink (=to delete) flag
+
+           unlink (=to delete) flag
 
    %>X
-          right justify the rest of the string and pad with character "X"
+
+           right justify the rest of the string and pad with character "X"
 
    %|X
-          pad to the end of the line with character "X"
+
+           pad to the end of the line with character "X"
 
 15. attach_remind_regexp
 
@@ -3093,9 +5284,12 @@ smtp_auth_password      smtp_pass
 
    Default: "attach"
 
-   If this variable is non-empty, muttng will scan a message's contents before sending for this regular expression. If it is found, it will ask for what to do depending on the setting of $abort_noattach.
+   If this variable is non-empty, muttng will scan a message's contents
+   before sending for this regular expression. If it is found, it will ask
+   for what to do depending on the setting of $abort_noattach.
 
-   This variable and $abort_noattach are intended to remind the user to attach files if the message's text references them.
+   This variable and $abort_noattach are intended to remind the user to
+   attach files if the message's text references them.
 
 16. attach_sep
 
@@ -3103,7 +5297,8 @@ smtp_auth_password      smtp_pass
 
    Default: "\n"
 
-   The separator to add between attachments when operating (saving, printing, piping, etc) on a list of tagged attachments.
+   The separator to add between attachments when operating (saving, printing,
+   piping, etc) on a list of tagged attachments.
 
 17. attach_split
 
@@ -3111,7 +5306,11 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If this variable is unset, when operating (saving, printing, piping, etc) on a list of tagged attachments, Mutt-ng will concatenate the attachments and will operate on them as a single attachment. The ``$attach_sep'' separator is added after each attachment. When set, Mutt-ng will operate on the attachments one by one.
+   If this variable is unset, when operating (saving, printing, piping, etc)
+   on a list of tagged attachments, Mutt-ng will concatenate the attachments
+   and will operate on them as a single attachment. The ``$attach_sep''
+   separator is added after each attachment. When set, Mutt-ng will operate
+   on the attachments one by one.
 
 18. attribution
 
@@ -3119,7 +5318,9 @@ smtp_auth_password      smtp_pass
 
    Default: "On %d, %n wrote:"
 
-   This is the string that will precede a message which has been included in a reply. For a full listing of defined printf(3)-like sequences see the section on ``$index_format''.
+   This is the string that will precede a message which has been included in
+   a reply. For a full listing of defined printf(3)-like sequences see the
+   section on ``$index_format''.
 
 19. auto_tag
 
@@ -3127,7 +5328,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, functions in the index menu which affect a message will be applied to all tagged messages (if there are any). When unset, you must first use the ``tag-prefix'' function (default: ";") to make the next function apply to all tagged messages.
+   When set, functions in the index menu which affect a message will be
+   applied to all tagged messages (if there are any). When unset, you must
+   first use the ``tag-prefix'' function (default: ";") to make the next
+   function apply to all tagged messages.
 
 20. autoedit
 
@@ -3135,7 +5339,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set along with ``$edit_headers'', Mutt-ng will skip the initial send-menu and allow you to immediately begin editing the body of your message. The send-menu may still be accessed once you have finished editing the body of your message.
+   When set along with ``$edit_headers'', Mutt-ng will skip the initial
+   send-menu and allow you to immediately begin editing the body of your
+   message. The send-menu may still be accessed once you have finished
+   editing the body of your message.
 
    Also see ``$fast_reply''.
 
@@ -3153,7 +5360,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When this variable is set, Mutt-ng will beep whenever it prints a message notifying you of new mail. This is independent of the setting of the ``$beep'' variable.
+   When this variable is set, Mutt-ng will beep whenever it prints a message
+   notifying you of new mail. This is independent of the setting of the
+   ``$beep'' variable.
 
 23. bounce
 
@@ -3161,7 +5370,10 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   Controls whether you will be asked to confirm bouncing messages. If set to yes you don't get asked if you want to bounce a message. Setting this variable to no is not generally useful, and thus not recommended, because you are unable to bounce messages.
+   Controls whether you will be asked to confirm bouncing messages. If set to
+   yes you don't get asked if you want to bounce a message. Setting this
+   variable to no is not generally useful, and thus not recommended, because
+   you are unable to bounce messages.
 
 24. bounce_delivered
 
@@ -3169,7 +5381,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When this variable is set, Mutt-ng will include Delivered-To: header fields when bouncing messages. Postfix users may wish to unset this variable.
+   When this variable is set, Mutt-ng will include Delivered-To: header
+   fields when bouncing messages. Postfix users may wish to unset this
+   variable.
 
 25. braille_friendly
 
@@ -3177,7 +5391,11 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When this variable is set, mutt will place the cursor at the beginning of the current line in menus, even when the arrow_cursor variable is unset, making it easier for blind persons using Braille displays to follow these menus. The option is disabled by default because many visual terminals don't permit making the cursor invisible.
+   When this variable is set, mutt will place the cursor at the beginning of
+   the current line in menus, even when the arrow_cursor variable is unset,
+   making it easier for blind persons using Braille displays to follow these
+   menus. The option is disabled by default because many visual terminals
+   don't permit making the cursor invisible.
 
 26. certificate_file
 
@@ -3187,9 +5405,14 @@ smtp_auth_password      smtp_pass
 
    Availability: SSL or GNUTLS
 
-   This variable specifies the file where the certificates you trust are saved. When an unknown certificate is encountered, you are asked if you accept it or not. If you accept it, the certificate can also be saved in this file and further connections are automatically accepted.
+   This variable specifies the file where the certificates you trust are
+   saved. When an unknown certificate is encountered, you are asked if you
+   accept it or not. If you accept it, the certificate can also be saved in
+   this file and further connections are automatically accepted.
 
-   You can also manually add CA certificates in this file. Any server certificate that is signed with one of these CA certificates are also automatically accepted.
+   You can also manually add CA certificates in this file. Any server
+   certificate that is signed with one of these CA certificates are also
+   automatically accepted.
 
    Example: set certificate_file=˜/.muttng/certificates
 
@@ -3209,7 +5432,11 @@ smtp_auth_password      smtp_pass
 
    Note: this option only affects maildir and MH style mailboxes.
 
-   When set, Mutt-ng will check for new mail delivered while the mailbox is open. Especially with MH mailboxes, this operation can take quite some time since it involves scanning the directory and checking each file to see if it has already been looked at. If it's unset, no check for new mail is performed while the mailbox is open.
+   When set, Mutt-ng will check for new mail delivered while the mailbox is
+   open. Especially with MH mailboxes, this operation can take quite some
+   time since it involves scanning the directory and checking each file to
+   see if it has already been looked at. If it's unset, no check for new mail
+   is performed while the mailbox is open.
 
 29. collapse_unread
 
@@ -3217,7 +5444,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When unset, Mutt-ng will not collapse a thread if it contains any unread messages.
+   When unset, Mutt-ng will not collapse a thread if it contains any unread
+   messages.
 
 30. compose_format
 
@@ -3225,21 +5453,28 @@ smtp_auth_password      smtp_pass
 
    Default: "-- Mutt-ng: Compose [Approx. msg size: %l Atts: %a]%>-"
 
-   Controls the format of the status line displayed in the ``compose'' menu. This string is similar to ``$status_format'', but has its own set of printf(3)-like sequences:
+   Controls the format of the status line displayed in the ``compose'' menu.
+   This string is similar to ``$status_format'', but has its own set of
+   printf(3)-like sequences:
 
    %a
-          total number of attachments
+
+           total number of attachments
 
    %h
-          local hostname
+
+           local hostname
 
    %l
-          approximate size (in bytes) of the current message
+
+           approximate size (in bytes) of the current message
 
    %v
-          Mutt-ng version string
 
-   See the text describing the ``$status_format'' option for more information on how to set ``$compose_format''.
+           Mutt-ng version string
+
+   See the text describing the ``$status_format'' option for more information
+   on how to set ``$compose_format''.
 
 31. config_charset
 
@@ -3255,7 +5490,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will prompt for confirmation when appending messages to an existing mailbox.
+   When set, Mutt-ng will prompt for confirmation when appending messages to
+   an existing mailbox.
 
 33. confirmcreate
 
@@ -3263,7 +5499,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will prompt for confirmation when saving messages to a mailbox which does not yet exist before creating it.
+   When set, Mutt-ng will prompt for confirmation when saving messages to a
+   mailbox which does not yet exist before creating it.
 
 34. connect_timeout
 
@@ -3271,7 +5508,10 @@ smtp_auth_password      smtp_pass
 
    Default: 30
 
-   Causes Mutt-ng to timeout a network connection (for IMAP or POP) after this many seconds if the connection is not able to be established. A negative value causes Mutt-ng to wait indefinitely for the connection to succeed.
+   Causes Mutt-ng to timeout a network connection (for IMAP or POP) after
+   this many seconds if the connection is not able to be established. A
+   negative value causes Mutt-ng to wait indefinitely for the connection to
+   succeed.
 
 35. content_type
 
@@ -3279,7 +5519,8 @@ smtp_auth_password      smtp_pass
 
    Default: "text/plain"
 
-   Sets the default Content-Type: header field for the body of newly composed messages.
+   Sets the default Content-Type: header field for the body of newly composed
+   messages.
 
 36. copy
 
@@ -3287,7 +5528,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable controls whether or not copies of your outgoing messages will be saved for later references. Also see ``$record'', ``$save_name'', ``$force_name'' and ``fcc-hook''.
+   This variable controls whether or not copies of your outgoing messages
+   will be saved for later references. Also see ``$record'', ``$save_name'',
+   ``$force_name'' and ``fcc-hook''.
 
 37. crypt_autoencrypt
 
@@ -3295,7 +5538,13 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Setting this variable will cause Mutt-ng to always attempt to PGP encrypt outgoing messages. This is probably only useful in connection to the send-hook command. It can be overridden by use of the pgp-menu, when encryption is not required or signing is requested as well. If ``$smime_is_default'' is set, then OpenSSL is used instead to create S/MIME messages and settings can be overridden by use of the smime-menu. (Crypto only)
+   Setting this variable will cause Mutt-ng to always attempt to PGP encrypt
+   outgoing messages. This is probably only useful in connection to the
+   send-hook command. It can be overridden by use of the pgp-menu, when
+   encryption is not required or signing is requested as well. If
+   ``$smime_is_default'' is set, then OpenSSL is used instead to create
+   S/MIME messages and settings can be overridden by use of the smime-menu.
+   (Crypto only)
 
 38. crypt_autopgp
 
@@ -3303,7 +5552,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable controls whether or not Mutt-ng may automatically enable PGP encryption/signing for messages. See also ``$crypt_autoencrypt'', ``$crypt_replyencrypt'', ``$crypt_autosign'', ``$crypt_replysign'' and ``$smime_is_default''.
+   This variable controls whether or not Mutt-ng may automatically enable PGP
+   encryption/signing for messages. See also ``$crypt_autoencrypt'',
+   ``$crypt_replyencrypt'', ``$crypt_autosign'', ``$crypt_replysign'' and
+   ``$smime_is_default''.
 
 39. crypt_autosign
 
@@ -3311,7 +5563,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Setting this variable will cause Mutt-ng to always attempt to cryptographically sign outgoing messages. This can be overridden by use of the pgp-menu, when signing is not required or encryption is requested as well. If ``$smime_is_default'' is set, then OpenSSL is used instead to create S/MIME messages and settings can be overridden by use of the smime-menu. (Crypto only)
+   Setting this variable will cause Mutt-ng to always attempt to
+   cryptographically sign outgoing messages. This can be overridden by use of
+   the pgp-menu, when signing is not required or encryption is requested as
+   well. If ``$smime_is_default'' is set, then OpenSSL is used instead to
+   create S/MIME messages and settings can be overridden by use of the
+   smime-menu. (Crypto only)
 
 40. crypt_autosmime
 
@@ -3319,7 +5576,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable controls whether or not Mutt-ng may automatically enable S/MIME encryption/signing for messages. See also ``$crypt_autoencrypt'', ``$crypt_replyencrypt'', ``$crypt_autosign'', ``$crypt_replysign'' and ``$smime_is_default''.
+   This variable controls whether or not Mutt-ng may automatically enable
+   S/MIME encryption/signing for messages. See also ``$crypt_autoencrypt'',
+   ``$crypt_replyencrypt'', ``$crypt_autosign'', ``$crypt_replysign'' and
+   ``$smime_is_default''.
 
 41. crypt_replyencrypt
 
@@ -3327,7 +5587,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set, automatically PGP or OpenSSL encrypt replies to messages which are encrypted. (Crypto only)
+   If set, automatically PGP or OpenSSL encrypt replies to messages which are
+   encrypted. (Crypto only)
 
 42. crypt_replysign
 
@@ -3335,9 +5596,11 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, automatically PGP or OpenSSL sign replies to messages which are signed.
+   If set, automatically PGP or OpenSSL sign replies to messages which are
+   signed.
 
-   Note: this does not work on messages that are encrypted and signed! (Crypto only)
+   Note: this does not work on messages that are encrypted and signed!
+   (Crypto only)
 
 43. crypt_replysignencrypted
 
@@ -3345,7 +5608,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, automatically PGP or OpenSSL sign replies to messages which are encrypted. This makes sense in combination with ``$crypt_replyencrypt'', because it allows you to sign all messages which are automatically encrypted. This works around the problem noted in ``$crypt_replysign'', that Mutt-ng is not able to find out whether an encrypted message is also signed. (Crypto only)
+   If set, automatically PGP or OpenSSL sign replies to messages which are
+   encrypted. This makes sense in combination with ``$crypt_replyencrypt'',
+   because it allows you to sign all messages which are automatically
+   encrypted. This works around the problem noted in ``$crypt_replysign'',
+   that Mutt-ng is not able to find out whether an encrypted message is also
+   signed. (Crypto only)
 
 44. crypt_timestamp
 
@@ -3353,7 +5621,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set, Mutt-ng will include a time stamp in the lines surrounding PGP or S/MIME output, so spoofing such lines is more difficult. If you are using colors to mark these lines, and rely on these, you may unset this setting. (Crypto only)
+   If set, Mutt-ng will include a time stamp in the lines surrounding PGP or
+   S/MIME output, so spoofing such lines is more difficult. If you are using
+   colors to mark these lines, and rely on these, you may unset this setting.
+   (Crypto only)
 
 45. crypt_use_gpgme
 
@@ -3361,9 +5632,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This variable controls the use the GPGME enabled crypto backends. If it is set and Mutt-ng was build with gpgme support, the gpgme code for S/MIME and PGP will be used instead of the classic code.
+   This variable controls the use the GPGME enabled crypto backends. If it is
+   set and Mutt-ng was build with gpgme support, the gpgme code for S/MIME
+   and PGP will be used instead of the classic code.
 
-   Note: You need to use this option in your .muttngrc configuration file as it won't have any effect when used interactively.
+   Note: You need to use this option in your .muttngrc configuration file as
+   it won't have any effect when used interactively.
 
 46. crypt_verify_sig
 
@@ -3371,7 +5645,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If ``yes'', always attempt to verify PGP or S/MIME signatures. If ``ask'', ask whether or not to verify the signature. If ``no'', never attempt to verify cryptographic signatures. (Crypto only)
+   If ``yes'', always attempt to verify PGP or S/MIME signatures. If ``ask'',
+   ask whether or not to verify the signature. If ``no'', never attempt to
+   verify cryptographic signatures. (Crypto only)
 
 47. date_format
 
@@ -3379,9 +5655,15 @@ smtp_auth_password      smtp_pass
 
    Default: "!%a, %b %d, %Y at %I:%M:%S%p %Z"
 
-   This variable controls the format of the date printed by the ``%d'' sequence in ``$index_format''. This is passed to strftime(3) to process the date.
+   This variable controls the format of the date printed by the ``%d''
+   sequence in ``$index_format''. This is passed to strftime(3) to process
+   the date.
 
-   Unless the first character in the string is a bang (``!''), the month and week day names are expanded according to the locale specified in the variable ``$locale''. If the first character in the string is a bang, the bang is discarded, and the month and week day names in the rest of the string are expanded in the C locale (that is in US English).
+   Unless the first character in the string is a bang (``!''), the month and
+   week day names are expanded according to the locale specified in the
+   variable ``$locale''. If the first character in the string is a bang, the
+   bang is discarded, and the month and week day names in the rest of the
+   string are expanded in the C locale (that is in US English).
 
 48. debug_level
 
@@ -3391,9 +5673,12 @@ smtp_auth_password      smtp_pass
 
    Availability: debug
 
-   This variable specifies the current debug level and may be used to increase or decrease the verbosity level during runtime. It overrides the level given with the -d command line option.
+   This variable specifies the current debug level and may be used to
+   increase or decrease the verbosity level during runtime. It overrides the
+   level given with the -d command line option.
 
-   Currently, this number must be >= 0 and <= 5 and muttng must be started with -d to enable debugging at all; enabling at runtime is not possible.
+   Currently, this number must be >= 0 and <= 5 and muttng must be started
+   with -d to enable debugging at all; enabling at runtime is not possible.
 
 49. default_hook
 
@@ -3401,7 +5686,14 @@ smtp_auth_password      smtp_pass
 
    Default: "˜f %s !˜P | (˜P ˜C %s)"
 
-   This variable controls how send-hooks, message-hooks, save-hooks, and fcc-hooks will be interpreted if they are specified with only a simple regexp, instead of a matching pattern. The hooks are expanded when they are declared, so a hook will be interpreted according to the value of this variable at the time the hook is declared. The default value matches if the message is either from a user matching the regular expression given, or if it is from you (if the from address matches ``alternates'') and is to or cc'ed to a user matching the given regular expression.
+   This variable controls how send-hooks, message-hooks, save-hooks, and
+   fcc-hooks will be interpreted if they are specified with only a simple
+   regexp, instead of a matching pattern. The hooks are expanded when they
+   are declared, so a hook will be interpreted according to the value of this
+   variable at the time the hook is declared. The default value matches if
+   the message is either from a user matching the regular expression given,
+   or if it is from you (if the from address matches ``alternates'') and is
+   to or cc'ed to a user matching the given regular expression.
 
 50. delete
 
@@ -3409,7 +5701,10 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   Controls whether or not messages are really deleted when closing or synchronizing a mailbox. If set to yes, messages marked for deleting will automatically be purged without prompting. If set to no, messages marked for deletion will be kept in the mailbox.
+   Controls whether or not messages are really deleted when closing or
+   synchronizing a mailbox. If set to yes, messages marked for deleting will
+   automatically be purged without prompting. If set to no, messages marked
+   for deletion will be kept in the mailbox.
 
 51. delete_space
 
@@ -3417,9 +5712,13 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When sending messages with format=flowed by setting the $text_flowed variable, this variable specifies whether to also set the DelSp parameter to yes. If this is unset, no additional parameter will be send as a value of no already is the default behavior.
+   When sending messages with format=flowed by setting the $text_flowed
+   variable, this variable specifies whether to also set the DelSp parameter
+   to yes. If this is unset, no additional parameter will be send as a value
+   of no already is the default behavior.
 
-   Note: this variable only has an effect on outgoing messages (if $text_flowed is set) but not on incomming.
+   Note: this variable only has an effect on outgoing messages (if
+   $text_flowed is set) but not on incomming.
 
 52. delete_untag
 
@@ -3427,7 +5726,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If this option is set, Mutt-ng will untag messages when marking them for deletion. This applies when you either explicitly delete a message, or when you save it to another folder.
+   If this option is set, Mutt-ng will untag messages when marking them for
+   deletion. This applies when you either explicitly delete a message, or
+   when you save it to another folder.
 
 53. digest_collapse
 
@@ -3435,7 +5736,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If this option is set, Mutt-ng's received-attachments menu will not show the subparts of individual messages in a multipart/digest. To see these subparts, press 'v' on that menu.
+   If this option is set, Mutt-ng's received-attachments menu will not show
+   the subparts of individual messages in a multipart/digest. To see these
+   subparts, press 'v' on that menu.
 
 54. display_filter
 
@@ -3443,7 +5746,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   When set, specifies a command used to filter messages. When a message is viewed it is passed as standard input to $display_filter, and the filtered message is read from the standard output.
+   When set, specifies a command used to filter messages. When a message is
+   viewed it is passed as standard input to $display_filter, and the filtered
+   message is read from the standard output.
 
 55. dotlock_program
 
@@ -3461,9 +5766,14 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Note: you should not enable this unless you are using Sendmail 8.8.x or greater or in connection with the SMTP support via libESMTP.
+   Note: you should not enable this unless you are using Sendmail 8.8.x or
+   greater or in connection with the SMTP support via libESMTP.
 
-   This variable sets the request for when notification is returned. The string consists of a comma separated list (no spaces!) of one or more of the following: never, to never request notification, failure, to request notification on transmission failure, delay, to be notified of message delays, success, to be notified of successful transmission.
+   This variable sets the request for when notification is returned. The
+   string consists of a comma separated list (no spaces!) of one or more of
+   the following: never, to never request notification, failure, to request
+   notification on transmission failure, delay, to be notified of message
+   delays, success, to be notified of successful transmission.
 
    Example: set dsn_notify="failure,delay"
 
@@ -3473,9 +5783,12 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Note: you should not enable this unless you are using Sendmail 8.8.x or greater or in connection with the SMTP support via libESMTP.
+   Note: you should not enable this unless you are using Sendmail 8.8.x or
+   greater or in connection with the SMTP support via libESMTP.
 
-   This variable controls how much of your message is returned in DSN messages. It may be set to either hdrs to return just the message header, or full to return the full message.
+   This variable controls how much of your message is returned in DSN
+   messages. It may be set to either hdrs to return just the message header,
+   or full to return the full message.
 
    Example: set dsn_return=hdrs
 
@@ -3485,7 +5798,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable controls whether Mutt-ng, when sorting by threads, threads messages with the same Message-Id: header field together. If it is set, it will indicate that it thinks they are duplicates of each other with an equals sign in the thread diagram.
+   This variable controls whether Mutt-ng, when sorting by threads, threads
+   messages with the same Message-Id: header field together. If it is set, it
+   will indicate that it thinks they are duplicates of each other with an
+   equals sign in the thread diagram.
 
 59. edit_headers
 
@@ -3493,9 +5809,11 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This option allows you to edit the header of your outgoing messages along with the body of your message.
+   This option allows you to edit the header of your outgoing messages along
+   with the body of your message.
 
-   Which empty header fields to show is controlled by the $editor_headers option.
+   Which empty header fields to show is controlled by the $editor_headers
+   option.
 
 60. editor
 
@@ -3503,17 +5821,22 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable specifies which editor is used by Mutt-ng. It defaults to the value of the $VISUAL, or $EDITOR, environment variable, or to the string "vi" if neither of those are set.
+   This variable specifies which editor is used by Mutt-ng. It defaults to
+   the value of the $VISUAL, or $EDITOR, environment variable, or to the
+   string "vi" if neither of those are set.
 
 61. editor_headers
 
    Type: string
 
-   Default: "From: To: Cc: Bcc: Subject: Reply-To: Newsgroups: Followup-To: X-Comment-To:"
+   Default: "From: To: Cc: Bcc: Subject: Reply-To: Newsgroups: Followup-To:
+   X-Comment-To:"
 
-   If $edit_headers is set, this space-separated list specifies which non-empty header fields to edit in addition to user-defined headers.
+   If $edit_headers is set, this space-separated list specifies which
+   non-empty header fields to edit in addition to user-defined headers.
 
-   Note: if $edit_headers had to be turned on by force because $strict_mailto is unset, this option has no effect.
+   Note: if $edit_headers had to be turned on by force because $strict_mailto
+   is unset, this option has no effect.
 
 62. encode_from
 
@@ -3521,9 +5844,15 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng will quoted-printable encode messages when they contain the string ``From '' (note the trailing space) in the beginning of a line. Useful to avoid the tampering certain mail delivery and transport agents tend to do with messages.
+   When set, Mutt-ng will quoted-printable encode messages when they contain
+   the string ``From '' (note the trailing space) in the beginning of a line.
+   Useful to avoid the tampering certain mail delivery and transport agents
+   tend to do with messages.
 
-   Note: as mutt-ng currently violates RfC3676 defining format=flowed, it's <em/strongly/ advised to set this option although discouraged by the standard. Alternatively, you must take care of space-stuffing <tt/From / lines (with a trailing space) yourself.
+   Note: as mutt-ng currently violates RfC3676 defining format=flowed, it's
+   <em/strongly/ advised to set this option although discouraged by the
+   standard. Alternatively, you must take care of space-stuffing <tt/From /
+   lines (with a trailing space) yourself.
 
 63. entropy_file
 
@@ -3533,7 +5862,8 @@ smtp_auth_password      smtp_pass
 
    Availability: SSL
 
-   The file which includes random data that is used to initialize SSL library functions.
+   The file which includes random data that is used to initialize SSL library
+   functions.
 
 64. envelope_from
 
@@ -3541,7 +5871,11 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng will try to derive the message's envelope sender from the ``From:'' header field. Note that this information is passed to the sendmail command using the ``-f" command line switch, so don't set this option if you are using that switch in $sendmail yourself, or if the sendmail on your machine doesn't support that command line switch.
+   When set, Mutt-ng will try to derive the message's envelope sender from
+   the ``From:'' header field. Note that this information is passed to the
+   sendmail command using the ``-f" command line switch, so don't set this
+   option if you are using that switch in $sendmail yourself, or if the
+   sendmail on your machine doesn't support that command line switch.
 
 65. escape
 
@@ -3557,7 +5891,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, the initial prompt for recipients and subject are skipped when replying to messages, and the initial prompt for subject is skipped when forwarding messages.
+   When set, the initial prompt for recipients and subject are skipped when
+   replying to messages, and the initial prompt for subject is skipped when
+   forwarding messages.
 
    Note: this variable has no effect when the ``$autoedit'' variable is set.
 
@@ -3567,7 +5903,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable controls whether or not attachments on outgoing messages are saved along with the main body of your message.
+   This variable controls whether or not attachments on outgoing messages are
+   saved along with the main body of your message.
 
 68. fcc_clear
 
@@ -3575,7 +5912,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When this variable is set, FCCs will be stored unencrypted and unsigned, even when the actual message is encrypted and/or signed. (PGP only)
+   When this variable is set, FCCs will be stored unencrypted and unsigned,
+   even when the actual message is encrypted and/or signed. (PGP only)
 
 69. file_charset
 
@@ -3583,11 +5921,15 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable is a colon-separated list of character encoding schemes for text file attatchments. If unset, $charset value will be used instead. For example, the following configuration would work for Japanese text handling:
+   This variable is a colon-separated list of character encoding schemes for
+   text file attatchments. If unset, $charset value will be used instead. For
+   example, the following configuration would work for Japanese text
+   handling:
 
    set file_charset="iso-2022-jp:euc-jp:shift_jis:utf-8"
 
-   Note: ``iso-2022-*'' must be put at the head of the value as shown above if included.
+   Note: ``iso-2022-*'' must be put at the head of the value as shown above
+   if included.
 
 70. folder
 
@@ -3595,7 +5937,11 @@ smtp_auth_password      smtp_pass
 
    Default: "˜/Mail"
 
-   Specifies the default location of your mailboxes. A ``+'' or ``='' at the beginning of a pathname will be expanded to the value of this variable. Note that if you change this variable from the default value you need to make sure that the assignment occurs before you use ``+'' or ``='' for any other variables since expansion takes place during the ``set'' command.
+   Specifies the default location of your mailboxes. A ``+'' or ``='' at the
+   beginning of a pathname will be expanded to the value of this variable.
+   Note that if you change this variable from the default value you need to
+   make sure that the assignment occurs before you use ``+'' or ``='' for any
+   other variables since expansion takes place during the ``set'' command.
 
 71. folder_format
 
@@ -3603,43 +5949,57 @@ smtp_auth_password      smtp_pass
 
    Default: "%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f"
 
-   This variable allows you to customize the file browser display to your personal taste. This string is similar to ``$index_format'', but has its own set of printf(3)-like sequences:
+   This variable allows you to customize the file browser display to your
+   personal taste. This string is similar to ``$index_format'', but has its
+   own set of printf(3)-like sequences:
 
    %C
-          current file number
+
+           current file number
 
    %d
-          date/time folder was last modified
+
+           date/time folder was last modified
 
    %f
-          filename
+
+           filename
 
    %F
-          file permissions
+
+           file permissions
 
    %g
-          group name (or numeric gid, if missing)
+
+           group name (or numeric gid, if missing)
 
    %l
-          number of hard links
+
+           number of hard links
 
    %N
-          N if folder has new mail, blank otherwise
+
+           N if folder has new mail, blank otherwise
 
    %s
-          size in bytes
+
+           size in bytes
 
    %t
-          * if the file is tagged, blank otherwise
+
+           * if the file is tagged, blank otherwise
 
    %u
-          owner name (or numeric uid, if missing)
+
+           owner name (or numeric uid, if missing)
 
    %>X
-          right justify the rest of the string and pad with character "X"
+
+           right justify the rest of the string and pad with character "X"
 
    %|X
-          pad to the end of the line with character "X"
+
+           pad to the end of the line with character "X"
 
 72. followup_to
 
@@ -3647,9 +6007,20 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls whether or not the Mail-Followup-To: header field is generated when sending mail. When set, Mutt-ng will generate this field when you are replying to a known mailing list, specified with the ``subscribe'' or ``lists'' commands or detected by common mailing list headers.
-
-   This field has two purposes. First, preventing you from receiving duplicate copies of replies to messages which you send to mailing lists. Second, ensuring that you do get a reply separately for any messages sent to known lists to which you are not subscribed. The header will contain only the list's address for subscribed lists, and both the list address and your own email address for unsubscribed lists. Without this header, a group reply to your message sent to a subscribed list will be sent to both the list and your address, resulting in two copies of the same email for you.
+   Controls whether or not the Mail-Followup-To: header field is generated
+   when sending mail. When set, Mutt-ng will generate this field when you are
+   replying to a known mailing list, specified with the ``subscribe'' or
+   ``lists'' commands or detected by common mailing list headers.
+
+   This field has two purposes. First, preventing you from receiving
+   duplicate copies of replies to messages which you send to mailing lists.
+   Second, ensuring that you do get a reply separately for any messages sent
+   to known lists to which you are not subscribed. The header will contain
+   only the list's address for subscribed lists, and both the list address
+   and your own email address for unsubscribed lists. Without this header, a
+   group reply to your message sent to a subscribed list will be sent to both
+   the list and your address, resulting in two copies of the same email for
+   you.
 
 73. force_buffy_check
 
@@ -3657,9 +6028,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, it causes Mutt-ng to check for new mail when the buffy-list command is invoked. When unset, buffy_list will just list all mailboxes which are already known to have new mail.
+   When set, it causes Mutt-ng to check for new mail when the buffy-list
+   command is invoked. When unset, buffy_list will just list all mailboxes
+   which are already known to have new mail.
 
-   Also see the following variables: ``$timeout'', ``$mail_check'' and ``$imap_mail_check''.
+   Also see the following variables: ``$timeout'', ``$mail_check'' and
+   ``$imap_mail_check''.
 
 74. force_name
 
@@ -3667,7 +6041,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This variable is similar to ``$save_name'', except that Mutt-ng will store a copy of your outgoing message by the username of the address you are sending to even if that mailbox does not exist.
+   This variable is similar to ``$save_name'', except that Mutt-ng will store
+   a copy of your outgoing message by the username of the address you are
+   sending to even if that mailbox does not exist.
 
    Also see the ``$record'' variable.
 
@@ -3677,7 +6053,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls the decoding of complex MIME messages into text/plain when forwarding a message. The message header is also RFC2047 decoded. This variable is only used, if ``$mime_forward'' is unset, otherwise ``$mime_forward_decode'' is used instead.
+   Controls the decoding of complex MIME messages into text/plain when
+   forwarding a message. The message header is also RFC2047 decoded. This
+   variable is only used, if ``$mime_forward'' is unset, otherwise
+   ``$mime_forward_decode'' is used instead.
 
 76. forward_decrypt
 
@@ -3685,7 +6064,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls the handling of encrypted messages when forwarding a message. When set, the outer layer of encryption is stripped off. This variable is only used if ``$mime_forward'' is set and ``$mime_forward_decode'' is unset. (PGP only)
+   Controls the handling of encrypted messages when forwarding a message.
+   When set, the outer layer of encryption is stripped off. This variable is
+   only used if ``$mime_forward'' is set and ``$mime_forward_decode'' is
+   unset. (PGP only)
 
 77. forward_edit
 
@@ -3693,7 +6075,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This quadoption controls whether or not the user is automatically placed in the editor when forwarding messages. For those who always want to forward with no modification, use a setting of no.
+   This quadoption controls whether or not the user is automatically placed
+   in the editor when forwarding messages. For those who always want to
+   forward with no modification, use a setting of no.
 
 78. forward_format
 
@@ -3701,7 +6085,8 @@ smtp_auth_password      smtp_pass
 
    Default: "[%a: %s]"
 
-   This variable controls the default subject when forwarding a message. It uses the same format sequences as the ``$index_format'' variable.
+   This variable controls the default subject when forwarding a message. It
+   uses the same format sequences as the ``$index_format'' variable.
 
 79. forward_quote
 
@@ -3709,7 +6094,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set forwarded messages included in the main body of the message (when ``$mime_forward'' is unset) will be quoted using ``$indent_string''.
+   When set forwarded messages included in the main body of the message (when
+   ``$mime_forward'' is unset) will be quoted using ``$indent_string''.
 
 80. from
 
@@ -3717,9 +6103,13 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable contains a default from address. It can be overridden using my_hdr (including from send-hooks) and ``$reverse_name''. This variable is ignored if ``$use_from'' is unset.
+   This variable contains a default from address. It can be overridden using
+   my_hdr (including from send-hooks) and ``$reverse_name''. This variable is
+   ignored if ``$use_from'' is unset.
 
-   E.g. you can use send-hook Mutt-ng-devel@lists.berlios.de 'my_hdr From: Foo Bar <foo@bar.fb>' when replying to the mutt-ng developer's mailing list and Mutt-ng takes this email address.
+   E.g. you can use send-hook Mutt-ng-devel@lists.berlios.de 'my_hdr From:
+   Foo Bar <foo@bar.fb>' when replying to the mutt-ng developer's mailing
+   list and Mutt-ng takes this email address.
 
    Defaults to the contents of the environment variable $EMAIL.
 
@@ -3729,9 +6119,17 @@ smtp_auth_password      smtp_pass
 
    Default: "^[^,]*"
 
-   A regular expression used by Mutt-ng to parse the GECOS field of a password entry when expanding the alias. By default the regular expression is set to ``^[^,]*'' which will return the string up to the first ``,'' encountered. If the GECOS field contains a string like "lastname, firstname" then you should do: set gecos_mask=".*".
+   A regular expression used by Mutt-ng to parse the GECOS field of a
+   password entry when expanding the alias. By default the regular expression
+   is set to ``^[^,]*'' which will return the string up to the first ``,''
+   encountered. If the GECOS field contains a string like "lastname,
+   firstname" then you should do: set gecos_mask=".*".
 
-   This can be useful if you see the following behavior: you address a e-mail to user ID stevef whose full name is Steve Franklin. If Mutt-ng expands stevef to ``Franklin'' stevef@foo.bar then you should set the gecos_mask to a regular expression that will match the whole name so Mutt-ng will expand ``Franklin'' to ``Franklin, Steve''.
+   This can be useful if you see the following behavior: you address a e-mail
+   to user ID stevef whose full name is Steve Franklin. If Mutt-ng expands
+   stevef to ``Franklin'' stevef@foo.bar then you should set the gecos_mask
+   to a regular expression that will match the whole name so Mutt-ng will
+   expand ``Franklin'' to ``Franklin, Steve''.
 
 82. hdrs
 
@@ -3739,7 +6137,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When unset, the header fields normally added by the ``my_hdr'' command are not created. This variable must be unset before composing a new message or replying in order to take effect. If set, the user defined header fields are added to every new message.
+   When unset, the header fields normally added by the ``my_hdr'' command are
+   not created. This variable must be unset before composing a new message or
+   replying in order to take effect. If set, the user defined header fields
+   are added to every new message.
 
 83. header
 
@@ -3747,7 +6148,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, this variable causes Mutt-ng to include the header of the message you are replying to into the edit buffer. The ``$weed'' setting applies.
+   When set, this variable causes Mutt-ng to include the header of the
+   message you are replying to into the edit buffer. The ``$weed'' setting
+   applies.
 
 84. header_cache
 
@@ -3759,7 +6162,10 @@ smtp_auth_password      smtp_pass
 
    The $header_cache variable points to the header cache database.
 
-   If $header_cache points to a directory it will contain a header cache database per folder. If $header_cache points to a file that file will be a single global header cache. By default it is unset so no header caching will be used.
+   If $header_cache points to a directory it will contain a header cache
+   database per folder. If $header_cache points to a file that file will be a
+   single global header cache. By default it is unset so no header caching
+   will be used.
 
 85. header_cache_compress
 
@@ -3767,7 +6173,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If enabled the header cache will be compressed. So only one fifth of the usual diskspace is used, but the uncompression can result in a slower open of the cached folder.
+   If enabled the header cache will be compressed. So only one fifth of the
+   usual diskspace is used, but the uncompression can result in a slower open
+   of the cached folder.
 
 86. help
 
@@ -3775,9 +6183,14 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, help lines describing the bindings for the major functions provided by each menu are displayed on the first line of the screen.
+   When set, help lines describing the bindings for the major functions
+   provided by each menu are displayed on the first line of the screen.
 
-   Note: The binding will not be displayed correctly if the function is bound to a sequence rather than a single keystroke. Also, the help line may not be updated if a binding is changed while Mutt-ng is running. Since this variable is primarily aimed at new users, neither of these should present a major problem.
+   Note: The binding will not be displayed correctly if the function is bound
+   to a sequence rather than a single keystroke. Also, the help line may not
+   be updated if a binding is changed while Mutt-ng is running. Since this
+   variable is primarily aimed at new users, neither of these should present
+   a major problem.
 
 87. hidden_host
 
@@ -3785,7 +6198,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng will skip the host name part of ``$hostname'' variable when adding the domain part to addresses. This variable does not affect the generation of Message-ID: header fields, and it will not lead to the cut-off of first-level domains.
+   When set, Mutt-ng will skip the host name part of ``$hostname'' variable
+   when adding the domain part to addresses. This variable does not affect
+   the generation of Message-ID: header fields, and it will not lead to the
+   cut-off of first-level domains.
 
 88. hide_limited
 
@@ -3793,7 +6209,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng will not show the presence of messages that are hidden by limiting, in the thread tree.
+   When set, Mutt-ng will not show the presence of messages that are hidden
+   by limiting, in the thread tree.
 
 89. hide_missing
 
@@ -3801,7 +6218,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will not show the presence of missing messages in the thread tree.
+   When set, Mutt-ng will not show the presence of missing messages in the
+   thread tree.
 
 90. hide_thread_subject
 
@@ -3809,7 +6227,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will not show the subject of messages in the thread tree that have the same subject as their parent or closest previously displayed sibling.
+   When set, Mutt-ng will not show the subject of messages in the thread tree
+   that have the same subject as their parent or closest previously displayed
+   sibling.
 
 91. hide_top_limited
 
@@ -3817,7 +6237,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng will not show the presence of messages that are hidden by limiting, at the top of threads in the thread tree. Note that when $hide_missing is set, this option will have no effect.
+   When set, Mutt-ng will not show the presence of messages that are hidden
+   by limiting, at the top of threads in the thread tree. Note that when
+   $hide_missing is set, this option will have no effect.
 
 92. hide_top_missing
 
@@ -3825,7 +6247,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will not show the presence of missing messages at the top of threads in the thread tree. Note that when $hide_limited is set, this option will have no effect.
+   When set, Mutt-ng will not show the presence of missing messages at the
+   top of threads in the thread tree. Note that when $hide_limited is set,
+   this option will have no effect.
 
 93. history
 
@@ -3833,7 +6257,9 @@ smtp_auth_password      smtp_pass
 
    Default: 10
 
-   This variable controls the size (in number of strings remembered) of the string history buffer. The buffer is cleared each time the variable is changed.
+   This variable controls the size (in number of strings remembered) of the
+   string history buffer. The buffer is cleared each time the variable is
+   changed.
 
 94. honor_followup_to
 
@@ -3841,7 +6267,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable controls whether or not a Mail-Followup-To: header field is honored when group-replying to a message.
+   This variable controls whether or not a Mail-Followup-To: header field is
+   honored when group-replying to a message.
 
 95. hostname
 
@@ -3849,9 +6276,11 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Specifies the hostname to use after the ``@'' in local e-mail addresses and during generation of Message-Id: headers.
+   Specifies the hostname to use after the ``@'' in local e-mail addresses
+   and during generation of Message-Id: headers.
 
-   Please be sure to really know what you are doing when changing this variable to configure a custom domain part of Message-IDs.
+   Please be sure to really know what you are doing when changing this
+   variable to configure a custom domain part of Message-IDs.
 
 96. ignore_list_reply_to
 
@@ -3859,7 +6288,13 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Affects the behaviour of the reply function when replying to messages from mailing lists. When set, if the ``Reply-To:'' header field is set to the same value as the ``To:'' header field, Mutt-ng assumes that the ``Reply-To:'' header field was set by the mailing list to automate responses to the list, and will ignore this field. To direct a response to the mailing list when this option is set, use the list-reply function; group-reply will reply to both the sender and the list.
+   Affects the behaviour of the reply function when replying to messages from
+   mailing lists. When set, if the ``Reply-To:'' header field is set to the
+   same value as the ``To:'' header field, Mutt-ng assumes that the
+   ``Reply-To:'' header field was set by the mailing list to automate
+   responses to the list, and will ignore this field. To direct a response to
+   the mailing list when this option is set, use the list-reply function;
+   group-reply will reply to both the sender and the list.
 
 97. imap_authenticators
 
@@ -3869,13 +6304,20 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   This is a colon-delimited list of authentication methods Mutt-ng may attempt to use to log in to an IMAP server, in the order Mutt-ng should try them. Authentication methods are either ``login'' or the right side of an IMAP ``AUTH='' capability string, e.g. ``digest-md5'', ``gssapi'' or ``cram-md5''. This parameter is case-insensitive.
+   This is a colon-delimited list of authentication methods Mutt-ng may
+   attempt to use to log in to an IMAP server, in the order Mutt-ng should
+   try them. Authentication methods are either ``login'' or the right side of
+   an IMAP ``AUTH='' capability string, e.g. ``digest-md5'', ``gssapi'' or
+   ``cram-md5''. This parameter is case-insensitive.
 
-   If this parameter is unset (the default) Mutt-ng will try all available methods, in order from most-secure to least-secure.
+   If this parameter is unset (the default) Mutt-ng will try all available
+   methods, in order from most-secure to least-secure.
 
    Example: set imap_authenticators="gssapi:cram-md5:login"
 
-   Note: Mutt-ng will only fall back to other authentication methods if the previous methods are unavailable. If a method is available but authentication fails, Mutt-ng will not connect to the IMAP server.
+   Note: Mutt-ng will only fall back to other authentication methods if the
+   previous methods are unavailable. If a method is available but
+   authentication fails, Mutt-ng will not connect to the IMAP server.
 
 98. imap_check_subscribed
 
@@ -3883,7 +6325,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, mutt will fetch the set of subscribed folders from your server on connection, and add them to the set of mailboxes it polls for new mail. See also the ``mailboxes'' command.
+   When set, mutt will fetch the set of subscribed folders from your server
+   on connection, and add them to the set of mailboxes it polls for new mail.
+   See also the ``mailboxes'' command.
 
 99. imap_delim_chars
 
@@ -3893,7 +6337,9 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   This contains the list of characters which you would like to treat as folder separators for displaying IMAP paths. In particular it helps in using the '=' shortcut for your $folder variable.
+   This contains the list of characters which you would like to treat as
+   folder separators for displaying IMAP paths. In particular it helps in
+   using the '=' shortcut for your $folder variable.
 
 100. imap_headers
 
@@ -3903,7 +6349,11 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   Mutt-ng requests these header fields in addition to the default headers (``DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES X-LABEL'') from IMAP servers before displaying the ``index'' menu. You may want to add more headers for spam detection.
+   Mutt-ng requests these header fields in addition to the default headers
+   (``DATE FROM SUBJECT TO CC MESSAGE-ID REFERENCES CONTENT-TYPE
+   CONTENT-DESCRIPTION IN-REPLY-TO REPLY-TO LINES X-LABEL'') from IMAP
+   servers before displaying the ``index'' menu. You may want to add more
+   headers for spam detection.
 
    Note: This is a space separated list.
 
@@ -3915,7 +6365,9 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   You normally want to see your personal folders alongside your INBOX in the IMAP browser. If you see something else, you may set this variable to the IMAP path to your folders.
+   You normally want to see your personal folders alongside your INBOX in the
+   IMAP browser. If you see something else, you may set this variable to the
+   IMAP path to your folders.
 
 102. imap_keepalive
 
@@ -3925,11 +6377,16 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   This variable specifies the maximum amount of time in seconds that Mutt-ng will wait before polling open IMAP connections, to prevent the server from closing them before Mutt-ng has finished with them.
+   This variable specifies the maximum amount of time in seconds that Mutt-ng
+   will wait before polling open IMAP connections, to prevent the server from
+   closing them before Mutt-ng has finished with them.
 
-   The default is well within the RFC-specified minimum amount of time (30 minutes) before a server is allowed to do this, but in practice the RFC does get violated every now and then.
+   The default is well within the RFC-specified minimum amount of time (30
+   minutes) before a server is allowed to do this, but in practice the RFC
+   does get violated every now and then.
 
-   Reduce this number if you find yourself getting disconnected from your IMAP server due to inactivity.
+   Reduce this number if you find yourself getting disconnected from your
+   IMAP server due to inactivity.
 
 103. imap_list_subscribed
 
@@ -3939,7 +6396,9 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   This variable configures whether IMAP folder browsing will look for only subscribed folders or all folders. This can be toggled in the IMAP browser with the toggle-subscribed function.
+   This variable configures whether IMAP folder browsing will look for only
+   subscribed folders or all folders. This can be toggled in the IMAP browser
+   with the toggle-subscribed function.
 
 104. imap_login
 
@@ -3959,7 +6418,10 @@ smtp_auth_password      smtp_pass
 
    Default: 300
 
-   This variable configures how often (in seconds) Mutt-ng should look for new mail in IMAP folders. This is split from the ``mail_check'' variable to generate less traffic and get more accurate information for local folders.
+   This variable configures how often (in seconds) Mutt-ng should look for
+   new mail in IMAP folders. This is split from the ``mail_check'' variable
+   to generate less traffic and get more accurate information for local
+   folders.
 
 106. imap_pass
 
@@ -3969,9 +6431,12 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   Specifies the password for your IMAP account. If unset, Mutt-ng will prompt you for your password when you invoke the fetch-mail function.
+   Specifies the password for your IMAP account. If unset, Mutt-ng will
+   prompt you for your password when you invoke the fetch-mail function.
 
-   Warning: you should only use this option when you are on a fairly secure machine, because the superuser can read your configuration even if you are the only one who can read the file.
+   Warning: you should only use this option when you are on a fairly secure
+   machine, because the superuser can read your configuration even if you are
+   the only one who can read the file.
 
 107. imap_passive
 
@@ -3981,7 +6446,10 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   When set, Mutt-ng will not open new IMAP connections to check for new mail. Mutt-ng will only check for new mail over existing IMAP connections. This is useful if you don't want to be prompted to user/password pairs on Mutt-ng invocation, or if opening the connection is slow.
+   When set, Mutt-ng will not open new IMAP connections to check for new
+   mail. Mutt-ng will only check for new mail over existing IMAP connections.
+   This is useful if you don't want to be prompted to user/password pairs on
+   Mutt-ng invocation, or if opening the connection is slow.
 
 108. imap_peek
 
@@ -3991,7 +6459,10 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   If set, Mutt-ng will avoid implicitly marking your mail as read whenever you fetch a message from the server. This is generally a good thing, but can make closing an IMAP folder somewhat slower. This option exists to appease speed freaks.
+   If set, Mutt-ng will avoid implicitly marking your mail as read whenever
+   you fetch a message from the server. This is generally a good thing, but
+   can make closing an IMAP folder somewhat slower. This option exists to
+   appease speed freaks.
 
 109. imap_reconnect
 
@@ -4001,7 +6472,8 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   Controls whether or not Mutt-ng will try to reconnect to IMAP server when the connection is lost.
+   Controls whether or not Mutt-ng will try to reconnect to IMAP server when
+   the connection is lost.
 
 110. imap_servernoise
 
@@ -4011,7 +6483,10 @@ smtp_auth_password      smtp_pass
 
    Availability: IMAP
 
-   When set, Mutt-ng will display warning messages from the IMAP server as error messages. Since these messages are often harmless, or generated due to configuration problems on the server which are out of the users' hands, you may wish to suppress them at some point.
+   When set, Mutt-ng will display warning messages from the IMAP server as
+   error messages. Since these messages are often harmless, or generated due
+   to configuration problems on the server which are out of the users' hands,
+   you may wish to suppress them at some point.
 
 111. imap_user
 
@@ -4031,7 +6506,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, Mutt-ng will look for a mailcap entry with the ``copiousoutput'' flag set for every MIME attachment it doesn't have an internal viewer defined for. If such an entry is found, Mutt-ng will use the viewer defined in that entry to convert the body part to text form.
+   If set, Mutt-ng will look for a mailcap entry with the ``copiousoutput''
+   flag set for every MIME attachment it doesn't have an internal viewer
+   defined for. If such an entry is found, Mutt-ng will use the viewer
+   defined in that entry to convert the body part to text form.
 
 113. include
 
@@ -4039,7 +6517,8 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   Controls whether or not a copy of the message(s) you are replying to is included in your reply.
+   Controls whether or not a copy of the message(s) you are replying to is
+   included in your reply.
 
 114. include_onlyfirst
 
@@ -4047,7 +6526,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Controls whether or not Mutt-ng includes only the first attachment of the message you are replying.
+   Controls whether or not Mutt-ng includes only the first attachment of the
+   message you are replying.
 
 115. indent_string
 
@@ -4055,7 +6535,9 @@ smtp_auth_password      smtp_pass
 
    Default: "> "
 
-   Specifies the string to prepend to each line of text quoted in a message to which you are replying. You are strongly encouraged not to change this value, as it tends to agitate the more fanatical netizens.
+   Specifies the string to prepend to each line of text quoted in a message
+   to which you are replying. You are strongly encouraged not to change this
+   value, as it tends to agitate the more fanatical netizens.
 
 116. index_format
 
@@ -4063,123 +6545,181 @@ smtp_auth_password      smtp_pass
 
    Default: "%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"
 
-   This variable allows you to customize the message index display to your personal taste.
+   This variable allows you to customize the message index display to your
+   personal taste.
 
-   ``Format strings'' are similar to the strings used in the ``C'' function printf(3) to format output (see the man page for more detail). The following sequences are defined in Mutt-ng:
+   ``Format strings'' are similar to the strings used in the ``C'' function
+   printf(3) to format output (see the man page for more detail). The
+   following sequences are defined in Mutt-ng:
 
    %a
-          address of the author
+
+           address of the author
 
    %A
-          reply-to address (if present; otherwise: address of author)
+
+           reply-to address (if present; otherwise: address of author)
 
    %b
-          filename of the original message folder (think mailBox)
+
+           filename of the original message folder (think mailBox)
 
    %B
-          the list to which the letter was sent, or else the folder name (%b).
+
+           the list to which the letter was sent, or else the folder name
+           (%b).
 
    %c
-          number of characters (bytes) in the message
+
+           number of characters (bytes) in the message
 
    %C
-          current message number
+
+           current message number
 
    %d
-          date and time of the message in the format specified by ``date_format'' converted to sender's time zone
+
+           date and time of the message in the format specified by
+           ``date_format'' converted to sender's time zone
 
    %D
-          date and time of the message in the format specified by ``date_format'' converted to the local time zone
+
+           date and time of the message in the format specified by
+           ``date_format'' converted to the local time zone
 
    %e
-          current message number in thread
+
+           current message number in thread
 
    %E
-          number of messages in current thread
+
+           number of messages in current thread
 
    %f
-          entire From: line (address + real name)
+
+           entire From: line (address + real name)
 
    %F
-          author name, or recipient name if the message is from you
+
+           author name, or recipient name if the message is from you
 
    %H
-          spam attribute(s) of this message
+
+           spam attribute(s) of this message
 
    %g
-          newsgroup name (if compiled with nntp support)
+
+           newsgroup name (if compiled with nntp support)
 
    %i
-          message-id of the current message
+
+           message-id of the current message
 
    %l
-          number of lines in the message (does not work with maildir, mh, and possibly IMAP folders)
+
+           number of lines in the message (does not work with maildir, mh,
+           and possibly IMAP folders)
 
    %L
-          If an address in the To or CC header field matches an address defined by the users ``subscribe'' command, this displays "To <list-name>", otherwise the same as %F.
+
+           If an address in the To or CC header field matches an address
+           defined by the users ``subscribe'' command, this displays "To
+           <list-name>", otherwise the same as %F.
 
    %m
-          total number of message in the mailbox
+
+           total number of message in the mailbox
 
    %M
-          number of hidden messages if the thread is collapsed.
+
+           number of hidden messages if the thread is collapsed.
 
    %N
-          message score
+
+           message score
 
    %n
-          author's real name (or address if missing)
+
+           author's real name (or address if missing)
 
    %O
-          (_O_riginal save folder) Where Mutt-ng would formerly have stashed the message: list name or recipient name if no list
+
+           (_O_riginal save folder) Where Mutt-ng would formerly have stashed
+           the message: list name or recipient name if no list
 
    %s
-          subject of the message
+
+           subject of the message
 
    %S
-          status of the message (N/D/d/!/r/*)
+
+           status of the message (N/D/d/!/r/*)
 
    %t
-          `to:' field (recipients)
+
+           `to:' field (recipients)
 
    %T
-          the appropriate character from the $to_chars string
+
+           the appropriate character from the $to_chars string
 
    %u
-          user (login) name of the author
+
+           user (login) name of the author
 
    %v
-          first name of the author, or the recipient if the message is from you
+
+           first name of the author, or the recipient if the message is from
+           you
 
    %W
-          name of organization of author (`organization:' field)
+
+           name of organization of author (`organization:' field)
 
    %y
-          `x-label:' field, if present
+
+           `x-label:' field, if present
 
    %Y
-          `x-label' field, if present, and (1) not at part of a thread tree, (2) at the top of a thread, or (3) `x-label' is different from preceding message's `x-label'.
+
+           `x-label' field, if present, and (1) not at part of a thread tree,
+           (2) at the top of a thread, or (3) `x-label' is different from
+           preceding message's `x-label'.
 
    %Z
-          message status flags
+
+           message status flags
 
    %{fmt}
-          the date and time of the message is converted to sender's time zone, and ``fmt'' is expanded by the library function ``strftime''; a leading bang disables locales
+
+           the date and time of the message is converted to sender's time
+           zone, and ``fmt'' is expanded by the library function
+           ``strftime''; a leading bang disables locales
 
    %[fmt]
-          the date and time of the message is converted to the local time zone, and ``fmt'' is expanded by the library function ``strftime''; a leading bang disables locales
+
+           the date and time of the message is converted to the local time
+           zone, and ``fmt'' is expanded by the library function
+           ``strftime''; a leading bang disables locales
 
    %(fmt)
-          the local date and time when the message was received. ``fmt'' is expanded by the library function ``strftime''; a leading bang disables locales
+
+           the local date and time when the message was received. ``fmt'' is
+           expanded by the library function ``strftime''; a leading bang
+           disables locales
 
    %<fmt>
-          the current local time. ``fmt'' is expanded by the library function ``strftime''; a leading bang disables locales.
+
+           the current local time. ``fmt'' is expanded by the library
+           function ``strftime''; a leading bang disables locales.
 
    %>X
-          right justify the rest of the string and pad with character "X"
+
+           right justify the rest of the string and pad with character "X"
 
    %|X
-          pad to the end of the line with character "X"
+
+           pad to the end of the line with character "X"
 
    See also: ``$to_chars''.
 
@@ -4197,7 +6737,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, read messages marked as flagged will not be moved from your spool mailbox to your ``$mbox'' mailbox, or as a result of a ``mbox-hook'' command.
+   If set, read messages marked as flagged will not be moved from your spool
+   mailbox to your ``$mbox'' mailbox, or as a result of a ``mbox-hook''
+   command.
 
 119. list_reply
 
@@ -4205,7 +6747,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, address replies to the mailing list the original message came from (instead to the author only). Setting this option to ``ask-yes'' or ``ask-no'' will ask if you really intended to reply to the author only.
+   When set, address replies to the mailing list the original message came
+   from (instead to the author only). Setting this option to ``ask-yes'' or
+   ``ask-no'' will ask if you really intended to reply to the author only.
 
 120. locale
 
@@ -4213,7 +6757,8 @@ smtp_auth_password      smtp_pass
 
    Default: "C"
 
-   The locale used by strftime(3) to format dates. Legal values are the strings your system accepts for the locale variable LC_TIME.
+   The locale used by strftime(3) to format dates. Legal values are the
+   strings your system accepts for the locale variable LC_TIME.
 
 121. mail_check
 
@@ -4221,7 +6766,8 @@ smtp_auth_password      smtp_pass
 
    Default: 5
 
-   This variable configures how often (in seconds) Mutt-ng should look for new mail.
+   This variable configures how often (in seconds) Mutt-ng should look for
+   new mail.
 
    Note: This does not apply to IMAP mailboxes, see $imap_mail_check.
 
@@ -4231,7 +6777,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable specifies which files to consult when attempting to display MIME bodies not directly supported by Mutt-ng.
+   This variable specifies which files to consult when attempting to display
+   MIME bodies not directly supported by Mutt-ng.
 
 123. mailcap_sanitize
 
@@ -4239,7 +6786,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set, Mutt-ng will restrict possible characters in mailcap % expandos to a well-defined set of safe characters. This is the safe setting, but we are not sure it doesn't break some more advanced MIME stuff.
+   If set, Mutt-ng will restrict possible characters in mailcap % expandos to
+   a well-defined set of safe characters. This is the safe setting, but we
+   are not sure it doesn't break some more advanced MIME stuff.
 
    DON'T CHANGE THIS SETTING UNLESS YOU ARE REALLY SURE WHAT YOU ARE DOING!
 
@@ -4251,7 +6800,9 @@ smtp_auth_password      smtp_pass
 
    Availability: Header Cache
 
-   Check for Maildir unaware programs other than Mutt-ng having modified maildir files when the header cache is in use. This incurs one stat(2) per message every time the folder is opened.
+   Check for Maildir unaware programs other than Mutt-ng having modified
+   maildir files when the header cache is in use. This incurs one stat(2) per
+   message every time the folder is opened.
 
 125. maildir_trash
 
@@ -4259,9 +6810,11 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, messages marked as deleted will be saved with the maildir (T)rashed flag instead of physically deleted.
+   If set, messages marked as deleted will be saved with the maildir
+   (T)rashed flag instead of physically deleted.
 
-   NOTE: this only applies to maildir-style mailboxes. Setting it will have no effect on other mailbox types.
+   NOTE: this only applies to maildir-style mailboxes. Setting it will have
+   no effect on other mailbox types.
 
    It is similiar to the trash option.
 
@@ -4271,9 +6824,12 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls whether or not Mutt-ng marks new unread messages as old if you exit a mailbox without reading them.
+   Controls whether or not Mutt-ng marks new unread messages as old if you
+   exit a mailbox without reading them.
 
-   With this option set, the next time you start Mutt-ng, the messages will show up with an "O" next to them in the ``index'' menu, indicating that they are old.
+   With this option set, the next time you start Mutt-ng, the messages will
+   show up with an "O" next to them in the ``index'' menu, indicating that
+   they are old.
 
 127. markers
 
@@ -4281,7 +6837,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls the display of wrapped lines in the internal pager. If set, a ``+'' marker is displayed at the beginning of wrapped lines. Also see the ``$smart_wrap'' variable.
+   Controls the display of wrapped lines in the internal pager. If set, a
+   ``+'' marker is displayed at the beginning of wrapped lines. Also see the
+   ``$smart_wrap'' variable.
 
 128. mask
 
@@ -4289,7 +6847,9 @@ smtp_auth_password      smtp_pass
 
    Default: "!^\.[^.]"
 
-   A regular expression used in the file browser, optionally preceded by the not operator ``!''. Only files whose names match this mask will be shown. The match is always case-sensitive.
+   A regular expression used in the file browser, optionally preceded by the
+   not operator ``!''. Only files whose names match this mask will be shown.
+   The match is always case-sensitive.
 
 129. max_display_recips
 
@@ -4297,7 +6857,10 @@ smtp_auth_password      smtp_pass
 
    Default: 0
 
-   When set non-zero, this specifies the maximum number of recipient header lines (To:, Cc: and Bcc:) to display in the pager if header weeding is turned on. In case the number of lines exeeds its value, the last line will have 3 dots appended.
+   When set non-zero, this specifies the maximum number of recipient header
+   lines (To:, Cc: and Bcc:) to display in the pager if header weeding is
+   turned on. In case the number of lines exeeds its value, the last line
+   will have 3 dots appended.
 
 130. max_line_length
 
@@ -4305,7 +6868,10 @@ smtp_auth_password      smtp_pass
 
    Default: 0
 
-   When set, the maximum line length for displaying ``format = flowed'' messages is limited to this length. A value of 0 (which is also the default) means that the maximum line length is determined by the terminal width and $wrapmargin.
+   When set, the maximum line length for displaying ``format = flowed''
+   messages is limited to this length. A value of 0 (which is also the
+   default) means that the maximum line length is determined by the terminal
+   width and $wrapmargin.
 
 131. mbox
 
@@ -4313,7 +6879,8 @@ smtp_auth_password      smtp_pass
 
    Default: "˜/mbox"
 
-   This specifies the folder into which read mail in your ``$spoolfile'' folder will be appended.
+   This specifies the folder into which read mail in your ``$spoolfile''
+   folder will be appended.
 
 132. mbox_type
 
@@ -4321,7 +6888,8 @@ smtp_auth_password      smtp_pass
 
    Default: mbox
 
-   The default mailbox type used when creating new folders. May be any of mbox, MMDF, MH and Maildir.
+   The default mailbox type used when creating new folders. May be any of
+   mbox, MMDF, MH and Maildir.
 
 133. menu_context
 
@@ -4329,7 +6897,8 @@ smtp_auth_password      smtp_pass
 
    Default: 0
 
-   This variable controls the number of lines of context that are given when scrolling through menus. (Similar to ``$pager_context''.)
+   This variable controls the number of lines of context that are given when
+   scrolling through menus. (Similar to ``$pager_context''.)
 
 134. menu_move_off
 
@@ -4337,7 +6906,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When unset, the bottom entry of menus will never scroll up past the bottom of the screen, unless there are less entries than lines. When set, the bottom entry may move off the bottom.
+   When unset, the bottom entry of menus will never scroll up past the bottom
+   of the screen, unless there are less entries than lines. When set, the
+   bottom entry may move off the bottom.
 
 135. menu_scroll
 
@@ -4345,7 +6916,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, menus will be scrolled up or down one line when you attempt to move across a screen boundary. If unset, the screen is cleared and the next or previous page of the menu is displayed (useful for slow links to avoid many redraws).
+   When set, menus will be scrolled up or down one line when you attempt to
+   move across a screen boundary. If unset, the screen is cleared and the
+   next or previous page of the menu is displayed (useful for slow links to
+   avoid many redraws).
 
 136. message_format
 
@@ -4353,7 +6927,9 @@ smtp_auth_password      smtp_pass
 
    Default: "%s"
 
-   This is the string displayed in the ``attachment'' menu for attachments of type message/rfc822. For a full listing of defined printf(3)-like sequences see the section on ``$index_format''.
+   This is the string displayed in the ``attachment'' menu for attachments of
+   type message/rfc822. For a full listing of defined printf(3)-like
+   sequences see the section on ``$index_format''.
 
 137. meta_key
 
@@ -4361,7 +6937,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, forces Mutt-ng to interpret keystrokes with the high bit (bit 8) set as if the user had pressed the ESC key and whatever key remains after having the high bit removed. For example, if the key pressed has an ASCII value of 0xf4, then this is treated as if the user had pressed ESC then ``x''. This is because the result of removing the high bit from ``0xf4'' is ``0x74'', which is the ASCII character ``x''.
+   If set, forces Mutt-ng to interpret keystrokes with the high bit (bit 8)
+   set as if the user had pressed the ESC key and whatever key remains after
+   having the high bit removed. For example, if the key pressed has an ASCII
+   value of 0xf4, then this is treated as if the user had pressed ESC then
+   ``x''. This is because the result of removing the high bit from ``0xf4''
+   is ``0x74'', which is the ASCII character ``x''.
 
 138. metoo
 
@@ -4369,7 +6950,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If unset, Mutt-ng will remove your address (see the ``alternates'' command) from the list of recipients when replying to a message.
+   If unset, Mutt-ng will remove your address (see the ``alternates''
+   command) from the list of recipients when replying to a message.
 
 139. mh_purge
 
@@ -4377,7 +6959,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When unset, Mutt-ng will mimic mh's behaviour and rename deleted messages to ,<old file name> in mh folders instead of really deleting them. If the variable is set, the message files will simply be deleted.
+   When unset, Mutt-ng will mimic mh's behaviour and rename deleted messages
+   to ,<old file name> in mh folders instead of really deleting them. If the
+   variable is set, the message files will simply be deleted.
 
 140. mh_seq_flagged
 
@@ -4409,9 +6993,13 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, the message you are forwarding will be attached as a separate MIME part instead of included in the main body of the message.
+   When set, the message you are forwarding will be attached as a separate
+   MIME part instead of included in the main body of the message.
 
-   This is useful for forwarding MIME messages so the receiver can properly view the message as it was delivered to you. If you like to switch between MIME and not MIME from mail to mail, set this variable to ask-no or ask-yes.
+   This is useful for forwarding MIME messages so the receiver can properly
+   view the message as it was delivered to you. If you like to switch between
+   MIME and not MIME from mail to mail, set this variable to ask-no or
+   ask-yes.
 
    Also see ``$forward_decode'' and ``$mime_forward_decode''.
 
@@ -4421,7 +7009,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Controls the decoding of complex MIME messages into text/plain when forwarding a message while ``$mime_forward'' is set. Otherwise ``$forward_decode'' is used instead.
+   Controls the decoding of complex MIME messages into text/plain when
+   forwarding a message while ``$mime_forward'' is set. Otherwise
+   ``$forward_decode'' is used instead.
 
 145. mime_forward_rest
 
@@ -4429,7 +7019,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When forwarding multiple attachments of a MIME message from the recvattach menu, attachments which cannot be decoded in a reasonable manner will be attached to the newly composed message if this option is set.
+   When forwarding multiple attachments of a MIME message from the recvattach
+   menu, attachments which cannot be decoded in a reasonable manner will be
+   attached to the newly composed message if this option is set.
 
 146. mix_entry_format
 
@@ -4439,19 +7031,25 @@ smtp_auth_password      smtp_pass
 
    Availability: Mixmaster
 
-   This variable describes the format of a remailer line on the mixmaster chain selection screen. The following printf(3)-like sequences are supported:
+   This variable describes the format of a remailer line on the mixmaster
+   chain selection screen. The following printf(3)-like sequences are
+   supported:
 
    %n
-          The running number on the menu.
+
+           The running number on the menu.
 
    %c
-          Remailer capabilities.
+
+           Remailer capabilities.
 
    %s
-          The remailer's short name.
+
+           The remailer's short name.
 
    %a
-          The remailer's e-mail address.
+
+           The remailer's e-mail address.
 
 147. mixmaster
 
@@ -4461,7 +7059,9 @@ smtp_auth_password      smtp_pass
 
    Availability: 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.
+   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.
 
 148. move
 
@@ -4469,7 +7069,9 @@ smtp_auth_password      smtp_pass
 
    Default: ask-no
 
-   Controls whether or not Mutt-ng will move read messages from your spool mailbox to your ``$mbox'' mailbox, or as a result of a ``mbox-hook'' command.
+   Controls whether or not Mutt-ng will move read messages from your spool
+   mailbox to your ``$mbox'' mailbox, or as a result of a ``mbox-hook''
+   command.
 
 149. msgid_format
 
@@ -4477,51 +7079,70 @@ smtp_auth_password      smtp_pass
 
    Default: "%Y%m%d%h%M%s.G%P%p"
 
-   This is the format for the ``local part'' of the Message-Id: header field generated by Mutt-ng. If this variable is empty, no Message-Id: headers will be generated. The '%' character marks that certain data will be added to the string, similar to printf(3). The following characters are allowed:
+   This is the format for the ``local part'' of the Message-Id: header field
+   generated by Mutt-ng. If this variable is empty, no Message-Id: headers
+   will be generated. The '%' character marks that certain data will be added
+   to the string, similar to printf(3). The following characters are allowed:
 
    %d
-          the current day of month
+
+           the current day of month
 
    %h
-          the current hour
+
+           the current hour
 
    %m
-          the current month
+
+           the current month
 
    %M
-          the current minute
+
+           the current minute
 
    %O
-          the current UNIX timestamp (octal)
+
+           the current UNIX timestamp (octal)
 
    %p
-          the process ID
+
+           the process ID
 
    %P
-          the current Message-ID prefix (a character rotating with every Message-ID being generated)
+
+           the current Message-ID prefix (a character rotating with every
+           Message-ID being generated)
 
    %r
-          a random integer value (decimal)
+
+           a random integer value (decimal)
 
    %R
-          a random integer value (hexadecimal)
+
+           a random integer value (hexadecimal)
 
    %s
-          the current second
+
+           the current second
 
    %T
-          the current UNIX timestamp (decimal)
+
+           the current UNIX timestamp (decimal)
 
    %X
-          the current UNIX timestamp (hexadecimal)
+
+           the current UNIX timestamp (hexadecimal)
 
    %Y
-          the current year (Y2K compliant)
+
+           the current year (Y2K compliant)
 
    %%
-          the '%' character
 
-   Note: Please only change this setting if you know what you are doing. Also make sure to consult RFC2822 to produce technically valid strings.
+           the '%' character
+
+   Note: Please only change this setting if you know what you are doing. Also
+   make sure to consult RFC2822 to produce technically valid strings.
 
 150. muttng_bindir
 
@@ -4529,7 +7150,8 @@ smtp_auth_password      smtp_pass
 
    Value: /opt/freebsd4/mutt-ng/bin
 
-   This is a read-only system property and specifies the directory containing the muttng binary.
+   This is a read-only system property and specifies the directory containing
+   the muttng binary.
 
 151. muttng_docdir
 
@@ -4537,7 +7159,8 @@ smtp_auth_password      smtp_pass
 
    Value: /opt/freebsd4/mutt-ng/doc/muttng
 
-   This is a read-only system property and specifies the directory containing the muttng documentation.
+   This is a read-only system property and specifies the directory containing
+   the muttng documentation.
 
 152. muttng_folder_name
 
@@ -4545,7 +7168,9 @@ smtp_auth_password      smtp_pass
 
    Value:
 
-   This is a read-only system property and, at runtime, specifies the last part of the full path or URI of the folder currently open (if any), i.e. everything after the last ``/''.
+   This is a read-only system property and, at runtime, specifies the last
+   part of the full path or URI of the folder currently open (if any), i.e.
+   everything after the last ``/''.
 
 153. muttng_folder_path
 
@@ -4553,7 +7178,8 @@ smtp_auth_password      smtp_pass
 
    Value:
 
-   This is a read-only system property and, at runtime, specifies the full path or URI of the folder currently open (if any).
+   This is a read-only system property and, at runtime, specifies the full
+   path or URI of the folder currently open (if any).
 
 154. muttng_hcache_backend
 
@@ -4561,7 +7187,8 @@ smtp_auth_password      smtp_pass
 
    Value: qdbm
 
-   This is a read-only system property and specifies the header chaching's database backend.
+   This is a read-only system property and specifies the header chaching's
+   database backend.
 
 155. muttng_pwd
 
@@ -4569,15 +7196,17 @@ smtp_auth_password      smtp_pass
 
    Value:
 
-   This is a read-only system property and, at runtime, specifies the current working directory of the muttng binary.
+   This is a read-only system property and, at runtime, specifies the current
+   working directory of the muttng binary.
 
 156. muttng_revision
 
    Type: system property
 
-   Value: 473
+   Value: 474
 
-   This is a read-only system property and specifies muttng's subversion revision string.
+   This is a read-only system property and specifies muttng's subversion
+   revision string.
 
 157. muttng_sysconfdir
 
@@ -4585,7 +7214,8 @@ smtp_auth_password      smtp_pass
 
    Value: /opt/freebsd4/mutt-ng/etc
 
-   This is a read-only system property and specifies the directory containing the muttng system-wide configuration.
+   This is a read-only system property and specifies the directory containing
+   the muttng system-wide configuration.
 
 158. muttng_version
 
@@ -4601,7 +7231,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This variable, when set, makes the thread tree narrower, allowing deeper threads to fit on the screen.
+   This variable, when set, makes the thread tree narrower, allowing deeper
+   threads to fit on the screen.
 
 160. nntp_ask_followup_to
 
@@ -4611,7 +7242,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If set, Mutt-ng will prompt you for the Followup-To: header field before editing the body of an outgoing news article.
+   If set, Mutt-ng will prompt you for the Followup-To: header field before
+   editing the body of an outgoing news article.
 
 161. nntp_ask_x_comment_to
 
@@ -4621,7 +7253,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If set, Mutt-ng will prompt you for the X-Comment-To: header field before editing the body of an outgoing news article.
+   If set, Mutt-ng will prompt you for the X-Comment-To: header field before
+   editing the body of an outgoing news article.
 
 162. nntp_cache_dir
 
@@ -4631,9 +7264,12 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   This variable points to directory where Mutt-ng will cache news article headers. If unset, headers will not be saved at all and will be reloaded each time when you enter a newsgroup.
+   This variable points to directory where Mutt-ng will cache news article
+   headers. If unset, headers will not be saved at all and will be reloaded
+   each time when you enter a newsgroup.
 
-   As for the header caching in connection with IMAP and/or Maildir, this drastically increases speed and lowers traffic.
+   As for the header caching in connection with IMAP and/or Maildir, this
+   drastically increases speed and lowers traffic.
 
 163. nntp_catchup
 
@@ -4643,7 +7279,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If this variable is set, Mutt-ng will mark all articles in a newsgroup as read when you leaving it.
+   If this variable is set, Mutt-ng will mark all articles in a newsgroup as
+   read when you leaving it.
 
 164. nntp_context
 
@@ -4653,9 +7290,12 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   This variable controls how many news articles to cache per newsgroup (if caching is enabled, see $nntp_cache_dir) and how many news articles to show in the ``index'' menu.
+   This variable controls how many news articles to cache per newsgroup (if
+   caching is enabled, see $nntp_cache_dir) and how many news articles to
+   show in the ``index'' menu.
 
-   If there're more articles than defined with $nntp_context, all older ones will be removed/not shown in the index.
+   If there're more articles than defined with $nntp_context, all older ones
+   will be removed/not shown in the index.
 
 165. nntp_followup_to_poster
 
@@ -4665,7 +7305,9 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If this variable is set and the keyword "poster" is present in the Followup-To: header field, a follow-up to the newsgroup is not permitted. The message will be mailed to the submitter of the message via mail.
+   If this variable is set and the keyword "poster" is present in the
+   Followup-To: header field, a follow-up to the newsgroup is not permitted.
+   The message will be mailed to the submitter of the message via mail.
 
 166. nntp_group_index_format
 
@@ -4675,16 +7317,20 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   This variable allows you to customize the newsgroup browser display to your personal taste. This string is similar to ``index_format'', but has its own set of printf(3)-like sequences:
-%C      current newsgroup number
-%d      description of newsgroup (retrieved from server)
-%f      newsgroup name
-%M      ``-'' if newsgroup not allowed for direct post (moderated for example)
-%N      ``N'' if newsgroup is new, ``u'' if unsubscribed, blank otherwise
-%n      number of new articles in newsgroup
-%s      number of unread articles in newsgroup
-%>X     right justify the rest of the string and pad with character "X"
-%|X     pad to the end of the line with character "X"
+   This variable allows you to customize the newsgroup browser display to
+   your personal taste. This string is similar to ``index_format'', but has
+   its own set of printf(3)-like sequences:
+
+ %C      current newsgroup number
+ %d      description of newsgroup (retrieved from server)
+ %f      newsgroup name
+ %M      ``-'' if newsgroup not allowed for direct post (moderated for example)
+ %N      ``N'' if newsgroup is new, ``u'' if unsubscribed, blank otherwise
+ %n      number of new articles in newsgroup
+ %s      number of unread articles in newsgroup
+ %>X     right justify the rest of the string and pad with character "X"
+ %|X     pad to the end of the line with character "X"
+
 
 167. nntp_host
 
@@ -4694,15 +7340,20 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   This variable specifies the name (or address) of the NNTP server to be used.
+   This variable specifies the name (or address) of the NNTP server to be
+   used.
 
-   It defaults to the value specified via the environment variable $NNTPSERVER or contained in the file /etc/nntpserver.
+   It defaults to the value specified via the environment variable
+   $NNTPSERVER or contained in the file /etc/nntpserver.
 
-   You can also specify a username and an alternative port for each newsserver, e.g.
+   You can also specify a username and an alternative port for each
+   newsserver, e.g.
 
    [nntp[s]://][username[:password]@]newsserver[:port]
 
-   Note: Using a password as shown and stored in a configuration file presents a security risk since the superuser of your machine may read it regardless of the file's permissions.
+   Note: Using a password as shown and stored in a configuration file
+   presents a security risk since the superuser of your machine may read it
+   regardless of the file's permissions.
 
 168. nntp_inews
 
@@ -4712,8 +7363,12 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If set, specifies the program and arguments used to deliver news posted by Mutt-ng. Otherwise, Mutt-ng posts article using current connection. The following printf(3)-style sequence is understood:
-%s      newsserver name
+   If set, specifies the program and arguments used to deliver news posted by
+   Mutt-ng. Otherwise, Mutt-ng posts article using current connection. The
+   following printf(3)-style sequence is understood:
+
+ %s      newsserver name
+
 
    Example: set inews="/usr/local/bin/inews -hS"
 
@@ -4725,7 +7380,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   This variable controls whether or not descriptions for newsgroups are to be loaded when subscribing to a newsgroup.
+   This variable controls whether or not descriptions for newsgroups are to
+   be loaded when subscribing to a newsgroup.
 
 170. nntp_mail_check
 
@@ -4735,7 +7391,9 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   The time in seconds until any operations on a newsgroup except posting a new article will cause a recheck for new news. If set to 0, Mutt-ng will recheck on each operation in index (stepping, read article, etc.).
+   The time in seconds until any operations on a newsgroup except posting a
+   new article will cause a recheck for new news. If set to 0, Mutt-ng will
+   recheck on each operation in index (stepping, read article, etc.).
 
 171. nntp_mime_subject
 
@@ -4745,7 +7403,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If unset, an 8-bit ``Subject:'' header field in a news article will not be encoded according to RFC2047.
+   If unset, an 8-bit ``Subject:'' header field in a news article will not be
+   encoded according to RFC2047.
 
    Note: Only change this setting if you know what you are doing.
 
@@ -4757,10 +7416,14 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   This file contains information about subscribed newsgroup and articles read so far.
+   This file contains information about subscribed newsgroup and articles
+   read so far.
+
+   To ease the use of multiple news servers, the following printf(3)-style
+   sequence is understood:
+
+ %s      newsserver name
 
-   To ease the use of multiple news servers, the following printf(3)-style sequence is understood:
-%s      newsserver name
 
 173. nntp_pass
 
@@ -4772,7 +7435,9 @@ smtp_auth_password      smtp_pass
 
    Your password for NNTP account.
 
-   Note: Storing passwords in a configuration file presents a security risk since the superuser of your machine may read it regardless of the file's permissions.
+   Note: Storing passwords in a configuration file presents a security risk
+   since the superuser of your machine may read it regardless of the file's
+   permissions.
 
 174. nntp_post_moderated
 
@@ -4782,9 +7447,11 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If set to yes, Mutt-ng will post articles to newsgroup that have not permissions to post (e.g. moderated).
+   If set to yes, Mutt-ng will post articles to newsgroup that have not
+   permissions to post (e.g. moderated).
 
-   Note: if the newsserver does not support posting to that newsgroup or a group is totally read-only, that posting will not have any effect.
+   Note: if the newsserver does not support posting to that newsgroup or a
+   group is totally read-only, that posting will not have any effect.
 
 175. nntp_reconnect
 
@@ -4794,7 +7461,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   Controls whether or not Mutt-ng will try to reconnect to a newsserver when the was connection lost.
+   Controls whether or not Mutt-ng will try to reconnect to a newsserver when
+   the was connection lost.
 
 176. nntp_save_unsubscribed
 
@@ -4804,7 +7472,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   When set, info about unsubscribed newsgroups will be saved into the ``newsrc'' file and into the news cache.
+   When set, info about unsubscribed newsgroups will be saved into the
+   ``newsrc'' file and into the news cache.
 
 177. nntp_show_new_news
 
@@ -4814,7 +7483,10 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If set, the newsserver will be asked for new newsgroups on entering the browser. Otherwise, it will be done only once for a newsserver. Also controls whether or not the number of new articles of subscribed newsgroups will be checked.
+   If set, the newsserver will be asked for new newsgroups on entering the
+   browser. Otherwise, it will be done only once for a newsserver. Also
+   controls whether or not the number of new articles of subscribed
+   newsgroups will be checked.
 
 178. nntp_show_only_unread
 
@@ -4824,7 +7496,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If set, only subscribed newsgroups that contain unread articles will be displayed in the newsgroup browser.
+   If set, only subscribed newsgroups that contain unread articles will be
+   displayed in the newsgroup browser.
 
 179. nntp_user
 
@@ -4834,7 +7507,8 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   Your login name on the NNTP server. If unset and the server requires authentification, Mutt-ng will prompt you for your account name.
+   Your login name on the NNTP server. If unset and the server requires
+   authentification, Mutt-ng will prompt you for your account name.
 
 180. nntp_x_comment_to
 
@@ -4844,7 +7518,9 @@ smtp_auth_password      smtp_pass
 
    Availability: NNTP
 
-   If set, Mutt-ng will add a ``X-Comment-To:'' header field (that contains full name of the original article author) to articles that you followup to.
+   If set, Mutt-ng will add a ``X-Comment-To:'' header field (that contains
+   full name of the original article author) to articles that you followup
+   to.
 
 181. operating_system
 
@@ -4852,7 +7528,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This specifies the operating system name for the User-Agent: header field. If this is unset, it will be set to the operating system name that uname(2) returns. If uname(2) fails, ``UNIX'' will be used.
+   This specifies the operating system name for the User-Agent: header field.
+   If this is unset, it will be set to the operating system name that
+   uname(2) returns. If uname(2) fails, ``UNIX'' will be used.
 
    It may, for example, look as: ``mutt-ng 1.5.9i (Linux)''.
 
@@ -4862,9 +7540,15 @@ smtp_auth_password      smtp_pass
 
    Default: "builtin"
 
-   This variable specifies which pager you would like to use to view messages. ``builtin'' means to use the builtin pager, otherwise this variable should specify the pathname of the external pager you would like to use.
+   This variable specifies which pager you would like to use to view
+   messages. ``builtin'' means to use the builtin pager, otherwise this
+   variable should specify the pathname of the external pager you would like
+   to use.
 
-   Using an external pager may have some disadvantages: Additional keystrokes are necessary because you can't call Mutt-ng functions directly from the pager, and screen resizes cause lines longer than the screen width to be badly formatted in the help menu.
+   Using an external pager may have some disadvantages: Additional keystrokes
+   are necessary because you can't call Mutt-ng functions directly from the
+   pager, and screen resizes cause lines longer than the screen width to be
+   badly formatted in the help menu.
 
 183. pager_context
 
@@ -4872,7 +7556,10 @@ smtp_auth_password      smtp_pass
 
    Default: 0
 
-   This variable controls the number of lines of context that are given when displaying the next or previous page in the internal pager. By default, Mutt-ng will display the line after the last one on the screen at the top of the next page (0 lines of context).
+   This variable controls the number of lines of context that are given when
+   displaying the next or previous page in the internal pager. By default,
+   Mutt-ng will display the line after the last one on the screen at the top
+   of the next page (0 lines of context).
 
 184. pager_format
 
@@ -4880,7 +7567,9 @@ smtp_auth_password      smtp_pass
 
    Default: "-%Z- %C/%m: %-20.20n %s"
 
-   This variable controls the format of the one-line message ``status'' displayed before each message in either the internal or an external pager. The valid sequences are listed in the ``$index_format'' section.
+   This variable controls the format of the one-line message ``status''
+   displayed before each message in either the internal or an external pager.
+   The valid sequences are listed in the ``$index_format'' section.
 
 185. pager_index_lines
 
@@ -4888,7 +7577,16 @@ smtp_auth_password      smtp_pass
 
    Default: 0
 
-   Determines the number of lines of a mini-index which is shown when in the pager. The current message, unless near the top or bottom of the folder, will be roughly one third of the way down this mini-index, giving the reader the context of a few messages before and after the message. This is useful, for example, to determine how many messages remain to be read in the current thread. One of the lines is reserved for the status bar from the index, so a pager_index_lines of 6 will only show 5 lines of the actual index. A value of 0 results in no index being shown. If the number of messages in the current folder is less than pager_index_lines, then the index will only use as many lines as it needs.
+   Determines the number of lines of a mini-index which is shown when in the
+   pager. The current message, unless near the top or bottom of the folder,
+   will be roughly one third of the way down this mini-index, giving the
+   reader the context of a few messages before and after the message. This is
+   useful, for example, to determine how many messages remain to be read in
+   the current thread. One of the lines is reserved for the status bar from
+   the index, so a pager_index_lines of 6 will only show 5 lines of the
+   actual index. A value of 0 results in no index being shown. If the number
+   of messages in the current folder is less than pager_index_lines, then the
+   index will only use as many lines as it needs.
 
 186. pager_stop
 
@@ -4896,7 +7594,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, the internal-pager will not move to the next message when you are at the end of a message and invoke the next-page function.
+   When set, the internal-pager will not move to the next message when you
+   are at the end of a message and invoke the next-page function.
 
 187. pgp_auto_decode
 
@@ -4904,7 +7603,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, Mutt-ng will automatically attempt to decrypt traditional PGP messages whenever the user performs an operation which ordinarily would result in the contents of the message being operated on. For example, if the user displays a pgp-traditional message which has not been manually checked with the check-traditional-pgp function, Mutt-ng will automatically check the message for traditional pgp.
+   If set, Mutt-ng will automatically attempt to decrypt traditional PGP
+   messages whenever the user performs an operation which ordinarily would
+   result in the contents of the message being operated on. For example, if
+   the user displays a pgp-traditional message which has not been manually
+   checked with the check-traditional-pgp function, Mutt-ng will
+   automatically check the message for traditional pgp.
 
 188. pgp_autoinline
 
@@ -4912,11 +7616,18 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This option controls whether Mutt-ng generates old-style inline (traditional) PGP encrypted or signed messages under certain circumstances. This can be overridden by use of the pgp-menu, when inline is not required.
+   This option controls whether Mutt-ng generates old-style inline
+   (traditional) PGP encrypted or signed messages under certain
+   circumstances. This can be overridden by use of the pgp-menu, when inline
+   is not required.
 
-   Note that Mutt-ng might automatically use PGP/MIME for messages which consist of more than a single MIME part. Mutt-ng can be configured to ask before sending PGP/MIME messages when inline (traditional) would not work. See also: ``$pgp_mime_auto''.
+   Note that Mutt-ng might automatically use PGP/MIME for messages which
+   consist of more than a single MIME part. Mutt-ng can be configured to ask
+   before sending PGP/MIME messages when inline (traditional) would not work.
+   See also: ``$pgp_mime_auto''.
 
-   Also note that using the old-style PGP message format is strongly deprecated. (PGP only)
+   Also note that using the old-style PGP message format is strongly
+   deprecated. (PGP only)
 
 189. pgp_check_exit
 
@@ -4924,7 +7635,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set, Mutt-ng will check the exit code of the PGP subprocess when signing or encrypting. A non-zero exit code means that the subprocess failed. (PGP only)
+   If set, Mutt-ng will check the exit code of the PGP subprocess when
+   signing or encrypting. A non-zero exit code means that the subprocess
+   failed. (PGP only)
 
 190. pgp_clearsign_command
 
@@ -4942,26 +7655,37 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This format strings specifies a command which is used to decode application/pgp attachments.
+   This format strings specifies a command which is used to decode
+   application/pgp attachments.
 
    The PGP command formats have their own set of printf(3)-like sequences:
 
    %p
-          Expands to PGPPASSFD=0 when a pass phrase is needed, to an empty string otherwise. Note: This may be used with a %? construct.
+
+           Expands to PGPPASSFD=0 when a pass phrase is needed, to an empty
+           string otherwise. Note: This may be used with a %? construct.
 
    %f
-          Expands to the name of a file containing a message.
+
+           Expands to the name of a file containing a message.
 
    %s
-          Expands to the name of a file containing the signature part of a multipart/signed attachment when verifying it.
+
+           Expands to the name of a file containing the signature part of a
+           multipart/signed attachment when verifying it.
 
    %a
-          The value of $pgp_sign_as.
+
+           The value of $pgp_sign_as.
 
    %r
-          One or more key IDs.
 
-   For examples on how to configure these formats for the various versions of PGP which are floating around, see the pgp*.rc and gpg.rc files in the samples/ subdirectory which has been installed on your system alongside the documentation. (PGP only)
+           One or more key IDs.
+
+   For examples on how to configure these formats for the various versions of
+   PGP which are floating around, see the pgp*.rc and gpg.rc files in the
+   samples/ subdirectory which has been installed on your system alongside
+   the documentation. (PGP only)
 
 192. pgp_decrypt_command
 
@@ -4993,34 +7717,45 @@ smtp_auth_password      smtp_pass
 
    Default: "%4n %t%f %4l/0x%k %-4a %2c %u"
 
-   This variable allows you to customize the PGP key selection menu to your personal taste. This string is similar to ``$index_format'', but has its own set of printf(3)-like sequences:
+   This variable allows you to customize the PGP key selection menu to your
+   personal taste. This string is similar to ``$index_format'', but has its
+   own set of printf(3)-like sequences:
 
    %n
-          number
+
+           number
 
    %k
-          key id
+
+           key id
 
    %u
-          user id
+
+           user id
 
    %a
-          algorithm
+
+           algorithm
 
    %l
-          key length
+
+           key length
 
    %f
-          flags
+
+           flags
 
    %c
-          capabilities
+
+           capabilities
 
    %t
-          trust/validity of the key-uid association
+
+           trust/validity of the key-uid association
 
    %[<s>]
-          date of the key where <s> is an strftime(3) expression
+
+           date of the key where <s> is an strftime(3) expression
 
    (PGP only)
 
@@ -5030,7 +7765,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to export a public key from the user's key ring. (PGP only)
+   This command is used to export a public key from the user's key ring. (PGP
+   only)
 
 197. pgp_getkeys_command
 
@@ -5038,7 +7774,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is invoked whenever Mutt-ng will need public key information. %r is the only printf(3)-like sequence used with this format. (PGP only)
+   This command is invoked whenever Mutt-ng will need public key information.
+   %r is the only printf(3)-like sequence used with this format. (PGP only)
 
 198. pgp_good_sign
 
@@ -5046,7 +7783,10 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   If you assign a text to this variable, then a PGP signature is only considered verified if the output from $pgp_verify_command contains the text. Use this variable if the exit code from the command is 0 even for bad signatures. (PGP only)
+   If you assign a text to this variable, then a PGP signature is only
+   considered verified if the output from $pgp_verify_command contains the
+   text. Use this variable if the exit code from the command is 0 even for
+   bad signatures. (PGP only)
 
 199. pgp_ignore_subkeys
 
@@ -5054,7 +7794,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Setting this variable will cause Mutt-ng to ignore OpenPGP subkeys. Instead, the principal key will inherit the subkeys' capabilities. Unset this if you want to play interesting key selection games. (PGP only)
+   Setting this variable will cause Mutt-ng to ignore OpenPGP subkeys.
+   Instead, the principal key will inherit the subkeys' capabilities. Unset
+   this if you want to play interesting key selection games. (PGP only)
 
 200. pgp_import_command
 
@@ -5062,7 +7804,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to import a key from a message into the user's public key ring. (PGP only)
+   This command is used to import a key from a message into the user's public
+   key ring. (PGP only)
 
 201. pgp_list_pubring_command
 
@@ -5070,9 +7813,11 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to list the public key ring's contents. The output format must be analogous to the one used by gpg --list-keys --with-colons.
+   This command is used to list the public key ring's contents. The output
+   format must be analogous to the one used by gpg --list-keys --with-colons.
 
-   This format is also generated by the pgpring utility which comes with Mutt-ng. (PGP only)
+   This format is also generated by the pgpring utility which comes with
+   Mutt-ng. (PGP only)
 
 202. pgp_list_secring_command
 
@@ -5080,9 +7825,11 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to list the secret key ring's contents. The output format must be analogous to the one used by gpg --list-keys --with-colons.
+   This command is used to list the secret key ring's contents. The output
+   format must be analogous to the one used by gpg --list-keys --with-colons.
 
-   This format is also generated by the pgpring utility which comes with Mutt-ng. (PGP only)
+   This format is also generated by the pgpring utility which comes with
+   Mutt-ng. (PGP only)
 
 203. pgp_long_ids
 
@@ -5090,7 +7837,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, use 64 bit PGP key IDs. Unset uses the normal 32 bit Key IDs. (PGP only)
+   If set, use 64 bit PGP key IDs. Unset uses the normal 32 bit Key IDs. (PGP
+   only)
 
 204. pgp_mime_auto
 
@@ -5098,9 +7846,12 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   This option controls whether Mutt-ng will prompt you for automatically sending a (signed/encrypted) message using PGP/MIME when inline (traditional) fails (for any reason).
+   This option controls whether Mutt-ng will prompt you for automatically
+   sending a (signed/encrypted) message using PGP/MIME when inline
+   (traditional) fails (for any reason).
 
-   Also note that using the old-style PGP message format is strongly deprecated. (PGP only)
+   Also note that using the old-style PGP message format is strongly
+   deprecated. (PGP only)
 
 205. pgp_replyinline
 
@@ -5108,11 +7859,20 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Setting this variable will cause Mutt-ng to always attempt to create an inline (traditional) message when replying to a message which is PGP encrypted/signed inline. This can be overridden by use of the pgp-menu, when inline is not required. This option does not automatically detect if the (replied-to) message is inline; instead it relies on Mutt-ng internals for previously checked/flagged messages.
+   Setting this variable will cause Mutt-ng to always attempt to create an
+   inline (traditional) message when replying to a message which is PGP
+   encrypted/signed inline. This can be overridden by use of the pgp-menu,
+   when inline is not required. This option does not automatically detect if
+   the (replied-to) message is inline; instead it relies on Mutt-ng internals
+   for previously checked/flagged messages.
 
-   Note that Mutt-ng might automatically use PGP/MIME for messages which consist of more than a single MIME part. Mutt-ng can be configured to ask before sending PGP/MIME messages when inline (traditional) would not work. See also: ``$pgp_mime_auto''.
+   Note that Mutt-ng might automatically use PGP/MIME for messages which
+   consist of more than a single MIME part. Mutt-ng can be configured to ask
+   before sending PGP/MIME messages when inline (traditional) would not work.
+   See also: ``$pgp_mime_auto''.
 
-   Also note that using the old-style PGP message format is strongly deprecated. (PGP only)
+   Also note that using the old-style PGP message format is strongly
+   deprecated. (PGP only)
 
 206. pgp_retainable_sigs
 
@@ -5120,9 +7880,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, signed and encrypted messages will consist of nested multipart/signed and multipart/encrypted body parts.
+   If set, signed and encrypted messages will consist of nested
+   multipart/signed and multipart/encrypted body parts.
 
-   This is useful for applications like encrypted and signed mailing lists, where the outer layer (multipart/encrypted) can be easily removed, while the inner multipart/signed part is retained. (PGP only)
+   This is useful for applications like encrypted and signed mailing lists,
+   where the outer layer (multipart/encrypted) can be easily removed, while
+   the inner multipart/signed part is retained. (PGP only)
 
 207. pgp_show_unusable
 
@@ -5130,7 +7893,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set, Mutt-ng will display non-usable keys on the PGP key selection menu. This includes keys which have been revoked, have expired, or have been marked as ``disabled'' by the user. (PGP only)
+   If set, Mutt-ng will display non-usable keys on the PGP key selection
+   menu. This includes keys which have been revoked, have expired, or have
+   been marked as ``disabled'' by the user. (PGP only)
 
 208. pgp_sign_as
 
@@ -5138,7 +7903,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   If you have more than one key pair, this option allows you to specify which of your private keys to use. It is recommended that you use the keyid form to specify your key (e.g., ``0x00112233''). (PGP only)
+   If you have more than one key pair, this option allows you to specify
+   which of your private keys to use. It is recommended that you use the
+   keyid form to specify your key (e.g., ``0x00112233''). (PGP only)
 
 209. pgp_sign_command
 
@@ -5146,7 +7913,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to create the detached PGP signature for a multipart/signed PGP/MIME body part. (PGP only)
+   This command is used to create the detached PGP signature for a
+   multipart/signed PGP/MIME body part. (PGP only)
 
 210. pgp_sort_keys
 
@@ -5154,21 +7922,27 @@ smtp_auth_password      smtp_pass
 
    Default: address
 
-   Specifies how the entries in the ``pgp keys'' menu are sorted. The following are legal values:
+   Specifies how the entries in the ``pgp keys'' menu are sorted. The
+   following are legal values:
 
    address
-          sort alphabetically by user id
+
+           sort alphabetically by user id
 
    keyid
-          sort alphabetically by key id
+
+           sort alphabetically by key id
 
    date
-          sort by key creation 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)
+           sort by the trust of the key
+
+   If you prefer reverse order of the above values, prefix it with
+   ``reverse-''. (PGP only)
 
 211. pgp_strict_enc
 
@@ -5176,7 +7950,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set, Mutt-ng will automatically encode PGP/MIME signed messages as quoted-printable. Please note that unsetting this variable may lead to problems with non-verifyable PGP signatures, so only change this if you know what you are doing. (PGP only)
+   If set, Mutt-ng will automatically encode PGP/MIME signed messages as
+   quoted-printable. Please note that unsetting this variable may lead to
+   problems with non-verifyable PGP signatures, so only change this if you
+   know what you are doing. (PGP only)
 
 212. pgp_timeout
 
@@ -5184,7 +7961,8 @@ smtp_auth_password      smtp_pass
 
    Default: 300
 
-   The number of seconds after which a cached passphrase will expire if not used. Default: 300. (PGP only)
+   The number of seconds after which a cached passphrase will expire if not
+   used. Default: 300. (PGP only)
 
 213. pgp_use_gpg_agent
 
@@ -5208,7 +7986,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to verify key information from the key selection menu. (PGP only)
+   This command is used to verify key information from the key selection
+   menu. (PGP only)
 
 216. pipe_decode
 
@@ -5216,7 +7995,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Used in connection with the pipe-message command. When unset, Mutt-ng will pipe the messages without any preprocessing. When set, Mutt-ng will weed headers and will attempt to PGP/MIME decode the messages first.
+   Used in connection with the pipe-message command. When unset, Mutt-ng will
+   pipe the messages without any preprocessing. When set, Mutt-ng will weed
+   headers and will attempt to PGP/MIME decode the messages first.
 
 217. pipe_sep
 
@@ -5224,7 +8005,8 @@ smtp_auth_password      smtp_pass
 
    Default: "\n"
 
-   The separator to add between messages when piping a list of tagged messages to an external Unix command.
+   The separator to add between messages when piping a list of tagged
+   messages to an external Unix command.
 
 218. pipe_split
 
@@ -5232,7 +8014,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Used in connection with the pipe-message command and the ``tag- prefix'' or ``tag-prefix-cond'' operators. If this variable is unset, when piping a list of tagged messages Mutt-ng will concatenate the messages and will pipe them as a single folder. When set, Mutt-ng will pipe the messages one by one. In both cases the messages are piped in the current sorted order, and the ``$pipe_sep'' separator is added after each message.
+   Used in connection with the pipe-message command and the ``tag- prefix''
+   or ``tag-prefix-cond'' operators. If this variable is unset, when piping a
+   list of tagged messages Mutt-ng will concatenate the messages and will
+   pipe them as a single folder. When set, Mutt-ng will pipe the messages one
+   by one. In both cases the messages are piped in the current sorted order,
+   and the ``$pipe_sep'' separator is added after each message.
 
 219. pop_auth_try_all
 
@@ -5242,7 +8029,10 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   If set, Mutt-ng will try all available methods. When unset, Mutt-ng will only fall back to other authentication methods if the previous methods are unavailable. If a method is available but authentication fails, Mutt-ng will not connect to the POP server.
+   If set, Mutt-ng will try all available methods. When unset, Mutt-ng will
+   only fall back to other authentication methods if the previous methods are
+   unavailable. If a method is available but authentication fails, Mutt-ng
+   will not connect to the POP server.
 
 220. pop_authenticators
 
@@ -5252,9 +8042,14 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   This is a colon-delimited list of authentication methods Mutt-ng may attempt to use to log in to an POP server, in the order Mutt-ng should try them. Authentication methods are either ``user'', ``apop'' or any SASL mechanism, eg ``digest-md5'', ``gssapi'' or ``cram-md5''.
+   This is a colon-delimited list of authentication methods Mutt-ng may
+   attempt to use to log in to an POP server, in the order Mutt-ng should try
+   them. Authentication methods are either ``user'', ``apop'' or any SASL
+   mechanism, eg ``digest-md5'', ``gssapi'' or ``cram-md5''.
 
-   This parameter is case-insensitive. If this parameter is unset (the default) Mutt-ng will try all available methods, in order from most-secure to least-secure.
+   This parameter is case-insensitive. If this parameter is unset (the
+   default) Mutt-ng will try all available methods, in order from most-secure
+   to least-secure.
 
    Example: set pop_authenticators="digest-md5:apop:user"
 
@@ -5266,7 +8061,9 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   If set, Mutt-ng will delete successfully downloaded messages from the POP server when using the ``fetch-mail'' function. When unset, Mutt-ng will download messages but also leave them on the POP server.
+   If set, Mutt-ng will delete successfully downloaded messages from the POP
+   server when using the ``fetch-mail'' function. When unset, Mutt-ng will
+   download messages but also leave them on the POP server.
 
 222. pop_host
 
@@ -5276,11 +8073,14 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   The name of your POP server for the ``fetch-mail'' function. You can also specify an alternative port, username and password, i.e.:
+   The name of your POP server for the ``fetch-mail'' function. You can also
+   specify an alternative port, username and password, i.e.:
 
    [pop[s]://][username[:password]@]popserver[:port]
 
-   Note: Storing passwords in a configuration file presents a security risk since the superuser of your machine may read it regardless of the file's permissions.
+   Note: Storing passwords in a configuration file presents a security risk
+   since the superuser of your machine may read it regardless of the file's
+   permissions.
 
 223. pop_last
 
@@ -5290,7 +8090,9 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   If this variable is set, Mutt-ng will try to use the ``LAST'' POP command for retrieving only unread messages from the POP server when using the ``fetch-mail'' function.
+   If this variable is set, Mutt-ng will try to use the ``LAST'' POP command
+   for retrieving only unread messages from the POP server when using the
+   ``fetch-mail'' function.
 
 224. pop_mail_check
 
@@ -5300,7 +8102,8 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   This variable configures how often (in seconds) POP should look for new mail.
+   This variable configures how often (in seconds) POP should look for new
+   mail.
 
 225. pop_pass
 
@@ -5310,9 +8113,12 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   Specifies the password for your POP account. If unset, Mutt-ng will prompt you for your password when you open POP mailbox.
+   Specifies the password for your POP account. If unset, Mutt-ng will prompt
+   you for your password when you open POP mailbox.
 
-   Note: Storing passwords in a configuration file presents a security risk since the superuser of your machine may read it regardless of the file's permissions.
+   Note: Storing passwords in a configuration file presents a security risk
+   since the superuser of your machine may read it regardless of the file's
+   permissions.
 
 226. pop_reconnect
 
@@ -5322,7 +8128,8 @@ smtp_auth_password      smtp_pass
 
    Availability: POP
 
-   Controls whether or not Mutt-ng will try to reconnect to a POP server when the connection is lost.
+   Controls whether or not Mutt-ng will try to reconnect to a POP server when
+   the connection is lost.
 
 227. pop_user
 
@@ -5342,7 +8149,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Similar to the ``$attribution'' variable, Mutt-ng will append this string after the inclusion of a message which is being replied to.
+   Similar to the ``$attribution'' variable, Mutt-ng will append this string
+   after the inclusion of a message which is being replied to.
 
 229. postpone
 
@@ -5350,7 +8158,8 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   Controls whether or not messages are saved in the ``$postponed'' mailbox when you elect not to send immediately.
+   Controls whether or not messages are saved in the ``$postponed'' mailbox
+   when you elect not to send immediately.
 
 230. postponed
 
@@ -5358,7 +8167,10 @@ smtp_auth_password      smtp_pass
 
    Default: "˜/postponed"
 
-   Mutt-ng allows you to indefinitely ``postpone sending a message'' which you are editing. When you choose to postpone a message, Mutt-ng saves it in the mailbox specified by this variable. Also see the ``$postpone'' variable.
+   Mutt-ng allows you to indefinitely ``postpone sending a message'' which
+   you are editing. When you choose to postpone a message, Mutt-ng saves it
+   in the mailbox specified by this variable. Also see the ``$postpone''
+   variable.
 
 231. preconnect
 
@@ -5366,13 +8178,19 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   If set, a shell command to be executed if Mutt-ng fails to establish a connection to the server. This is useful for setting up secure connections, e.g. with ssh(1). If the command returns a nonzero status, Mutt-ng gives up opening the server. Example:
+   If set, a shell command to be executed if Mutt-ng fails to establish a
+   connection to the server. This is useful for setting up secure
+   connections, e.g. with ssh(1). If the command returns a nonzero status,
+   Mutt-ng gives up opening the server. Example:
 
-   preconnect="ssh -f -q -L 1234:mailhost.net:143 mailhost.net sleep 20 < /dev/null > /dev/null"
+   preconnect="ssh -f -q -L 1234:mailhost.net:143 mailhost.net sleep 20 <
+   /dev/null > /dev/null"
 
-   Mailbox ``foo'' on mailhost.net can now be reached as ``{localhost:1234}foo''.
+   Mailbox ``foo'' on mailhost.net can now be reached as
+   ``{localhost:1234}foo''.
 
-   Note: For this example to work, you must be able to log in to the remote machine without having to enter a password.
+   Note: For this example to work, you must be able to log in to the remote
+   machine without having to enter a password.
 
 232. print
 
@@ -5380,7 +8198,8 @@ smtp_auth_password      smtp_pass
 
    Default: ask-no
 
-   Controls whether or not Mutt-ng really prints messages. This is set to ask-no by default, because some people accidentally hit ``p'' often.
+   Controls whether or not Mutt-ng really prints messages. This is set to
+   ask-no by default, because some people accidentally hit ``p'' often.
 
 233. print_command
 
@@ -5396,7 +8215,12 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Used in connection with the print-message command. If this option is set, the message is decoded before it is passed to the external command specified by $print_command. If this option is unset, no processing will be applied to the message when printing it. The latter setting may be useful if you are using some advanced printer filter which is able to properly format e-mail messages for printing.
+   Used in connection with the print-message command. If this option is set,
+   the message is decoded before it is passed to the external command
+   specified by $print_command. If this option is unset, no processing will
+   be applied to the message when printing it. The latter setting may be
+   useful if you are using some advanced printer filter which is able to
+   properly format e-mail messages for printing.
 
 235. print_split
 
@@ -5404,9 +8228,14 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Used in connection with the print-message command. If this option is set, the command specified by $print_command is executed once for each message which is to be printed. If this option is unset, the command specified by $print_command is executed only once, and all the messages are concatenated, with a form feed as the message separator.
+   Used in connection with the print-message command. If this option is set,
+   the command specified by $print_command is executed once for each message
+   which is to be printed. If this option is unset, the command specified by
+   $print_command is executed only once, and all the messages are
+   concatenated, with a form feed as the message separator.
 
-   Those who use the enscript(1) program's mail-printing mode will most likely want to set this option.
+   Those who use the enscript(1) program's mail-printing mode will most
+   likely want to set this option.
 
 236. prompt_after
 
@@ -5414,7 +8243,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If you use an external ``$pager'', setting this variable will cause Mutt-ng to prompt you for a command when the pager exits rather than returning to the index menu. If unset, Mutt-ng will return to the index menu when the external pager exits.
+   If you use an external ``$pager'', setting this variable will cause
+   Mutt-ng to prompt you for a command when the pager exits rather than
+   returning to the index menu. If unset, Mutt-ng will return to the index
+   menu when the external pager exits.
 
 237. query_command
 
@@ -5422,7 +8254,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This specifies the command that Mutt-ng will use to make external address queries. The string should contain a %s, which will be substituted with the query string the user types. See ``query'' for more information.
+   This specifies the command that Mutt-ng will use to make external address
+   queries. The string should contain a %s, which will be substituted with
+   the query string the user types. See ``query'' for more information.
 
 238. quit
 
@@ -5430,7 +8264,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable controls whether ``quit'' and ``exit'' actually quit from Mutt-ng. If it set to yes, they do quit, if it is set to no, they have no effect, and if it is set to ask-yes or ask-no, you are prompted for confirmation when you try to quit.
+   This variable controls whether ``quit'' and ``exit'' actually quit from
+   Mutt-ng. If it set to yes, they do quit, if it is set to no, they have no
+   effect, and if it is set to ask-yes or ask-no, you are prompted for
+   confirmation when you try to quit.
 
 239. quote_empty
 
@@ -5438,7 +8275,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls whether or not empty lines will be quoted using ``indent_string''.
+   Controls whether or not empty lines will be quoted using
+   ``indent_string''.
 
 240. quote_quoted
 
@@ -5446,7 +8284,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Controls how quoted lines will be quoted. If set, one quote character will be added to the end of existing prefix. Otherwise, quoted lines will be prepended by ``indent_string''.
+   Controls how quoted lines will be quoted. If set, one quote character will
+   be added to the end of existing prefix. Otherwise, quoted lines will be
+   prepended by ``indent_string''.
 
 241. quote_regexp
 
@@ -5454,9 +8294,12 @@ smtp_auth_password      smtp_pass
 
    Default: "^([ \t]*[|>:}#])+"
 
-   A regular expression used in the internal-pager to determine quoted sections of text in the body of a message.
+   A regular expression used in the internal-pager to determine quoted
+   sections of text in the body of a message.
 
-   Note: In order to use the quotedx patterns in the internal pager, you need to set this to a regular expression that matches exactly the quote characters at the beginning of quoted lines.
+   Note: In order to use the quotedx patterns in the internal pager, you need
+   to set this to a regular expression that matches exactly the quote
+   characters at the beginning of quoted lines.
 
 242. read_inc
 
@@ -5464,7 +8307,13 @@ smtp_auth_password      smtp_pass
 
    Default: 10
 
-   If set to a value greater than 0, Mutt-ng will display which message it is currently on when reading a mailbox. The message is printed after read_inc messages have been read (e.g., if set to 25, Mutt-ng will print a message when it reads message 25, and then again when it gets to message 50). This variable is meant to indicate progress when reading large mailboxes which may take some time. When set to 0, only a single message will appear before the reading the mailbox.
+   If set to a value greater than 0, Mutt-ng will display which message it is
+   currently on when reading a mailbox. The message is printed after read_inc
+   messages have been read (e.g., if set to 25, Mutt-ng will print a message
+   when it reads message 25, and then again when it gets to message 50). This
+   variable is meant to indicate progress when reading large mailboxes which
+   may take some time. When set to 0, only a single message will appear
+   before the reading the mailbox.
 
    Also see the ``$write_inc'' variable.
 
@@ -5482,11 +8331,13 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable specifies what ``real'' or ``personal'' name should be used when sending messages.
+   This variable specifies what ``real'' or ``personal'' name should be used
+   when sending messages.
 
    By default, this is the GECOS field from /etc/passwd.
 
-   Note: This variable will not be used when the user has set a real name in the $from variable.
+   Note: This variable will not be used when the user has set a real name in
+   the $from variable.
 
 245. recall
 
@@ -5494,9 +8345,11 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   Controls whether or not Mutt-ng recalls postponed messages when composing a new message. Also see ``$postponed''.
+   Controls whether or not Mutt-ng recalls postponed messages when composing
+   a new message. Also see ``$postponed''.
 
-   Setting this variable to yes is not generally useful, and thus not recommended.
+   Setting this variable to yes is not generally useful, and thus not
+   recommended.
 
 246. record
 
@@ -5504,9 +8357,13 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This specifies the file into which your outgoing messages should be appended. (This is meant as the primary method for saving a copy of your messages, but another way to do this is using the ``my_hdr'' command to create a Bcc: header field with your email address in it.)
+   This specifies the file into which your outgoing messages should be
+   appended. (This is meant as the primary method for saving a copy of your
+   messages, but another way to do this is using the ``my_hdr'' command to
+   create a Bcc: header field with your email address in it.)
 
-   The value of $record is overridden by the ``$force_name'' and ``$save_name'' variables, and the ``fcc-hook'' command.
+   The value of $record is overridden by the ``$force_name'' and
+   ``$save_name'' variables, and the ``fcc-hook'' command.
 
 247. reply_regexp
 
@@ -5514,7 +8371,9 @@ smtp_auth_password      smtp_pass
 
    Default: "^(re([\[0-9\]+])*|aw):[ \t]*"
 
-   A regular expression used to recognize reply messages when threading and replying. The default value corresponds to the English ``Re:'' and the German ``Aw:''.
+   A regular expression used to recognize reply messages when threading and
+   replying. The default value corresponds to the English ``Re:'' and the
+   German ``Aw:''.
 
 248. reply_self
 
@@ -5522,7 +8381,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If unset and you are replying to a message sent by you, Mutt-ng will assume that you want to reply to the recipients of that message rather than to yourself.
+   If unset and you are replying to a message sent by you, Mutt-ng will
+   assume that you want to reply to the recipients of that message rather
+   than to yourself.
 
 249. reply_to
 
@@ -5530,9 +8391,13 @@ smtp_auth_password      smtp_pass
 
    Default: ask-yes
 
-   If set, when replying to a message, Mutt-ng will use the address listed in the ``Reply-To:'' header field as the recipient of the reply. If unset, it will use the address in the ``From:'' header field instead.
+   If set, when replying to a message, Mutt-ng will use the address listed in
+   the ``Reply-To:'' header field as the recipient of the reply. If unset, it
+   will use the address in the ``From:'' header field instead.
 
-   This option is useful for reading a mailing list that sets the ``Reply-To:'' header field to the list address and you want to send a private message to the author of a message.
+   This option is useful for reading a mailing list that sets the
+   ``Reply-To:'' header field to the list address and you want to send a
+   private message to the author of a message.
 
 250. resolve
 
@@ -5540,7 +8405,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, the cursor will be automatically advanced to the next (possibly undeleted) message whenever a command that modifies the current message is executed.
+   When set, the cursor will be automatically advanced to the next (possibly
+   undeleted) message whenever a command that modifies the current message is
+   executed.
 
 251. reverse_alias
 
@@ -5548,7 +8415,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This variable controls whether or not Mutt-ng will display the ``personal'' name from your aliases in the index menu if it finds an alias that matches the message's sender. For example, if you have the following alias:
+   This variable controls whether or not Mutt-ng will display the
+   ``personal'' name from your aliases in the index menu if it finds an alias
+   that matches the message's sender. For example, if you have the following
+   alias:
 
    alias juser abd30425@somewhere.net (Joe User)
 
@@ -5556,7 +8426,9 @@ smtp_auth_password      smtp_pass
 
    From: abd30425@somewhere.net
 
-   It would be displayed in the index menu as ``Joe User'' instead of ``abd30425@somewhere.net.'' This is useful when the person's e-mail address is not human friendly (like CompuServe addresses).
+   It would be displayed in the index menu as ``Joe User'' instead of
+   ``abd30425@somewhere.net.'' This is useful when the person's e-mail
+   address is not human friendly (like CompuServe addresses).
 
 252. reverse_name
 
@@ -5564,7 +8436,13 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   It may sometimes arrive that you receive mail to a certain machine, move the messages to another machine, and reply to some the messages from there. If this variable is set, the default From: line of the reply messages is built using the address where you received the messages you are replying to if that address matches your alternates. If the variable is unset, or the address that would be used doesn't match your alternates, the From: line will use your address on the current machine.
+   It may sometimes arrive that you receive mail to a certain machine, move
+   the messages to another machine, and reply to some the messages from
+   there. If this variable is set, the default From: line of the reply
+   messages is built using the address where you received the messages you
+   are replying to if that address matches your alternates. If the variable
+   is unset, or the address that would be used doesn't match your alternates,
+   the From: line will use your address on the current machine.
 
 253. reverse_realname
 
@@ -5572,7 +8450,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable fine-tunes the behaviour of the reverse_name feature. When it is set, Mutt-ng will use the address from incoming messages as-is, possibly including eventual real names. When it is unset, Mutt-ng will override any such real names with the setting of the realname variable.
+   This variable fine-tunes the behaviour of the reverse_name feature. When
+   it is set, Mutt-ng will use the address from incoming messages as-is,
+   possibly including eventual real names. When it is unset, Mutt-ng will
+   override any such real names with the setting of the realname variable.
 
 254. rfc2047_parameters
 
@@ -5580,15 +8461,21 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When this variable is set, Mutt-ng will decode RFC-2047-encoded MIME parameters. You want to set this variable when Mutt-ng suggests you to save attachments to files named like this:
+   When this variable is set, Mutt-ng will decode RFC-2047-encoded MIME
+   parameters. You want to set this variable when Mutt-ng suggests you to
+   save attachments to files named like this:
 
    =?iso-8859-1?Q?file=5F=E4=5F991116=2Ezip?=
 
-   When this variable is set interactively, the change doesn't have the desired effect before you have changed folders.
+   When this variable is set interactively, the change doesn't have the
+   desired effect before you have changed folders.
 
-   Note that this use of RFC 2047's encoding is explicitly, prohibited by the standard, but nevertheless encountered in the wild.
+   Note that this use of RFC 2047's encoding is explicitly, prohibited by the
+   standard, but nevertheless encountered in the wild.
 
-   Also note that setting this parameter will not have the effect that Mutt-ng generates this kind of encoding. Instead, Mutt-ng will unconditionally use the encoding specified in RFC 2231.
+   Also note that setting this parameter will not have the effect that
+   Mutt-ng generates this kind of encoding. Instead, Mutt-ng will
+   unconditionally use the encoding specified in RFC 2231.
 
 255. save_address
 
@@ -5596,7 +8483,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, Mutt-ng will take the sender's full address when choosing a default folder for saving a mail. If ``$save_name'' or ``$force_name'' is set too, the selection of the fcc folder will be changed as well.
+   If set, Mutt-ng will take the sender's full address when choosing a
+   default folder for saving a mail. If ``$save_name'' or ``$force_name'' is
+   set too, the selection of the fcc folder will be changed as well.
 
 256. save_empty
 
@@ -5604,9 +8493,12 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When unset, mailboxes which contain no saved messages will be removed when closed (the exception is ``$spoolfile'' which is never removed). If set, mailboxes are never removed.
+   When unset, mailboxes which contain no saved messages will be removed when
+   closed (the exception is ``$spoolfile'' which is never removed). If set,
+   mailboxes are never removed.
 
-   Note: This only applies to mbox and MMDF folders, Mutt-ng does not delete MH and Maildir directories.
+   Note: This only applies to mbox and MMDF folders, Mutt-ng does not delete
+   MH and Maildir directories.
 
 257. save_name
 
@@ -5614,7 +8506,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This variable controls how copies of outgoing messages are saved. When set, a check is made to see if a mailbox specified by the recipient address exists (this is done by searching for a mailbox in the ``$folder'' directory with the username part of the recipient address). If the mailbox exists, the outgoing message will be saved to that mailbox, otherwise the message is saved to the ``$record'' mailbox.
+   This variable controls how copies of outgoing messages are saved. When
+   set, a check is made to see if a mailbox specified by the recipient
+   address exists (this is done by searching for a mailbox in the ``$folder''
+   directory with the username part of the recipient address). If the mailbox
+   exists, the outgoing message will be saved to that mailbox, otherwise the
+   message is saved to the ``$record'' mailbox.
 
    Also see the ``$force_name'' variable.
 
@@ -5624,7 +8521,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When this variable is unset, scoring is turned off. This can be useful to selectively disable scoring for certain folders when the ``$score_threshold_delete'' variable and friends are used.
+   When this variable is unset, scoring is turned off. This can be useful to
+   selectively disable scoring for certain folders when the
+   ``$score_threshold_delete'' variable and friends are used.
 
 259. score_threshold_delete
 
@@ -5632,7 +8531,10 @@ smtp_auth_password      smtp_pass
 
    Default: -1
 
-   Messages which have been assigned a score equal to or lower than the value of this variable are automatically marked for deletion by Mutt-ng. Since Mutt-ng scores are always greater than or equal to zero, the default setting of this variable will never mark a message for deletion.
+   Messages which have been assigned a score equal to or lower than the value
+   of this variable are automatically marked for deletion by Mutt-ng. Since
+   Mutt-ng scores are always greater than or equal to zero, the default
+   setting of this variable will never mark a message for deletion.
 
 260. score_threshold_flag
 
@@ -5640,7 +8542,8 @@ smtp_auth_password      smtp_pass
 
    Default: 9999
 
-   Messages which have been assigned a score greater than or equal to this variable's value are automatically marked ``flagged''.
+   Messages which have been assigned a score greater than or equal to this
+   variable's value are automatically marked ``flagged''.
 
 261. score_threshold_read
 
@@ -5648,7 +8551,10 @@ smtp_auth_password      smtp_pass
 
    Default: -1
 
-   Messages which have been assigned a score equal to or lower than the value of this variable are automatically marked as read by Mutt-ng. Since Mutt-ng scores are always greater than or equal to zero, the default setting of this variable will never mark a message read.
+   Messages which have been assigned a score equal to or lower than the value
+   of this variable are automatically marked as read by Mutt-ng. Since
+   Mutt-ng scores are always greater than or equal to zero, the default
+   setting of this variable will never mark a message read.
 
 262. send_charset
 
@@ -5656,7 +8562,12 @@ smtp_auth_password      smtp_pass
 
    Default: "us-ascii:iso-8859-1:utf-8"
 
-   A list of character sets for outgoing messages. Mutt-ng will use the first character set into which the text can be converted exactly. If your ``$charset'' is not iso-8859-1 and recipients may not understand UTF-8, it is advisable to include in the list an appropriate widely used standard character set (such as iso-8859-2, koi8-r or iso-2022-jp) either instead of or after iso-8859-1.
+   A list of character sets for outgoing messages. Mutt-ng will use the first
+   character set into which the text can be converted exactly. If your
+   ``$charset'' is not iso-8859-1 and recipients may not understand UTF-8, it
+   is advisable to include in the list an appropriate widely used standard
+   character set (such as iso-8859-2, koi8-r or iso-2022-jp) either instead
+   of or after iso-8859-1.
 
 263. sendmail
 
@@ -5664,7 +8575,9 @@ smtp_auth_password      smtp_pass
 
    Default: "/usr/sbin/sendmail -oem -oi"
 
-   Specifies the program and arguments used to deliver mail sent by Mutt-ng. Mutt-ng expects that the specified program interprets additional arguments as recipient addresses.
+   Specifies the program and arguments used to deliver mail sent by Mutt-ng.
+   Mutt-ng expects that the specified program interprets additional arguments
+   as recipient addresses.
 
 264. sendmail_wait
 
@@ -5672,20 +8585,26 @@ smtp_auth_password      smtp_pass
 
    Default: 0
 
-   Specifies the number of seconds to wait for the ``$sendmail'' process to finish before giving up and putting delivery in the background.
+   Specifies the number of seconds to wait for the ``$sendmail'' process to
+   finish before giving up and putting delivery in the background.
 
    Mutt-ng interprets the value of this variable as follows:
 
    >0
-          number of seconds to wait for sendmail to finish before continuing
+
+           number of seconds to wait for sendmail to finish before continuing
 
    0
-          wait forever for sendmail to finish
+
+           wait forever for sendmail to finish
 
    <0
-          always put sendmail in the background without waiting
 
-   Note that if you specify a value other than 0, the output of the child process will be put in a temporary file. If there is some error, you will be informed as to where to find the output.
+           always put sendmail in the background without waiting
+
+   Note that if you specify a value other than 0, the output of the child
+   process will be put in a temporary file. If there is some error, you will
+   be informed as to where to find the output.
 
 265. shell
 
@@ -5693,7 +8612,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Command to use when spawning a subshell. By default, the user's login shell from /etc/passwd is used.
+   Command to use when spawning a subshell. By default, the user's login
+   shell from /etc/passwd is used.
 
 266. sidebar_boundary
 
@@ -5701,7 +8621,9 @@ smtp_auth_password      smtp_pass
 
    Default: "."
 
-   When the sidebar is displayed and $sidebar_shorten_hierarchy is set, this variable specifies the characters at which to split a folder name into ``hierarchy items.''
+   When the sidebar is displayed and $sidebar_shorten_hierarchy is set, this
+   variable specifies the characters at which to split a folder name into
+   ``hierarchy items.''
 
 267. sidebar_delim
 
@@ -5709,7 +8631,8 @@ smtp_auth_password      smtp_pass
 
    Default: "|"
 
-   This specifies the delimiter between the sidebar (if visible) and other screens.
+   This specifies the delimiter between the sidebar (if visible) and other
+   screens.
 
 268. sidebar_newmail_only
 
@@ -5725,29 +8648,40 @@ smtp_auth_password      smtp_pass
 
    Default: "%m%?n?(%n)?%?f?[%f]?"
 
-   This variable controls how message counts are printed when the sidebar is enabled. If this variable is empty (and only if), no numbers will be printed and mutt-ng won't frequently count mail (which may be a great speedup esp. with mbox-style mailboxes.)
+   This variable controls how message counts are printed when the sidebar is
+   enabled. If this variable is empty (and only if), no numbers will be
+   printed and mutt-ng won't frequently count mail (which may be a great
+   speedup esp. with mbox-style mailboxes.)
 
-   The following printf(3)-like sequences are supported all of which may be printed non-zero:
+   The following printf(3)-like sequences are supported all of which may be
+   printed non-zero:
 
    %d
-          Number of deleted messages. 1)
+
+           Number of deleted messages. 1)
 
    %F
-          Number of flagged messages.
+
+           Number of flagged messages.
 
    %m
-          Total number of messages.
+
+           Total number of messages.
 
    %M
-          Total number of messages shown, i.e. not hidden by a limit. 1)
+
+           Total number of messages shown, i.e. not hidden by a limit. 1)
 
    %n
-          Number of new messages.
+
+           Number of new messages.
 
    %t
-          Number of tagged messages. 1)
 
-   1) These expandos only have a non-zero value for the current mailbox and will always be zero otherwise.
+           Number of tagged messages. 1)
+
+   1) These expandos only have a non-zero value for the current mailbox and
+   will always be zero otherwise.
 
 270. sidebar_shorten_hierarchy
 
@@ -5755,9 +8689,15 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, the ``hierarchy'' of the sidebar entries will be shortened only if they cannot be printed in full length (because ``$sidebar_width'' is set to a too low value). For example, if the newsgroup name ``de.alt.sysadmin.recovery'' doesn't fit on the screen, it'll get shortened ``d.a.s.recovery'' while ``de.alt.d0'' still would and thus will not get shortened.
+   When set, the ``hierarchy'' of the sidebar entries will be shortened only
+   if they cannot be printed in full length (because ``$sidebar_width'' is
+   set to a too low value). For example, if the newsgroup name
+   ``de.alt.sysadmin.recovery'' doesn't fit on the screen, it'll get
+   shortened ``d.a.s.recovery'' while ``de.alt.d0'' still would and thus will
+   not get shortened.
 
-   At which characters this compression is done is controled via the $sidebar_boundary variable.
+   At which characters this compression is done is controled via the
+   $sidebar_boundary variable.
 
 271. sidebar_visible
 
@@ -5765,7 +8705,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   This specifies whether or not to show the sidebar (a list of folders specified with the ``mailboxes'' command).
+   This specifies whether or not to show the sidebar (a list of folders
+   specified with the ``mailboxes'' command).
 
 272. sidebar_width
 
@@ -5781,9 +8722,14 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set, a line containing ``-- '' (dash, dash, space) will be inserted before your ``$signature''. It is strongly recommended that you not unset this variable unless your ``signature'' contains just your name. The reason for this is because many software packages use ``-- \n'' to detect your signature.
+   If set, a line containing ``-- '' (dash, dash, space) will be inserted
+   before your ``$signature''. It is strongly recommended that you not unset
+   this variable unless your ``signature'' contains just your name. The
+   reason for this is because many software packages use ``-- \n'' to detect
+   your signature.
 
-   For example, Mutt-ng has the ability to highlight the signature in a different color in the builtin pager.
+   For example, Mutt-ng has the ability to highlight the signature in a
+   different color in the builtin pager.
 
 274. sig_on_top
 
@@ -5791,7 +8737,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, the signature will be included before any quoted or forwarded text. It is strongly recommended that you do not set this variable unless you really know what you are doing, and are prepared to take some heat from netiquette guardians.
+   If set, the signature will be included before any quoted or forwarded
+   text. It is strongly recommended that you do not set this variable unless
+   you really know what you are doing, and are prepared to take some heat
+   from netiquette guardians.
 
 275. signature
 
@@ -5799,7 +8748,9 @@ smtp_auth_password      smtp_pass
 
    Default: "˜/.signature"
 
-   Specifies the filename of your signature, which is appended to all outgoing messages. If the filename ends with a pipe (``|''), it is assumed that filename is a shell command and input should be read from its stdout.
+   Specifies the filename of your signature, which is appended to all
+   outgoing messages. If the filename ends with a pipe (``|''), it is assumed
+   that filename is a shell command and input should be read from its stdout.
 
 276. signoff_string
 
@@ -5807,9 +8758,12 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   If set, this string will be inserted before the signature. This is useful for people that want to sign off every message they send with their name.
+   If set, this string will be inserted before the signature. This is useful
+   for people that want to sign off every message they send with their name.
 
-   If you want to insert your website's URL, additional contact information or witty quotes into your mails, better use a signature file instead of the signoff string.
+   If you want to insert your website's URL, additional contact information
+   or witty quotes into your mails, better use a signature file instead of
+   the signoff string.
 
 277. simple_search
 
@@ -5817,9 +8771,13 @@ smtp_auth_password      smtp_pass
 
    Default: "˜f %s | ˜s %s"
 
-   Specifies how Mutt-ng should expand a simple search into a real search pattern. A simple search is one that does not contain any of the ˜ operators. See ``patterns'' for more information on search patterns.
+   Specifies how Mutt-ng should expand a simple search into a real search
+   pattern. A simple search is one that does not contain any of the ˜
+   operators. See ``patterns'' for more information on search patterns.
 
-   For example, if you simply type ``joe'' at a search or limit prompt, Mutt-ng will automatically expand it to the value specified by this variable. For the default value it would be:
+   For example, if you simply type ``joe'' at a search or limit prompt,
+   Mutt-ng will automatically expand it to the value specified by this
+   variable. For the default value it would be:
 
    ˜f joe | ˜s joe
 
@@ -5829,7 +8787,10 @@ smtp_auth_password      smtp_pass
 
    Default: 1
 
-   Specifies time, in seconds, to pause while displaying certain informational messages, while moving from folder to folder and after expunging messages from the current folder. The default is to pause one second, so a value of zero for this option suppresses the pause.
+   Specifies time, in seconds, to pause while displaying certain
+   informational messages, while moving from folder to folder and after
+   expunging messages from the current folder. The default is to pause one
+   second, so a value of zero for this option suppresses the pause.
 
 279. smart_wrap
 
@@ -5837,7 +8798,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls the display of lines longer than the screen width in the internal pager. If set, long lines are wrapped at a word boundary. If unset, lines are simply wrapped at the screen edge. Also see the ``$markers'' variable.
+   Controls the display of lines longer than the screen width in the internal
+   pager. If set, long lines are wrapped at a word boundary. If unset, lines
+   are simply wrapped at the screen edge. Also see the ``$markers'' variable.
 
 280. smileys
 
@@ -5845,7 +8808,8 @@ smtp_auth_password      smtp_pass
 
    Default: "(>From )|(:[-^]?[][)(><}{|/DP])"
 
-   The pager uses this variable to catch some common false positives of ``$quote_regexp'', most notably smileys in the beginning of a line
+   The pager uses this variable to catch some common false positives of
+   ``$quote_regexp'', most notably smileys in the beginning of a line
 
 281. smime_ask_cert_label
 
@@ -5853,7 +8817,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This flag controls whether you want to be asked to enter a label for a certificate about to be added to the database or not. It is set by default. (S/MIME only)
+   This flag controls whether you want to be asked to enter a label for a
+   certificate about to be added to the database or not. It is set by
+   default. (S/MIME only)
 
 282. smime_ca_location
 
@@ -5861,7 +8827,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable contains the name of either a directory, or a file which contains trusted certificates for use with OpenSSL. (S/MIME only)
+   This variable contains the name of either a directory, or a file which
+   contains trusted certificates for use with OpenSSL. (S/MIME only)
 
 283. smime_certificates
 
@@ -5869,7 +8836,12 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Since there is no pubring/secring as with PGP, Mutt-ng has to handle storage and retrieval of keys by itself. This is very basic right now, and keys and certificates are stored in two different directories, both named as the hash-value retrieved from OpenSSL. There is an index file which contains mailbox-address keyid pairs, and which can be manually edited. This one points to the location of the certificates. (S/MIME only)
+   Since there is no pubring/secring as with PGP, Mutt-ng has to handle
+   storage and retrieval of keys by itself. This is very basic right now, and
+   keys and certificates are stored in two different directories, both named
+   as the hash-value retrieved from OpenSSL. There is an index file which
+   contains mailbox-address keyid pairs, and which can be manually edited.
+   This one points to the location of the certificates. (S/MIME only)
 
 284. smime_decrypt_command
 
@@ -5877,29 +8849,42 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This format string specifies a command which is used to decrypt application/x-pkcs7-mime attachments.
+   This format string specifies a command which is used to decrypt
+   application/x-pkcs7-mime attachments.
 
-   The OpenSSL command formats have their own set of printf(3)-like sequences similar to PGP's:
+   The OpenSSL command formats have their own set of printf(3)-like sequences
+   similar to PGP's:
 
    %f
-          Expands to the name of a file containing a message.
+
+           Expands to the name of a file containing a message.
 
    %s
-          Expands to the name of a file containing the signature part of a multipart/signed attachment when verifying it.
+
+           Expands to the name of a file containing the signature part of a
+           multipart/signed attachment when verifying it.
 
    %k
-          The key-pair specified with $smime_default_key
+
+           The key-pair specified with $smime_default_key
 
    %c
-          One or more certificate IDs.
+
+           One or more certificate IDs.
 
    %a
-          The algorithm used for encryption.
+
+           The algorithm used for encryption.
 
    %C
-          CA location: Depending on whether $smime_ca_location points to a directory or file, this expands to "-CApath $smime_ca_location" or "-CAfile $smime_ca_location".
 
-   For examples on how to configure these formats, see the smime.rc in the samples/ subdirectory which has been installed on your system alongside the documentation. (S/MIME only)
+           CA location: Depending on whether $smime_ca_location points to a
+           directory or file, this expands to "-CApath $smime_ca_location" or
+           "-CAfile $smime_ca_location".
+
+   For examples on how to configure these formats, see the smime.rc in the
+   samples/ subdirectory which has been installed on your system alongside
+   the documentation. (S/MIME only)
 
 285. smime_decrypt_use_default_key
 
@@ -5907,7 +8892,10 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   If set (default) this tells Mutt-ng to use the default key for decryption. Otherwise, if manage multiple certificate-key-pairs, Mutt-ng will try to use the mailbox-address to determine the key to use. It will ask you to supply a key, if it can't find one. (S/MIME only)
+   If set (default) this tells Mutt-ng to use the default key for decryption.
+   Otherwise, if manage multiple certificate-key-pairs, Mutt-ng will try to
+   use the mailbox-address to determine the key to use. It will ask you to
+   supply a key, if it can't find one. (S/MIME only)
 
 286. smime_default_key
 
@@ -5915,7 +8903,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This is the default key-pair to use for signing. This must be set to the keyid (the hash-value that OpenSSL generates) to work properly (S/MIME only)
+   This is the default key-pair to use for signing. This must be set to the
+   keyid (the hash-value that OpenSSL generates) to work properly (S/MIME
+   only)
 
 287. smime_encrypt_command
 
@@ -5931,7 +8921,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This sets the algorithm that should be used for encryption. Valid choices are ``des'', ``des3'', ``rc2-40'', ``rc2-64'', ``\frc2-128''.
+   This sets the algorithm that should be used for encryption. Valid choices
+   are ``des'', ``des3'', ``rc2-40'', ``rc2-64'', ``\frc2-128''.
 
    If unset ``3des'' (TripleDES) is used. (S/MIME only)
 
@@ -5941,7 +8932,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to extract X509 certificates from a PKCS7 structure. (S/MIME only)
+   This command is used to extract X509 certificates from a PKCS7 structure.
+   (S/MIME only)
 
 290. smime_get_cert_email_command
 
@@ -5949,7 +8941,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to extract the mail address(es) used for storing X509 certificates, and for verification purposes (to check whether the certificate was issued for the sender's mailbox). (S/MIME only)
+   This command is used to extract the mail address(es) used for storing X509
+   certificates, and for verification purposes (to check whether the
+   certificate was issued for the sender's mailbox). (S/MIME only)
 
 291. smime_get_signer_cert_command
 
@@ -5957,7 +8951,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to extract only the signers X509 certificate from a S/MIME signature, so that the certificate's owner may get compared to the email's ``From:'' header field. (S/MIME only)
+   This command is used to extract only the signers X509 certificate from a
+   S/MIME signature, so that the certificate's owner may get compared to the
+   email's ``From:'' header field. (S/MIME only)
 
 292. smime_import_cert_command
 
@@ -5965,7 +8961,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to import a certificate via smime_keysng. (S/MIME only)
+   This command is used to import a certificate via smime_keysng. (S/MIME
+   only)
 
 293. smime_is_default
 
@@ -5973,11 +8970,15 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   The default behaviour of Mutt-ng is to use PGP on all auto-sign/encryption operations. To override and to use OpenSSL instead this must be set.
+   The default behaviour of Mutt-ng is to use PGP on all auto-sign/encryption
+   operations. To override and to use OpenSSL instead this must be set.
 
-   However, this has no effect while replying, since Mutt-ng will automatically select the same application that was used to sign/encrypt the original message.
+   However, this has no effect while replying, since Mutt-ng will
+   automatically select the same application that was used to sign/encrypt
+   the original message.
 
-   (Note that this variable can be overridden by unsetting $crypt_autosmime.) (S/MIME only)
+   (Note that this variable can be overridden by unsetting $crypt_autosmime.)
+   (S/MIME only)
 
 294. smime_keys
 
@@ -5985,7 +8986,12 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Since there is no pubring/secring as with PGP, Mutt-ng has to handle storage ad retrieval of keys/certs by itself. This is very basic right now, and stores keys and certificates in two different directories, both named as the hash-value retrieved from OpenSSL. There is an index file which contains mailbox-address keyid pair, and which can be manually edited. This one points to the location of the private keys. (S/MIME only)
+   Since there is no pubring/secring as with PGP, Mutt-ng has to handle
+   storage ad retrieval of keys/certs by itself. This is very basic right
+   now, and stores keys and certificates in two different directories, both
+   named as the hash-value retrieved from OpenSSL. There is an index file
+   which contains mailbox-address keyid pair, and which can be manually
+   edited. This one points to the location of the private keys. (S/MIME only)
 
 295. smime_pk7out_command
 
@@ -5993,7 +8999,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to extract PKCS7 structures of S/MIME signatures, in order to extract the public X509 certificate(s). (S/MIME only)
+   This command is used to extract PKCS7 structures of S/MIME signatures, in
+   order to extract the public X509 certificate(s). (S/MIME only)
 
 296. smime_sign_command
 
@@ -6001,7 +9008,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to created S/MIME signatures of type multipart/signed, which can be read by all mail clients. (S/MIME only)
+   This command is used to created S/MIME signatures of type
+   multipart/signed, which can be read by all mail clients. (S/MIME only)
 
 297. smime_sign_opaque_command
 
@@ -6009,7 +9017,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to created S/MIME signatures of type application/x-pkcs7-signature, which can only be handled by mail clients supporting the S/MIME extension. (S/MIME only)
+   This command is used to created S/MIME signatures of type
+   application/x-pkcs7-signature, which can only be handled by mail clients
+   supporting the S/MIME extension. (S/MIME only)
 
 298. smime_timeout
 
@@ -6017,7 +9027,8 @@ smtp_auth_password      smtp_pass
 
    Default: 300
 
-   The number of seconds after which a cached passphrase will expire if not used. (S/MIME only)
+   The number of seconds after which a cached passphrase will expire if not
+   used. (S/MIME only)
 
 299. smime_verify_command
 
@@ -6025,7 +9036,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to verify S/MIME signatures of type multipart/signed. (S/MIME only)
+   This command is used to verify S/MIME signatures of type multipart/signed.
+   (S/MIME only)
 
 300. smime_verify_opaque_command
 
@@ -6033,7 +9045,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This command is used to verify S/MIME signatures of type application/x-pkcs7-mime. (S/MIME only)
+   This command is used to verify S/MIME signatures of type
+   application/x-pkcs7-mime. (S/MIME only)
 
 301. smtp_envelope
 
@@ -6043,9 +9056,13 @@ smtp_auth_password      smtp_pass
 
    Availability: SMTP
 
-   If this variable is non-empty, it'll be used as the envelope sender. If it's empty (the default), the value of the regular From: header will be used.
+   If this variable is non-empty, it'll be used as the envelope sender. If
+   it's empty (the default), the value of the regular From: header will be
+   used.
 
-   This may be necessary as some providers don't allow for arbitrary values as the envelope sender but only a particular one which may not be the same as the user's desired From: header.
+   This may be necessary as some providers don't allow for arbitrary values
+   as the envelope sender but only a particular one which may not be the same
+   as the user's desired From: header.
 
 302. smtp_host
 
@@ -6055,7 +9072,9 @@ smtp_auth_password      smtp_pass
 
    Availability: SMTP
 
-   Defines the SMTP host which will be used to deliver mail, as opposed to invoking the sendmail binary. Setting this variable overrides the value of ``$sendmail'', and any associated variables.
+   Defines the SMTP host which will be used to deliver mail, as opposed to
+   invoking the sendmail binary. Setting this variable overrides the value of
+   ``$sendmail'', and any associated variables.
 
 303. smtp_pass
 
@@ -6065,9 +9084,12 @@ smtp_auth_password      smtp_pass
 
    Availability: SMTP
 
-   Defines the password to use with SMTP AUTH. If ``$smtp_user'' is set, but this variable is not, you will be prompted for a password when sending.
+   Defines the password to use with SMTP AUTH. If ``$smtp_user'' is set, but
+   this variable is not, you will be prompted for a password when sending.
 
-   Note: Storing passwords in a configuration file presents a security risk since the superuser of your machine may read it regardless of the file's permissions.
+   Note: Storing passwords in a configuration file presents a security risk
+   since the superuser of your machine may read it regardless of the file's
+   permissions.
 
 304. smtp_port
 
@@ -6077,9 +9099,11 @@ smtp_auth_password      smtp_pass
 
    Availability: SMTP
 
-   Defines the port that the SMTP host is listening on for mail delivery. Must be specified as a number.
+   Defines the port that the SMTP host is listening on for mail delivery.
+   Must be specified as a number.
 
-   Defaults to 25, the standard SMTP port, but RFC 2476-compliant SMTP servers will probably desire 587, the mail submission port.
+   Defaults to 25, the standard SMTP port, but RFC 2476-compliant SMTP
+   servers will probably desire 587, the mail submission port.
 
 305. smtp_use_tls
 
@@ -6089,7 +9113,11 @@ smtp_auth_password      smtp_pass
 
    Availability: SMTP (and SSL)
 
-   Defines wether to use STARTTLS. If this option is set to ``required'' and the server does not support STARTTLS or there is an error in the TLS Handshake, the connection will fail. Setting this to ``enabled'' will try to start TLS and continue without TLS in case of an error. Muttng still needs to have SSL support enabled in order to use it.
+   Defines wether to use STARTTLS. If this option is set to ``required'' and
+   the server does not support STARTTLS or there is an error in the TLS
+   Handshake, the connection will fail. Setting this to ``enabled'' will try
+   to start TLS and continue without TLS in case of an error. Muttng still
+   needs to have SSL support enabled in order to use it.
 
 306. smtp_user
 
@@ -6099,7 +9127,8 @@ smtp_auth_password      smtp_pass
 
    Availability: SMTP
 
-   Defines the username to use with SMTP AUTH. Setting this variable will cause Mutt-ng to attempt to use SMTP AUTH when sending.
+   Defines the username to use with SMTP AUTH. Setting this variable will
+   cause Mutt-ng to attempt to use SMTP AUTH when sending.
 
 307. sort
 
@@ -6108,18 +9137,21 @@ smtp_auth_password      smtp_pass
    Default: date
 
    Specifies how to sort messages in the index menu. Valid values are:
-   date or date-sent
-   date-received
-   from
-   mailbox-order (unsorted)
-   score
-   size
-   spam
-   subject
-   threads
-   to
-
-   You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort=reverse-date-sent).
+
+    date or date-sent
+    date-received
+    from
+    mailbox-order (unsorted)
+    score
+    size
+    spam
+    subject
+    threads
+    to
+
+
+   You may optionally use the ``reverse-'' prefix to specify reverse sorting
+   order (example: set sort=reverse-date-sent).
 
 308. sort_alias
 
@@ -6127,10 +9159,13 @@ smtp_auth_password      smtp_pass
 
    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 .muttrc)
+   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 .muttrc)
+
 
 309. sort_aux
 
@@ -6138,11 +9173,22 @@ smtp_auth_password      smtp_pass
 
    Default: date
 
-   When sorting by threads, this variable controls how threads are sorted in relation to other threads, and how the branches of the thread trees are sorted. This can be set to any value that ``$sort'' can, except threads (in that case, Mutt-ng will just use date-sent). You can also specify the ``last-'' prefix in addition to ``reverse-'' prefix, but last- must come after reverse-. The last- prefix causes messages to be sorted against its siblings by which has the last descendant, using the rest of sort_aux as an ordering.
+   When sorting by threads, this variable controls how threads are sorted in
+   relation to other threads, and how the branches of the thread trees are
+   sorted. This can be set to any value that ``$sort'' can, except threads
+   (in that case, Mutt-ng will just use date-sent). You can also specify the
+   ``last-'' prefix in addition to ``reverse-'' prefix, but last- must come
+   after reverse-. The last- prefix causes messages to be sorted against its
+   siblings by which has the last descendant, using the rest of sort_aux as
+   an ordering.
 
-   For instance, set sort_aux=last-date-received would mean that if a new message is received in a thread, that thread becomes the last one displayed (or the first, if you have set sort=reverse-threads.)
+   For instance, set sort_aux=last-date-received would mean that if a new
+   message is received in a thread, that thread becomes the last one
+   displayed (or the first, if you have set sort=reverse-threads.)
 
-   Note: For reversed ``$sort'' order $sort_aux is reversed again (which is not the right thing to do, but kept to not break any existing configuration setting).
+   Note: For reversed ``$sort'' order $sort_aux is reversed again (which is
+   not the right thing to do, but kept to not break any existing
+   configuration setting).
 
 310. sort_browser
 
@@ -6150,13 +9196,17 @@ smtp_auth_password      smtp_pass
 
    Default: alpha
 
-   Specifies how to sort entries in the file browser. By default, the entries are sorted alphabetically. Valid values:
-   alpha (alphabetically)
-   date
-   size
-   unsorted
+   Specifies how to sort entries in the file browser. By default, the entries
+   are sorted alphabetically. Valid values:
+
+    alpha (alphabetically)
+    date
+    size
+    unsorted
 
-   You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort_browser=reverse-date).
+
+   You may optionally use the ``reverse-'' prefix to specify reverse sorting
+   order (example: set sort_browser=reverse-date).
 
 311. sort_re
 
@@ -6164,7 +9214,14 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   This variable is only useful when sorting by threads with ``$strict_threads'' unset. In that case, it changes the heuristic Mutt-ng uses to thread messages by subject. With $sort_re set, Mutt-ng will only attach a message as the child of another message by subject if the subject of the child message starts with a substring matching the setting of ``$reply_regexp''. With $sort_re unset, Mutt-ng will attach the message whether or not this is the case, as long as the non-``$reply_regexp'' parts of both messages are identical.
+   This variable is only useful when sorting by threads with
+   ``$strict_threads'' unset. In that case, it changes the heuristic Mutt-ng
+   uses to thread messages by subject. With $sort_re set, Mutt-ng will only
+   attach a message as the child of another message by subject if the subject
+   of the child message starts with a substring matching the setting of
+   ``$reply_regexp''. With $sort_re unset, Mutt-ng will attach the message
+   whether or not this is the case, as long as the non-``$reply_regexp''
+   parts of both messages are identical.
 
 312. spam_separator
 
@@ -6172,7 +9229,10 @@ smtp_auth_password      smtp_pass
 
    Default: ","
 
-   ``spam_separator'' controls what happens when multiple spam headers are matched: if unset, each successive header will overwrite any previous matches value for the spam label. If set, each successive match will append to the previous, using ``spam_separator'' as a separator.
+   ``spam_separator'' controls what happens when multiple spam headers are
+   matched: if unset, each successive header will overwrite any previous
+   matches value for the spam label. If set, each successive match will
+   append to the previous, using ``spam_separator'' as a separator.
 
 313. spoolfile
 
@@ -6180,7 +9240,10 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   If your spool mailbox is in a non-default place where Mutt-ng cannot find it, you can specify its location with this variable. Mutt-ng will automatically set this variable to the value of the environment variable $MAIL if it is not set.
+   If your spool mailbox is in a non-default place where Mutt-ng cannot find
+   it, you can specify its location with this variable. Mutt-ng will
+   automatically set this variable to the value of the environment variable
+   $MAIL if it is not set.
 
 314. ssl_ca_certificates_file
 
@@ -6188,7 +9251,9 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable specifies a file containing trusted CA certificates. Any server certificate that is signed with one of these CA certificates are also automatically accepted.
+   This variable specifies a file containing trusted CA certificates. Any
+   server certificate that is signed with one of these CA certificates are
+   also automatically accepted.
 
    Example: set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt
 
@@ -6208,7 +9273,11 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If this variable is set, mutt-ng will require that all connections to remote servers be encrypted. Furthermore it will attempt to negotiate TLS even if the server does not advertise the capability, since it would otherwise have to abort the connection anyway. This option supersedes ``$ssl_starttls''.
+   If this variable is set, mutt-ng will require that all connections to
+   remote servers be encrypted. Furthermore it will attempt to negotiate TLS
+   even if the server does not advertise the capability, since it would
+   otherwise have to abort the connection anyway. This option supersedes
+   ``$ssl_starttls''.
 
 317. ssl_min_dh_prime_bits
 
@@ -6218,7 +9287,9 @@ smtp_auth_password      smtp_pass
 
    Availability: GNUTLS
 
-   This variable specifies the minimum acceptable prime size (in bits) for use in any Diffie-Hellman key exchange. A value of 0 will use the default from the GNUTLS library.
+   This variable specifies the minimum acceptable prime size (in bits) for
+   use in any Diffie-Hellman key exchange. A value of 0 will use the default
+   from the GNUTLS library.
 
 318. ssl_starttls
 
@@ -6228,7 +9299,9 @@ smtp_auth_password      smtp_pass
 
    Availability: SSL or GNUTLS
 
-   If set (the default), Mutt-ng will attempt to use STARTTLS on servers advertising the capability. When unset, Mutt-ng will not attempt to use STARTTLS regardless of the server's capabilities.
+   If set (the default), Mutt-ng will attempt to use STARTTLS on servers
+   advertising the capability. When unset, Mutt-ng will not attempt to use
+   STARTTLS regardless of the server's capabilities.
 
 319. ssl_use_sslv2
 
@@ -6238,7 +9311,8 @@ smtp_auth_password      smtp_pass
 
    Availability: SSL
 
-   This variables specifies whether to attempt to use SSLv2 in the SSL authentication process.
+   This variables specifies whether to attempt to use SSLv2 in the SSL
+   authentication process.
 
 320. ssl_use_sslv3
 
@@ -6248,7 +9322,8 @@ smtp_auth_password      smtp_pass
 
    Availability: SSL or GNUTLS
 
-   This variables specifies whether to attempt to use SSLv3 in the SSL authentication process.
+   This variables specifies whether to attempt to use SSLv3 in the SSL
+   authentication process.
 
 321. ssl_use_tlsv1
 
@@ -6258,7 +9333,8 @@ smtp_auth_password      smtp_pass
 
    Availability: SSL or GNUTLS
 
-   This variables specifies whether to attempt to use TLSv1 in the SSL authentication process.
+   This variables specifies whether to attempt to use TLSv1 in the SSL
+   authentication process.
 
 322. ssl_usesystemcerts
 
@@ -6268,7 +9344,9 @@ smtp_auth_password      smtp_pass
 
    Availability: SSL
 
-   If set to yes, Mutt-ng will use CA certificates in the system-wide certificate store when checking if server certificate is signed by a trusted CA.
+   If set to yes, Mutt-ng will use CA certificates in the system-wide
+   certificate store when checking if server certificate is signed by a
+   trusted CA.
 
 323. status_chars
 
@@ -6276,106 +9354,160 @@ smtp_auth_password      smtp_pass
 
    Default: "-*%A"
 
-   Controls the characters used by the ``%r'' indicator in ``$status_format''. The first character is used when the mailbox is unchanged. The second is used when the mailbox has been changed, and it needs to be resynchronized. The third is used if the mailbox is in read-only mode, or if the mailbox will not be written when exiting that mailbox (You can toggle whether to write changes to a mailbox with the toggle-write operation, bound by default to ``%''). The fourth is used to indicate that the current folder has been opened in attach-message mode (Certain operations like composing a new mail, replying, forwarding, etc. are not permitted in this mode).
+   Controls the characters used by the ``%r'' indicator in
+   ``$status_format''. The first character is used when the mailbox is
+   unchanged. The second is used when the mailbox has been changed, and it
+   needs to be resynchronized. The third is used if the mailbox is in
+   read-only mode, or if the mailbox will not be written when exiting that
+   mailbox (You can toggle whether to write changes to a mailbox with the
+   toggle-write operation, bound by default to ``%''). The fourth is used to
+   indicate that the current folder has been opened in attach-message mode
+   (Certain operations like composing a new mail, replying, forwarding, etc.
+   are not permitted in this mode).
 
 324. status_format
 
    Type: string
 
-   Default: "-%r-Mutt-ng: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d? Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l? %l?]---(%s/%S)-%>-(%P)---"
+   Default: "-%r-Mutt-ng: %f [Msgs:%?M?%M/?%m%?n? New:%n?%?o? Old:%o?%?d?
+   Del:%d?%?F? Flag:%F?%?t? Tag:%t?%?p? Post:%p?%?b? Inc:%b?%?l?
+   %l?]---(%s/%S)-%>-(%P)---"
 
-   Controls the format of the status line displayed in the index menu. This string is similar to ``$index_format'', but has its own set of printf(3)-like sequences:
+   Controls the format of the status line displayed in the index menu. This
+   string is similar to ``$index_format'', but has its own set of
+   printf(3)-like sequences:
 
    %b
-          number of mailboxes with new mail *
+
+           number of mailboxes with new mail *
 
    %B
-          the short pathname of the current mailbox
+
+           the short pathname of the current mailbox
 
    %d
-          number of deleted messages *
+
+           number of deleted messages *
 
    %f
-          the full pathname of the current mailbox
+
+           the full pathname of the current mailbox
 
    %F
-          number of flagged messages *
+
+           number of flagged messages *
 
    %h
-          local hostname
+
+           local hostname
 
    %l
-          size (in bytes) of the current mailbox *
+
+           size (in bytes) of the current mailbox *
 
    %L
-          size (in bytes) of the messages shown (i.e., which match the current limit) *
+
+           size (in bytes) of the messages shown (i.e., which match the
+           current limit) *
 
    %m
-          the number of messages in the mailbox *
+
+           the number of messages in the mailbox *
 
    %M
-          the number of messages shown (i.e., which match the current limit) *
+
+           the number of messages shown (i.e., which match the current limit)
+           *
 
    %n
-          number of new messages in the mailbox *
+
+           number of new messages in the mailbox *
 
    %o
-          number of old unread messages *
+
+           number of old unread messages *
 
    %p
-          number of postponed messages *
+
+           number of postponed messages *
 
    %P
-          percentage of the way through the index
+
+           percentage of the way through the index
 
    %r
-          modified/read-only/won't-write/attach-message indicator, according to $status_chars
+
+           modified/read-only/won't-write/attach-message indicator, according
+           to $status_chars
 
    %s
-          current sorting mode ($sort)
+
+           current sorting mode ($sort)
 
    %S
-          current aux sorting method ($sort_aux)
+
+           current aux sorting method ($sort_aux)
 
    %t
-          number of tagged messages *
+
+           number of tagged messages *
 
    %u
-          number of unread messages *
+
+           number of unread messages *
 
    %v
-          Mutt-ng version string
+
+           Mutt-ng version string
 
    %V
-          currently active limit pattern, if any *
+
+           currently active limit pattern, if any *
 
    %>X
-          right justify the rest of the string and pad with "X"
+
+           right justify the rest of the string and pad with "X"
 
    %|X
-          pad to the end of the line with "X"
+
+           pad to the end of the line with "X"
 
    * = can be optionally printed if nonzero
 
-   Some of the above sequences can be used to optionally print a string if their value is nonzero. For example, you may only want to see the number of flagged messages if such messages exist, since zero is not particularly meaningful. To optionally print a string based upon one of the above sequences, the following construct is used
+   Some of the above sequences can be used to optionally print a string if
+   their value is nonzero. For example, you may only want to see the number
+   of flagged messages if such messages exist, since zero is not particularly
+   meaningful. To optionally print a string based upon one of the above
+   sequences, the following construct is used
 
    %?<sequence_char>?<optional_string>?
 
-   where sequence_char is a character from the table above, and optional_string is the string you would like printed if sequence_char is nonzero. optional_string may contain other sequences as well as normal text, but you may not nest optional strings.
+   where sequence_char is a character from the table above, and
+   optional_string is the string you would like printed if sequence_char is
+   nonzero. optional_string may contain other sequences as well as normal
+   text, but you may not nest optional strings.
 
-   Here is an example illustrating how to optionally print the number of new messages in a mailbox:
+   Here is an example illustrating how to optionally print the number of new
+   messages in a mailbox:
 
    %?n?%n new messages.?
 
-   Additionally you can switch between two strings, the first one, if a value is zero, the second one, if the value is nonzero, by using the following construct:
+   Additionally you can switch between two strings, the first one, if a value
+   is zero, the second one, if the value is nonzero, by using the following
+   construct:
 
    %?<sequence_char>?<if_string>&<else_string>?
 
-   You can additionally force the result of any printf(3)-like sequence to be lowercase by prefixing the sequence character with an underscore (_) sign. For example, if you want to display the local hostname in lowercase, you would use:
+   You can additionally force the result of any printf(3)-like sequence to be
+   lowercase by prefixing the sequence character with an underscore (_) sign.
+   For example, if you want to display the local hostname in lowercase, you
+   would use:
 
    %_h
 
-   If you prefix the sequence character with a colon (:) character, Mutt-ng will replace any dots in the expansion by underscores. This might be helpful with IMAP folders that don't like dots in folder names.
+   If you prefix the sequence character with a colon (:) character, Mutt-ng
+   will replace any dots in the expansion by underscores. This might be
+   helpful with IMAP folders that don't like dots in folder names.
 
 325. status_on_top
 
@@ -6383,7 +9515,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Setting this variable causes the ``status bar'' to be displayed on the first line of the screen rather than near the bottom.
+   Setting this variable causes the ``status bar'' to be displayed on the
+   first line of the screen rather than near the bottom.
 
 326. strict_mailto
 
@@ -6391,9 +9524,14 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   With mailto: style links, a body as well as arbitrary header information may be embedded. This may lead to (user) headers being overwriten without note if ``$edit_headers'' is unset.
+   With mailto: style links, a body as well as arbitrary header information
+   may be embedded. This may lead to (user) headers being overwriten without
+   note if ``$edit_headers'' is unset.
 
-   If this variable is set, mutt-ng is strict and allows anything to be changed. If it's unset, all headers given will be prefixed with ``X-Mailto-'' and the message including headers will be shown in the editor regardless of what ``$edit_headers'' is set to.
+   If this variable is set, mutt-ng is strict and allows anything to be
+   changed. If it's unset, all headers given will be prefixed with
+   ``X-Mailto-'' and the message including headers will be shown in the
+   editor regardless of what ``$edit_headers'' is set to.
 
 327. strict_mime
 
@@ -6401,9 +9539,14 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When unset, non MIME-compliant messages that doesn't have any charset indication in the ``Content-Type:'' header field can be displayed (non MIME-compliant messages are often generated by old mailers or buggy mailers like MS Outlook Express). See also $assumed_charset.
+   When unset, non MIME-compliant messages that doesn't have any charset
+   indication in the ``Content-Type:'' header field can be displayed (non
+   MIME-compliant messages are often generated by old mailers or buggy
+   mailers like MS Outlook Express). See also $assumed_charset.
 
-   This option also replaces linear-white-space between encoded-word and *text to a single space to prevent the display of MIME-encoded ``Subject:'' header field from being devided into multiple lines.
+   This option also replaces linear-white-space between encoded-word and
+   *text to a single space to prevent the display of MIME-encoded
+   ``Subject:'' header field from being devided into multiple lines.
 
 328. strict_threads
 
@@ -6411,7 +9554,12 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, threading will only make use of the ``In-Reply-To:'' and ``References:'' header fields when you ``$sort'' by message threads. By default, messages with the same subject are grouped together in ``pseudo threads.'' This may not always be desirable, such as in a personal mailbox where you might have several unrelated messages with the subject ``hi'' which will get grouped together.
+   If set, threading will only make use of the ``In-Reply-To:'' and
+   ``References:'' header fields when you ``$sort'' by message threads. By
+   default, messages with the same subject are grouped together in ``pseudo
+   threads.'' This may not always be desirable, such as in a personal mailbox
+   where you might have several unrelated messages with the subject ``hi''
+   which will get grouped together.
 
 329. strip_was
 
@@ -6419,7 +9567,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, mutt-ng will remove the trailing part of the ``Subject:'' line which matches $strip_was_regex when replying. This is useful to properly react on subject changes and reduce ``subject noise.'' (esp. in Usenet)
+   When set, mutt-ng will remove the trailing part of the ``Subject:'' line
+   which matches $strip_was_regex when replying. This is useful to properly
+   react on subject changes and reduce ``subject noise.'' (esp. in Usenet)
 
 330. strip_was_regex
 
@@ -6427,7 +9577,9 @@ smtp_auth_password      smtp_pass
 
    Default: "\([Ww][Aa][RrSs]: .*\)[ ]*$"
 
-   When non-empty and $strip_was is set, mutt-ng will remove this trailing part of the ``Subject'' line when replying if it won't be empty afterwards.
+   When non-empty and $strip_was is set, mutt-ng will remove this trailing
+   part of the ``Subject'' line when replying if it won't be empty
+   afterwards.
 
 331. stuff_quoted
 
@@ -6435,7 +9587,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   If set, attachments with flowed format will have their quoting ``stuffed'', i.e. a space will be inserted between the quote characters and the actual text.
+   If set, attachments with flowed format will have their quoting
+   ``stuffed'', i.e. a space will be inserted between the quote characters
+   and the actual text.
 
 332. suspend
 
@@ -6443,7 +9597,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When unset, Mutt-ng won't stop when the user presses the terminal's susp key, usually CTRL+Z. This is useful if you run Mutt-ng inside an xterm using a command like ``xterm -e muttng.''
+   When unset, Mutt-ng won't stop when the user presses the terminal's susp
+   key, usually CTRL+Z. This is useful if you run Mutt-ng inside an xterm
+   using a command like ``xterm -e muttng.''
 
 333. text_flowed
 
@@ -6451,7 +9607,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng will generate text/plain; format=flowed attachments. This format is easier to handle for some mailing software, and generally just looks like ordinary text. To actually make use of this format's features, you'll need support in your editor.
+   When set, Mutt-ng will generate text/plain; format=flowed attachments.
+   This format is easier to handle for some mailing software, and generally
+   just looks like ordinary text. To actually make use of this format's
+   features, you'll need support in your editor.
 
    Note that $indent_string is ignored when this option is set.
 
@@ -6461,7 +9620,10 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Affects the ˜b and ˜h search operations described in section ``patterns'' above. If set, the headers and attachments of messages to be searched are decoded before searching. If unset, messages are searched as they appear in the folder.
+   Affects the ˜b and ˜h search operations described in section
+   ``patterns'' above. If set, the headers and attachments of messages to be
+   searched are decoded before searching. If unset, messages are searched as
+   they appear in the folder.
 
 335. thread_received
 
@@ -6469,7 +9631,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng uses the date received rather than the date sent to thread messages by subject.
+   When set, Mutt-ng uses the date received rather than the date sent to
+   thread messages by subject.
 
 336. tilde
 
@@ -6477,7 +9640,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, the internal-pager will pad blank lines to the bottom of the screen with a tilde (˜).
+   When set, the internal-pager will pad blank lines to the bottom of the
+   screen with a tilde (˜).
 
 337. timeout
 
@@ -6485,7 +9649,9 @@ smtp_auth_password      smtp_pass
 
    Default: 600
 
-   This variable controls the number of seconds Mutt-ng will wait for a key to be pressed in the main menu before timing out and checking for new mail. A value of zero or less will cause Mutt-ng to never time out.
+   This variable controls the number of seconds Mutt-ng will wait for a key
+   to be pressed in the main menu before timing out and checking for new
+   mail. A value of zero or less will cause Mutt-ng to never time out.
 
 338. tmpdir
 
@@ -6493,7 +9659,10 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   This variable allows you to specify where Mutt-ng will place its temporary files needed for displaying and composing messages. If this variable is not set, the environment variable $TMPDIR is used. If $TMPDIR is not set then "/tmp" is used.
+   This variable allows you to specify where Mutt-ng will place its temporary
+   files needed for displaying and composing messages. If this variable is
+   not set, the environment variable $TMPDIR is used. If $TMPDIR is not set
+   then "/tmp" is used.
 
 339. to_chars
 
@@ -6501,7 +9670,16 @@ smtp_auth_password      smtp_pass
 
    Default: " +TCFL"
 
-   Controls the character used to indicate mail addressed to you. The first character is the one used when the mail is NOT addressed to your address (default: space). The second is used when you are the only recipient of the message (default: +). The third is when your address appears in the ``To:'' header field, but you are not the only recipient of the message (default: T). The fourth character is used when your address is specified in the ``Cc:'' header field, but you are not the only recipient. The fifth character is used to indicate mail that was sent by you. The sixth character is used to indicate when a mail was sent to a mailing-list you're subscribe to (default: L).
+   Controls the character used to indicate mail addressed to you. The first
+   character is the one used when the mail is NOT addressed to your address
+   (default: space). The second is used when you are the only recipient of
+   the message (default: +). The third is when your address appears in the
+   ``To:'' header field, but you are not the only recipient of the message
+   (default: T). The fourth character is used when your address is specified
+   in the ``Cc:'' header field, but you are not the only recipient. The fifth
+   character is used to indicate mail that was sent by you. The sixth
+   character is used to indicate when a mail was sent to a mailing-list
+   you're subscribe to (default: L).
 
 340. trash
 
@@ -6509,9 +9687,12 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   If set, this variable specifies the path of the trash folder where the mails marked for deletion will be moved, instead of being irremediably purged.
+   If set, this variable specifies the path of the trash folder where the
+   mails marked for deletion will be moved, instead of being irremediably
+   purged.
 
-   Note: When you delete a message in the trash folder, it is really deleted, so that there is no way to recover mail.
+   Note: When you delete a message in the trash folder, it is really deleted,
+   so that there is no way to recover mail.
 
 341. tunnel
 
@@ -6519,11 +9700,14 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Setting this variable will cause Mutt-ng to open a pipe to a command instead of a raw socket. You may be able to use this to set up preauthenticated connections to your IMAP/POP3 server. Example:
+   Setting this variable will cause Mutt-ng to open a pipe to a command
+   instead of a raw socket. You may be able to use this to set up
+   preauthenticated connections to your IMAP/POP3 server. Example:
 
    tunnel="ssh -q mailhost.net /usr/local/libexec/imapd"
 
-   Note: For this example to work you must be able to log in to the remote machine without having to enter a password.
+   Note: For this example to work you must be able to log in to the remote
+   machine without having to enter a password.
 
 342. umask
 
@@ -6531,7 +9715,8 @@ smtp_auth_password      smtp_pass
 
    Default: 0077
 
-   This sets the umask that will be used by Mutt-ng when creating all kinds of files. If unset, the default value is 077.
+   This sets the umask that will be used by Mutt-ng when creating all kinds
+   of files. If unset, the default value is 077.
 
 343. uncollapse_jump
 
@@ -6539,7 +9724,8 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   When set, Mutt-ng will jump to the next unread message, if any, when the current thread is uncollapsed.
+   When set, Mutt-ng will jump to the next unread message, if any, when the
+   current thread is uncollapsed.
 
 344. use_8bitmime
 
@@ -6547,9 +9733,14 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Warning: do not set this variable unless you are using a version of sendmail which supports the -B8BITMIME flag (such as sendmail 8.8.x) or in connection with the SMTP support via libESMTP. Otherwise you may not be able to send mail.
+   Warning: do not set this variable unless you are using a version of
+   sendmail which supports the -B8BITMIME flag (such as sendmail 8.8.x) or in
+   connection with the SMTP support via libESMTP. Otherwise you may not be
+   able to send mail.
 
-   When set, Mutt-ng will either invoke ``$sendmail'' with the -B8BITMIME flag when sending 8-bit messages to enable ESMTP negotiation or tell libESMTP to do so.
+   When set, Mutt-ng will either invoke ``$sendmail'' with the -B8BITMIME
+   flag when sending 8-bit messages to enable ESMTP negotiation or tell
+   libESMTP to do so.
 
 345. use_domain
 
@@ -6557,7 +9748,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will qualify all local addresses (ones without the @host portion) with the value of ``$hostname''. If unset, no addresses will be qualified.
+   When set, Mutt-ng will qualify all local addresses (ones without the @host
+   portion) with the value of ``$hostname''. If unset, no addresses will be
+   qualified.
 
 346. use_from
 
@@ -6565,7 +9758,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will generate the ``From:'' header field when sending messages. If unset, no ``From:'' header field will be generated unless the user explicitly sets one using the ``my_hdr'' command.
+   When set, Mutt-ng will generate the ``From:'' header field when sending
+   messages. If unset, no ``From:'' header field will be generated unless the
+   user explicitly sets one using the ``my_hdr'' command.
 
 347. use_idn
 
@@ -6577,7 +9772,8 @@ smtp_auth_password      smtp_pass
 
    When set, Mutt-ng will show you international domain names decoded.
 
-   Note: You can use IDNs for addresses even if this is unset. This variable only affects decoding.
+   Note: You can use IDNs for addresses even if this is unset. This variable
+   only affects decoding.
 
 348. use_ipv6
 
@@ -6585,7 +9781,9 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will look for IPv6 addresses of hosts it tries to contact. If this option is unset, Mutt-ng will restrict itself to IPv4 addresses. Normally, the default should work.
+   When set, Mutt-ng will look for IPv6 addresses of hosts it tries to
+   contact. If this option is unset, Mutt-ng will restrict itself to IPv4
+   addresses. Normally, the default should work.
 
 349. visual
 
@@ -6593,7 +9791,8 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   Specifies the visual editor to invoke when the ˜v command is given in the builtin editor.
+   Specifies the visual editor to invoke when the ˜v command is given in the
+   builtin editor.
 
 350. wait_key
 
@@ -6601,11 +9800,15 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls whether Mutt-ng will ask you to press a key after shell- escape, pipe-message, pipe-entry, print-message, and print-entry commands.
+   Controls whether Mutt-ng will ask you to press a key after shell- escape,
+   pipe-message, pipe-entry, print-message, and print-entry commands.
 
-   It is also used when viewing attachments with ``auto_view'', provided that the corresponding mailcap entry has a needsterminal flag, and the external program is interactive.
+   It is also used when viewing attachments with ``auto_view'', provided that
+   the corresponding mailcap entry has a needsterminal flag, and the external
+   program is interactive.
 
-   When set, Mutt-ng will always ask for a key. When unset, Mutt-ng will wait for a key only if the external command returned a non-zero status.
+   When set, Mutt-ng will always ask for a key. When unset, Mutt-ng will wait
+   for a key only if the external command returned a non-zero status.
 
 351. weed
 
@@ -6613,7 +9816,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   When set, Mutt-ng will weed headers when displaying, forwarding, printing, or replying to messages.
+   When set, Mutt-ng will weed headers when displaying, forwarding, printing,
+   or replying to messages.
 
 352. wrap_search
 
@@ -6623,7 +9827,8 @@ smtp_auth_password      smtp_pass
 
    Controls whether searches wrap around the end of the mailbox.
 
-   When set, searches will wrap around the first (or last) message. When unset, searches will not wrap.
+   When set, searches will wrap around the first (or last) message. When
+   unset, searches will not wrap.
 
 353. wrapmargin
 
@@ -6631,7 +9836,8 @@ smtp_auth_password      smtp_pass
 
    Default: 0
 
-   Controls the size of the margin remaining at the right side of the terminal when Mutt-ng's pager does smart wrapping.
+   Controls the size of the margin remaining at the right side of the
+   terminal when Mutt-ng's pager does smart wrapping.
 
 354. write_bcc
 
@@ -6639,7 +9845,8 @@ smtp_auth_password      smtp_pass
 
    Default: yes
 
-   Controls whether Mutt-ng writes out the Bcc header when preparing messages to be sent. Exim users may wish to unset this.
+   Controls whether Mutt-ng writes out the Bcc header when preparing messages
+   to be sent. Exim users may wish to unset this.
 
 355. write_inc
 
@@ -6647,7 +9854,9 @@ smtp_auth_password      smtp_pass
 
    Default: 10
 
-   When writing a mailbox, a message will be printed every write_inc messages to indicate progress. If set to 0, only a single message will be displayed before writing a mailbox.
+   When writing a mailbox, a message will be printed every write_inc messages
+   to indicate progress. If set to 0, only a single message will be displayed
+   before writing a mailbox.
 
    Also see the ``$read_inc'' variable.
 
@@ -6657,7 +9866,9 @@ smtp_auth_password      smtp_pass
 
    Default: "M%?n?AIL&ail?"
 
-   Controls the format of the X11 icon title, as long as $xterm_set_titles is set. This string is identical in formatting to the one used by ``$status_format''.
+   Controls the format of the X11 icon title, as long as $xterm_set_titles is
+   set. This string is identical in formatting to the one used by
+   ``$status_format''.
 
 357. xterm_leave
 
@@ -6665,11 +9876,15 @@ smtp_auth_password      smtp_pass
 
    Default: ""
 
-   If $xterm_set_titles is set, this string will be used to set the title when leaving mutt-ng. For terminal-based programs, there's no easy and portable way to read the current title so mutt-ng cannot read it upon startup and restore it when exiting.
+   If $xterm_set_titles is set, this string will be used to set the title
+   when leaving mutt-ng. For terminal-based programs, there's no easy and
+   portable way to read the current title so mutt-ng cannot read it upon
+   startup and restore it when exiting.
 
    Based on the xterm FAQ, the following might work:
 
-   set xterm_leave = "`test x$DISPLAY != x && xprop -id $WINDOWID | grep WM_NAME | cut -d '"' -f 2`"
+   set xterm_leave = "`test x$DISPLAY != x && xprop -id $WINDOWID | grep
+   WM_NAME | cut -d '"' -f 2`"
 
 358. xterm_set_titles
 
@@ -6677,7 +9892,9 @@ smtp_auth_password      smtp_pass
 
    Default: no
 
-   Controls whether Mutt-ng sets the xterm title bar and icon name (as long as you're in an appropriate terminal). The default must be unset to force in the validity checking.
+   Controls whether Mutt-ng sets the xterm title bar and icon name (as long
+   as you're in an appropriate terminal). The default must be unset to force
+   in the validity checking.
 
 359. xterm_title
 
@@ -6685,317 +9902,326 @@ smtp_auth_password      smtp_pass
 
    Default: "Mutt-ng with %?m?%m messages&no messages?%?n? [%n New]?"
 
-   Controls the format of the title bar of the xterm provided that $xterm_set_titles has been set. This string is identical in formatting to the one used by ``$status_format''.
+   Controls the format of the title bar of the xterm provided that
+   $xterm_set_titles has been set. This string is identical in formatting to
+   the one used by ``$status_format''.
 
 5. Functions
 
-   The following is the list of available functions listed by the mapping in which they are available. The default key setting is given, and an explanation of what the function does. The key bindings of these functions can be changed with the bind command.
-
-5.1. generic
-
-   The generic menu is not a real menu, but specifies common functions (such as movement) available in all menus except for pager and editor. Changing settings for this menu will affect the default bindings for all menus (except as noted).
-bottom-page                L   move to the bottom of the page
-current-bottom     not bound   move current entry to bottom of page
-current-middle     not bound   move current entry to middle of page
-current-top        not bound   move current entry to top of page
-enter-command              :   enter a muttngrc command
-exit                       q   exit this menu
-first-entry                =   move to the first entry
-half-down                  ]   scroll down 1/2 page
-half-up                    [   scroll up 1/2 page
-help                       ?   this screen
-jump                  number   jump to an index number
-last-entry                 *   move to the last entry
-middle-page                M   move to the middle of the page
-next-entry                 j   move to the next entry
-next-line                  >   scroll down one line
-next-page                  z   move to the next page
-previous-entry             k   move to the previous entry
-previous-line              <   scroll up one line
-previous-page              Z   move to the previous page
-refresh                   ^L   clear and redraw the screen
-search                     /   search for a regular expression
-search-next                n   search for next match
-search-opposite    not bound   search for next match in opposite direction
-search-reverse         ESC /   search backwards for a regular expression
-select-entry             RET   select the current entry
-shell-escape               !   run a program in a subshell
-tag-entry                  t   toggle the tag on the current entry
-tag-prefix                 ;   apply next command to tagged entries
-tag-prefix-cond    not bound   apply next function ONLY to tagged messages
-top-page                   H   move to the top of the page
-what-key           not bound   display the keycode for a key press
-
-5.2. index
-
-bounce-message             b   remail a message to another user
-change-folder              c   open a different folder
-change-folder-readonly ESC c   open a different folder in read only mode
-check-traditional-pgp  ESC P   check for classic pgp
-clear-flag                 W   clear a status flag from a message
-copy-message               C   copy a message to a file/mailbox
-create-alias               a   create an alias from a message sender
-decode-copy            ESC C   decode a message and copy it to a file/mailbox
-decode-save            ESC s   decode a message and save it to a file/mailbox
-delete-message             d   delete the current entry
-delete-pattern             D   delete messages matching a pattern
-delete-subthread       ESC d   delete all messages in subthread
-delete-thread             ^D   delete all messages in thread
-display-address            @   display full address of sender
-display-toggle-weed        h   display message and toggle header weeding
-display-message          RET   display a message
-edit                       e   edit the current message
-edit-type                 ^E   edit the current message's Content-Type
-exit                       x   exit without saving changes
-extract-keys              ^K   extract PGP public keys
-fetch-mail                 G   retrieve mail from POP server
-flag-message               F   toggle a message's 'important' flag
-forget-passphrase         ^F   wipe PGP passphrase from memory
-forward-message            f   forward a message with comments
-group-reply                g   reply to all recipients
-limit                      l   show only messages matching a pattern
-list-reply                 L   reply to specified mailing list
-mail                       m   compose a new mail message
-mail-key               ESC k   mail a PGP public key
-next-new                 TAB   jump to the next new message
-next-subthread         ESC n   jump to the next subthread
-next-thread               ^N   jump to the next thread
-next-undeleted             j   move to the next undeleted message
-next-unread        not bound   jump to the next unread message
-parent-message             P   jump to parent message in thread
-pipe-message               |   pipe message/attachment to a shell command
-previous-new         ESC TAB   jump to the previous new message
-previous-page              Z   move to the previous page
-previous-subthread     ESC p   jump to previous subthread
-previous-thread           ^P   jump to previous thread
-previous-undeleted         k   move to the last undelete message
-previous-unread    not bound   jump to the previous unread message
-print-message              p   print the current entry
-query                      Q   query external program for addresses
-quit                       q   save changes to mailbox and quit
-read-subthread         ESC r   mark the current subthread as read
-read-thread               ^R   mark the current thread as read
-recall-message             R   recall a postponed message
-reply                      r   reply to a message
-resend-message         ESC e   resend message and preserve MIME structure
-save-message               s   save message/attachment to a file
-set-flag                   w   set a status flag on a message
-show-version               V   show the Mutt-ng version number and date
-show-limit             ESC l   show currently active limit pattern, if any
-sort-mailbox               o   sort messages
-sort-reverse               O   sort messages in reverse order
-sync-mailbox               $   save changes to mailbox
-tag-pattern                T   tag messages matching a pattern
-tag-thread             ESC t   tag/untag all messages in the current thread
-toggle-new                 N   toggle a message's 'new' flag
-toggle-write               %   toggle whether the mailbox will be rewritten
-undelete-message           u   undelete the current entry
-undelete-pattern           U   undelete messages matching a pattern
-undelete-subthread     ESC u   undelete all messages in subthread
-undelete-thread           ^U   undelete all messages in thread
-untag-pattern             ^T   untag messages matching a pattern
-view-attachments           v   show MIME attachments
-
-5.3. pager
-
-bottom             not bound   jump to the bottom of the message
-bounce-message             b   remail a message to another user
-change-folder              c   open a different folder
-change-folder-readonly ESC c   open a different folder in read only mode
-check-traditional-pgp  ESC P   check for classic pgp
-copy-message               C   copy a message to a file/mailbox
-create-alias               a   create an alias from a message sender
-decode-copy            ESC C   decode a message and copy it to a file/mailbox
-decode-save            ESC s   decode a message and save it to a file/mailbox
-delete-message             d   delete the current entry
-delete-subthread       ESC d   delete all messages in subthread
-delete-thread             ^D   delete all messages in thread
-display-address            @   display full address of sender
-display-toggle-weed        h   display message and toggle header weeding
-edit                       e   edit the current message
-edit-type                 ^E   edit the current message's Content-Type
-enter-command              :   enter a muttngrc command
-exit                       i   return to the main-menu
-extract-keys              ^K   extract PGP public keys
-flag-message               F   toggle a message's 'important' flag
-forget-passphrase         ^F   wipe PGP passphrase from memory
-forward-message            f   forward a message with comments
-group-reply                g   reply to all recipients
-half-up            not bound   move up one-half page
-half-down          not bound   move down one-half page
-help                       ?   this screen
-list-reply                 L   reply to specified mailing list
-mail                       m   compose a new mail message
-mail-key               ESC k   mail a PGP public key
-mark-as-new                N   toggle a message's 'new' flag
-next-line                RET   scroll down one line
-next-entry                 J   move to the next entry
-next-new                 TAB   jump to the next new message
-next-page                      move to the next page
-next-subthread         ESC n   jump to the next subthread
-next-thread               ^N   jump to the next thread
-next-undeleted             j   move to the next undeleted message
-next-unread        not bound   jump to the next unread message
-parent-message             P   jump to parent message in thread
-pipe-message               |   pipe message/attachment to a shell command
-previous-line      BackSpace   scroll up one line
-previous-entry             K   move to the previous entry
-previous-new       not bound   jump to the previous new message
-previous-page              -   move to the previous page
-previous-subthread     ESC p   jump to previous subthread
-previous-thread           ^P   jump to previous thread
-previous-undeleted         k   move to the last undelete message
-previous-unread    not bound   jump to the previous unread message
-print-message              p   print the current entry
-quit                       Q   save changes to mailbox and quit
-read-subthread         ESC r   mark the current subthread as read
-read-thread               ^R   mark the current thread as read
-recall-message             R   recall a postponed message
-redraw-screen             ^L   clear and redraw the screen
-reply                      r   reply to a message
-save-message               s   save message/attachment to a file
-search                     /   search for a regular expression
-search-next                n   search for next match
-search-opposite    not bound   search for next match in opposite direction
-search-reverse         ESC /   search backwards for a regular expression
-search-toggle              \   toggle search pattern coloring
-shell-escape               !   invoke a command in a subshell
-show-version               V   show the Mutt-ng version number and date
-skip-quoted                S   skip beyond quoted text
-sync-mailbox               $   save changes to mailbox
-tag-message                t   tag a message
-toggle-quoted              T   toggle display of quoted text
-top                        ^   jump to the top of the message
-undelete-message           u   undelete the current entry
-undelete-subthread     ESC u   undelete all messages in subthread
-undelete-thread           ^U   undelete all messages in thread
-view-attachments           v   show MIME attachments
-
-5.4. alias
-
-search                     /   search for a regular expression
-search-next                n   search for next match
-search-reverse         ESC /   search backwards for a regular expression
-
-5.5. query
-
-create-alias               a   create an alias from a message sender
-mail                       m   compose a new mail message
-query                      Q   query external program for addresses
-query-append               A   append new query results to current results
-search                     /   search for a regular expression
-search-next                n   search for next match
-search-opposite    not bound   search for next match in opposite direction
-search-reverse         ESC /   search backwards for a regular expression
-
-5.6. attach
-
-bounce-message             b   remail a message to another user
-collapse-parts             v   toggle display of subparts
-delete-entry               d   delete the current entry
-display-toggle-weed        h   display message and toggle header weeding
-edit-type                 ^E   edit the current entry's Content-Type
-extract-keys              ^K   extract PGP public keys
-forward-message            f   forward a message with comments
-group-reply                g   reply to all recipients
-list-reply                 L   reply to specified mailing list
-pipe-entry                 |   pipe message/attachment to a shell command
-print-entry                p   print the current entry
-reply                      r   reply to a message
-resend-message         ESC e   resend message and preserve MIME structure
-save-entry                 s   save message/attachment to a file
-undelete-entry             u   undelete the current entry
-view-attach              RET   view attachment using mailcap entry if necessary
-view-mailcap               m   force viewing of attachment using mailcap
-view-text                  T   view attachment as text
-
-5.7. compose
-
-attach-file                a   attach a file(s) to this message
-attach-message             A   attach message(s) to this message
-attach-key             ESC k   attach a PGP public key
-copy-file                  C   save message/attachment to a file
-detach-file                D   delete the current entry
-display-toggle-weed        h   display message and toggle header weeding
-edit-bcc                   b   edit the BCC list
-edit-cc                    c   edit the CC list
-edit-description           d   edit attachment description
-edit-encoding             ^E   edit attachment transfer-encoding
-edit-fcc                   f   enter a file to save a copy of this message in
-edit-from              ESC f   edit the from: field
-edit-file               ^X e   edit the file to be attached
-edit-headers               E   edit the message with headers
-edit                       e   edit the message
-edit-mime                  m   edit attachment using mailcap entry
-edit-reply-to              r   edit the Reply-To field
-edit-subject               s   edit the subject of this message
-edit-to                    t   edit the TO list
-edit-type                 ^T   edit attachment type
-filter-entry               F   filter attachment through a shell command
-forget-passphrase         ^F   wipe PGP passphrase from memory
-ispell                     i   run ispell on the message
-new-mime                   n   compose new attachment using mailcap entry
-pgp-menu                   p   show PGP options
-pipe-entry                 |   pipe message/attachment to a shell command
-postpone-message           P   save this message to send later
-print-entry                l   print the current entry
-rename-file                R   rename/move an attached file
-send-message               y   send the message
-toggle-unlink              u   toggle whether to delete file after sending it
-view-attach              RET   view attachment using mailcap entry if necessary
-write-fcc                  w   write the message to a folder
-
-5.8. postpone
-
-delete-entry               d   delete the current entry
-undelete-entry             u   undelete the current entry
-
-5.9. browser
-
-change-dir                 c   change directories
-check-new                TAB   check mailboxes for new mail
-enter-mask                 m   enter a file mask
-search                     /   search for a regular expression
-search-next                n   search for next match
-search-reverse         ESC /   search backwards for a regular expression
-select-new                 N   select a new file in this directory
-sort                       o   sort messages
-sort-reverse               O   sort messages in reverse order
-toggle-mailboxes         TAB   toggle whether to browse mailboxes or all files
-view-file              SPACE   view file
-subscribe                  s   subscribe to current mailbox (IMAP Only)
-unsubscribe                u   unsubscribe to current mailbox (IMAP Only)
-toggle-subscribed          T   toggle view all/subscribed mailboxes (IMAP Only)
-
-5.10. pgp
-
-view-name                  %   view the key's user id
-verify-key                 c   verify a PGP public key
-
-5.11. editor
-
-backspace          BackSpace   delete the char in front of the cursor
-backward-char             ^B   move the cursor one character to the left
-backward-word          ESC b   move the cursor to the previous word
-bol                       ^A   jump to the beginning of the line
-buffy-cycle            Space   cycle among incoming mailboxes
-capitalize-word        ESC c   uppercase the first character in the word
-complete                 TAB   complete filename or alias
-complete-query            ^T   complete address with query
-delete-char               ^D   delete the char under the cursor
-downcase-word          ESC l   lowercase all characters in current word
-eol                       ^E   jump to the end of the line
-forward-char              ^F   move the cursor one character to the right
-forward-word           ESC f   move the cursor to the next word
-history-down       not bound   scroll down through the history list
-history-up         not bound   scroll up through the history list
-kill-eol                  ^K   delete chars from cursor to end of line
-kill-eow               ESC d   delete chars from cursor to end of word
-kill-line                 ^U   delete all chars on the line
-kill-word                 ^W   delete the word in front of the cursor
-quote-char                ^V   quote the next typed key
-transpose-chars    not bound   transpose character under cursor with previous
-upcase-word            ESC u   uppercase all characters in current word
+   The following is the list of available functions listed by the mapping in
+   which they are available. The default key setting is given, and an
+   explanation of what the function does. The key bindings of these functions
+   can be changed with the bind command.
+
+  5.1. generic
+
+   The generic menu is not a real menu, but specifies common functions (such
+   as movement) available in all menus except for pager and editor. Changing
+   settings for this menu will affect the default bindings for all menus
+   (except as noted).
+
+ bottom-page                L   move to the bottom of the page
+ current-bottom     not bound   move current entry to bottom of page
+ current-middle     not bound   move current entry to middle of page
+ current-top        not bound   move current entry to top of page
+ enter-command              :   enter a muttngrc command
+ exit                       q   exit this menu
+ first-entry                =   move to the first entry
+ half-down                  ]   scroll down 1/2 page
+ half-up                    [   scroll up 1/2 page
+ help                       ?   this screen
+ jump                  number   jump to an index number
+ last-entry                 *   move to the last entry
+ middle-page                M   move to the middle of the page
+ next-entry                 j   move to the next entry
+ next-line                  >   scroll down one line
+ next-page                  z   move to the next page
+ previous-entry             k   move to the previous entry
+ previous-line              <   scroll up one line
+ previous-page              Z   move to the previous page
+ refresh                   ^L   clear and redraw the screen
+ search                     /   search for a regular expression
+ search-next                n   search for next match
+ search-opposite    not bound   search for next match in opposite direction
+ search-reverse         ESC /   search backwards for a regular expression
+ select-entry             RET   select the current entry
+ shell-escape               !   run a program in a subshell
+ tag-entry                  t   toggle the tag on the current entry
+ tag-prefix                 ;   apply next command to tagged entries
+ tag-prefix-cond    not bound   apply next function ONLY to tagged messages
+ top-page                   H   move to the top of the page
+ what-key           not bound   display the keycode for a key press
+
+  5.2. index
+
+ bounce-message             b   remail a message to another user
+ change-folder              c   open a different folder
+ change-folder-readonly ESC c   open a different folder in read only mode
+ check-traditional-pgp  ESC P   check for classic pgp
+ clear-flag                 W   clear a status flag from a message
+ copy-message               C   copy a message to a file/mailbox
+ create-alias               a   create an alias from a message sender
+ decode-copy            ESC C   decode a message and copy it to a file/mailbox
+ decode-save            ESC s   decode a message and save it to a file/mailbox
+ delete-message             d   delete the current entry
+ delete-pattern             D   delete messages matching a pattern
+ delete-subthread       ESC d   delete all messages in subthread
+ delete-thread             ^D   delete all messages in thread
+ display-address            @   display full address of sender
+ display-toggle-weed        h   display message and toggle header weeding
+ display-message          RET   display a message
+ edit                       e   edit the current message
+ edit-type                 ^E   edit the current message's Content-Type
+ exit                       x   exit without saving changes
+ extract-keys              ^K   extract PGP public keys
+ fetch-mail                 G   retrieve mail from POP server
+ flag-message               F   toggle a message's 'important' flag
+ forget-passphrase         ^F   wipe PGP passphrase from memory
+ forward-message            f   forward a message with comments
+ group-reply                g   reply to all recipients
+ limit                      l   show only messages matching a pattern
+ list-reply                 L   reply to specified mailing list
+ mail                       m   compose a new mail message
+ mail-key               ESC k   mail a PGP public key
+ next-new                 TAB   jump to the next new message
+ next-subthread         ESC n   jump to the next subthread
+ next-thread               ^N   jump to the next thread
+ next-undeleted             j   move to the next undeleted message
+ next-unread        not bound   jump to the next unread message
+ parent-message             P   jump to parent message in thread
+ pipe-message               |   pipe message/attachment to a shell command
+ previous-new         ESC TAB   jump to the previous new message
+ previous-page              Z   move to the previous page
+ previous-subthread     ESC p   jump to previous subthread
+ previous-thread           ^P   jump to previous thread
+ previous-undeleted         k   move to the last undelete message
+ previous-unread    not bound   jump to the previous unread message
+ print-message              p   print the current entry
+ query                      Q   query external program for addresses
+ quit                       q   save changes to mailbox and quit
+ read-subthread         ESC r   mark the current subthread as read
+ read-thread               ^R   mark the current thread as read
+ recall-message             R   recall a postponed message
+ reply                      r   reply to a message
+ resend-message         ESC e   resend message and preserve MIME structure
+ save-message               s   save message/attachment to a file
+ set-flag                   w   set a status flag on a message
+ show-version               V   show the Mutt-ng version number and date
+ show-limit             ESC l   show currently active limit pattern, if any
+ sort-mailbox               o   sort messages
+ sort-reverse               O   sort messages in reverse order
+ sync-mailbox               $   save changes to mailbox
+ tag-pattern                T   tag messages matching a pattern
+ tag-thread             ESC t   tag/untag all messages in the current thread
+ toggle-new                 N   toggle a message's 'new' flag
+ toggle-write               %   toggle whether the mailbox will be rewritten
+ undelete-message           u   undelete the current entry
+ undelete-pattern           U   undelete messages matching a pattern
+ undelete-subthread     ESC u   undelete all messages in subthread
+ undelete-thread           ^U   undelete all messages in thread
+ untag-pattern             ^T   untag messages matching a pattern
+ view-attachments           v   show MIME attachments
+
+  5.3. pager
+
+ bottom             not bound   jump to the bottom of the message
+ bounce-message             b   remail a message to another user
+ change-folder              c   open a different folder
+ change-folder-readonly ESC c   open a different folder in read only mode
+ check-traditional-pgp  ESC P   check for classic pgp
+ copy-message               C   copy a message to a file/mailbox
+ create-alias               a   create an alias from a message sender
+ decode-copy            ESC C   decode a message and copy it to a file/mailbox
+ decode-save            ESC s   decode a message and save it to a file/mailbox
+ delete-message             d   delete the current entry
+ delete-subthread       ESC d   delete all messages in subthread
+ delete-thread             ^D   delete all messages in thread
+ display-address            @   display full address of sender
+ display-toggle-weed        h   display message and toggle header weeding
+ edit                       e   edit the current message
+ edit-type                 ^E   edit the current message's Content-Type
+ enter-command              :   enter a muttngrc command
+ exit                       i   return to the main-menu
+ extract-keys              ^K   extract PGP public keys
+ flag-message               F   toggle a message's 'important' flag
+ forget-passphrase         ^F   wipe PGP passphrase from memory
+ forward-message            f   forward a message with comments
+ group-reply                g   reply to all recipients
+ half-up            not bound   move up one-half page
+ half-down          not bound   move down one-half page
+ help                       ?   this screen
+ list-reply                 L   reply to specified mailing list
+ mail                       m   compose a new mail message
+ mail-key               ESC k   mail a PGP public key
+ mark-as-new                N   toggle a message's 'new' flag
+ next-line                RET   scroll down one line
+ next-entry                 J   move to the next entry
+ next-new                 TAB   jump to the next new message
+ next-page                      move to the next page
+ next-subthread         ESC n   jump to the next subthread
+ next-thread               ^N   jump to the next thread
+ next-undeleted             j   move to the next undeleted message
+ next-unread        not bound   jump to the next unread message
+ parent-message             P   jump to parent message in thread
+ pipe-message               |   pipe message/attachment to a shell command
+ previous-line      BackSpace   scroll up one line
+ previous-entry             K   move to the previous entry
+ previous-new       not bound   jump to the previous new message
+ previous-page              -   move to the previous page
+ previous-subthread     ESC p   jump to previous subthread
+ previous-thread           ^P   jump to previous thread
+ previous-undeleted         k   move to the last undelete message
+ previous-unread    not bound   jump to the previous unread message
+ print-message              p   print the current entry
+ quit                       Q   save changes to mailbox and quit
+ read-subthread         ESC r   mark the current subthread as read
+ read-thread               ^R   mark the current thread as read
+ recall-message             R   recall a postponed message
+ redraw-screen             ^L   clear and redraw the screen
+ reply                      r   reply to a message
+ save-message               s   save message/attachment to a file
+ search                     /   search for a regular expression
+ search-next                n   search for next match
+ search-opposite    not bound   search for next match in opposite direction
+ search-reverse         ESC /   search backwards for a regular expression
+ search-toggle              \   toggle search pattern coloring
+ shell-escape               !   invoke a command in a subshell
+ show-version               V   show the Mutt-ng version number and date
+ skip-quoted                S   skip beyond quoted text
+ sync-mailbox               $   save changes to mailbox
+ tag-message                t   tag a message
+ toggle-quoted              T   toggle display of quoted text
+ top                        ^   jump to the top of the message
+ undelete-message           u   undelete the current entry
+ undelete-subthread     ESC u   undelete all messages in subthread
+ undelete-thread           ^U   undelete all messages in thread
+ view-attachments           v   show MIME attachments
+
+  5.4. alias
+
+ search                     /   search for a regular expression
+ search-next                n   search for next match
+ search-reverse         ESC /   search backwards for a regular expression
+
+  5.5. query
+
+ create-alias               a   create an alias from a message sender
+ mail                       m   compose a new mail message
+ query                      Q   query external program for addresses
+ query-append               A   append new query results to current results
+ search                     /   search for a regular expression
+ search-next                n   search for next match
+ search-opposite    not bound   search for next match in opposite direction
+ search-reverse         ESC /   search backwards for a regular expression
+
+  5.6. attach
+
+ bounce-message             b   remail a message to another user
+ collapse-parts             v   toggle display of subparts
+ delete-entry               d   delete the current entry
+ display-toggle-weed        h   display message and toggle header weeding
+ edit-type                 ^E   edit the current entry's Content-Type
+ extract-keys              ^K   extract PGP public keys
+ forward-message            f   forward a message with comments
+ group-reply                g   reply to all recipients
+ list-reply                 L   reply to specified mailing list
+ pipe-entry                 |   pipe message/attachment to a shell command
+ print-entry                p   print the current entry
+ reply                      r   reply to a message
+ resend-message         ESC e   resend message and preserve MIME structure
+ save-entry                 s   save message/attachment to a file
+ undelete-entry             u   undelete the current entry
+ view-attach              RET   view attachment using mailcap entry if necessary
+ view-mailcap               m   force viewing of attachment using mailcap
+ view-text                  T   view attachment as text
+
+  5.7. compose
+
+ attach-file                a   attach a file(s) to this message
+ attach-message             A   attach message(s) to this message
+ attach-key             ESC k   attach a PGP public key
+ copy-file                  C   save message/attachment to a file
+ detach-file                D   delete the current entry
+ display-toggle-weed        h   display message and toggle header weeding
+ edit-bcc                   b   edit the BCC list
+ edit-cc                    c   edit the CC list
+ edit-description           d   edit attachment description
+ edit-encoding             ^E   edit attachment transfer-encoding
+ edit-fcc                   f   enter a file to save a copy of this message in
+ edit-from              ESC f   edit the from: field
+ edit-file               ^X e   edit the file to be attached
+ edit-headers               E   edit the message with headers
+ edit                       e   edit the message
+ edit-mime                  m   edit attachment using mailcap entry
+ edit-reply-to              r   edit the Reply-To field
+ edit-subject               s   edit the subject of this message
+ edit-to                    t   edit the TO list
+ edit-type                 ^T   edit attachment type
+ filter-entry               F   filter attachment through a shell command
+ forget-passphrase         ^F   wipe PGP passphrase from memory
+ ispell                     i   run ispell on the message
+ new-mime                   n   compose new attachment using mailcap entry
+ pgp-menu                   p   show PGP options
+ pipe-entry                 |   pipe message/attachment to a shell command
+ postpone-message           P   save this message to send later
+ print-entry                l   print the current entry
+ rename-file                R   rename/move an attached file
+ send-message               y   send the message
+ toggle-unlink              u   toggle whether to delete file after sending it
+ view-attach              RET   view attachment using mailcap entry if necessary
+ write-fcc                  w   write the message to a folder
+
+  5.8. postpone
+
+ delete-entry               d   delete the current entry
+ undelete-entry             u   undelete the current entry
+
+  5.9. browser
+
+ change-dir                 c   change directories
+ check-new                TAB   check mailboxes for new mail
+ enter-mask                 m   enter a file mask
+ search                     /   search for a regular expression
+ search-next                n   search for next match
+ search-reverse         ESC /   search backwards for a regular expression
+ select-new                 N   select a new file in this directory
+ sort                       o   sort messages
+ sort-reverse               O   sort messages in reverse order
+ toggle-mailboxes         TAB   toggle whether to browse mailboxes or all files
+ view-file              SPACE   view file
+ subscribe                  s   subscribe to current mailbox (IMAP Only)
+ unsubscribe                u   unsubscribe to current mailbox (IMAP Only)
+ toggle-subscribed          T   toggle view all/subscribed mailboxes (IMAP Only)
+
+  5.10. pgp
+
+ view-name                  %   view the key's user id
+ verify-key                 c   verify a PGP public key
+
+  5.11. editor
+
+ backspace          BackSpace   delete the char in front of the cursor
+ backward-char             ^B   move the cursor one character to the left
+ backward-word          ESC b   move the cursor to the previous word
+ bol                       ^A   jump to the beginning of the line
+ buffy-cycle            Space   cycle among incoming mailboxes
+ capitalize-word        ESC c   uppercase the first character in the word
+ complete                 TAB   complete filename or alias
+ complete-query            ^T   complete address with query
+ delete-char               ^D   delete the char under the cursor
+ downcase-word          ESC l   lowercase all characters in current word
+ eol                       ^E   jump to the end of the line
+ forward-char              ^F   move the cursor one character to the right
+ forward-word           ESC f   move the cursor to the next word
+ history-down       not bound   scroll down through the history list
+ history-up         not bound   scroll up through the history list
+ kill-eol                  ^K   delete chars from cursor to end of line
+ kill-eow               ESC d   delete chars from cursor to end of word
+ kill-line                 ^U   delete all chars on the line
+ kill-word                 ^W   delete the word in front of the cursor
+ quote-char                ^V   quote the next typed key
+ transpose-chars    not bound   transpose character under cursor with previous
+ upcase-word            ESC u   uppercase all characters in current word
 
 Chapter 8. Miscellany
 
@@ -7005,17 +10231,44 @@ Chapter 8. Miscellany
 
 1. Acknowledgments
 
-   Kari Hurtta <kari.hurtta@fmi.fi> co-developed the original MIME >parsing code back in the ELM-ME days.
+   Kari Hurtta <kari.hurtta@fmi.fi> co-developed the original MIME >parsing
+   code back in the ELM-ME days.
 
    The following people have been very helpful to the development of Mutt:
 
-   Vikas Agnihotri <vikasa@writeme.com>, Francois Berjon <Francois.Berjon@aar.alcatel-alsthom.fr>, Aric Blumer <aric@fore.com>, John Capo <jc@irbs.com>, David Champion <dgc@uchicago.edu, Brendan Cully <brendan@kublai.com>, Liviu Daia <daia@stoilow.imar.ro>, Thomas E. Dickey <dickey@herndon4.his.com>, David DeSimone <fox@convex.hp.com>, Nickolay N. Dudorov <nnd@wint.itfs.nsk.su>, Ruslan Ermilov <ru@freebsd.org>, Edmund Grimley Evans <edmundo@rano.org, Michael Finken <finken@conware.de>, Sven Guckes <guckes@math.fu-berlin.de>, Lars Hecking <lhecking@nmrc.ie>, Mark Holloman <holloman@nando.net>, Andreas Holzmann <holzmann@fmi.uni-passau.de>, Marco d'Itri <md@linux.it>, Björn Jacke <bjacke@suse.com>, Byrial Jensen <byrial@image.dk>, David Jeske <jeske@igcom.net>, Christophe Kalt <kalt@hugo.int-evry.fr>, Tommi Komulainen <Tommi.Komulainen@iki.fi>, Felix von Leitner (a.k.a ``Fefe'') <leitner@math.fu-berlin.de>, Brandon Long <blong@fiction.net>, Jimmy Mäkelä <jmy@f
-   lashback.net>, Lars Marowsky-Bree <lmb@pointer.in-minden.de>, Thomas ``Mike'' Michlmayr <mike@cosy.sbg.ac.at>, Andrew W. Nosenko <awn@bcs.zp.ua>, David O'Brien <obrien@Nuxi.cs.ucdavis.edu>, Clint Olsen <olsenc@ichips.intel.com>, Park Myeong Seok <pms@romance.kaist.ac.kr>, Thomas Parmelan <tom@ankh.fr.eu.org>, Ollivier Robert <roberto@keltia.freenix.fr>, Thomas Roessler <roessler@does-not-exist.org>, Roland Rosenfeld <roland@spinnaker.de>, TAKIZAWA Takashi <taki@luna.email.ne.jp>, Allain Thivillon <Allain.Thivillon@alma.fr> Gero Treuner <gero@faveve.uni-stuttgart.de>, Vsevolod Volkov <vvv@lucky.net>, Ken Weinert <kenw@ihs.com>
+   Vikas Agnihotri <vikasa@writeme.com>, Francois Berjon
+   <Francois.Berjon@aar.alcatel-alsthom.fr>, Aric Blumer <aric@fore.com>,
+   John Capo <jc@irbs.com>, David Champion <dgc@uchicago.edu, Brendan Cully
+   <brendan@kublai.com>, Liviu Daia <daia@stoilow.imar.ro>, Thomas E. Dickey
+   <dickey@herndon4.his.com>, David DeSimone <fox@convex.hp.com>, Nickolay N.
+   Dudorov <nnd@wint.itfs.nsk.su>, Ruslan Ermilov <ru@freebsd.org>, Edmund
+   Grimley Evans <edmundo@rano.org, Michael Finken <finken@conware.de>, Sven
+   Guckes <guckes@math.fu-berlin.de>, Lars Hecking <lhecking@nmrc.ie>, Mark
+   Holloman <holloman@nando.net>, Andreas Holzmann
+   <holzmann@fmi.uni-passau.de>, Marco d'Itri <md@linux.it>, Björn Jacke
+   <bjacke@suse.com>, Byrial Jensen <byrial@image.dk>, David Jeske
+   <jeske@igcom.net>, Christophe Kalt <kalt@hugo.int-evry.fr>, Tommi
+   Komulainen <Tommi.Komulainen@iki.fi>, Felix von Leitner (a.k.a ``Fefe'')
+   <leitner@math.fu-berlin.de>, Brandon Long <blong@fiction.net>, Jimmy
+   Mäkelä <jmy@flashback.net>, Lars Marowsky-Bree
+   <lmb@pointer.in-minden.de>, Thomas ``Mike'' Michlmayr
+   <mike@cosy.sbg.ac.at>, Andrew W. Nosenko <awn@bcs.zp.ua>, David O'Brien
+   <obrien@Nuxi.cs.ucdavis.edu>, Clint Olsen <olsenc@ichips.intel.com>, Park
+   Myeong Seok <pms@romance.kaist.ac.kr>, Thomas Parmelan
+   <tom@ankh.fr.eu.org>, Ollivier Robert <roberto@keltia.freenix.fr>, Thomas
+   Roessler <roessler@does-not-exist.org>, Roland Rosenfeld
+   <roland@spinnaker.de>, TAKIZAWA Takashi <taki@luna.email.ne.jp>, Allain
+   Thivillon <Allain.Thivillon@alma.fr> Gero Treuner
+   <gero@faveve.uni-stuttgart.de>, Vsevolod Volkov <vvv@lucky.net>, Ken
+   Weinert <kenw@ihs.com>
 
    Mutt-ng is developed by the following people:
 
-   Andreas Krennmair <ak@synflood.at>, Nico Golde <nico@ngolde.de>, Rocco Rutte <pdmef@cs.tu-berlin.de>
+   Andreas Krennmair <ak@synflood.at>, Nico Golde <nico@ngolde.de>, Rocco
+   Rutte <pdmef@cs.tu-berlin.de>
 
    The following people have been very helpful to the development of Mutt-ng:
 
-   Christian Gall <cg@cgall.de>, Iain Lea <iain@bricbrac.de>, Andreas Kneib <akneib@gmx.net>, Carsten Schoelzki <cjs@weisshuhn.de>, Elimar Riesebieter <riesebie@lxtec.de>
+   Christian Gall <cg@cgall.de>, Iain Lea <iain@bricbrac.de>, Andreas Kneib
+   <akneib@gmx.net>, Carsten Schoelzki <cjs@weisshuhn.de>, Elimar Riesebieter
+   <riesebie@lxtec.de>