Rocco Rutte:
authorpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 29 Aug 2005 02:22:25 +0000 (02:22 +0000)
committerpdmef <pdmef@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Mon, 29 Aug 2005 02:22:25 +0000 (02:22 +0000)
- add some $muttng_ variables to see if this feature has a useful purpose...

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

ChangeLog
Makefile.am
UPGRADING
VERSION.svn
doc/Makefile.in
doc/manual.sgml.head
doc/manual.txt
init.c
init.h
makedoc.c
muttlib.c

index 73e3d98..b8597a4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,37 @@
 Changes specific to mutt-ng:
 
+2005-08-29:
+  * Mutt-ng now can limit the number of headers to show if
+    $edit_headers is set via $editor_headers
+  * Eventually muttng shows that messages are of type multipart
+    in the index
+  * Mutt-ng now contains a set of pre-defined read-only variables
+    to query for system properties (see manual) (useful in
+    connection with expansion)
+
+2005-08-27:
+  * users now can freely define variables on their own as long as
+    prefixed with $user_ (useful in connection with expansion)
+  * instead of dumping all variables, muttng can dump changed only
+  * debug levels can be tuned at runtime
+
+2005-08-25:
+  * It now expands the current value of configuration variables
+    in addition to environment variables via $foo
+  * It now can remind the user to attach files if promised but not made
+  * All mutt-ng builds eventually contain correct revision numbers
+
+2005-08-18:
+  * Mutt-ng now can limit the number of recipients shown in the pager
+
+2005-08-16:
+  * Peter J. Holzer <hjp@hjp.at> kindly contributed an improved
+    format=flowed handler
+
+2005-08-14:
+  * the sidebar now shows newsgroup article counts if groups are
+    defined via mailboxes
+
 2005-08-13:
   * libESMTP integration has been improved: it now features DSN, the
     8BITMIME flag and an envelope sender differend from From: header
index f849c94..161763b 100644 (file)
@@ -70,7 +70,7 @@ CPP=@CPP@
 
 DEFS=-DPKGDATADIR=\"$(pkgdatadir)\" -DSYSCONFDIR=\"$(sysconfdir)\" \
        -DBINDIR=\"$(bindir)\" -DMUTTLOCALEDIR=\"$(datadir)/locale\" \
-       -DHAVE_CONFIG_H=1
+       -DHAVE_CONFIG_H=1 -DPKGDOCDIR=\"$(docdir)\"
 
 INCLUDES=-I. -I$(top_srcdir) $(IMAP_INCLUDES) $(POP_INCLUDES) $(NNTP_INCLUDES) $(LIBGPGME_CFLAGS) -Iintl
 
@@ -153,8 +153,7 @@ keymap_alldefs.h: $(srcdir)/OPS $(srcdir)/OPS.PGP $(srcdir)/OPS.MIX $(srcdir)/OP
                        > keymap_alldefs.h
 
 version.h: $(srcdir)/VERSION.svn
-       echo "#undef MUTT_VERSION" > version.h
-       echo "#define MUTT_VERSION \"`cat $(srcdir)/VERSION.in`-r`cat $(srcdir)/VERSION.svn`\"" >> version.h
+       echo "#define MUTT_REVISION \"`cat $(srcdir)/VERSION.svn`\"" > version.h
 
 reldate:
        echo 'const char *ReleaseDate = "'`date +%Y-%m-%d`'";' > $(srcdir)/reldate.h
index 4f3db30..5731071 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -12,6 +12,10 @@ sources of information.
 
 2005-08-28:
 
+  Several pre-defined read-only variables named $muttng_ have
+  been added; this feature is maybe subject to change in the near
+  future.
+
   The $editor_headers option has been added.
 
   The %Z expando of $index_format now also includes an 'A'
index bf7aeeb..26551cf 100644 (file)
@@ -1 +1 @@
-462
+463
index 9f63274..e7780dd 100644 (file)
@@ -28,7 +28,7 @@ subdir = doc
 
 CPPFLAGS = @CPPFLAGS@
 
-DEFS = -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1
+DEFS = -DSYSCONFDIR=\"$(sysconfdir)\" -DBINDIR=\"$(bindir)\" -DHAVE_CONFIG_H=1 -DPKGDOCDIR=\"$(docdir)\"
 INCLUDES = -I. -I.. -I$(includedir) -I$(top_srcdir)
 
 MAKEDOC_CPP = $(CPP) $(INCLUDES) $(DEFS) $(CPPFLAGS) -D_MAKEDOC -C 
index d39feac..cbc9700 100644 (file)
@@ -1240,7 +1240,10 @@ For a complete list, see the <ref id="commands" name="command reference">.
 
 <!--}}}--> 
 
-<sect>Variable Expansion <!--{{{--> 
+<sect>Expansion within variables <!--{{{--> 
+
+  <p>Besides just assign static content to variables, there's plenty of
+  ways of adding external and more or less dynamic content.
 
   <sect1>Commands' Output 
 
@@ -1318,7 +1321,7 @@ macro pager &lt;F1&gt; "!less -r /path/to/manual" "Show manual"
     define a custom variable like so:
 
 <tscreen><verb>
-set user_manualcmd = '!less -r /path/to_manual'
+set user_manualcmd = "!less -r /path/to_manual"
 macro generic &lt;F1&gt; "$user_manualcmd&lt;enter&gt;" "Show manual"
 macro pager &lt;F1&gt; "$user_manualcmd&lt;enter&gt;" "Show manual"
 macro index &lt;F1&gt; "$user_manualcmd&lt;enter&gt;" "Show manual"
@@ -1371,6 +1374,42 @@ unset user_foo
     <p>any query or operation (except the noted expansion within other
     statements) will lead to an error message.
 
+  <sect1>Pre-Defined Variables 
+
+    <p>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
+    <tt/muttng_/ and are read-only, i.e. they cannot be set, unset or
+    reset. The reference chapter lists all available variables.
+
+    <p><em> Please consult the local copy of your manual for their
+    values as they may differ from different manual sources.</em> Where
+    the manual is installed in can be queried (already using such a
+    variable) by running:
+
+<tscreen><verb>
+muttng -Q muttng_docdir
+</verb></tscreen>
+
+    <p>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:
+
+<tscreen><verb>
+set user_manualcmd = '!less -r /path/to_manual'
+</verb></tscreen>
+
+    <p>to:
+
+<tscreen><verb>
+set user_manualcmd = "!less -r $muttng_docdir/manual.txt"
+</verb></tscreen>
+
+    <p>which works everywhere if a manual is installed.
+
+    <p><em>Note: this is a draft feature and maybe subject to change in
+    the near future.</em>
+
   <sect1>Type Conversions 
 
     <p>A note about variable's types during conversion: internally
index c76d36d..ec54e0b 100644 (file)
@@ -4,7 +4,7 @@
                       by Andreas Krennmair <ak@synflood.at> and others
                 originally based on _\bm_\bu_\bt_\bt by Michael Elkins <me@cs.hmc.edu> and others
 
-                                     version devel-r460
+                                     version devel-r462
 
                                           A\bAb\bbs\bst\btr\bra\bac\bct\bt
 
             ^G              n/a             abort
             <Return>        n/a             finish editing
 
-       You can remap the _\be_\bd_\bi_\bt_\bo_\br functions using the _\bb_\bi_\bn_\bd (section 3.5  , page 26) com-
+       You can remap the _\be_\bd_\bi_\bt_\bo_\br functions using the _\bb_\bi_\bn_\bd (section 3.5  , page 27) com-
        mand.  For example, to make the _\bD_\be_\bl_\be_\bt_\be key delete the character in front of the
        cursor rather than under, you could use
 
           +\bo c\bcl\ble\bea\bar\br-\b-f\bfl\bla\bag\bg (default: W)
 
        Furthermore, the following flags reflect who the message is addressed to.  They
-       can be customized with the _\b$_\bt_\bo_\b__\bc_\bh_\ba_\br_\bs (section 7.4.330  , page 170) variable.
+       can be customized with the _\b$_\bt_\bo_\b__\bc_\bh_\ba_\br_\bs (section 7.4.336  , page 171) variable.
 
              +
                    message is to you and you only
 
        _\b2_\b._\b5_\b._\b3  _\bT_\bh_\br_\be_\ba_\bd_\be_\bd _\bM_\bo_\bd_\be
 
-       When the mailbox is _\bs_\bo_\br_\bt_\be_\bd (section 7.4.298  , page 160) by _\bt_\bh_\br_\be_\ba_\bd_\bs, there are
+       When the mailbox is _\bs_\bo_\br_\bt_\be_\bd (section 7.4.304  , page 161) by _\bt_\bh_\br_\be_\ba_\bd_\bs, there are
        a few additional functions available in the _\bi_\bn_\bd_\be_\bx and _\bp_\ba_\bg_\be_\br modes.
 
             ^D      delete-thread           delete all messages in the current thread
        _\b$_\bi_\bn_\bd_\be_\bx_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.116  , page 115) to optionally display the number of
        hidden messages if the thread is collapsed.
 
-       See also: _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bt_\bh_\br_\be_\ba_\bd_\bs (section 7.4.319  , page 167).
+       See also: _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bt_\bh_\br_\be_\ba_\bd_\bs (section 7.4.325  , page 168).
 
        _\b2_\b._\b5_\b._\b4  _\bM_\bi_\bs_\bc_\be_\bl_\bl_\ba_\bn_\be_\bo_\bu_\bs _\bF_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\bs
 
         (default: a)
 
        Creates a new alias based upon the current message (or prompts for a new one).
-       Once editing is complete, an _\ba_\bl_\bi_\ba_\bs (section 3.4  , page 25) command is added to
+       Once editing is complete, an _\ba_\bl_\bi_\ba_\bs (section 3.4  , page 26) command is added to
        the file specified by the _\b$_\ba_\bl_\bi_\ba_\bs_\b__\bf_\bi_\bl_\be (section 7.4.5  , page 89) variable for
        future use. N\bNo\bot\bte\be:\b: Specifying an _\b$_\ba_\bl_\bi_\ba_\bs_\b__\bf_\bi_\bl_\be (section 7.4.5  , page 89) does not
        add the aliases specified there-in, you must also _\bs_\bo_\bu_\br_\bc_\be (section 3.29  , page
        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 _\ba_\bt_\bt_\ba_\bc_\bh_\bm_\be_\bn_\bt _\bm_\be_\bn_\bu (section 5.1.2  , page 70), you can
+       content type.  On the _\ba_\bt_\bt_\ba_\bc_\bh_\bm_\be_\bn_\bt _\bm_\be_\bn_\bu (section 5.1.2  , page 71), you can
        change any attachment's content type. These changes are not persistent, and get
        lost upon changing folders.
 
 
        Reply to the current or tagged message(s) by extracting any addresses which
        match the regular expressions given by the _\bl_\bi_\bs_\bt_\bs _\bo_\br _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be (section 3.13  ,
-       page 35) commands, but also honor any Mail-Followup-To header(s) if the
+       page 36) commands, but also honor any Mail-Followup-To header(s) if the
        _\b$_\bh_\bo_\bn_\bo_\br_\b__\bf_\bo_\bl_\bl_\bo_\bw_\bu_\bp_\b__\bt_\bo (section 7.4.94  , page 110) configuration variable is set.
        Using this when replying to messages posted to mailing lists helps avoid dupli-
        cate copies being sent to the author of the message you are replying to.
         (default: |)
 
        Asks for an external Unix command and pipes the current or tagged message(s) to
-       it.  The variables _\b$_\bp_\bi_\bp_\be_\b__\bd_\be_\bc_\bo_\bd_\be (section 7.4.207  , page 139), _\b$_\bp_\bi_\bp_\be_\b__\bs_\bp_\bl_\bi_\bt
-       (section 7.4.209  , page 140), _\b$_\bp_\bi_\bp_\be_\b__\bs_\be_\bp (section 7.4.208  , page 139) and
-       _\b$_\bw_\ba_\bi_\bt_\b__\bk_\be_\by (section 7.4.341  , page 172) control the exact behavior of this
+       it.  The variables _\b$_\bp_\bi_\bp_\be_\b__\bd_\be_\bc_\bo_\bd_\be (section 7.4.213  , page 140), _\b$_\bp_\bi_\bp_\be_\b__\bs_\bp_\bl_\bi_\bt
+       (section 7.4.215  , page 141), _\b$_\bp_\bi_\bp_\be_\b__\bs_\be_\bp (section 7.4.214  , page 140) and
+       _\b$_\bw_\ba_\bi_\bt_\b__\bk_\be_\by (section 7.4.347  , page 173) control the exact behavior of this
        function.
 
        r\bre\bes\bse\ben\bnd\bd-\b-m\bme\bes\bss\bsa\bag\bge\be
        message.  This function is best described as "recall from arbitrary folders".
        It can conveniently be used to forward MIME messages while preserving the orig-
        inal mail structure. Note that the amount of headers included here depends on
-       the value of the _\b$_\bw_\be_\be_\bd (section 7.4.342  , page 172) variable.
+       the value of the _\b$_\bw_\be_\be_\bd (section 7.4.348  , page 173) 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 mes-
         (default: !)
 
        Asks for an external Unix command and executes it.  The _\b$_\bw_\ba_\bi_\bt_\b__\bk_\be_\by (section
-       7.4.341  , page 172) can be used to control whether Mutt-ng will wait for a key
+       7.4.347  , page 173) 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.
 
        t\bto\bog\bgg\bgl\ble\be-\b-q\bqu\buo\bot\bte\bed\bd
         (default: T)
 
-       The _\bp_\ba_\bg_\be_\br uses the _\b$_\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.232  , page 145) variable to
+       The _\bp_\ba_\bg_\be_\br uses the _\b$_\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.238  , page 146) variable to
        detect quoted text when displaying the body of the message.  This function tog-
        gles 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
        sages 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 _\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.315  , page 164) will change to a
+       folder. The %r in _\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.321  , page 165) will change to a
        'A' to indicate that you are in attach-message mode.
 
        The Mutt Next Generation E-Mail Client                                       16
        Pgp: [ E | S | S_\b<_\bi_\bd_\b> ]
 
        ``E'' encrypts, ``S'' signs and ``S<id>'' signs with the given key, setting
-       _\b$_\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\ba_\bs (section 7.4.199  , page 138) permanently.
+       _\b$_\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\ba_\bs (section 7.4.205  , page 139) 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
        encrypted using the selected public keys, and sent out.
 
        Most fields of the entries in the key selection menu (see also _\b$_\bp_\bg_\bp_\b__\be_\bn_\bt_\br_\by_\b__\bf_\bo_\br_\b-
-       _\bm_\ba_\bt (section 7.4.186  , page 134)) have obvious meanings.  But some explana-
+       _\bm_\ba_\bt (section 7.4.192  , page 135)) have obvious meanings.  But some explana-
        tions on the capabilities, flags, and validity fields are in order.
 
        The flags sequence (%f) will expand to one of the following flags:
        At times it is desirable to delay sending a message that you have already begun
        to compose.  When the _\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\b-_\bm_\be_\bs_\bs_\ba_\bg_\be function is used in the _\bc_\bo_\bm_\bp_\bo_\bs_\be menu,
        the body of your message and attachments are stored in the mailbox specified by
-       the _\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\bd (section 7.4.221  , page 142) variable.  This means that you can
+       the _\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\bd (section 7.4.227  , page 143) variable.  This means that you can
        recall the message even if you exit Mutt-ng and then restart it at a later
        time.
 
        be in the same folder with the message you replied to for the status of the
        message to be updated.
 
-       See also the _\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be (section 7.4.220  , page 142) quad-option.
+       See also the _\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be (section 7.4.226  , page 143) quad-option.
 
        _\b3_\b.  _\bC_\bo_\bn_\bf_\bi_\bg_\bu_\br_\ba_\bt_\bi_\bo_\bn
 
 
        The Mutt Next Generation E-Mail Client                                       23
 
-       _\b3_\b._\b3  _\bV_\ba_\br_\bi_\ba_\bb_\bl_\be _\bE_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn
+       _\b3_\b._\b3  _\bE_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn _\bw_\bi_\bt_\bh_\bi_\bn _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be_\bs
+
+       Besides just assign static content to variables, there's plenty of ways of
+       adding external and more or less dynamic content.
 
        _\b3_\b._\b3_\b._\b1  _\bC_\bo_\bm_\bm_\ba_\bn_\bd_\bs_\b' _\bO_\bu_\bt_\bp_\bu_\bt
 
 
             set record=+sent_on_$HOSTNAME
 
-       sets the _\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.237  , page 146) variable to the string _\b+_\bs_\be_\bn_\bt_\b__\bo_\bn_\b_
+       sets the _\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.243  , page 147) variable to the string _\b+_\bs_\be_\bn_\bt_\b__\bo_\bn_\b_
        and appends the value of the evironment variable $HOSTNAME.
 
        N\bNo\bot\bte\be:\b: There will be no warning if an environment variable is not defined. The
        N\bNo\bot\bte\be:\b: 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.
 
+       The Mutt Next Generation E-Mail Client                                       24
+
        _\b3_\b._\b3_\b._\b4  _\bS_\be_\bl_\bf_\b-_\bD_\be_\bf_\bi_\bn_\be_\bd _\bV_\ba_\br_\bi_\ba_\bb_\bl_\be_\bs
 
        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
-
-       The Mutt Next Generation E-Mail Client                                       24
-
        reserved namespace for them: all user-defined variables must be prefixed with
        user_ and can be used just like any ordinary configuration or environment vari-
        able.
        for generic, pager and index. The alternative is to define a custom variable
        like so:
 
-            set user_manualcmd = '!less -r /path/to_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"
 
             set ?user_foo
 
-       will show 666. After doing the reset via
-
        The Mutt Next Generation E-Mail Client                                       25
 
+       will show 666. After doing the reset via
+
             reset user_foo
 
        a following query will give 42 as the result. After unsetting it via
        any query or operation (except the noted expansion within other statements)
        will lead to an error message.
 
-       _\b3_\b._\b3_\b._\b5  _\bT_\by_\bp_\be _\bC_\bo_\bn_\bv_\be_\br_\bs_\bi_\bo_\bn_\bs
+       _\b3_\b._\b3_\b._\b5  _\bP_\br_\be_\b-_\bD_\be_\bf_\bi_\bn_\be_\bd _\bV_\ba_\br_\bi_\ba_\bb_\bl_\be_\bs
+
+       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 vari-
+       ables. 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.
+
+        _\bP_\bl_\be_\ba_\bs_\be _\bc_\bo_\bn_\bs_\bu_\bl_\bt _\bt_\bh_\be _\bl_\bo_\bc_\ba_\bl _\bc_\bo_\bp_\by _\bo_\bf _\by_\bo_\bu_\br _\bm_\ba_\bn_\bu_\ba_\bl _\bf_\bo_\br _\bt_\bh_\be_\bi_\br _\bv_\ba_\bl_\bu_\be_\bs _\ba_\bs _\bt_\bh_\be_\by _\bm_\ba_\by _\bd_\bi_\bf_\b-
+       _\bf_\be_\br _\bf_\br_\bo_\bm _\bd_\bi_\bf_\bf_\be_\br_\be_\bn_\bt _\bm_\ba_\bn_\bu_\ba_\bl _\bs_\bo_\bu_\br_\bc_\be_\bs_\b. 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"
+
+       which works everywhere if a manual is installed.
+
+       _\bN_\bo_\bt_\be_\b: _\bt_\bh_\bi_\bs _\bi_\bs _\ba _\bd_\br_\ba_\bf_\bt _\bf_\be_\ba_\bt_\bu_\br_\be _\ba_\bn_\bd _\bm_\ba_\by_\bb_\be _\bs_\bu_\bb_\bj_\be_\bc_\bt _\bt_\bo _\bc_\bh_\ba_\bn_\bg_\be _\bi_\bn _\bt_\bh_\be _\bn_\be_\ba_\br _\bf_\bu_\bt_\bu_\br_\be_\b.
+
+       _\b3_\b._\b3_\b._\b6  _\bT_\by_\bp_\be _\bC_\bo_\bn_\bv_\be_\br_\bs_\bi_\bo_\bn_\bs
 
        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
        erencing any variable.  As an example, the following can be used without harm
        (besides makeing muttng very likely behave strange):
 
+       The Mutt Next Generation E-Mail Client                                       26
+
             set read_inc = 100
             set folder = $read_inc
             set read_inc = $folder
        have multiple alias files, or you can have all aliases defined in your muttrc.
 
        On the other hand, the _\bc_\br_\be_\ba_\bt_\be_\b-_\ba_\bl_\bi_\ba_\bs (section 2.5.4  , page 11) function can use
-
-       The Mutt Next Generation E-Mail Client                                       26
-
        only one file, the one pointed to by the _\b$_\ba_\bl_\bi_\ba_\bs_\b__\bf_\bi_\bl_\be (section 7.4.5  , page 89)
        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
 
        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
+
+       The Mutt Next Generation E-Mail Client                                       27
+
        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.
 
              alias
                    The alias menu is the list of your personal aliases as defined in
-
-       The Mutt Next Generation E-Mail Client                                       27
-
                    your muttrc.  It is the mapping from a short alias name to the full
                    email address(es) of the recipient(s).
 
              compose
                    The compose menu is the screen used when sending a new message.
 
+       The Mutt Next Generation E-Mail Client                                       28
+
              pager
                    The pager is the mode used to display message/attachment data, and
                    help listings.
 
        In addition, _\bk_\be_\by may consist of:
 
-       The Mutt Next Generation E-Mail Client                                       28
-
             \t              tab
             <tab>           tab
             <backtab>       backtab / shift-tab
        _\bk_\be_\by does not need to be enclosed in quotes unless it contains a space (`` '').
 
        _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn specifies which action to take when _\bk_\be_\by is pressed.  For a complete
-       list of functions, see the _\br_\be_\bf_\be_\br_\be_\bn_\bc_\be (section 7.5  , page 174).  The special
+       list of functions, see the _\br_\be_\bf_\be_\br_\be_\bn_\bc_\be (section 7.5  , page 175).  The special
        function noop unbinds the specified key sequence.
 
+       The Mutt Next Generation E-Mail Client                                       29
+
        _\b3_\b._\b6  _\bD_\be_\bf_\bi_\bn_\bi_\bn_\bg _\ba_\bl_\bi_\ba_\bs_\be_\bs _\bf_\bo_\br _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br _\bs_\be_\bt_\bs
 
        Usage: charset-hook _\ba_\bl_\bi_\ba_\bs _\bc_\bh_\ba_\br_\bs_\be_\bt
 
        Usage: folder-hook [!]_\br_\be_\bg_\be_\bx_\bp _\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
-       It is often desirable to change settings based on which mailbox you are
-
-       The Mutt Next Generation E-Mail Client                                       29
-
-       reading.  The folder-hook command provides a method by which you can execute
-       any configuration command.  _\br_\be_\bg_\be_\bx_\bp is a regular expression specifying in which
+       It is often desirable to change settings based on which mailbox you are read-
+       ing.  The folder-hook command provides a method by which you can execute any
+       configuration command.  _\br_\be_\bg_\be_\bx_\bp is a regular expression specifying in which
        mailboxes to execute _\bc_\bo_\bm_\bm_\ba_\bn_\bd before loading.  If a mailbox matches multiple
        folder-hook's, they are executed in the order given in the muttrc.
 
-       N\bNo\bot\bte\be:\b: if you use the ``!'' shortcut for _\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.304  , page
-       162) at the beginning of the pattern, you must place it inside of double or
+       N\bNo\bot\bte\be:\b: if you use the ``!'' shortcut for _\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.310  , page
+       163) at the beginning of the pattern, you must place it inside of double or
        single quotes in order to distinguish it from the logical _\bn_\bo_\bt operator for the
        expression.
 
 
        Macros are useful when you would like a single key to perform a series of
        actions.  When you press _\bk_\be_\by in menu _\bm_\be_\bn_\bu, Mutt-ng will behave as if you had
+
+       The Mutt Next Generation E-Mail Client                                       30
+
        typed _\bs_\be_\bq_\bu_\be_\bn_\bc_\be.  So if you have a common sequence of commands you type, you can
        create a macro to execute those commands with a single key.
 
-       _\bm_\be_\bn_\bu is the _\bm_\ba_\bp (section 3.5  , page 26) which the macro will be bound.  Multi-
+       _\bm_\be_\bn_\bu is the _\bm_\ba_\bp (section 3.5  , page 27) which the macro will be bound.  Multi-
        ple maps may be specified by separating multiple menu arguments by commas.
        Whitespace may not be used in between the menu arguments and the commas sepa-
        rating them.
 
        _\bk_\be_\by and _\bs_\be_\bq_\bu_\be_\bn_\bc_\be are expanded by the same rules as the _\bk_\be_\by _\bb_\bi_\bn_\bd_\bi_\bn_\bg_\bs (section
-       3.5  , page 26).  There are some additions however.  The first is that control
+       3.5  , page 27).  There are some additions however.  The first is that control
        characters in _\bs_\be_\bq_\bu_\be_\bn_\bc_\be can also be specified as _\b^_\bx.  In order to get a caret
        (`^'') you need to use _\b^_\b^.  Secondly, to specify a certain key such as _\bu_\bp or to
        invoke a function directly, you can use the format _\b<_\bk_\be_\by _\bn_\ba_\bm_\be_\b> and _\b<_\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn
        _\bn_\ba_\bm_\be_\b>.  For a listing of key names see the section on _\bk_\be_\by _\bb_\bi_\bn_\bd_\bi_\bn_\bg_\bs (section
-       3.5  , page 26).  Functions are listed in the _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn _\br_\be_\bf_\be_\br_\be_\bn_\bc_\be (section
-       7.5  , page 174).
+       3.5  , page 27).  Functions are listed in the _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn _\br_\be_\bf_\be_\br_\be_\bn_\bc_\be (section
+       7.5  , page 175).
 
        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
-
-       The Mutt Next Generation E-Mail Client                                       30
-
        (eg. the system Muttngrc).
 
        Optionally you can specify a descriptive text after _\bs_\be_\bq_\bu_\be_\bn_\bc_\be, which is shown in
 
           +\bo error (error messages printed by Mutt-ng)
 
+       The Mutt Next Generation E-Mail Client                                       31
+
           +\bo header (match _\br_\be_\bg_\be_\bx_\bp in the message header)
 
           +\bo hdrdefault (default color of the message header in the pager)
 
           +\bo normal
 
-          +\bo quoted (text matching _\b$_\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.232  , page 145) in the
+          +\bo quoted (text matching _\b$_\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.238  , page 146) in the
             body of a message)
 
           +\bo quoted1, quoted2, ..., quotedN\bN (higher levels of quoting)
 
           +\bo search (highlighting of words in the pager)
 
-       The Mutt Next Generation E-Mail Client                                       31
-
           +\bo signature
 
           +\bo status (mode lines used to display info about the mailbox or message)
 
           +\bo color_\bx
 
-       _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd can optionally be prefixed with the keyword bright to make the fore-
-       ground color boldfaced (e.g., brightred).
+       _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd can optionally be prefixed with the keyword bright to make the
+
+       The Mutt Next Generation E-Mail Client                                       32
+
+       foreground color boldfaced (e.g., brightred).
 
        If your terminal supports it, the special keyword _\bd_\be_\bf_\ba_\bu_\bl_\bt can be used as a
        transparent color.  The value _\bb_\br_\bi_\bg_\bh_\bt_\bd_\be_\bf_\ba_\bu_\bl_\bt is also valid.  If Mutt-ng is
        command for it to be removed.  The pattern ``*'' is a special token which means
        to clear the color index list of all entries.
 
-       The Mutt Next Generation E-Mail Client                                       32
-
        Mutt-ng also recognizes the keywords _\bc_\bo_\bl_\bo_\br_\b0, _\bc_\bo_\bl_\bo_\br_\b1, ..., _\bc_\bo_\bl_\bo_\brN\bN-\b-1\b1 (N\bN 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
        Usage: [un]ignore _\bp_\ba_\bt_\bt_\be_\br_\bn [ _\bp_\ba_\bt_\bt_\be_\br_\bn ... ]
 
        Messages often have many header fields added by automatic processing systems,
+
+       The Mutt Next Generation E-Mail Client                                       33
+
        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.
 
             unignore organization organisation x-mailer: x-newsreader: x-mailing-list:
             unignore posted-to:
 
-       The Mutt Next Generation E-Mail Client                                       33
-
        _\b3_\b._\b1_\b1  _\bA_\bl_\bt_\be_\br_\bn_\ba_\bt_\bi_\bv_\be _\ba_\bd_\bd_\br_\be_\bs_\bs_\be_\bs
 
        Usage: [un]alternates _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
        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
-       _\b$_\br_\be_\bp_\bl_\by_\b__\bt_\bo (section 7.4.240  , page 147).)
+       _\b$_\br_\be_\bp_\bl_\by_\b__\bt_\bo (section 7.4.246  , page 148).)
 
        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
        be removed. If the _\br_\be_\bg_\be_\bx_\bp for unalternates is ``*'', _\ba_\bl_\bl _\be_\bn_\bt_\br_\bi_\be_\bs on alternates
        will be removed.
 
+       The Mutt Next Generation E-Mail Client                                       34
+
        _\b3_\b._\b1_\b2  _\bF_\bo_\br_\bm_\ba_\bt _\b= _\bF_\bl_\bo_\bw_\be_\bd
 
        _\b3_\b._\b1_\b2_\b._\b1  _\bI_\bn_\bt_\br_\bo_\bd_\bu_\bc_\bt_\bi_\bo_\bn
        your terminal. If you want a fixed margin on the right side of your terminal,
        you can set the following:
 
-       The Mutt Next Generation E-Mail Client                                       34
-
                 set wrapmargin = 10
 
        The code above makes the line break 10 columns before the right side of the
                 >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 differenti-
-       ate between text and quoting character. The solution is to configure mutt-ng to
-       "stuff" the quoting:
+       This obviously doesn't look very nice, and it makes it very hard to
+
+       The Mutt Next Generation E-Mail Client                                       35
+
+       differentiate between text and quoting character. The solution is to configure
+       mutt-ng to "stuff" the quoting:
 
                 set stuff_quoted
 
 
                 set text_flowed
 
-       The Mutt Next Generation E-Mail Client                                       35
-
        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.
 
         For completeness, the _\b$_\bd_\be_\bl_\be_\bt_\be_\b__\bs_\bp_\ba_\bc_\be (section 7.4.51  , page 100) variable pro-
        vides the mechanism to generate a DelSp=yes parameter on _\bo_\bu_\bt_\bg_\bo_\bi_\bn_\bg messages.
+
+       The Mutt Next Generation E-Mail Client                                       36
+
        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
        lowup-To header is controlled by the _\b$_\bf_\bo_\bl_\bl_\bo_\bw_\bu_\bp_\b__\bt_\bo (section 7.4.72  , page 105)
        configuration variable.
 
-       The Mutt Next Generation E-Mail Client                                       36
-
        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,
        To remove a mailing list from the list of subscribed mailing lists, but keep it
        on the list of known mailing lists, use ``unsubscribe''.
 
+       The Mutt Next Generation E-Mail Client                                       37
+
        _\b3_\b._\b1_\b4  _\bU_\bs_\bi_\bn_\bg _\bM_\bu_\bl_\bt_\bi_\bp_\bl_\be _\bs_\bp_\bo_\bo_\bl _\bm_\ba_\bi_\bl_\bb_\bo_\bx_\be_\bs
 
        Usage: mbox-hook [!]_\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
 
        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.
-
-       The Mutt Next Generation E-Mail Client                                       37
-
        Mutt-ng will automatically enter this mode when invoked from the command line
        with the -y option.
 
        executed, so if these names contain _\bs_\bh_\bo_\br_\bt_\bc_\bu_\bt _\bc_\bh_\ba_\br_\ba_\bc_\bt_\be_\br_\bs (section 4.9  , page
        60) (such as ``='' and ``!''), any variable definition that affect these char-
        acters (like _\b$_\bf_\bo_\bl_\bd_\be_\br (section 7.4.70  , page 104) and _\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section
-       7.4.304  , page 162)) should be executed before the mailboxes command.
+       7.4.310  , page 163)) should be executed before the mailboxes command.
 
        _\b3_\b._\b1_\b6  _\bU_\bs_\be_\br _\bd_\be_\bf_\bi_\bn_\be_\bd _\bh_\be_\ba_\bd_\be_\br_\bs
 
 
        unmy_hdr _\bf_\bi_\be_\bl_\bd [ _\bf_\bi_\be_\bl_\bd ... ]
 
+       The Mutt Next Generation E-Mail Client                                       38
+
        The ``my_hdr'' command allows you to create your own header fields which will
        be added to every message you send.
 
        remove.  For example, to remove all ``To'' and ``Cc'' header fields, you could
        use:
 
-       The Mutt Next Generation E-Mail Client                                       38
-
             unmy_hdr to cc
 
        _\b3_\b._\b1_\b7  _\bD_\be_\bf_\bi_\bn_\bi_\bn_\bg _\bt_\bh_\be _\bo_\br_\bd_\be_\br _\bo_\bf _\bh_\be_\ba_\bd_\be_\br_\bs _\bw_\bh_\be_\bn _\bv_\bi_\be_\bw_\bi_\bn_\bg _\bm_\be_\bs_\bs_\ba_\bg_\be_\bs
 
        This command is used to override the default filename used when saving mes-
        sages.  _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be will be used as the default filename if the message is _\bF_\br_\bo_\bm_\b:
+
+       The Mutt Next Generation E-Mail Client                                       39
+
        an address matching _\br_\be_\bg_\be_\bx_\bp or if you are the author and the message is
        addressed _\bt_\bo_\b: something matching _\br_\be_\bg_\be_\bx_\bp.
 
        Usage: fcc-hook [!]_\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
 
        This command is used to save outgoing mail in a mailbox other than _\b$_\br_\be_\bc_\bo_\br_\bd
-       (section 7.4.237  , page 146).  Mutt-ng searches the initial list of message
+       (section 7.4.243  , page 147).  Mutt-ng searches the initial list of message
        recipients for the first matching _\br_\be_\bg_\be_\bx_\bp and uses _\bm_\ba_\bi_\bl_\bb_\bo_\bx as the default Fcc:
        mailbox.  If no match is found the message will be saved to _\b$_\br_\be_\bc_\bo_\br_\bd (section
-       7.4.237  , page 146) mailbox.
-
-       The Mutt Next Generation E-Mail Client                                       39
+       7.4.243  , page 147) mailbox.
 
        See _\bM_\be_\bs_\bs_\ba_\bg_\be _\bM_\ba_\bt_\bc_\bh_\bi_\bn_\bg _\bi_\bn _\bH_\bo_\bo_\bk_\bs (section 4.5.1  , page 57) for information on the
        exact format of _\bp_\ba_\bt_\bt_\be_\br_\bn.
        Usage: fcc-save-hook [!]_\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
 
        This command is a shortcut, equivalent to doing both a _\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section
-       3.19  , page 38) and a _\bs_\ba_\bv_\be_\b-_\bh_\bo_\bo_\bk (section 3.18  , page 38) with its arguments.
+       3.19  , page 39) and a _\bs_\ba_\bv_\be_\b-_\bh_\bo_\bo_\bk (section 3.18  , page 38) with its arguments.
 
        _\b3_\b._\b2_\b1  _\bC_\bh_\ba_\bn_\bg_\be _\bs_\be_\bt_\bt_\bi_\bn_\bg_\bs _\bb_\ba_\bs_\be_\bd _\bu_\bp_\bo_\bn _\bm_\be_\bs_\bs_\ba_\bg_\be _\br_\be_\bc_\bi_\bp_\bi_\be_\bn_\bt_\bs
 
 
        Usage: send2-hook [!]_\bp_\ba_\bt_\bt_\be_\br_\bn _\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
+       The Mutt Next Generation E-Mail Client                                       40
+
        These commands can be used to execute arbitrary configuration commands based
        upon recipients of the message.  _\bp_\ba_\bt_\bt_\be_\br_\bn is a regular expression matching the
        desired address.  _\bc_\bo_\bm_\bm_\ba_\bn_\bd is executed when _\br_\be_\bg_\be_\bx_\bp matches recipients of the
        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
-       _\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.254  , page 150) variable depending on the message's
+       _\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.260  , page 151) variable depending on the message's
        sender address.
 
        For each type of send-hook or reply-hook, when multiple matches occur, commands
 
        Example: send-hook mutt 'set mime_forward signature='''
 
-       Another typical use for this command is to change the values of the
-
-       The Mutt Next Generation E-Mail Client                                       40
-
-       _\b$_\ba_\bt_\bt_\br_\bi_\bb_\bu_\bt_\bi_\bo_\bn (section 7.4.18  , page 93), _\b$_\bs_\bi_\bg_\bn_\ba_\bt_\bu_\br_\be (section 7.4.266  , page
-       153) and _\b$_\bl_\bo_\bc_\ba_\bl_\be (section 7.4.120  , page 119) 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 _\b$_\ba_\bt_\bt_\br_\bi_\bb_\bu_\b-
+       _\bt_\bi_\bo_\bn (section 7.4.18  , page 93), _\b$_\bs_\bi_\bg_\bn_\ba_\bt_\bu_\br_\be (section 7.4.272  , page 154) and
+       _\b$_\bl_\bo_\bc_\ba_\bl_\be (section 7.4.120  , page 119) variables in order to change the language
+       of the attributions and signatures based upon the recipients.
 
        N\bNo\bot\bte\be:\b: 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
        Example:
 
             message-hook ~A 'set pager=builtin'
+
+       The Mutt Next Generation E-Mail Client                                       41
+
             message-hook '~f freshmeat-news' 'set pager="less \"+/^  subject: .*\""'
 
        _\b3_\b._\b2_\b3  _\bC_\bh_\bo_\bo_\bs_\bi_\bn_\bg _\bt_\bh_\be _\bc_\br_\by_\bp_\bt_\bo_\bg_\br_\ba_\bp_\bh_\bi_\bc _\bk_\be_\by _\bo_\bf _\bt_\bh_\be _\br_\be_\bc_\bi_\bp_\bi_\be_\bn_\bt
 
        Usage: push _\bs_\bt_\br_\bi_\bn_\bg
 
-       This command adds the named string to the keyboard buffer. The string may
-
-       The Mutt Next Generation E-Mail Client                                       41
-
-       contain control characters, key names and function names like the sequence
-       string in the _\bm_\ba_\bc_\br_\bo (section 3.8  , page 29) command. You may use it to auto-
-       matically run a sequence of commands at startup, or when entering certain fold-
-       ers.
+       This command adds the named string to the keyboard buffer. The string may con-
+       tain control characters, key names and function names like the sequence string
+       in the _\bm_\ba_\bc_\br_\bo (section 3.8  , page 29) command. You may use it to automatically
+       run a sequence of commands at startup, or when entering certain folders.
 
        _\b3_\b._\b2_\b5  _\bE_\bx_\be_\bc_\bu_\bt_\bi_\bn_\bg _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\bs
 
        Usage: exec _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn [ _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn ... ]
 
        This command can be used to execute any function. Functions are listed in the
-       _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn _\br_\be_\bf_\be_\br_\be_\bn_\bc_\be (section 7.5  , page 174).  ``exec function'' is equivalent
+       _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn _\br_\be_\bf_\be_\br_\be_\bn_\bc_\be (section 7.5  , page 175).  ``exec function'' is equivalent
        to ``push <function>''.
 
        _\b3_\b._\b2_\b6  _\bM_\be_\bs_\bs_\ba_\bg_\be _\bS_\bc_\bo_\br_\bi_\bn_\bg
        that you aren't interested in deleted. For this purpose, mutt-ng features a
        mechanism called ``scoring''.
 
+       The Mutt Next Generation E-Mail Client                                       42
+
        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
           +\bo flag threshold: when a message has a score value equal or higher than the
             flag threshold, it will be flagged.
 
-       The Mutt Next Generation E-Mail Client                                       42
-
           +\bo read threshold: when a message has a score value equal or lower than the
             read threshold, it will be marked as read.
 
             delete threshold, it will be marked as deleted.
 
        These three thresholds can be set via the variables _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bf_\bl_\ba_\bg (sec-
-       tion 7.4.251  , page 149), _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\br_\be_\ba_\bd (section 7.4.252  , page 150),
-       _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be (section 7.4.250  , page 149) and.  By default,
-       _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\br_\be_\ba_\bd (section 7.4.252  , page 150) and _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be
-       (section 7.4.250  , page 149) are set to -1, which means that in the default
+       tion 7.4.257  , page 150), _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\br_\be_\ba_\bd (section 7.4.258  , page 151),
+       _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be (section 7.4.256  , page 150) and.  By default,
+       _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\br_\be_\ba_\bd (section 7.4.258  , page 151) and _\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be
+       (section 7.4.256  , page 150) are set to -1, which means that in the default
        threshold configuration no message will ever get marked as read or deleted.
 
        Scoring gets especially interesting when combined with the color command and
        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.
 
+       The Mutt Next Generation E-Mail Client                                       43
+
        _\b3_\b._\b2_\b7  _\bS_\bp_\ba_\bm _\bd_\be_\bt_\be_\bc_\bt_\bi_\bo_\bn
 
        Usage: spam _\bp_\ba_\bt_\bt_\be_\br_\bn _\bf_\bo_\br_\bm_\ba_\bt
        with the second, etc.
 
        If you're using multiple spam filters, a message can have more than one spam-
-
-       The Mutt Next Generation E-Mail Client                                       43
-
        related header. You can define spam patterns for each filter you use. If a mes-
        sage 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 _\bf_\bo_\br_\bm_\ba_\bt
        expression matches against for _\bs_\be_\ba_\br_\bc_\bh and _\bl_\bi_\bm_\bi_\bt functions. And it's what sort-
        ing by spam attribute will use as a sort key.
 
+       The Mutt Next Generation E-Mail Client                                       44
+
        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.
        instead of adding an exception.  Likewise, if the _\bp_\ba_\bt_\bt_\be_\br_\bn for a spam command
        matches an entry on the nospam list, that nospam entry will be removed. If the
        _\bp_\ba_\bt_\bt_\be_\br_\bn for nospam is ``*'', _\ba_\bl_\bl _\be_\bn_\bt_\br_\bi_\be_\bs _\bo_\bn _\bb_\bo_\bt_\bh _\bl_\bi_\bs_\bt_\bs will be removed. This
-
-       The Mutt Next Generation E-Mail Client                                       44
-
        might be the default action if you use spam and nospam in conjunction with a
        folder-hook.
 
        variables can be assigned a positive integer value.
 
        _\bs_\bt_\br_\bi_\bn_\bg variables consist of any number of printable characters.  _\bs_\bt_\br_\bi_\bn_\bg_\bs must
+
+       The Mutt Next Generation E-Mail Client                                       45
+
        be enclosed in quotes if they contain spaces or tabs.  You may also use the
        ``C'' escape sequences \\b\n\bn and \\b\t\bt for newline and tab, respectively.
 
        Using the enter-command function in the _\bi_\bn_\bd_\be_\bx menu, you can query the value of
        a variable by prefixing the name of the variable with a question mark:
 
-       The Mutt Next Generation E-Mail Client                                       45
-
             set ?allow_8bit
 
        The question mark is actually only required for boolean and quadoption vari-
        If the filename ends with a vertical bar (|), then _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be is considered to be
        an executable program from which to read input (eg.  source ~/bin/myscript|).
 
+       The Mutt Next Generation E-Mail Client                                       46
+
        _\b3_\b._\b3_\b0  _\bR_\be_\bm_\bo_\bv_\bi_\bn_\bg _\bh_\bo_\bo_\bk_\bs
 
        Usage: unhook [ * | _\bh_\bo_\bo_\bk_\b-_\bt_\by_\bp_\be ]
        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
-
-       The Mutt Next Generation E-Mail Client                                       46
-
        very beginning of a users muttngrc:
 
             set config_charset = "..."
 
        _\b3_\b._\b3_\b1_\b._\b3  _\bC_\bo_\bn_\bd_\bi_\bt_\bi_\bo_\bn_\ba_\bl _\bp_\ba_\br_\bt_\bs
 
+       The Mutt Next Generation E-Mail Client                                       47
+
        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.
 
 
        All available functions, variables and menus are documented elsewhere in this
        manual but ``features'' is specific to these two commands. To test for one,
-
-       The Mutt Next Generation E-Mail Client                                       47
-
        prefix one of the following keywords with feature_:
 
             ncurses, slang, iconv, idn, dotlock, standalone, pop, nntp, imap, ssl,
             ifdef imap_mail_check 'set imap_mail_check = 300'
 
        Provided for completeness is the test for menu names. To set _\b$_\bp_\ba_\bg_\be_\br_\b__\bi_\bn_\bd_\be_\bx_\b__\bl_\bi_\bn_\be_\bs
-       (section 7.4.176  , page 132) only if the pager menu is available, use:
+       (section 7.4.182  , page 133) only if the pager menu is available, use:
+
+       The Mutt Next Generation E-Mail Client                                       48
 
             ifdef pager 'set pager_index_lines = 10'
 
             ifdef feature_slang 'source ~/.mutt-ng/setup-slang'
             ifndef feature_slang 'source ~/.mutt-ng/setup-ncurses'
 
-       The Mutt Next Generation E-Mail Client                                       48
-
        _\b3_\b._\b3_\b2  _\bO_\bb_\bs_\bo_\bl_\be_\bt_\be _\bV_\ba_\br_\bi_\ba_\bb_\bl_\be_\bs
 
        In the process of ensuring and creating more consistency, many variables have
 
        Note that the regular expression can be enclosed/delimited by either ' or '
        which is useful if the regular expression includes a white-space character.
+
+       The Mutt Next Generation E-Mail Client                                       49
+
        See _\bS_\by_\bn_\bt_\ba_\bx _\bo_\bf _\bI_\bn_\bi_\bt_\bi_\ba_\bl_\bi_\bz_\ba_\bt_\bi_\bo_\bn _\bF_\bi_\bl_\be_\bs (section 3.2  , page 21) for more informa-
        tion on ' and ' delimiter processing.  To match a literal ' or ' you must pref-
        ace it with \ (backslash).
        place it anywhere but first.  Finally, to include a literal hyphen ``-'' place
        it last.
 
-       The Mutt Next Generation E-Mail Client                                       49
-
        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:
 
              [:punct:]
                    Punctuation characters (characters that are not letter, digits,
+
+       The Mutt Next Generation E-Mail Client                                       50
+
                    control characters, or space characters).
 
              [:space:]
 
              Collating Symbols
                    A collating symbol is a multi-character collating element enclosed
-
-       The Mutt Next Generation E-Mail Client                                       50
-
                    in ``[.'' and ``.]''.  For example, if ``ch'' is a collating ele-
                    ment, then [\b[[\b[.\b.c\bch\bh.\b.]\b]]\b] is a regexp that matches this collating ele-
                    ment, while [\b[c\bch\bh]\b] is a regexp that matches either ``c'' or ``h''.
              {,m}
                    The preceding item is matched at most _\bm times.
 
+       The Mutt Next Generation E-Mail Client                                       51
+
              {n,m}
                    The preceding item is matched at least _\bn times, but no more than _\bm
                    times.
                    Matches the empty string at either the beginning or the end of a
                    word.
 
-       The Mutt Next Generation E-Mail Client                                       51
-
              \\B
                    Matches the empty string within a word.
 
        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 con-
        sists of one or more sub-pattern, which can be logically grouped, ORed, and
+
+       The Mutt Next Generation E-Mail Client                                       52
+
        negated. For a complete listing of these patterns, please refer to table _\bP_\ba_\bt_\b-
        _\bt_\be_\br_\bn_\bs (section 7.2  , page 83) in the Reference chapter.
 
        To logical OR patterns, simply use the | operator. This one especially useful
        when using local groups:
 
-       The Mutt Next Generation E-Mail Client                                       52
-
             ~f ("nion@muttng\.org"|"ak@muttng\.org"|"pdmef@muttng\.org")
             (~b mutt-ng|~s Mutt-ng)
             !~x '@synflood\.at'
 
             ~d 01/01/2005+1y
             ~d 18/10/2004-2w
+
+       The Mutt Next Generation E-Mail Client                                       53
+
             ~d 28/12/2004*1d
 
        The first pattern matches all dates between January 1st, 2005 and January 1st
 
        _\b4_\b._\b3_\b._\b1  _\bI_\bn_\bt_\br_\bo_\bd_\bu_\bc_\bt_\bi_\bo_\bn
 
-       The Mutt Next Generation E-Mail Client                                       53
-
        The so called _\bF_\bo_\br_\bm_\ba_\bt _\bS_\bt_\br_\bi_\bn_\bg_\bs offer great flexibility when configuring mutt-ng.
        In short, they describe what items to print out how in menus and status mes-
        sages.
           +\bo the current mutt-ng version number
 
        The setting for the status bar of the index is controlled via the _\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\b-
-       _\bm_\ba_\bt (section 7.4.315  , page 164) variable. For the hostname and version
+       _\bm_\ba_\bt (section 7.4.321  , page 165) 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:
 
 
             Mutt-ng 1.5.9i on mailhost: ...
 
+       The Mutt Next Generation E-Mail Client                                       54
+
        In the index, there're more useful information one could want to see:
 
           +\bo which mailbox is open
 
        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
-
-       The Mutt Next Generation E-Mail Client                                       54
-
        not be desired to print just that there aren't any but instead only print some-
        thing if there are any.
 
        This is achieved by the following syntax for those expandos which may be
        printed nonzero:
 
+       The Mutt Next Generation E-Mail Client                                       55
+
             %?<item>?<string if nonzero>&<string if zero>?
 
        Using this we can make mutt-ng to do the following:
 
             set status_format = "%v on %h: %B: %?n?%n&no? new messages ...
 
-       The Mutt Next Generation E-Mail Client                                       55
-
        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.
 
              %>X
                    Since the previous expando stops at the end of line, there must be
+
+       The Mutt Next Generation E-Mail Client                                       56
+
                    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 ver-
        ject.  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 mes-
        sages by hand using the ``tag-message'' function, which is bound to ``t'' by
-
-       The Mutt Next Generation E-Mail Client                                       56
-
        default.  See _\bp_\ba_\bt_\bt_\be_\br_\bn_\bs (section 7.2  , page 83) for Mutt-ng's pattern matching
        syntax.
 
        page 93) variable is set, the next operation applies to the tagged messages
        automatically, without requiring the ``tag-prefix''.
 
-       In _\bm_\ba_\bc_\br_\bo_\bs (section 3.8  , page 29) or _\bp_\bu_\bs_\bh (section 3.24  , page 40) commands,
+       In _\bm_\ba_\bc_\br_\bo_\bs (section 3.8  , page 29) or _\bp_\bu_\bs_\bh (section 3.24  , page 41) 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
        _\be_\bx_\bp_\br_\be_\bs_\bs_\bi_\bo_\bn (section 4.1  , page 48) or _\bp_\ba_\bt_\bt_\be_\br_\bn (section 7.2  , page 83) along
        with a configuration option/command.  See
 
-          +\bo _\bf_\bo_\bl_\bd_\be_\br_\b-_\bh_\bo_\bo_\bk (section 3.7  , page 28)
+          +\bo _\bf_\bo_\bl_\bd_\be_\br_\b-_\bh_\bo_\bo_\bk (section 3.7  , page 29)
 
           +\bo _\bs_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk (section 3.21  , page 39)
 
+       The Mutt Next Generation E-Mail Client                                       57
+
           +\bo _\bm_\be_\bs_\bs_\ba_\bg_\be_\b-_\bh_\bo_\bo_\bk (section 3.22  , page 40)
 
           +\bo _\bs_\ba_\bv_\be_\b-_\bh_\bo_\bo_\bk (section 3.18  , page 38)
 
-          +\bo _\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 36)
+          +\bo _\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 37)
 
-          +\bo _\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page 38)
+          +\bo _\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page 39)
 
           +\bo _\bf_\bc_\bc_\b-_\bs_\ba_\bv_\be_\b-_\bh_\bo_\bo_\bk (section 3.20  , page 39)
 
             send-hook . 'unmy_hdr From:'
             send-hook ~C'^b@b\.b$' my_hdr from: c@c.c
 
-       The Mutt Next Generation E-Mail Client                                       57
-
        _\b4_\b._\b5_\b._\b1  _\bM_\be_\bs_\bs_\ba_\bg_\be _\bM_\ba_\bt_\bc_\bh_\bi_\bn_\bg _\bi_\bn _\bH_\bo_\bo_\bk_\bs
 
        Hooks that act upon messages (send-hook, save-hook, fcc-hook, message-hook) are
        is declared, so the value of _\b$_\bd_\be_\bf_\ba_\bu_\bl_\bt_\b__\bh_\bo_\bo_\bk (section 7.4.49  , page 100) that is
        in effect at that time will be used.
 
+       The Mutt Next Generation E-Mail Client                                       58
+
        _\b4_\b._\b6  _\bU_\bs_\bi_\bn_\bg _\bt_\bh_\be _\bs_\bi_\bd_\be_\bb_\ba_\br
 
        The sidebar, a feature specific to Mutt-ng, allows you to use a mailbox listing
 
        You can also specify the colors for mailboxes with new mails by using:
 
-       The Mutt Next Generation E-Mail Client                                       58
-
             color sidebar_new red black
             color sidebar white black
 
        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'.
 
+       The Mutt Next Generation E-Mail Client                                       59
+
        _\b4_\b._\b7  _\bE_\bx_\bt_\be_\br_\bn_\ba_\bl _\bA_\bd_\bd_\br_\be_\bs_\bs _\bQ_\bu_\be_\br_\bi_\be_\bs
 
        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 _\b$_\bq_\bu_\be_\br_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.228  , page 144) vari-
+       simple interface.  Using the _\b$_\bq_\bu_\be_\br_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.234  , page 145) vari-
        able, you specify the wrapper command to use.  For example:
 
             set query_command = "mutt_ldap_query.pl '%s'"
             Searching database ... 20 entries ... 3 matching:
             me@cs.hmc.edu           Michael Elkins  mutt dude
             blong@fiction.net       Brandon Long    mutt and more
-
-       The Mutt Next Generation E-Mail Client                                       59
-
             roessler@guug.de        Thomas Roessler mutt pgp
 
        There are two mechanisms for accessing the query function of mutt.  One is to
        m\bmb\bbo\box\bx.  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:
 
+       The Mutt Next Generation E-Mail Client                                       60
+
             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
        ment for sendmail).  Similar to _\bM_\bH, except that it adds three subdirectories of
        the mailbox: _\bt_\bm_\bp, _\bn_\be_\bw and _\bc_\bu_\br.  Filenames for the messages are chosen in such a
        way they are unique, even when two programs are writing the mailbox over NFS,
-
-       The Mutt Next Generation E-Mail Client                                       60
-
        which means that no file locking is needed.
 
        _\b4_\b._\b9  _\bM_\ba_\bi_\bl_\bb_\bo_\bx _\bS_\bh_\bo_\br_\bt_\bc_\bu_\bt_\bs
        These shortcuts can be used anywhere you are prompted for a file or mailbox
        path.
 
-          +\bo ! -- refers to your _\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.304  , page 162) (incoming)
+          +\bo ! -- refers to your _\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.310  , page 163) (incoming)
             mailbox
 
           +\bo > -- refers to your _\b$_\bm_\bb_\bo_\bx (section 7.4.131  , page 121) file
 
-          +\bo < -- refers to your _\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.237  , page 146) file
+          +\bo < -- refers to your _\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.243  , page 147) file
 
           +\bo ^ -- refers to the current mailbox
 
        _\b4_\b._\b1_\b0  _\bH_\ba_\bn_\bd_\bl_\bi_\bn_\bg _\bM_\ba_\bi_\bl_\bi_\bn_\bg _\bL_\bi_\bs_\bt_\bs
 
        Mutt-ng has a few configuration options that make dealing with large amounts of
+
+       The Mutt Next Generation E-Mail Client                                       61
+
        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 mail-
        ing 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 _\bl_\bi_\bs_\bt_\bs _\ba_\bn_\bd _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be
-       (section 3.13  , page 35) commands in your muttrc.
+       (section 3.13  , page 36) 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
        person.  The ``list-reply'' function, which by default is bound to ``L'' in the
        _\bi_\bn_\bd_\be_\bx menu and _\bp_\ba_\bg_\be_\br, helps reduce the clutter by only replying to the known
        mailing list addresses instead of all recipients (except as specified by Mail-
-
-       The Mutt Next Generation E-Mail Client                                       61
-
        Followup-To, see below).
 
        Mutt-ng also supports the Mail-Followup-To header.  When you send a message to
        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 _\b$_\br_\be_\bp_\bl_\by_\b__\bt_\bo (section
-       7.4.240  , page 147) variable to help decide which address to use.  If set to
+       7.4.246  , page 148) variable to help decide which address to use.  If set to
        _\ba_\bs_\bk_\b-_\by_\be_\bs or _\ba_\bs_\bk_\b-_\bn_\bo, 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 _\by_\be_\bs, the ``Reply-To'' field
        will be used when present.
 
+       The Mutt Next Generation E-Mail Client                                       62
+
        The ``X-Label:'' header field can be used to further identify mailing lists or
        list subject matter (or just to annotate messages individually).  The
        _\b$_\bi_\bn_\bd_\be_\bx_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.116  , page 115) variable's ``%y'' and ``%Y''
        ``~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 _\bs_\bo_\br_\bt (section 7.4.298  , page 160) the mail-
+       Lastly, Mutt-ng has the ability to _\bs_\bo_\br_\bt (section 7.4.304  , page 161) the mail-
        box into _\bt_\bh_\br_\be_\ba_\bd_\bs (section 2.5.3  , page 11).  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 graphi-
        _\b4_\b._\b1_\b1  _\bE_\bd_\bi_\bt_\bi_\bn_\bg _\bt_\bh_\br_\be_\ba_\bd_\bs
 
        Mutt-ng has the ability to dynamically restructure threads that are broken
-
-       The Mutt Next Generation E-Mail Client                                       62
-
        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.
 
        Users can make use of it in one of the following two ways:
 
+       The Mutt Next Generation E-Mail Client                                       63
+
           +\bo 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.
 
        _\b4_\b._\b1_\b3  _\bP_\bO_\bP_\b3 _\bS_\bu_\bp_\bp_\bo_\br_\bt _\b(_\bO_\bP_\bT_\bI_\bO_\bN_\bA_\bL_\b)
 
-       The Mutt Next Generation E-Mail Client                                       63
-
        If Mutt-ng was compiled with POP3 support (by running the _\bc_\bo_\bn_\bf_\bi_\bg_\bu_\br_\be script with
        the _\b-_\b-_\be_\bn_\ba_\bb_\bl_\be_\b-_\bp_\bo_\bp flag), it has the ability to work with mailboxes located on a
        remote POP3 server and fetch mail for local browsing.
 
        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 _\b$_\bp_\bo_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk (section 7.4.215  , page 141) variable, which defaults
+       by the _\b$_\bp_\bo_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk (section 7.4.221  , page 142) variable, which defaults
        to every 60 seconds.
 
        If Mutt-ng was compiled with SSL support (by running the _\bc_\bo_\bn_\bf_\bi_\bg_\bu_\br_\be script with
        name@]popserver[:port]/.
 
        Another way to access your POP3 mail is the _\bf_\be_\bt_\bc_\bh_\b-_\bm_\ba_\bi_\bl function (default: G).
-       It allows to connect to _\bp_\bo_\bp_\b__\bh_\bo_\bs_\bt (section 7.4.213  , page 141), fetch all your
-       new mail and place it in the local _\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.304  , page 162).
+       It allows to connect to _\bp_\bo_\bp_\b__\bh_\bo_\bs_\bt (section 7.4.219  , page 142), fetch all your
+       new mail and place it in the local _\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.310  , page 163).
        After this point, Mutt-ng runs exactly as if the mail had always been local.
 
        N\bNo\bot\bte\be:\b: If you only need to fetch all messages to local mailbox you should con-
        sider using a specialized program, such as fetchmail
 
+       The Mutt Next Generation E-Mail Client                                       64
+
        _\b4_\b._\b1_\b4  _\bI_\bM_\bA_\bP _\bS_\bu_\bp_\bp_\bo_\br_\bt _\b(_\bO_\bP_\bT_\bI_\bO_\bN_\bA_\bL_\b)
 
        If Mutt-ng was compiled with IMAP support (by running the _\bc_\bo_\bn_\bf_\bi_\bg_\bu_\br_\be script with
        name@imapserver[:port]/INBOX.
 
        If Mutt-ng was compiled with SSL support (by running the _\bc_\bo_\bn_\bf_\bi_\bg_\bu_\br_\be script with
-
-       The Mutt Next Generation E-Mail Client                                       64
-
        the _\b-_\b-_\bw_\bi_\bt_\bh_\b-_\bs_\bs_\bl flag), connections to IMAP servers can be encrypted. This natu-
        rally requires that the server supports SSL encrypted connections. To access a
        folder with IMAP/SSL, you should use imaps://[user-
 
        Polling for new mail on an IMAP server can cause noticeable delays. So, you'll
        want to carefully tune the _\b$_\bi_\bm_\ba_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk (section 7.4.105  , page 113) and
-       _\b$_\bt_\bi_\bm_\be_\bo_\bu_\bt (section 7.4.328  , page 169) variables.
+       _\b$_\bt_\bi_\bm_\be_\bo_\bu_\bt (section 7.4.334  , page 170) 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
             sages and subfolders. On Cyrus-like servers folders will often contain
             both messages and subfolders.
 
+       The Mutt Next Generation E-Mail Client                                       65
+
           +\bo 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
        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".
 
-       The Mutt Next Generation E-Mail Client                                       65
-
        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
        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 vari-
-       able. Like other news readers, info about subscribed newsgroups is saved in a
-       file as specified by the _\b$_\bn_\bn_\bt_\bp_\b__\bn_\be_\bw_\bs_\br_\bc (section 7.4.163  , page 129) variable.
+       The Default newsserver can be obtained from the $NNTPSERVER environment
+
+       The Mutt Next Generation E-Mail Client                                       66
+
+       variable. Like other news readers, info about subscribed newsgroups is saved in
+       a file as specified by the _\b$_\bn_\bn_\bt_\bp_\b__\bn_\be_\bw_\bs_\br_\bc (section 7.4.169  , page 130) 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.
 
        In mutt-ng this is as easy as
 
-       The Mutt Next Generation E-Mail Client                                       66
-
             score ~* =42
 
        This tells mutt-ng to apply a score of 42 to all messages whose sender speci-
        _\b4_\b._\b1_\b6  _\bS_\bM_\bT_\bP _\bS_\bu_\bp_\bp_\bo_\br_\bt _\b(_\bO_\bP_\bT_\bI_\bO_\bN_\bA_\bL_\b)
 
        Mutt-ng can be built using a library called ``libESMTP'' which provides SMTP
+
+       The Mutt Next Generation E-Mail Client                                       67
+
        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 _\bD_\be_\bl_\bi_\bv_\be_\br_\by _\bS_\bt_\ba_\bt_\bu_\bs
        _\bN_\bo_\bt_\bi_\bf_\bi_\bc_\ba_\bt_\bi_\bo_\bn (section 4.12  , page 62) section) as well as handling the 8BIT-
-       MIME flag controlled via _\b$_\bu_\bs_\be_\b__\b8_\bb_\bi_\bt_\bm_\bi_\bm_\be (section 7.4.335  , page 171).
+       MIME flag controlled via _\b$_\bu_\bs_\be_\b__\b8_\bb_\bi_\bt_\bm_\bi_\bm_\be (section 7.4.341  , page 172).
 
        To enable sending mail directly via SMTP without an MTA such as Postfix or
-       SSMTP and the like, simply set the _\b$_\bs_\bm_\bt_\bp_\b__\bh_\bo_\bs_\bt (section 7.4.293  , page 159)
+       SSMTP and the like, simply set the _\b$_\bs_\bm_\bt_\bp_\b__\bh_\bo_\bs_\bt (section 7.4.299  , page 160)
        variable pointing to your SMTP server.
 
-       Authentication mechanisms are available via the _\b$_\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\br (section 7.4.297  ,
-       page 160) and _\b$_\bs_\bm_\bt_\bp_\b__\bp_\ba_\bs_\bs (section 7.4.294  , page 159) variables.
+       Authentication mechanisms are available via the _\b$_\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\br (section 7.4.303  ,
+       page 161) and _\b$_\bs_\bm_\bt_\bp_\b__\bp_\ba_\bs_\bs (section 7.4.300  , page 160) 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
-       _\b$_\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\b__\bt_\bl_\bs (section 7.4.296  , page 160) variable must be either set to
+       _\b$_\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\b__\bt_\bl_\bs (section 7.4.302  , page 161) 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.
-
-       The Mutt Next Generation E-Mail Client                                       67
-
        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 _\b$_\bs_\bm_\bt_\bp_\b__\be_\bn_\bv_\be_\bl_\bo_\bp_\be (section 7.4.292  ,
-       page 159) may be used to set the envelope different from the From: header.
+       the From: header. In this case, the variable _\b$_\bs_\bm_\bt_\bp_\b__\be_\bn_\bv_\be_\bl_\bo_\bp_\be (section 7.4.298  ,
+       page 160) may be used to set the envelope different from the From: header.
 
        _\b4_\b._\b1_\b7  _\bM_\ba_\bn_\ba_\bg_\bi_\bn_\bg _\bm_\bu_\bl_\bt_\bi_\bp_\bl_\be _\bI_\bM_\bA_\bP_\b/_\bP_\bO_\bP_\b/_\bN_\bN_\bT_\bP _\ba_\bc_\bc_\bo_\bu_\bn_\bt_\bs _\b(_\bO_\bP_\bT_\bI_\bO_\bN_\bA_\bL_\b)
 
             macro index \cb |urlview\n
             macro pager \cb |urlview\n
 
+       The Mutt Next Generation E-Mail Client                                       68
+
        _\b4_\b._\b1_\b9  _\bC_\bo_\bm_\bp_\br_\be_\bs_\bs_\be_\bd _\bf_\bo_\bl_\bd_\be_\br_\bs _\bS_\bu_\bp_\bp_\bo_\br_\bt _\b(_\bO_\bP_\bT_\bI_\bO_\bN_\bA_\bL_\b)
 
        If Mutt-ng was compiled with compressed folders support (by running the _\bc_\bo_\bn_\bf_\bi_\bg_\b-
        ing to it and converting back to the user-defined format.
 
        There are three hooks defined (_\bo_\bp_\be_\bn_\b-_\bh_\bo_\bo_\bk (section 4.19.1  , page 68), _\bc_\bl_\bo_\bs_\be_\b-
-       _\bh_\bo_\bo_\bk (section 4.19.2  , page 68) and _\ba_\bp_\bp_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk (section 4.19.3  , page 69))
+       _\bh_\bo_\bo_\bk (section 4.19.2  , page 69) and _\ba_\bp_\bp_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk (section 4.19.3  , page 69))
        which define commands to uncompress and compress a folder and to append mes-
        sages to an existing compressed folder respectively.
 
-       The Mutt Next Generation E-Mail Client                                       68
-
        For example:
 
             open-hook \\.gz$ "gzip -cd %f > %t"
 
        You do not have to specify all of the commands. If you omit _\ba_\bp_\bp_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk (sec-
        tion 4.19.3  , page 69), the folder will be open and closed again each time you
-       will add to it. If you omit _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 68) (or give
+       will add to it. If you omit _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 69) (or give
        empty command) , the folder will be open in the  mode. If you specify _\ba_\bp_\bp_\be_\bn_\bd_\b-
        _\bh_\bo_\bo_\bk (section 4.19.3  , page 69) though you'll be able to append to the folder.
 
        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 sur-
        prising if your compressing script produces empty files. In this situation,
-       unset _\b$_\bs_\ba_\bv_\be_\b__\be_\bm_\bp_\bt_\by (section 7.4.247  , page 148), so that the compressed file
+       unset _\b$_\bs_\ba_\bv_\be_\b__\be_\bm_\bp_\bt_\by (section 7.4.253  , page 149), so that the compressed file
        will be removed if you delete all of the messages.
 
        _\b4_\b._\b1_\b9_\b._\b1  _\bO_\bp_\be_\bn _\ba _\bc_\bo_\bm_\bp_\br_\be_\bs_\bs_\be_\bd _\bm_\ba_\bi_\bl_\bb_\bo_\bx _\bf_\bo_\br _\br_\be_\ba_\bd_\bi_\bn_\bg
 
        %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
+
+       The Mutt Next Generation E-Mail Client                                       69
+
        replaced by %, as in printf, and any other %anything is left as is.
 
        The _\bc_\bo_\bm_\bm_\ba_\bn_\bd should n\bno\bot\bt remove the original compressed file.  The _\bc_\bo_\bm_\bm_\ba_\bn_\bd should
        This is used to close the folder that was open with the _\bo_\bp_\be_\bn_\b-_\bh_\bo_\bo_\bk (section
        4.19.1  , page 68) command after some changes were made to it.
 
-       The Mutt Next Generation E-Mail Client                                       69
-
        The _\bc_\bo_\bm_\bm_\ba_\bn_\bd string is the command that can be used for closing the folders
        whose names match _\br_\be_\bg_\be_\bx_\bp. It has the same format as in the _\bo_\bp_\be_\bn_\b-_\bh_\bo_\bo_\bk (section
        4.19.1  , page 68) command. Temporary folder in this case is the folder previ-
        If the _\bc_\bo_\bm_\bm_\ba_\bn_\bd is empty, this operation is disabled for this file type, and the
        file can only be open in the readonly mode.
 
-       _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 68) is not called when you exit from the
+       _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 69) is not called when you exit from the
        folder if the folder was not changed.
 
        _\b4_\b._\b1_\b9_\b._\b3  _\bA_\bp_\bp_\be_\bn_\bd _\ba _\bm_\be_\bs_\bs_\ba_\bg_\be _\bt_\bo _\ba _\bc_\bo_\bm_\bp_\br_\be_\bs_\bs_\be_\bd _\bm_\ba_\bi_\bl_\bb_\bo_\bx
 
        Example:
 
+       The Mutt Next Generation E-Mail Client                                       70
+
             append-hook \\.gz$ "gzip -c %t >> %f"
 
        When _\ba_\bp_\bp_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk (section 4.19.3  , page 69) is used, the folder is not opened,
        supposed (i.e.  this is the format used for the temporary folder).
 
        If the file does not exist when you save to it, _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  ,
-       page 68) is called, and not _\ba_\bp_\bp_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk (section 4.19.3  , page 69). _\ba_\bp_\bp_\be_\bn_\bd_\b-
+       page 69) is called, and not _\ba_\bp_\bp_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk (section 4.19.3  , page 69). _\ba_\bp_\bp_\be_\bn_\bd_\b-
        _\bh_\bo_\bo_\bk (section 4.19.3  , page 69) is only for appending to existing folders.
 
        If the _\bc_\bo_\bm_\bm_\ba_\bn_\bd is empty, this operation is disabled for this file type. In this
        case, the folder will be open and closed again (using _\bo_\bp_\be_\bn_\b-_\bh_\bo_\bo_\bk (section
-       4.19.1  , page 68) and _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 68)respectively) each
+       4.19.1  , page 68) and _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 69)respectively) each
        time you will add to it.
 
-       The Mutt Next Generation E-Mail Client                                       70
-
        _\b4_\b._\b1_\b9_\b._\b4  _\bE_\bn_\bc_\br_\by_\bp_\bt_\be_\bd _\bf_\bo_\bl_\bd_\be_\br_\bs
 
        The compressed folders support can also be used to handle encrypted folders. If
        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.
 
+       The Mutt Next Generation E-Mail Client                                       71
+
        _\b5_\b._\b1_\b._\b1  _\bV_\bi_\be_\bw_\bi_\bn_\bg _\bM_\bI_\bM_\bE _\bm_\be_\bs_\bs_\ba_\bg_\be_\bs _\bi_\bn _\bt_\bh_\be _\bp_\ba_\bg_\be_\br
 
        When you select a message from the index and view it in the pager, Mutt decodes
        Where the Description is the description or filename given for the attachment,
        and the Encoding is one of 7bit/8bit/quoted-printable/base64/binary.
 
-       The Mutt Next Generation E-Mail Client                                       71
-
        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 [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 Mutt Next Generation E-Mail Client                                       72
+
        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
        _\b5_\b._\b2  _\bM_\bI_\bM_\bE _\bT_\by_\bp_\be _\bc_\bo_\bn_\bf_\bi_\bg_\bu_\br_\ba_\bt_\bi_\bo_\bn _\bw_\bi_\bt_\bh _\bm_\bi_\bm_\be_\b._\bt_\by_\bp_\be_\bs
 
        When you add an attachment to your mail message, Mutt-ng searches your personal
-
-       The Mutt Next Generation E-Mail Client                                       72
-
        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
 
        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,
+
+       The Mutt Next Generation E-Mail Client                                       73
+
        XMosaic, lynx and metamail.
 
        In order to handle various MIME types that Mutt-ng can not handle internally,
        In particular, the metamail distribution will install a mailcap file, usually
        as /usr/local/etc/mailcap, which contains some baseline entries.
 
-       The Mutt Next Generation E-Mail Client                                       73
-
        _\b5_\b._\b3_\b._\b1  _\bT_\bh_\be _\bB_\ba_\bs_\bi_\bc_\bs _\bo_\bf _\bt_\bh_\be _\bm_\ba_\bi_\bl_\bc_\ba_\bp _\bf_\bi_\bl_\be
 
        A mailcap file consists of a series of lines which are comments, blank, or def-
 
             text/plain; more %s
 
+       The Mutt Next Generation E-Mail Client                                       74
+
        Perhaps you would like to use lynx to interactively view a text/html message:
 
             text/html; lynx %s
        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:
 
-       The Mutt Next Generation E-Mail Client                                       74
-
             text/html; lynx -dump %s | more
 
        Perhaps you wish to use lynx to view text/html files, and a pager on all other
             text/test-mailcap-bug; cat %s; copiousoutput; test=charset=%{charset} \
                     && test "`echo $charset | tr '[A-Z]' '[a-z]'`" != iso-8859-1
 
+       The Mutt Next Generation E-Mail Client                                       75
+
        _\b5_\b._\b3_\b._\b3  _\bA_\bd_\bv_\ba_\bn_\bc_\be_\bd _\bm_\ba_\bi_\bl_\bc_\ba_\bp _\bU_\bs_\ba_\bg_\be
 
        _\b5_\b._\b3_\b._\b3_\b._\b1  _\bO_\bp_\bt_\bi_\bo_\bn_\ba_\bl _\bF_\bi_\be_\bl_\bd_\bs
                    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
-
-       The Mutt Next Generation E-Mail Client                                       75
-
                    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:
              needsterminal
                    Mutt-ng uses this flag when viewing attachments with _\ba_\bu_\bt_\bo_\bv_\bi_\be_\bw (sec-
                    tion 5.4  , page 78), in order to decide whether it should honor
-                   the setting of the _\b$_\bw_\ba_\bi_\bt_\b__\bk_\be_\by (section 7.4.341  , page 172) variable
+                   the setting of the _\b$_\bw_\ba_\bi_\bt_\b__\bk_\be_\by (section 7.4.347  , page 173) variable
                    or not.  When an attachment is viewed using an interactive program,
                    and the corresponding mailcap entry has a _\bn_\be_\be_\bd_\bs_\bt_\be_\br_\bm_\bi_\bn_\ba_\bl flag, Mutt-
-                   ng will use _\b$_\bw_\ba_\bi_\bt_\b__\bk_\be_\by (section 7.4.341  , page 172) and the exit
+                   ng will use _\b$_\bw_\ba_\bi_\bt_\b__\bk_\be_\by (section 7.4.347  , page 173) 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.
              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
+
+       The Mutt Next Generation E-Mail Client                                       76
+
                    it to compose new attachments.  Mutt-ng will default to the defined
                    editor for text attachments.
 
 
                         text/html; lynx %s; nametemplate=%s.html
 
-       The Mutt Next Generation E-Mail Client                                       76
-
              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
        can then use the test feature to determine which viewer to use interactively
        depending on your environment.
 
+       The Mutt Next Generation E-Mail Client                                       77
+
             text/html;      netscape -remote 'openURL(%s)' ; test=RunningX
             text/html;      lynx %s; nametemplate=%s.html
             text/html;      lynx -dump %s; nametemplate=%s.html; copiousoutput
        _\b5_\b._\b3_\b._\b3_\b._\b3  _\bC_\bo_\bm_\bm_\ba_\bn_\bd _\bE_\bx_\bp_\ba_\bn_\bs_\bi_\bo_\bn
 
        The various commands defined in the mailcap files are passed to the /bin/sh
-
-       The Mutt Next Generation E-Mail Client                                       77
-
        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:
 
        This mailcap file is fairly simple and standard:
 
+       The Mutt Next Generation E-Mail Client                                       78
+
             # I'm always running X :)
             video/*;        xanim %s > /dev/null
             image/*;        xv %s > /dev/null
 
        This mailcap file shows quite a number of examples:
 
-       The Mutt Next Generation E-Mail Client                                       78
-
             # 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
        _\b5_\b._\b4  _\bM_\bI_\bM_\bE _\bA_\bu_\bt_\bo_\bv_\bi_\be_\bw
 
        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 view-
-       ing MIME attachments while in the pager.
+       viewer defined in the mailcap file, Mutt-ng has support for automatically
+
+       The Mutt Next Generation E-Mail Client                                       79
+
+       viewing MIME attachments while in the pager.
 
        To work, you must define a viewer in the mailcap file which uses the copi-
        ousoutput option to denote that it is non-interactive.  Usually, you also use
 
        For instance, if you set auto_view to:
 
-       The Mutt Next Generation E-Mail Client                                       79
-
             auto_view text/html application/x-gunzip application/postscript image/gif application/x-tar-gz
 
        Mutt-ng could use the following mailcap entries to automatically view attach-
        _\b5_\b._\b6  _\bM_\bI_\bM_\bE _\bL_\bo_\bo_\bk_\bu_\bp
 
        Mutt-ng's mime_lookup list specifies a list of mime-types that should not be
+
+       The Mutt Next Generation E-Mail Client                                       80
+
        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
             mime_lookup application/octet-stream application/X-Lotus-Manuscript
 
        In addition, the unmime_lookup command may be used to disable this feature for
-
-       The Mutt Next Generation E-Mail Client                                       80
-
        any particular mime-type if it had been set, for example, in a global muttrc.
 
        _\b6_\b.  _\bS_\be_\bc_\bu_\br_\bi_\bt_\by _\bC_\bo_\bn_\bs_\bi_\bd_\be_\br_\ba_\bt_\bi_\bo_\bn_\bs
        _\b6_\b._\b2  _\bT_\be_\bm_\bp_\bo_\br_\ba_\br_\by _\bF_\bi_\bl_\be_\bs
 
        Mutt-ng uses many temporary files for viewing messages, verifying digital sig-
-       natures, etc. The _\b$_\bu_\bm_\ba_\bs_\bk (section 7.4.333  , page 170) variable can be used to
+       natures, etc. The _\b$_\bu_\bm_\ba_\bs_\bk (section 7.4.339  , page 171) 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 _\b$_\bt_\bm_\bp_\bd_\bi_\br (section 7.4.329  , page 169)
+       be desired which can be changed via the _\b$_\bt_\bm_\bp_\bd_\bi_\br (section 7.4.335  , page 170)
        variable.
 
+       The Mutt Next Generation E-Mail Client                                       81
+
        _\b6_\b._\b3  _\bI_\bn_\bf_\bo_\br_\bm_\ba_\bt_\bi_\bo_\bn _\bL_\be_\ba_\bk_\bs
 
        _\b6_\b._\b3_\b._\b1  _\bM_\be_\bs_\bs_\ba_\bg_\be_\b-_\bI_\bD_\b: _\bh_\be_\ba_\bd_\be_\br_\bs
        of the _\b$_\bm_\bs_\bg_\bi_\bd_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.149  , page 124) variable. Please make sure
        that you really know how local parts of these Message-ID: headers are composed.
 
-       The Mutt Next Generation E-Mail Client                                       81
-
        _\b6_\b._\b3_\b._\b2  _\bm_\ba_\bi_\bl_\bt_\bo_\b:_\b-_\bs_\bt_\by_\bl_\be _\bl_\bi_\bn_\bk_\bs
 
        As mutt-ng be can be set up to be the mail client to handle mailto: style links
        will send out the user's private gnupg keyring to joe@host if the user doesn't
        follow the information on screen carefully enough.
 
-       When _\bu_\bn_\bs_\be_\bt_\bt_\bi_\bn_\bg the _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\ba_\bi_\bl_\bt_\bo (section 7.4.317  , page 167) variable, mutt-
+       When _\bu_\bn_\bs_\be_\bt_\bt_\bi_\bn_\bg the _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\ba_\bi_\bl_\bt_\bo (section 7.4.323  , page 168) variable, mutt-
        ng will
 
           +\bo be less strict when interpreting these links by prepending a X-Mailto-
        cap files (see the _\b$_\bm_\ba_\bi_\bl_\bc_\ba_\bp_\b__\bp_\ba_\bt_\bh (section 7.4.122  , page 119) variable for
        details.)
 
-       These utilities may have a variety of security vulnerabilities, including over-
-       writing 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...
+       These utilities may have a variety of security vulnerabilities, including
+
+       The Mutt Next Generation E-Mail Client                                       82
+
+       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...
 
           +\bo manually select trustworth applications with a reasonable calling sequence
 
           +\bo periodically check the contents of mailcap files, especially after soft-
             ware installations or upgrades
 
-       The Mutt Next Generation E-Mail Client                                       82
-
           +\bo keep the software packages referenced in the mailcap file up to date
 
           +\bo leave the _\b$_\bm_\ba_\bi_\bl_\bc_\ba_\bp_\b__\bs_\ba_\bn_\bi_\bt_\bi_\bz_\be (section 7.4.123  , page 119) variable in its
        mailbox.  However, it is possible to read other mailboxes and to send messages
        from the command line as well.
 
+       The Mutt Next Generation E-Mail Client                                       83
+
             -A      expand an alias
             -a      attach a file to a message
             -b      specify a blind carbon-copy (BCC) address
 
        To read messages in a mailbox
 
-       The Mutt Next Generation E-Mail Client                                       83
-
        mutt [ -nz ] [ -F _\bm_\bu_\bt_\bt_\br_\bc ] [ -m _\bt_\by_\bp_\be ] [ -f _\bm_\ba_\bi_\bl_\bb_\bo_\bx ]
 
        To compose a new message
 
        The following are the commands understood by mutt.
 
-          +\bo _\ba_\bc_\bc_\bo_\bu_\bn_\bt_\b-_\bh_\bo_\bo_\bk (section 4.17  , page 66) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bc_\bo_\bm_\bm_\ba_\bn_\bd
+          +\bo _\ba_\bc_\bc_\bo_\bu_\bn_\bt_\b-_\bh_\bo_\bo_\bk (section 4.17  , page 67) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
-          +\bo _\ba_\bl_\bi_\ba_\bs (section 3.4  , page 25) _\bk_\be_\by _\ba_\bd_\bd_\br_\be_\bs_\bs [ , _\ba_\bd_\bd_\br_\be_\bs_\bs, ... ]
+          +\bo _\ba_\bl_\bi_\ba_\bs (section 3.4  , page 26) _\bk_\be_\by _\ba_\bd_\bd_\br_\be_\bs_\bs [ , _\ba_\bd_\bd_\br_\be_\bs_\bs, ... ]
 
-          +\bo _\bu_\bn_\ba_\bl_\bi_\ba_\bs (section 3.4  , page 25) [ * | _\bk_\be_\by ... ]
+          +\bo _\bu_\bn_\ba_\bl_\bi_\ba_\bs (section 3.4  , page 26) [ * | _\bk_\be_\by ... ]
 
           +\bo _\ba_\bl_\bt_\be_\br_\bn_\ba_\bt_\be_\bs (section 3.11  , page 33) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
 
 
           +\bo _\bu_\bn_\ba_\bu_\bt_\bo_\b__\bv_\bi_\be_\bw (section 5.4  , page 78) _\bm_\bi_\bm_\be_\bt_\by_\bp_\be [ _\bm_\bi_\bm_\be_\bt_\by_\bp_\be ... ]
 
-          +\bo _\bb_\bi_\bn_\bd (section 3.5  , page 26) _\bm_\ba_\bp _\bk_\be_\by _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn
+          +\bo _\bb_\bi_\bn_\bd (section 3.5  , page 27) _\bm_\ba_\bp _\bk_\be_\by _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn
 
-          +\bo _\bc_\bh_\ba_\br_\bs_\be_\bt_\b-_\bh_\bo_\bo_\bk (section 3.6  , page 28) _\ba_\bl_\bi_\ba_\bs _\bc_\bh_\ba_\br_\bs_\be_\bt
+          +\bo _\bc_\bh_\ba_\br_\bs_\be_\bt_\b-_\bh_\bo_\bo_\bk (section 3.6  , page 29) _\ba_\bl_\bi_\ba_\bs _\bc_\bh_\ba_\br_\bs_\be_\bt
 
-          +\bo _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 68) _\br_\be_\bg_\be_\bx_\bp _\bc_\bo_\bm_\bm_\ba_\bn_\bd
+          +\bo _\bc_\bl_\bo_\bs_\be_\b-_\bh_\bo_\bo_\bk (section 4.19.2  , page 69) _\br_\be_\bg_\be_\bx_\bp _\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
           +\bo _\bc_\bo_\bl_\bo_\br (section 3.9  , page 30) _\bo_\bb_\bj_\be_\bc_\bt _\bf_\bo_\br_\be_\bg_\br_\bo_\bu_\bn_\bd _\bb_\ba_\bc_\bk_\bg_\br_\bo_\bu_\bn_\bd [ _\br_\be_\bg_\be_\bx_\bp ]
 
 
           +\bo _\be_\bx_\be_\bc (section 3.25  , page 41) _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn [ _\bf_\bu_\bn_\bc_\bt_\bi_\bo_\bn ... ]
 
-          +\bo _\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page 38) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
+          +\bo _\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page 39) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
 
           +\bo _\bf_\bc_\bc_\b-_\bs_\ba_\bv_\be_\b-_\bh_\bo_\bo_\bk (section 3.20  , page 39) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
 
-          +\bo _\bf_\bo_\bl_\bd_\be_\br_\b-_\bh_\bo_\bo_\bk (section 3.7  , page 28) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bc_\bo_\bm_\bm_\ba_\bn_\bd
+          +\bo _\bf_\bo_\bl_\bd_\be_\br_\b-_\bh_\bo_\bo_\bk (section 3.7  , page 29) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
           +\bo _\bh_\bd_\br_\b__\bo_\br_\bd_\be_\br (section 3.17  , page 38) _\bh_\be_\ba_\bd_\be_\br [ _\bh_\be_\ba_\bd_\be_\br ... ]
 
           +\bo _\bu_\bn_\bh_\bd_\br_\b__\bo_\br_\bd_\be_\br (section 3.17  , page 38) _\bh_\be_\ba_\bd_\be_\br [ _\bh_\be_\ba_\bd_\be_\br ... ]
 
-          +\bo _\bi_\bc_\bo_\bn_\bv_\b-_\bh_\bo_\bo_\bk (section 3.6  , page 28) _\bc_\bh_\ba_\br_\bs_\be_\bt _\bl_\bo_\bc_\ba_\bl_\b-_\bc_\bh_\ba_\br_\bs_\be_\bt
+          +\bo _\bi_\bc_\bo_\bn_\bv_\b-_\bh_\bo_\bo_\bk (section 3.6  , page 29) _\bc_\bh_\ba_\br_\bs_\be_\bt _\bl_\bo_\bc_\ba_\bl_\b-_\bc_\bh_\ba_\br_\bs_\be_\bt
 
           +\bo _\bi_\bg_\bn_\bo_\br_\be (section 3.10  , page 32) _\bp_\ba_\bt_\bt_\be_\br_\bn [ _\bp_\ba_\bt_\bt_\be_\br_\bn ... ]
 
 
           +\bo _\bu_\bn_\bi_\bg_\bn_\bo_\br_\be (section 3.10  , page 32) _\bp_\ba_\bt_\bt_\be_\br_\bn [ _\bp_\ba_\bt_\bt_\be_\br_\bn ... ]
 
-          +\bo _\bl_\bi_\bs_\bt_\bs (section 3.13  , page 35) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
+          +\bo _\bl_\bi_\bs_\bt_\bs (section 3.13  , page 36) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
 
-          +\bo _\bu_\bn_\bl_\bi_\bs_\bt_\bs (section 3.13  , page 35) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
+          +\bo _\bu_\bn_\bl_\bi_\bs_\bt_\bs (section 3.13  , page 36) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
 
           +\bo _\bm_\ba_\bc_\br_\bo (section 3.8  , page 29) _\bm_\be_\bn_\bu _\bk_\be_\by _\bs_\be_\bq_\bu_\be_\bn_\bc_\be [ _\bd_\be_\bs_\bc_\br_\bi_\bp_\bt_\bi_\bo_\bn ]
 
-          +\bo _\bm_\ba_\bi_\bl_\bb_\bo_\bx_\be_\bs (section 3.15  , page 36) _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be [ _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be ... ]
+          +\bo _\bm_\ba_\bi_\bl_\bb_\bo_\bx_\be_\bs (section 3.15  , page 37) _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be [ _\bf_\bi_\bl_\be_\bn_\ba_\bm_\be ... ]
 
-          +\bo _\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 36) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
+          +\bo _\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 37) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bm_\ba_\bi_\bl_\bb_\bo_\bx
 
           +\bo _\bm_\be_\bs_\bs_\ba_\bg_\be_\b-_\bh_\bo_\bo_\bk (section 3.22  , page 40) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
 
           +\bo _\bo_\bp_\be_\bn_\b-_\bh_\bo_\bo_\bk (section 4.19.1  , page 68) _\br_\be_\bg_\be_\bx_\bp _\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
-          +\bo _\bc_\br_\by_\bp_\bt_\b-_\bh_\bo_\bo_\bk (section 3.23  , page 40) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bk_\be_\by_\b-_\bi_\bd
+          +\bo _\bc_\br_\by_\bp_\bt_\b-_\bh_\bo_\bo_\bk (section 3.23  , page 41) _\bp_\ba_\bt_\bt_\be_\br_\bn _\bk_\be_\by_\b-_\bi_\bd
 
-          +\bo _\bp_\bu_\bs_\bh (section 3.24  , page 40) _\bs_\bt_\br_\bi_\bn_\bg
+          +\bo _\bp_\bu_\bs_\bh (section 3.24  , page 41) _\bs_\bt_\br_\bi_\bn_\bg
 
           +\bo _\br_\be_\bs_\be_\bt (section 3.28  , page 44) _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be [_\bv_\ba_\br_\bi_\ba_\bb_\bl_\be ... ]
 
 
        The Mutt Next Generation E-Mail Client                                       87
 
-          +\bo _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be (section 3.13  , page 35) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
+          +\bo _\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be (section 3.13  , page 36) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
 
-          +\bo _\bu_\bn_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be (section 3.13  , page 35) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
+          +\bo _\bu_\bn_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be (section 3.13  , page 36) _\br_\be_\bg_\be_\bx_\bp [ _\br_\be_\bg_\be_\bx_\bp ... ]
 
           +\bo _\bt_\bo_\bg_\bg_\bl_\be (section 3.28  , page 44) _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be [_\bv_\ba_\br_\bi_\ba_\bb_\bl_\be ... ]
 
-          +\bo _\bu_\bn_\bh_\bo_\bo_\bk (section 3.30  , page 45) _\bh_\bo_\bo_\bk_\b-_\bt_\by_\bp_\be
+          +\bo _\bu_\bn_\bh_\bo_\bo_\bk (section 3.30  , page 46) _\bh_\bo_\bo_\bk_\b-_\bt_\by_\bp_\be
 
        _\b7_\b._\b4  _\bC_\bo_\bn_\bf_\bi_\bg_\bu_\br_\ba_\bt_\bi_\bo_\bn _\bv_\ba_\br_\bi_\ba_\bb_\bl_\be_\bs
 
        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 _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\bi_\bm_\be (section 7.4.318  , page 167) is unset.
+       is valid only if _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\bi_\bm_\be (section 7.4.324  , page 168) is unset.
 
        _\b7_\b._\b4_\b._\b1_\b4  _\ba_\bt_\bt_\ba_\bc_\bh_\b__\bf_\bo_\br_\bm_\ba_\bt
 
        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 ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.315  , page 164)'', but has
+       string is similar to ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.321  , page 165)'', but has
        its own set of printf(3)-like sequences:
 
              %a
              %v
                    Mutt-ng version string
 
-       See the text describing the ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.315  , page 164)''
+       See the text describing the ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.321  , page 165)''
        option for more information on how to set ``_\b$_\bc_\bo_\bm_\bp_\bo_\bs_\be_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.30  ,
        page 96)''.
 
        Default: yes
 
        This variable controls whether or not copies of your outgoing messages will be
-       saved for later references.  Also see ``_\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.237  , page
-       146)'', ``_\b$_\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be (section 7.4.248  , page 149)'', ``_\b$_\bf_\bo_\br_\bc_\be_\b__\bn_\ba_\bm_\be (section
-       7.4.74  , page 106)'' and ``_\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page 38)''.
+       saved for later references.  Also see ``_\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.243  , page
+       147)'', ``_\b$_\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be (section 7.4.254  , page 150)'', ``_\b$_\bf_\bo_\br_\bc_\be_\b__\bn_\ba_\bm_\be (section
+       7.4.74  , page 106)'' and ``_\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page 39)''.
 
        _\b7_\b._\b4_\b._\b3_\b7  _\bc_\br_\by_\bp_\bt_\b__\ba_\bu_\bt_\bo_\be_\bn_\bc_\br_\by_\bp_\bt
 
        going messages.  This is probably only useful in connection to the _\bs_\be_\bn_\bd_\b-_\bh_\bo_\bo_\bk
        command.  It can be overridden by use of the _\bp_\bg_\bp_\b-_\bm_\be_\bn_\bu, when encryption is not
        required or signing is requested as well.  If ``_\b$_\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt (section
-       7.4.284  , page 157)'' is _\bs_\be_\bt, then OpenSSL is used instead to create S/MIME
+       7.4.290  , page 158)'' is _\bs_\be_\bt, then OpenSSL is used instead to create S/MIME
        messages and settings can be overridden by use of the _\bs_\bm_\bi_\bm_\be_\b-_\bm_\be_\bn_\bu.  (Crypto
        only)
 
        encryption/signing for messages.  See also ``_\b$_\bc_\br_\by_\bp_\bt_\b__\ba_\bu_\bt_\bo_\be_\bn_\bc_\br_\by_\bp_\bt (section
        7.4.37  , page 97)'', ``_\b$_\bc_\br_\by_\bp_\bt_\b__\br_\be_\bp_\bl_\by_\be_\bn_\bc_\br_\by_\bp_\bt (section 7.4.41  , page 98)'',
        ``_\b$_\bc_\br_\by_\bp_\bt_\b__\ba_\bu_\bt_\bo_\bs_\bi_\bg_\bn (section 7.4.39  , page 97)'', ``_\b$_\bc_\br_\by_\bp_\bt_\b__\br_\be_\bp_\bl_\by_\bs_\bi_\bg_\bn (section
-       7.4.42  , page 98)'' and ``_\b$_\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt (section 7.4.284  , page 157)''.
+       7.4.42  , page 98)'' and ``_\b$_\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt (section 7.4.290  , page 158)''.
 
        The Mutt Next Generation E-Mail Client                                       98
 
        Setting this variable will cause Mutt-ng to always attempt to cryptographically
        sign outgoing messages.  This can be overridden by use of the _\bp_\bg_\bp_\b-_\bm_\be_\bn_\bu, when
        signing is not required or encryption is requested as well. If
-       ``_\b$_\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt (section 7.4.284  , page 157)'' is _\bs_\be_\bt, then OpenSSL is
+       ``_\b$_\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt (section 7.4.290  , page 158)'' is _\bs_\be_\bt, then OpenSSL is
        used instead to create S/MIME messages and settings can be overridden by use of
        the _\bs_\bm_\bi_\bm_\be_\b-_\bm_\be_\bn_\bu.  (Crypto only)
 
        encryption/signing for messages. See also ``_\b$_\bc_\br_\by_\bp_\bt_\b__\ba_\bu_\bt_\bo_\be_\bn_\bc_\br_\by_\bp_\bt (section
        7.4.37  , page 97)'', ``_\b$_\bc_\br_\by_\bp_\bt_\b__\br_\be_\bp_\bl_\by_\be_\bn_\bc_\br_\by_\bp_\bt (section 7.4.41  , page 98)'',
        ``_\b$_\bc_\br_\by_\bp_\bt_\b__\ba_\bu_\bt_\bo_\bs_\bi_\bg_\bn (section 7.4.39  , page 97)'', ``_\b$_\bc_\br_\by_\bp_\bt_\b__\br_\be_\bp_\bl_\by_\bs_\bi_\bg_\bn (section
-       7.4.42  , page 98)'' and ``_\b$_\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt (section 7.4.284  , page 157)''.
+       7.4.42  , page 98)'' and ``_\b$_\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt (section 7.4.290  , page 158)''.
 
        _\b7_\b._\b4_\b._\b4_\b1  _\bc_\br_\by_\bp_\bt_\b__\br_\be_\bp_\bl_\by_\be_\bn_\bc_\br_\by_\bp_\bt
 
        Default: no
 
        When sending messages with format=flowed by _\bs_\be_\bt_\bt_\bi_\bn_\bg the _\b$_\bt_\be_\bx_\bt_\b__\bf_\bl_\bo_\bw_\be_\bd (section
-       7.4.324  , page 168) variable, this variable specifies whether to also set the
+       7.4.330  , page 169) variable, this variable specifies whether to also set the
        DelSp parameter to yes. If this is _\bu_\bn_\bs_\be_\bt, no additional parameter will be send
        as a value of no already is the default behavior.
 
        N\bNo\bot\bte\be:\b: this variable only has an effect on _\bo_\bu_\bt_\bg_\bo_\bi_\bn_\bg messages (if _\b$_\bt_\be_\bx_\bt_\b__\bf_\bl_\bo_\bw_\be_\bd
-       (section 7.4.324  , page 168) is _\bs_\be_\bt) but not on incomming.
+       (section 7.4.330  , page 169) is _\bs_\be_\bt) but not on incomming.
 
        The Mutt Next Generation E-Mail Client                                      101
 
 
        Type: path
 
-       Default: '/opt/freebsd4/mutt-ng/bin/muttng_dotlock'
+       Default: '$muttng_bindir/muttng_dotlock'
 
        Availability: Standalone and Dotlock
 
        headers.
 
        Note: if _\b$_\be_\bd_\bi_\bt_\b__\bh_\be_\ba_\bd_\be_\br_\bs (section 7.4.59  , page 102) had to be turned on by
-       force because _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\ba_\bi_\bl_\bt_\bo (section 7.4.317  , page 167) is _\bu_\bn_\bs_\be_\bt, this
+       force because _\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\ba_\bi_\bl_\bt_\bo (section 7.4.323  , page 168) is _\bu_\bn_\bs_\be_\bt, this
        option has no effect.
 
        _\b7_\b._\b4_\b._\b6_\b2  _\be_\bn_\bc_\bo_\bd_\be_\b__\bf_\br_\bo_\bm
        When _\bs_\be_\bt, Mutt-ng will try to derive the message's _\be_\bn_\bv_\be_\bl_\bo_\bp_\be 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 _\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.254  , page 150) yourself, or
+       are using that switch in _\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.260  , page 151) yourself, or
        if the sendmail on your machine doesn't support that command line switch.
 
        _\b7_\b._\b4_\b._\b6_\b5  _\be_\bs_\bc_\ba_\bp_\be
        Controls whether or not the Mail-Followup-To: header field is generated when
        sending mail.  When _\bs_\be_\bt, Mutt-ng will generate this field when you are replying
        to a known mailing list, specified with the ``subscribe'' or ``_\bl_\bi_\bs_\bt_\bs (section
-       3.13  , page 35)'' commands or detected by common mailing list headers.
+       3.13  , page 36)'' 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
        is invoked. When _\bu_\bn_\bs_\be_\bt, _\bb_\bu_\bf_\bf_\by_\b__\bl_\bi_\bs_\bt will just list all mailboxes which are
        already known to have new mail.
 
-       Also see the following variables: ``_\b$_\bt_\bi_\bm_\be_\bo_\bu_\bt (section 7.4.328  , page 169)'',
+       Also see the following variables: ``_\b$_\bt_\bi_\bm_\be_\bo_\bu_\bt (section 7.4.334  , page 170)'',
        ``_\b$_\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk (section 7.4.121  , page 119)'' and ``_\b$_\bi_\bm_\ba_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk (section
        7.4.105  , page 113)''.
 
 
        Default: no
 
-       This variable is similar to ``_\b$_\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be (section 7.4.248  , page 149)'',
+       This variable is similar to ``_\b$_\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be (section 7.4.254  , page 150)'',
        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 ``_\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.237  , page 146)'' variable.
+       Also see the ``_\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.243  , page 147)'' variable.
 
        _\b7_\b._\b4_\b._\b7_\b5  _\bf_\bo_\br_\bw_\ba_\br_\bd_\b__\bd_\be_\bc_\bo_\bd_\be
 
        Default: ''
 
        This variable contains a default from address.  It can be overridden using
-       my_hdr (including from send-hooks) and ``_\b$_\br_\be_\bv_\be_\br_\bs_\be_\b__\bn_\ba_\bm_\be (section 7.4.243  , page
-       147)''.  This variable is ignored if ``_\b$_\bu_\bs_\be_\b__\bf_\br_\bo_\bm (section 7.4.337  , page
-       171)'' is unset.
+       my_hdr (including from send-hooks) and ``_\b$_\br_\be_\bv_\be_\br_\bs_\be_\b__\bn_\ba_\bm_\be (section 7.4.249  , page
+       148)''.  This variable is ignored if ``_\b$_\bu_\bs_\be_\b__\bf_\br_\bo_\bm (section 7.4.343  , page
+       172)'' is unset.
 
        The Mutt Next Generation E-Mail Client                                      108
 
        Default: no
 
        When _\bs_\be_\bt, this variable causes Mutt-ng to include the header of the message you
-       are replying to into the edit buffer.  The ``_\b$_\bw_\be_\be_\bd (section 7.4.342  , page
-       172)'' setting applies.
+       are replying to into the edit buffer.  The ``_\b$_\bw_\be_\be_\bd (section 7.4.348  , page
+       173)'' setting applies.
 
        _\b7_\b._\b4_\b._\b8_\b4  _\bh_\be_\ba_\bd_\be_\br_\b__\bc_\ba_\bc_\bh_\be
 
 
        When _\bs_\be_\bt, 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 ``_\bm_\ba_\bi_\bl_\bb_\bo_\bx_\be_\bs (section 3.15  , page 36)'' command.
+       also the ``_\bm_\ba_\bi_\bl_\bb_\bo_\bx_\be_\bs (section 3.15  , page 37)'' command.
 
        _\b7_\b._\b4_\b._\b9_\b9  _\bi_\bm_\ba_\bp_\b__\bd_\be_\bl_\bi_\bm_\b__\bc_\bh_\ba_\br_\bs
 
                    `to:' field (recipients)
 
              %T
-                   the appropriate character from the _\b$_\bt_\bo_\b__\bc_\bh_\ba_\br_\bs (section 7.4.330  ,
-                   page 170) string
+                   the appropriate character from the _\b$_\bt_\bo_\b__\bc_\bh_\ba_\br_\bs (section 7.4.336  ,
+                   page 171) string
 
              %u
                    user (login) name of the author
              %|X
                    pad to the end of the line with character 'X'
 
-       See also: ``_\b$_\bt_\bo_\b__\bc_\bh_\ba_\br_\bs (section 7.4.330  , page 170)''.
+       See also: ``_\b$_\bt_\bo_\b__\bc_\bh_\ba_\br_\bs (section 7.4.336  , page 171)''.
 
        _\b7_\b._\b4_\b._\b1_\b1_\b7  _\bi_\bs_\bp_\be_\bl_\bl
 
 
        If _\bs_\be_\bt, read messages marked as flagged will not be moved from your spool mail-
        box to your ``_\b$_\bm_\bb_\bo_\bx (section 7.4.131  , page 121)'' mailbox, or as a result of
-       a ``_\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 36)'' command.
+       a ``_\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 37)'' command.
 
        The Mutt Next Generation E-Mail Client                                      119
 
 
        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
-       ``_\b$_\bs_\bm_\ba_\br_\bt_\b__\bw_\br_\ba_\bp (section 7.4.270  , page 154)'' variable.
+       ``_\b$_\bs_\bm_\ba_\br_\bt_\b__\bw_\br_\ba_\bp (section 7.4.276  , page 155)'' variable.
 
        _\b7_\b._\b4_\b._\b1_\b2_\b8  _\bm_\ba_\bs_\bk
 
        When _\bs_\be_\bt, 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 _\b$_\bw_\br_\ba_\bp_\bm_\ba_\br_\bg_\bi_\bn
-       (section 7.4.344  , page 173).
+       (section 7.4.350  , page 174).
 
        _\b7_\b._\b4_\b._\b1_\b3_\b1  _\bm_\bb_\bo_\bx
 
        Default: '~/mbox'
 
        This specifies the folder into which read mail in your ``_\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section
-       7.4.304  , page 162)'' folder will be appended.
+       7.4.310  , page 163)'' folder will be appended.
 
        _\b7_\b._\b4_\b._\b1_\b3_\b2  _\bm_\bb_\bo_\bx_\b__\bt_\by_\bp_\be
 
        Default: 0
 
        This variable controls the number of lines of context that are given when
-       scrolling through menus. (Similar to ``_\b$_\bp_\ba_\bg_\be_\br_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt (section 7.4.174  , page
-       132)''.)
+       scrolling through menus. (Similar to ``_\b$_\bp_\ba_\bg_\be_\br_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt (section 7.4.180  , page
+       133)''.)
 
        The Mutt Next Generation E-Mail Client                                      122
 
 
        Controls whether or not Mutt-ng will move read messages from your spool mailbox
        to your ``_\b$_\bm_\bb_\bo_\bx (section 7.4.131  , page 121)'' mailbox, or as a result of a
-       ``_\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 36)'' command.
+       ``_\bm_\bb_\bo_\bx_\b-_\bh_\bo_\bo_\bk (section 3.14  , page 37)'' command.
 
        _\b7_\b._\b4_\b._\b1_\b4_\b9  _\bm_\bs_\bg_\bi_\bd_\b__\bf_\bo_\br_\bm_\ba_\bt
 
        N\bNo\bot\bte\be:\b: Please only change this setting if you know what you are doing.  Also
        make sure to consult RFC2822 to produce technically _\bv_\ba_\bl_\bi_\bd strings.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b0  _\bn_\ba_\br_\br_\bo_\bw_\b__\bt_\br_\be_\be
+       _\b7_\b._\b4_\b._\b1_\b5_\b0  _\bm_\bu_\bt_\bt_\bn_\bg_\b__\bb_\bi_\bn_\bd_\bi_\br
+
+       Type: system property
+
+       Value: /opt/freebsd4/mutt-ng/bin
+
+       _\bT_\bh_\bi_\bs _\bi_\bs _\ba _\br_\be_\ba_\bd_\b-_\bo_\bn_\bl_\by _\bs_\by_\bs_\bt_\be_\bm _\bp_\br_\bo_\bp_\be_\br_\bt_\by _\ba_\bn_\bd _\bs_\bp_\be_\bc_\bi_\bf_\bi_\be_\bs _\bt_\bh_\be _\bd_\bi_\br_\be_\bc_\bt_\bo_\br_\by _\bc_\bo_\bn_\bt_\ba_\bi_\bn_\bi_\bn_\bg _\bt_\bh_\be
+       _\bm_\bu_\bt_\bt_\bn_\bg _\bb_\bi_\bn_\ba_\br_\by_\b.
+
+       _\b7_\b._\b4_\b._\b1_\b5_\b1  _\bm_\bu_\bt_\bt_\bn_\bg_\b__\bd_\bo_\bc_\bd_\bi_\br
+
+       Type: system property
+
+       Value: /opt/freebsd4/mutt-ng/doc/muttng
+
+       _\bT_\bh_\bi_\bs _\bi_\bs _\ba _\br_\be_\ba_\bd_\b-_\bo_\bn_\bl_\by _\bs_\by_\bs_\bt_\be_\bm _\bp_\br_\bo_\bp_\be_\br_\bt_\by _\ba_\bn_\bd _\bs_\bp_\be_\bc_\bi_\bf_\bi_\be_\bs _\bt_\bh_\be _\bd_\bi_\br_\be_\bc_\bt_\bo_\br_\by _\bc_\bo_\bn_\bt_\ba_\bi_\bn_\bi_\bn_\bg _\bt_\bh_\be
+       _\bm_\bu_\bt_\bt_\bn_\bg _\bd_\bo_\bc_\bu_\bm_\be_\bn_\bt_\ba_\bt_\bi_\bo_\bn_\b.
+
+       _\b7_\b._\b4_\b._\b1_\b5_\b2  _\bm_\bu_\bt_\bt_\bn_\bg_\b__\bh_\bc_\ba_\bc_\bh_\be_\b__\bb_\ba_\bc_\bk_\be_\bn_\bd
+
+       Type: system property
+
+       Value: qdbm
+
+       _\bT_\bh_\bi_\bs _\bi_\bs _\ba _\br_\be_\ba_\bd_\b-_\bo_\bn_\bl_\by _\bs_\by_\bs_\bt_\be_\bm _\bp_\br_\bo_\bp_\be_\br_\bt_\by _\ba_\bn_\bd _\bs_\bp_\be_\bc_\bi_\bf_\bi_\be_\bs _\bt_\bh_\be _\bh_\be_\ba_\bd_\be_\br _\bc_\bh_\ba_\bc_\bh_\bi_\bn_\bg_\b'_\bs _\bd_\ba_\bt_\ba_\b-
+       _\bb_\ba_\bs_\be _\bb_\ba_\bc_\bk_\be_\bn_\bd_\b.
+
+       _\b7_\b._\b4_\b._\b1_\b5_\b3  _\bm_\bu_\bt_\bt_\bn_\bg_\b__\br_\be_\bv_\bi_\bs_\bi_\bo_\bn
+
+       Type: system property
+
+       Value: 462
+
+       _\bT_\bh_\bi_\bs _\bi_\bs _\ba _\br_\be_\ba_\bd_\b-_\bo_\bn_\bl_\by _\bs_\by_\bs_\bt_\be_\bm _\bp_\br_\bo_\bp_\be_\br_\bt_\by _\ba_\bn_\bd _\bs_\bp_\be_\bc_\bi_\bf_\bi_\be_\bs _\bm_\bu_\bt_\bt_\bn_\bg_\b'_\bs _\bs_\bu_\bb_\bv_\be_\br_\bs_\bi_\bo_\bn _\br_\be_\bv_\bi_\bs_\bi_\bo_\bn
+       _\bs_\bt_\br_\bi_\bn_\bg_\b.
+
+       _\b7_\b._\b4_\b._\b1_\b5_\b4  _\bm_\bu_\bt_\bt_\bn_\bg_\b__\bs_\by_\bs_\bc_\bo_\bn_\bf_\bd_\bi_\br
+
+       Type: system property
+
+       Value: /opt/freebsd4/mutt-ng/etc
+
+       _\bT_\bh_\bi_\bs _\bi_\bs _\ba _\br_\be_\ba_\bd_\b-_\bo_\bn_\bl_\by _\bs_\by_\bs_\bt_\be_\bm _\bp_\br_\bo_\bp_\be_\br_\bt_\by _\ba_\bn_\bd _\bs_\bp_\be_\bc_\bi_\bf_\bi_\be_\bs _\bt_\bh_\be _\bd_\bi_\br_\be_\bc_\bt_\bo_\br_\by _\bc_\bo_\bn_\bt_\ba_\bi_\bn_\bi_\bn_\bg _\bt_\bh_\be
+       _\bm_\bu_\bt_\bt_\bn_\bg _\bs_\by_\bs_\bt_\be_\bm_\b-_\bw_\bi_\bd_\be _\bc_\bo_\bn_\bf_\bi_\bg_\bu_\br_\ba_\bt_\bi_\bo_\bn_\b.
+
+       The Mutt Next Generation E-Mail Client                                      127
+
+       _\b7_\b._\b4_\b._\b1_\b5_\b5  _\bm_\bu_\bt_\bt_\bn_\bg_\b__\bv_\be_\br_\bs_\bi_\bo_\bn
+
+       Type: system property
+
+       Value: devel
+
+       _\bT_\bh_\bi_\bs _\bi_\bs _\ba _\br_\be_\ba_\bd_\b-_\bo_\bn_\bl_\by _\bs_\by_\bs_\bt_\be_\bm _\bp_\br_\bo_\bp_\be_\br_\bt_\by _\ba_\bn_\bd _\bs_\bp_\be_\bc_\bi_\bf_\bi_\be_\bs _\bm_\bu_\bt_\bt_\bn_\bg_\b'_\bs _\bv_\be_\br_\bs_\bi_\bo_\bn _\bs_\bt_\br_\bi_\bn_\bg_\b.
+
+       _\b7_\b._\b4_\b._\b1_\b5_\b6  _\bn_\ba_\br_\br_\bo_\bw_\b__\bt_\br_\be_\be
 
        Type: boolean
 
        This variable, when _\bs_\be_\bt, makes the thread tree narrower, allowing deeper
        threads to fit on the screen.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b1  _\bn_\bn_\bt_\bp_\b__\ba_\bs_\bk_\b__\bf_\bo_\bl_\bl_\bo_\bw_\bu_\bp_\b__\bt_\bo
+       _\b7_\b._\b4_\b._\b1_\b5_\b7  _\bn_\bn_\bt_\bp_\b__\ba_\bs_\bk_\b__\bf_\bo_\bl_\bl_\bo_\bw_\bu_\bp_\b__\bt_\bo
 
        Type: boolean
 
        If _\bs_\be_\bt, Mutt-ng will prompt you for the Followup-To: header field before edit-
        ing the body of an outgoing news article.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b2  _\bn_\bn_\bt_\bp_\b__\ba_\bs_\bk_\b__\bx_\b__\bc_\bo_\bm_\bm_\be_\bn_\bt_\b__\bt_\bo
+       _\b7_\b._\b4_\b._\b1_\b5_\b8  _\bn_\bn_\bt_\bp_\b__\ba_\bs_\bk_\b__\bx_\b__\bc_\bo_\bm_\bm_\be_\bn_\bt_\b__\bt_\bo
 
        Type: boolean
 
        If _\bs_\be_\bt, Mutt-ng will prompt you for the X-Comment-To: header field before edit-
        ing the body of an outgoing news article.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b3  _\bn_\bn_\bt_\bp_\b__\bc_\ba_\bc_\bh_\be_\b__\bd_\bi_\br
+       _\b7_\b._\b4_\b._\b1_\b5_\b9  _\bn_\bn_\bt_\bp_\b__\bc_\ba_\bc_\bh_\be_\b__\bd_\bi_\br
 
        Type: path
 
        As for the header caching in connection with IMAP and/or Maildir, this drasti-
        cally increases speed and lowers traffic.
 
-       The Mutt Next Generation E-Mail Client                                      127
+       The Mutt Next Generation E-Mail Client                                      128
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b4  _\bn_\bn_\bt_\bp_\b__\bc_\ba_\bt_\bc_\bh_\bu_\bp
+       _\b7_\b._\b4_\b._\b1_\b6_\b0  _\bn_\bn_\bt_\bp_\b__\bc_\ba_\bt_\bc_\bh_\bu_\bp
 
        Type: quadoption
 
        If this variable is _\bs_\be_\bt, Mutt-ng will mark all articles in a newsgroup as read
        when you leaving it.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b5  _\bn_\bn_\bt_\bp_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt
+       _\b7_\b._\b4_\b._\b1_\b6_\b1  _\bn_\bn_\bt_\bp_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt
 
        Type: number
 
        Availability: NNTP
 
        This variable controls how many news articles to cache per newsgroup (if
-       caching is enabled, see _\b$_\bn_\bn_\bt_\bp_\b__\bc_\ba_\bc_\bh_\be_\b__\bd_\bi_\br (section 7.4.153  , page 126)) and how
+       caching is enabled, see _\b$_\bn_\bn_\bt_\bp_\b__\bc_\ba_\bc_\bh_\be_\b__\bd_\bi_\br (section 7.4.159  , page 127)) and how
        many news articles to show in the ``index'' menu.
 
-       If there're more articles than defined with _\b$_\bn_\bn_\bt_\bp_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt (section 7.4.155  ,
-       page 127), all older ones will be removed/not shown in the index.
+       If there're more articles than defined with _\b$_\bn_\bn_\bt_\bp_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt (section 7.4.161  ,
+       page 128), all older ones will be removed/not shown in the index.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b6  _\bn_\bn_\bt_\bp_\b__\bf_\bo_\bl_\bl_\bo_\bw_\bu_\bp_\b__\bt_\bo_\b__\bp_\bo_\bs_\bt_\be_\br
+       _\b7_\b._\b4_\b._\b1_\b6_\b2  _\bn_\bn_\bt_\bp_\b__\bf_\bo_\bl_\bl_\bo_\bw_\bu_\bp_\b__\bt_\bo_\b__\bp_\bo_\bs_\bt_\be_\br
 
        Type: quadoption
 
        header field, a follow-up to the newsgroup is not permitted.  The message will
        be mailed to the submitter of the message via mail.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b7  _\bn_\bn_\bt_\bp_\b__\bg_\br_\bo_\bu_\bp_\b__\bi_\bn_\bd_\be_\bx_\b__\bf_\bo_\br_\bm_\ba_\bt
+       _\b7_\b._\b4_\b._\b1_\b6_\b3  _\bn_\bn_\bt_\bp_\b__\bg_\br_\bo_\bu_\bp_\b__\bi_\bn_\bd_\be_\bx_\b__\bf_\bo_\br_\bm_\ba_\bt
 
        Type: string
 
        personal taste.  This string is similar to ``_\bi_\bn_\bd_\be_\bx_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.116  ,
        page 115)'', but has its own set of printf(3)-like sequences:
 
-       The Mutt Next Generation E-Mail Client                                      128
+       The Mutt Next Generation E-Mail Client                                      129
 
             %C      current newsgroup number
             %d      description of newsgroup (retrieved from server)
             %>X     right justify the rest of the string and pad with character "X"
             %|X     pad to the end of the line with character "X"
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b8  _\bn_\bn_\bt_\bp_\b__\bh_\bo_\bs_\bt
+       _\b7_\b._\b4_\b._\b1_\b6_\b4  _\bn_\bn_\bt_\bp_\b__\bh_\bo_\bs_\bt
 
        Type: string
 
        security risk since the superuser of your machine may read it regardless of the
        file's permissions.
 
-       _\b7_\b._\b4_\b._\b1_\b5_\b9  _\bn_\bn_\bt_\bp_\b__\bi_\bn_\be_\bw_\bs
+       _\b7_\b._\b4_\b._\b1_\b6_\b5  _\bn_\bn_\bt_\bp_\b__\bi_\bn_\be_\bw_\bs
 
        Type: path
 
 
        Example: set inews='/usr/local/bin/inews -hS'
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b0  _\bn_\bn_\bt_\bp_\b__\bl_\bo_\ba_\bd_\b__\bd_\be_\bs_\bc_\br_\bi_\bp_\bt_\bi_\bo_\bn
+       _\b7_\b._\b4_\b._\b1_\b6_\b6  _\bn_\bn_\bt_\bp_\b__\bl_\bo_\ba_\bd_\b__\bd_\be_\bs_\bc_\br_\bi_\bp_\bt_\bi_\bo_\bn
 
        Type: boolean
 
-       The Mutt Next Generation E-Mail Client                                      129
+       The Mutt Next Generation E-Mail Client                                      130
 
        Default: yes
 
        This variable controls whether or not descriptions for newsgroups are to be
        loaded when subscribing to a newsgroup.
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b1  _\bn_\bn_\bt_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk
+       _\b7_\b._\b4_\b._\b1_\b6_\b7  _\bn_\bn_\bt_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk
 
        Type: number
 
        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.).
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b2  _\bn_\bn_\bt_\bp_\b__\bm_\bi_\bm_\be_\b__\bs_\bu_\bb_\bj_\be_\bc_\bt
+       _\b7_\b._\b4_\b._\b1_\b6_\b8  _\bn_\bn_\bt_\bp_\b__\bm_\bi_\bm_\be_\b__\bs_\bu_\bb_\bj_\be_\bc_\bt
 
        Type: boolean
 
 
        N\bNo\bot\bte\be:\b: Only change this setting if you know what you are doing.
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b3  _\bn_\bn_\bt_\bp_\b__\bn_\be_\bw_\bs_\br_\bc
+       _\b7_\b._\b4_\b._\b1_\b6_\b9  _\bn_\bn_\bt_\bp_\b__\bn_\be_\bw_\bs_\br_\bc
 
        Type: path
 
 
             %s      newsserver name
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b4  _\bn_\bn_\bt_\bp_\b__\bp_\ba_\bs_\bs
+       _\b7_\b._\b4_\b._\b1_\b7_\b0  _\bn_\bn_\bt_\bp_\b__\bp_\ba_\bs_\bs
 
        Type: string
 
-       The Mutt Next Generation E-Mail Client                                      130
+       The Mutt Next Generation E-Mail Client                                      131
 
        Default: ''
 
        N\bNo\bot\bte\be:\b: 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.
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b5  _\bn_\bn_\bt_\bp_\b__\bp_\bo_\bs_\bt_\b__\bm_\bo_\bd_\be_\br_\ba_\bt_\be_\bd
+       _\b7_\b._\b4_\b._\b1_\b7_\b1  _\bn_\bn_\bt_\bp_\b__\bp_\bo_\bs_\bt_\b__\bm_\bo_\bd_\be_\br_\ba_\bt_\be_\bd
 
        Type: quadoption
 
        N\bNo\bot\bte\be:\b: if the newsserver does not support posting to that newsgroup or a group
        is totally read-only, that posting will not have any effect.
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b6  _\bn_\bn_\bt_\bp_\b__\br_\be_\bc_\bo_\bn_\bn_\be_\bc_\bt
+       _\b7_\b._\b4_\b._\b1_\b7_\b2  _\bn_\bn_\bt_\bp_\b__\br_\be_\bc_\bo_\bn_\bn_\be_\bc_\bt
 
        Type: quadoption
 
        Controls whether or not Mutt-ng will try to reconnect to a newsserver when the
        was connection lost.
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b7  _\bn_\bn_\bt_\bp_\b__\bs_\ba_\bv_\be_\b__\bu_\bn_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be_\bd
+       _\b7_\b._\b4_\b._\b1_\b7_\b3  _\bn_\bn_\bt_\bp_\b__\bs_\ba_\bv_\be_\b__\bu_\bn_\bs_\bu_\bb_\bs_\bc_\br_\bi_\bb_\be_\bd
 
        Type: boolean
 
        When _\bs_\be_\bt, info about unsubscribed newsgroups will be saved into the ``newsrc''
        file and into the news cache.
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b8  _\bn_\bn_\bt_\bp_\b__\bs_\bh_\bo_\bw_\b__\bn_\be_\bw_\b__\bn_\be_\bw_\bs
+       _\b7_\b._\b4_\b._\b1_\b7_\b4  _\bn_\bn_\bt_\bp_\b__\bs_\bh_\bo_\bw_\b__\bn_\be_\bw_\b__\bn_\be_\bw_\bs
 
        Type: boolean
 
 
        If _\bs_\be_\bt, the newsserver will be asked for new newsgroups on entering the
 
-       The Mutt Next Generation E-Mail Client                                      131
+       The Mutt Next Generation E-Mail Client                                      132
 
        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.
 
-       _\b7_\b._\b4_\b._\b1_\b6_\b9  _\bn_\bn_\bt_\bp_\b__\bs_\bh_\bo_\bw_\b__\bo_\bn_\bl_\by_\b__\bu_\bn_\br_\be_\ba_\bd
+       _\b7_\b._\b4_\b._\b1_\b7_\b5  _\bn_\bn_\bt_\bp_\b__\bs_\bh_\bo_\bw_\b__\bo_\bn_\bl_\by_\b__\bu_\bn_\br_\be_\ba_\bd
 
        Type: boolean
 
        If _\bs_\be_\bt, only subscribed newsgroups that contain unread articles will be dis-
        played in the newsgroup browser.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b0  _\bn_\bn_\bt_\bp_\b__\bu_\bs_\be_\br
+       _\b7_\b._\b4_\b._\b1_\b7_\b6  _\bn_\bn_\bt_\bp_\b__\bu_\bs_\be_\br
 
        Type: string
 
        Your login name on the NNTP server.  If _\bu_\bn_\bs_\be_\bt and the server requires authen-
        tification, Mutt-ng will prompt you for your account name.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b1  _\bn_\bn_\bt_\bp_\b__\bx_\b__\bc_\bo_\bm_\bm_\be_\bn_\bt_\b__\bt_\bo
+       _\b7_\b._\b4_\b._\b1_\b7_\b7  _\bn_\bn_\bt_\bp_\b__\bx_\b__\bc_\bo_\bm_\bm_\be_\bn_\bt_\b__\bt_\bo
 
        Type: boolean
 
        If _\bs_\be_\bt, 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.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b2  _\bo_\bp_\be_\br_\ba_\bt_\bi_\bn_\bg_\b__\bs_\by_\bs_\bt_\be_\bm
+       _\b7_\b._\b4_\b._\b1_\b7_\b8  _\bo_\bp_\be_\br_\ba_\bt_\bi_\bn_\bg_\b__\bs_\by_\bs_\bt_\be_\bm
 
        Type: string
 
 
        It may, for example, look as: ``mutt-ng 1.5.9i (Linux)''.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b3  _\bp_\ba_\bg_\be_\br
+       _\b7_\b._\b4_\b._\b1_\b7_\b9  _\bp_\ba_\bg_\be_\br
 
        Type: path
 
        Default: 'builtin'
 
-       The Mutt Next Generation E-Mail Client                                      132
+       The Mutt Next Generation E-Mail Client                                      133
 
        This variable specifies which pager you would like to use to view messages.
        ``builtin'' means to use the builtin pager, otherwise this variable should
        screen resizes cause lines longer than the screen width to be badly formatted
        in the help menu.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b4  _\bp_\ba_\bg_\be_\br_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt
+       _\b7_\b._\b4_\b._\b1_\b8_\b0  _\bp_\ba_\bg_\be_\br_\b__\bc_\bo_\bn_\bt_\be_\bx_\bt
 
        Type: number
 
        will display the line after the last one on the screen at the top of the next
        page (0 lines of context).
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b5  _\bp_\ba_\bg_\be_\br_\b__\bf_\bo_\br_\bm_\ba_\bt
+       _\b7_\b._\b4_\b._\b1_\b8_\b1  _\bp_\ba_\bg_\be_\br_\b__\bf_\bo_\br_\bm_\ba_\bt
 
        Type: string
 
        sequences are listed in the ``_\b$_\bi_\bn_\bd_\be_\bx_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.116  , page 115)''
        section.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b6  _\bp_\ba_\bg_\be_\br_\b__\bi_\bn_\bd_\be_\bx_\b__\bl_\bi_\bn_\be_\bs
+       _\b7_\b._\b4_\b._\b1_\b8_\b2  _\bp_\ba_\bg_\be_\br_\b__\bi_\bn_\bd_\be_\bx_\b__\bl_\bi_\bn_\be_\bs
 
        Type: number
 
        folder is less than _\bp_\ba_\bg_\be_\br_\b__\bi_\bn_\bd_\be_\bx_\b__\bl_\bi_\bn_\be_\bs, then the index will only use as many
        lines as it needs.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b7  _\bp_\ba_\bg_\be_\br_\b__\bs_\bt_\bo_\bp
+       _\b7_\b._\b4_\b._\b1_\b8_\b3  _\bp_\ba_\bg_\be_\br_\b__\bs_\bt_\bo_\bp
 
        Type: boolean
 
        Default: no
 
-       The Mutt Next Generation E-Mail Client                                      133
+       The Mutt Next Generation E-Mail Client                                      134
 
        When _\bs_\be_\bt, the internal-pager will n\bno\bot\bt move to the next message when you are at
        the end of a message and invoke the _\bn_\be_\bx_\bt_\b-_\bp_\ba_\bg_\be function.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b8  _\bp_\bg_\bp_\b__\ba_\bu_\bt_\bo_\b__\bd_\be_\bc_\bo_\bd_\be
+       _\b7_\b._\b4_\b._\b1_\b8_\b4  _\bp_\bg_\bp_\b__\ba_\bu_\bt_\bo_\b__\bd_\be_\bc_\bo_\bd_\be
 
        Type: boolean
 
        ditional-pgp function, Mutt-ng will automatically check the message for tradi-
        tional pgp.
 
-       _\b7_\b._\b4_\b._\b1_\b7_\b9  _\bp_\bg_\bp_\b__\ba_\bu_\bt_\bo_\bi_\bn_\bl_\bi_\bn_\be
+       _\b7_\b._\b4_\b._\b1_\b8_\b5  _\bp_\bg_\bp_\b__\ba_\bu_\bt_\bo_\bi_\bn_\bl_\bi_\bn_\be
 
        Type: boolean
 
        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 send-
        ing PGP/MIME messages when inline (traditional) would not work.  See also:
-       ``_\b$_\bp_\bg_\bp_\b__\bm_\bi_\bm_\be_\b__\ba_\bu_\bt_\bo (section 7.4.195  , page 137)''.
+       ``_\b$_\bp_\bg_\bp_\b__\bm_\bi_\bm_\be_\b__\ba_\bu_\bt_\bo (section 7.4.201  , page 138)''.
 
        Also note that using the old-style PGP message format is s\bst\btr\bro\bon\bng\bgl\bly\by d\bde\bep\bpr\bre\bec\bca\bat\bte\bed\bd.
        (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b0  _\bp_\bg_\bp_\b__\bc_\bh_\be_\bc_\bk_\b__\be_\bx_\bi_\bt
+       _\b7_\b._\b4_\b._\b1_\b8_\b6  _\bp_\bg_\bp_\b__\bc_\bh_\be_\bc_\bk_\b__\be_\bx_\bi_\bt
 
        Type: boolean
 
        If _\bs_\be_\bt, 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)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b1  _\bp_\bg_\bp_\b__\bc_\bl_\be_\ba_\br_\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b8_\b7  _\bp_\bg_\bp_\b__\bc_\bl_\be_\ba_\br_\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
 
        Note that the use of this format is s\bst\btr\bro\bon\bng\bgl\bly\by d\bde\bep\bpr\bre\bec\bca\bat\bte\bed\bd.  (PGP only)
 
-       The Mutt Next Generation E-Mail Client                                      134
+       The Mutt Next Generation E-Mail Client                                      135
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b2  _\bp_\bg_\bp_\b__\bd_\be_\bc_\bo_\bd_\be_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b8_\b8  _\bp_\bg_\bp_\b__\bd_\be_\bc_\bo_\bd_\be_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
                    multipart/signed attachment when verifying it.
 
              %a
-                   The value of _\b$_\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\ba_\bs (section 7.4.199  , page 138).
+                   The value of _\b$_\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\ba_\bs (section 7.4.205  , page 139).
 
              %r
                    One or more key IDs.
        subdirectory which has been installed on your system alongside the documenta-
        tion.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b3  _\bp_\bg_\bp_\b__\bd_\be_\bc_\br_\by_\bp_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b8_\b9  _\bp_\bg_\bp_\b__\bd_\be_\bc_\br_\by_\bp_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
 
        This command is used to decrypt a PGP encrypted message.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b4  _\bp_\bg_\bp_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bo_\bn_\bl_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b9_\b0  _\bp_\bg_\bp_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bo_\bn_\bl_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
 
        This command is used to encrypt a body part without signing it.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b5  _\bp_\bg_\bp_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b9_\b1  _\bp_\bg_\bp_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        Default: ''
 
-       The Mutt Next Generation E-Mail Client                                      135
+       The Mutt Next Generation E-Mail Client                                      136
 
        This command is used to both sign and encrypt a body part.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b6  _\bp_\bg_\bp_\b__\be_\bn_\bt_\br_\by_\b__\bf_\bo_\br_\bm_\ba_\bt
+       _\b7_\b._\b4_\b._\b1_\b9_\b2  _\bp_\bg_\bp_\b__\be_\bn_\bt_\br_\by_\b__\bf_\bo_\br_\bm_\ba_\bt
 
        Type: string
 
 
        (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b7  _\bp_\bg_\bp_\b__\be_\bx_\bp_\bo_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b9_\b3  _\bp_\bg_\bp_\b__\be_\bx_\bp_\bo_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to export a public key from the user's key ring.  (PGP
        only)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b8  _\bp_\bg_\bp_\b__\bg_\be_\bt_\bk_\be_\by_\bs_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b9_\b4  _\bp_\bg_\bp_\b__\bg_\be_\bt_\bk_\be_\by_\bs_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
-       The Mutt Next Generation E-Mail Client                                      136
+       The Mutt Next Generation E-Mail Client                                      137
 
        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)
 
-       _\b7_\b._\b4_\b._\b1_\b8_\b9  _\bp_\bg_\bp_\b__\bg_\bo_\bo_\bd_\b__\bs_\bi_\bg_\bn
+       _\b7_\b._\b4_\b._\b1_\b9_\b5  _\bp_\bg_\bp_\b__\bg_\bo_\bo_\bd_\b__\bs_\bi_\bg_\bn
 
        Type: regular expression
 
        Default: ''
 
        If you assign a text to this variable, then a PGP signature is only considered
-       verified if the output from _\b$_\bp_\bg_\bp_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.205  , page 139)
+       verified if the output from _\b$_\bp_\bg_\bp_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.211  , page 140)
        contains the text. Use this variable if the exit code from the command is 0
        even for bad signatures.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b0  _\bp_\bg_\bp_\b__\bi_\bg_\bn_\bo_\br_\be_\b__\bs_\bu_\bb_\bk_\be_\by_\bs
+       _\b7_\b._\b4_\b._\b1_\b9_\b6  _\bp_\bg_\bp_\b__\bi_\bg_\bn_\bo_\br_\be_\b__\bs_\bu_\bb_\bk_\be_\by_\bs
 
        Type: boolean
 
        the principal key will inherit the subkeys' capabilities. _\bU_\bn_\bs_\be_\bt this if you
        want to play interesting key selection games.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b1  _\bp_\bg_\bp_\b__\bi_\bm_\bp_\bo_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b9_\b7  _\bp_\bg_\bp_\b__\bi_\bm_\bp_\bo_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to import a key from a message into the user's public key
        ring.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b2  _\bp_\bg_\bp_\b__\bl_\bi_\bs_\bt_\b__\bp_\bu_\bb_\br_\bi_\bn_\bg_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b9_\b8  _\bp_\bg_\bp_\b__\bl_\bi_\bs_\bt_\b__\bp_\bu_\bb_\br_\bi_\bn_\bg_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This format is also generated by the pgpring utility which comes with Mutt-ng.
        (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b3  _\bp_\bg_\bp_\b__\bl_\bi_\bs_\bt_\b__\bs_\be_\bc_\br_\bi_\bn_\bg_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b1_\b9_\b9  _\bp_\bg_\bp_\b__\bl_\bi_\bs_\bt_\b__\bs_\be_\bc_\br_\bi_\bn_\bg_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
 
        This command is used to list the secret key ring's contents.  The output format
 
-       The Mutt Next Generation E-Mail Client                                      137
+       The Mutt Next Generation E-Mail Client                                      138
 
        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)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b4  _\bp_\bg_\bp_\b__\bl_\bo_\bn_\bg_\b__\bi_\bd_\bs
+       _\b7_\b._\b4_\b._\b2_\b0_\b0  _\bp_\bg_\bp_\b__\bl_\bo_\bn_\bg_\b__\bi_\bd_\bs
 
        Type: boolean
 
        If _\bs_\be_\bt, use 64 bit PGP key IDs. _\bU_\bn_\bs_\be_\bt uses the normal 32 bit Key IDs.  (PGP
        only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b5  _\bp_\bg_\bp_\b__\bm_\bi_\bm_\be_\b__\ba_\bu_\bt_\bo
+       _\b7_\b._\b4_\b._\b2_\b0_\b1  _\bp_\bg_\bp_\b__\bm_\bi_\bm_\be_\b__\ba_\bu_\bt_\bo
 
        Type: quadoption
 
        Also note that using the old-style PGP message format is s\bst\btr\bro\bon\bng\bgl\bly\by d\bde\bep\bpr\bre\bec\bca\bat\bte\bed\bd.
        (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b6  _\bp_\bg_\bp_\b__\br_\be_\bp_\bl_\by_\bi_\bn_\bl_\bi_\bn_\be
+       _\b7_\b._\b4_\b._\b2_\b0_\b2  _\bp_\bg_\bp_\b__\br_\be_\bp_\bl_\by_\bi_\bn_\bl_\bi_\bn_\be
 
        Type: boolean
 
        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 send-
        ing PGP/MIME messages when inline (traditional) would not work.  See also:
-       ``_\b$_\bp_\bg_\bp_\b__\bm_\bi_\bm_\be_\b__\ba_\bu_\bt_\bo (section 7.4.195  , page 137)''.
+       ``_\b$_\bp_\bg_\bp_\b__\bm_\bi_\bm_\be_\b__\ba_\bu_\bt_\bo (section 7.4.201  , page 138)''.
 
        Also note that using the old-style PGP message format is s\bst\btr\bro\bon\bng\bgl\bly\by d\bde\bep\bpr\bre\bec\bca\bat\bte\bed\bd.
        (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b7  _\bp_\bg_\bp_\b__\br_\be_\bt_\ba_\bi_\bn_\ba_\bb_\bl_\be_\b__\bs_\bi_\bg_\bs
+       _\b7_\b._\b4_\b._\b2_\b0_\b3  _\bp_\bg_\bp_\b__\br_\be_\bt_\ba_\bi_\bn_\ba_\bb_\bl_\be_\b__\bs_\bi_\bg_\bs
 
        Type: boolean
 
        Default: no
 
-       The Mutt Next Generation E-Mail Client                                      138
+       The Mutt Next Generation E-Mail Client                                      139
 
        If _\bs_\be_\bt, signed and encrypted messages will consist of nested multipart/signed
        and multipart/encrypted body parts.
        the outer layer (multipart/encrypted) can be easily removed, while the inner
        multipart/signed part is retained.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b8  _\bp_\bg_\bp_\b__\bs_\bh_\bo_\bw_\b__\bu_\bn_\bu_\bs_\ba_\bb_\bl_\be
+       _\b7_\b._\b4_\b._\b2_\b0_\b4  _\bp_\bg_\bp_\b__\bs_\bh_\bo_\bw_\b__\bu_\bn_\bu_\bs_\ba_\bb_\bl_\be
 
        Type: boolean
 
        This includes keys which have been revoked, have expired, or have been marked
        as ``disabled'' by the user.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b1_\b9_\b9  _\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\ba_\bs
+       _\b7_\b._\b4_\b._\b2_\b0_\b5  _\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\ba_\bs
 
        Type: string
 
        your private keys to use.  It is recommended that you use the keyid form to
        specify your key (e.g., ``0x00112233'').  (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b0  _\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b0_\b6  _\bp_\bg_\bp_\b__\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to create the detached PGP signature for a multi-
        part/signed PGP/MIME body part.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b1  _\bp_\bg_\bp_\b__\bs_\bo_\br_\bt_\b__\bk_\be_\by_\bs
+       _\b7_\b._\b4_\b._\b2_\b0_\b7  _\bp_\bg_\bp_\b__\bs_\bo_\br_\bt_\b__\bk_\be_\by_\bs
 
        Type: sort order
 
              date
                    sort by key creation date
 
-       The Mutt Next Generation E-Mail Client                                      139
+       The Mutt Next Generation E-Mail Client                                      140
 
              trust
                    sort by the trust of the key
        If you prefer reverse order of the above values, prefix it with ``reverse-''.
        (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b2  _\bp_\bg_\bp_\b__\bs_\bt_\br_\bi_\bc_\bt_\b__\be_\bn_\bc
+       _\b7_\b._\b4_\b._\b2_\b0_\b8  _\bp_\bg_\bp_\b__\bs_\bt_\br_\bi_\bc_\bt_\b__\be_\bn_\bc
 
        Type: boolean
 
        non-verifyable PGP signatures, so only change this if you know what you are
        doing.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b3  _\bp_\bg_\bp_\b__\bt_\bi_\bm_\be_\bo_\bu_\bt
+       _\b7_\b._\b4_\b._\b2_\b0_\b9  _\bp_\bg_\bp_\b__\bt_\bi_\bm_\be_\bo_\bu_\bt
 
        Type: number
 
        The number of seconds after which a cached passphrase will expire if not used.
        Default: 300.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b4  _\bp_\bg_\bp_\b__\bu_\bs_\be_\b__\bg_\bp_\bg_\b__\ba_\bg_\be_\bn_\bt
+       _\b7_\b._\b4_\b._\b2_\b1_\b0  _\bp_\bg_\bp_\b__\bu_\bs_\be_\b__\bg_\bp_\bg_\b__\ba_\bg_\be_\bn_\bt
 
        Type: boolean
 
 
        If _\bs_\be_\bt, Mutt-ng will use a possibly-running gpg-agent process.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b5  _\bp_\bg_\bp_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b1_\b1  _\bp_\bg_\bp_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
 
        This command is used to verify PGP signatures.  (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b6  _\bp_\bg_\bp_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bk_\be_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b1_\b2  _\bp_\bg_\bp_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bk_\be_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to verify key information from the key selection menu.
        (PGP only)
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b7  _\bp_\bi_\bp_\be_\b__\bd_\be_\bc_\bo_\bd_\be
+       _\b7_\b._\b4_\b._\b2_\b1_\b3  _\bp_\bi_\bp_\be_\b__\bd_\be_\bc_\bo_\bd_\be
 
        Type: boolean
 
-       The Mutt Next Generation E-Mail Client                                      140
+       The Mutt Next Generation E-Mail Client                                      141
 
        Default: no
 
        pipe the messages without any preprocessing. When _\bs_\be_\bt, Mutt-ng will weed head-
        ers and will attempt to PGP/MIME decode the messages first.
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b8  _\bp_\bi_\bp_\be_\b__\bs_\be_\bp
+       _\b7_\b._\b4_\b._\b2_\b1_\b4  _\bp_\bi_\bp_\be_\b__\bs_\be_\bp
 
        Type: string
 
        The separator to add between messages when piping a list of tagged messages to
        an external Unix command.
 
-       _\b7_\b._\b4_\b._\b2_\b0_\b9  _\bp_\bi_\bp_\be_\b__\bs_\bp_\bl_\bi_\bt
+       _\b7_\b._\b4_\b._\b2_\b1_\b5  _\bp_\bi_\bp_\be_\b__\bs_\bp_\bl_\bi_\bt
 
        Type: boolean
 
        of tagged messages Mutt-ng will concatenate the messages and will pipe them as
        a single folder.  When _\bs_\be_\bt, Mutt-ng will pipe the messages one by one.  In both
        cases the messages are piped in the current sorted order, and the ``_\b$_\bp_\bi_\bp_\be_\b__\bs_\be_\bp
-       (section 7.4.208  , page 139)'' separator is added after each message.
+       (section 7.4.214  , page 140)'' separator is added after each message.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b0  _\bp_\bo_\bp_\b__\ba_\bu_\bt_\bh_\b__\bt_\br_\by_\b__\ba_\bl_\bl
+       _\b7_\b._\b4_\b._\b2_\b1_\b6  _\bp_\bo_\bp_\b__\ba_\bu_\bt_\bh_\b__\bt_\br_\by_\b__\ba_\bl_\bl
 
        Type: boolean
 
        able. If a method is available but authentication fails, Mutt-ng will not con-
        nect to the POP server.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b1  _\bp_\bo_\bp_\b__\ba_\bu_\bt_\bh_\be_\bn_\bt_\bi_\bc_\ba_\bt_\bo_\br_\bs
+       _\b7_\b._\b4_\b._\b2_\b1_\b7  _\bp_\bo_\bp_\b__\ba_\bu_\bt_\bh_\be_\bn_\bt_\bi_\bc_\ba_\bt_\bo_\br_\bs
 
        Type: string
 
        tication methods are either ``user'', ``apop'' or any SASL mechanism, eg
        ``digest-md5'', ``gssapi'' or ``cram-md5''.
 
-       The Mutt Next Generation E-Mail Client                                      141
+       The Mutt Next Generation E-Mail Client                                      142
 
        This parameter is case-insensitive. If this parameter is _\bu_\bn_\bs_\be_\bt (the default)
        Mutt-ng will try all available methods, in order from most-secure to least-
 
        Example: set pop_authenticators='digest-md5:apop:user'
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b2  _\bp_\bo_\bp_\b__\bd_\be_\bl_\be_\bt_\be
+       _\b7_\b._\b4_\b._\b2_\b1_\b8  _\bp_\bo_\bp_\b__\bd_\be_\bl_\be_\bt_\be
 
        Type: quadoption
 
        server when using the ``fetch-mail'' function.  When _\bu_\bn_\bs_\be_\bt, Mutt-ng will down-
        load messages but also leave them on the POP server.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b3  _\bp_\bo_\bp_\b__\bh_\bo_\bs_\bt
+       _\b7_\b._\b4_\b._\b2_\b1_\b9  _\bp_\bo_\bp_\b__\bh_\bo_\bs_\bt
 
        Type: string
 
        N\bNo\bot\bte\be:\b: 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.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b4  _\bp_\bo_\bp_\b__\bl_\ba_\bs_\bt
+       _\b7_\b._\b4_\b._\b2_\b2_\b0  _\bp_\bo_\bp_\b__\bl_\ba_\bs_\bt
 
        Type: boolean
 
        retrieving only unread messages from the POP server when using the ``fetch-
        mail'' function.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b5  _\bp_\bo_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk
+       _\b7_\b._\b4_\b._\b2_\b2_\b1  _\bp_\bo_\bp_\b__\bm_\ba_\bi_\bl_\b__\bc_\bh_\be_\bc_\bk
 
        Type: number
 
 
        Availability: POP
 
-       The Mutt Next Generation E-Mail Client                                      142
+       The Mutt Next Generation E-Mail Client                                      143
 
        This variable configures how often (in seconds) POP should look for new mail.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b6  _\bp_\bo_\bp_\b__\bp_\ba_\bs_\bs
+       _\b7_\b._\b4_\b._\b2_\b2_\b2  _\bp_\bo_\bp_\b__\bp_\ba_\bs_\bs
 
        Type: string
 
        N\bNo\bot\bte\be:\b: 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.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b7  _\bp_\bo_\bp_\b__\br_\be_\bc_\bo_\bn_\bn_\be_\bc_\bt
+       _\b7_\b._\b4_\b._\b2_\b2_\b3  _\bp_\bo_\bp_\b__\br_\be_\bc_\bo_\bn_\bn_\be_\bc_\bt
 
        Type: quadoption
 
        Controls whether or not Mutt-ng will try to reconnect to a POP server when the
        connection is lost.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b8  _\bp_\bo_\bp_\b__\bu_\bs_\be_\br
+       _\b7_\b._\b4_\b._\b2_\b2_\b4  _\bp_\bo_\bp_\b__\bu_\bs_\be_\br
 
        Type: string
 
 
        This variable defaults to your user name on the local machine.
 
-       _\b7_\b._\b4_\b._\b2_\b1_\b9  _\bp_\bo_\bs_\bt_\b__\bi_\bn_\bd_\be_\bn_\bt_\b__\bs_\bt_\br_\bi_\bn_\bg
+       _\b7_\b._\b4_\b._\b2_\b2_\b5  _\bp_\bo_\bs_\bt_\b__\bi_\bn_\bd_\be_\bn_\bt_\b__\bs_\bt_\br_\bi_\bn_\bg
 
        Type: string
 
        will append this string after the inclusion of a message which is being replied
        to.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b0  _\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be
+       _\b7_\b._\b4_\b._\b2_\b2_\b6  _\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be
 
        Type: quadoption
 
        Default: ask-yes
 
-       The Mutt Next Generation E-Mail Client                                      143
+       The Mutt Next Generation E-Mail Client                                      144
 
        Controls whether or not messages are saved in the ``_\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\bd (section
-       7.4.221  , page 142)'' mailbox when you elect not to send immediately.
+       7.4.227  , page 143)'' mailbox when you elect not to send immediately.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b1  _\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\bd
+       _\b7_\b._\b4_\b._\b2_\b2_\b7  _\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\bd
 
        Type: path
 
        Default: '~/postponed'
 
-       Mutt-ng allows you to indefinitely ``_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be (section 7.4.220  , page 142)
+       Mutt-ng allows you to indefinitely ``_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be (section 7.4.226  , page 143)
        sending a message'' which you are editing.  When you choose to postpone a mes-
        sage, Mutt-ng saves it in the mailbox specified by this variable.  Also see the
-       ``_\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be (section 7.4.220  , page 142)'' variable.
+       ``_\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be (section 7.4.226  , page 143)'' variable.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b2  _\bp_\br_\be_\bc_\bo_\bn_\bn_\be_\bc_\bt
+       _\b7_\b._\b4_\b._\b2_\b2_\b8  _\bp_\br_\be_\bc_\bo_\bn_\bn_\be_\bc_\bt
 
        Type: string
 
        N\bNo\bot\bte\be:\b: For this example to work, you must be able to log in to the remote
        machine without having to enter a password.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b3  _\bp_\br_\bi_\bn_\bt
+       _\b7_\b._\b4_\b._\b2_\b2_\b9  _\bp_\br_\bi_\bn_\bt
 
        Type: quadoption
 
        Controls whether or not Mutt-ng really prints messages.  This is set to _\ba_\bs_\bk_\b-_\bn_\bo
        by default, because some people accidentally hit ``p'' often.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b4  _\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b3_\b0  _\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: path
 
 
        This specifies the command pipe that should be used to print messages.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b5  _\bp_\br_\bi_\bn_\bt_\b__\bd_\be_\bc_\bo_\bd_\be
+       _\b7_\b._\b4_\b._\b2_\b3_\b1  _\bp_\br_\bi_\bn_\bt_\b__\bd_\be_\bc_\bo_\bd_\be
 
        Type: boolean
 
-       The Mutt Next Generation E-Mail Client                                      144
+       The Mutt Next Generation E-Mail Client                                      145
 
        Default: yes
 
        Used in connection with the print-message command.  If this option is _\bs_\be_\bt, the
        message is decoded before it is passed to the external command specified by
-       _\b$_\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.224  , page 143).  If this option is _\bu_\bn_\bs_\be_\bt, no pro-
+       _\b$_\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.230  , page 144).  If this option is _\bu_\bn_\bs_\be_\bt, no pro-
        cessing 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.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b6  _\bp_\br_\bi_\bn_\bt_\b__\bs_\bp_\bl_\bi_\bt
+       _\b7_\b._\b4_\b._\b2_\b3_\b2  _\bp_\br_\bi_\bn_\bt_\b__\bs_\bp_\bl_\bi_\bt
 
        Type: boolean
 
        Default: no
 
        Used in connection with the print-message command.  If this option is _\bs_\be_\bt, the
-       command specified by _\b$_\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.224  , page 143) is executed
+       command specified by _\b$_\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.230  , page 144) is executed
        once for each message which is to be printed.  If this option is _\bu_\bn_\bs_\be_\bt, the
-       command specified by _\b$_\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.224  , page 143) is executed
+       command specified by _\b$_\bp_\br_\bi_\bn_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd (section 7.4.230  , page 144) is executed
        only once, and all the messages are concatenated, with a form feed as the mes-
        sage separator.
 
        Those who use the enscript(1) program's mail-printing mode will most likely
        want to set this option.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b7  _\bp_\br_\bo_\bm_\bp_\bt_\b__\ba_\bf_\bt_\be_\br
+       _\b7_\b._\b4_\b._\b2_\b3_\b3  _\bp_\br_\bo_\bm_\bp_\bt_\b__\ba_\bf_\bt_\be_\br
 
        Type: boolean
 
        Default: yes
 
-       If you use an _\be_\bx_\bt_\be_\br_\bn_\ba_\bl ``_\b$_\bp_\ba_\bg_\be_\br (section 7.4.173  , page 131)'', setting this
+       If you use an _\be_\bx_\bt_\be_\br_\bn_\ba_\bl ``_\b$_\bp_\ba_\bg_\be_\br (section 7.4.179  , page 132)'', 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 _\bu_\bn_\bs_\be_\bt, Mutt-ng will return to the
        index menu when the external pager exits.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b8  _\bq_\bu_\be_\br_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b3_\b4  _\bq_\bu_\be_\br_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: path
 
        query string the user types.  See ``_\bq_\bu_\be_\br_\by (section 4.7  , page 58)'' for more
        information.
 
-       _\b7_\b._\b4_\b._\b2_\b2_\b9  _\bq_\bu_\bi_\bt
+       _\b7_\b._\b4_\b._\b2_\b3_\b5  _\bq_\bu_\bi_\bt
 
        Type: quadoption
 
 
        This variable controls whether ``quit'' and ``exit'' actually quit from Mutt-
 
-       The Mutt Next Generation E-Mail Client                                      145
+       The Mutt Next Generation E-Mail Client                                      146
 
        ng.  If it set to _\by_\be_\bs, they do quit, if it is set to _\bn_\bo, they have no effect,
        and if it is set to _\ba_\bs_\bk_\b-_\by_\be_\bs or _\ba_\bs_\bk_\b-_\bn_\bo, you are prompted for confirmation when
        you try to quit.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b0  _\bq_\bu_\bo_\bt_\be_\b__\be_\bm_\bp_\bt_\by
+       _\b7_\b._\b4_\b._\b2_\b3_\b6  _\bq_\bu_\bo_\bt_\be_\b__\be_\bm_\bp_\bt_\by
 
        Type: boolean
 
        Controls whether or not empty lines will be quoted using ``_\bi_\bn_\bd_\be_\bn_\bt_\b__\bs_\bt_\br_\bi_\bn_\bg (sec-
        tion 7.4.115  , page 115)''.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b1  _\bq_\bu_\bo_\bt_\be_\b__\bq_\bu_\bo_\bt_\be_\bd
+       _\b7_\b._\b4_\b._\b2_\b3_\b7  _\bq_\bu_\bo_\bt_\be_\b__\bq_\bu_\bo_\bt_\be_\bd
 
        Type: boolean
 
        added to the end of existing prefix.  Otherwise, quoted lines will be prepended
        by ``_\bi_\bn_\bd_\be_\bn_\bt_\b__\bs_\bt_\br_\bi_\bn_\bg (section 7.4.115  , page 115)''.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b2  _\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp
+       _\b7_\b._\b4_\b._\b2_\b3_\b8  _\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp
 
        Type: regular expression
 
        set this to a regular expression that matches _\be_\bx_\ba_\bc_\bt_\bl_\by the quote characters at
        the beginning of quoted lines.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b3  _\br_\be_\ba_\bd_\b__\bi_\bn_\bc
+       _\b7_\b._\b4_\b._\b2_\b3_\b9  _\br_\be_\ba_\bd_\b__\bi_\bn_\bc
 
        Type: number
 
        time.  When set to 0, only a single message will appear before the reading the
        mailbox.
 
-       Also see the ``_\b$_\bw_\br_\bi_\bt_\be_\b__\bi_\bn_\bc (section 7.4.346  , page 173)'' variable.
+       Also see the ``_\b$_\bw_\br_\bi_\bt_\be_\b__\bi_\bn_\bc (section 7.4.352  , page 174)'' variable.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b4  _\br_\be_\ba_\bd_\b__\bo_\bn_\bl_\by
+       _\b7_\b._\b4_\b._\b2_\b4_\b0  _\br_\be_\ba_\bd_\b__\bo_\bn_\bl_\by
 
-       The Mutt Next Generation E-Mail Client                                      146
+       The Mutt Next Generation E-Mail Client                                      147
 
        Type: boolean
 
 
        If set, all folders are opened in read-only mode.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b5  _\br_\be_\ba_\bl_\bn_\ba_\bm_\be
+       _\b7_\b._\b4_\b._\b2_\b4_\b1  _\br_\be_\ba_\bl_\bn_\ba_\bm_\be
 
        Type: string
 
        _\bN_\bo_\bt_\be_\b: This variable will _\bn_\bo_\bt be used when the user has set a real name in the
        _\b$_\bf_\br_\bo_\bm (section 7.4.80  , page 107) variable.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b6  _\br_\be_\bc_\ba_\bl_\bl
+       _\b7_\b._\b4_\b._\b2_\b4_\b2  _\br_\be_\bc_\ba_\bl_\bl
 
        Type: quadoption
 
        Default: ask-yes
 
        Controls whether or not Mutt-ng recalls postponed messages when composing a new
-       message.  Also see ``_\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\bd (section 7.4.221  , page 142)''.
+       message.  Also see ``_\b$_\bp_\bo_\bs_\bt_\bp_\bo_\bn_\be_\bd (section 7.4.227  , page 143)''.
 
        Setting this variable to _\by_\be_\bs is not generally useful, and thus not recommended.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b7  _\br_\be_\bc_\bo_\br_\bd
+       _\b7_\b._\b4_\b._\b2_\b4_\b3  _\br_\be_\bc_\bo_\br_\bd
 
        Type: path
 
        another way to do this is using the ``_\bm_\by_\b__\bh_\bd_\br (section 3.16  , page 37)'' com-
        mand to create a Bcc: header field with your email address in it.)
 
-       The value of _\b$_\br_\be_\bc_\bo_\br_\bd _\b(_\bs_\be_\bc_\bt_\bi_\bo_\bn _\b7_\b._\b4_\b._\b2_\b3_\b7  _\b, _\bp_\ba_\bg_\be _\b1_\b4_\b6_\b) is overridden by the
+       The value of _\b$_\br_\be_\bc_\bo_\br_\bd _\b(_\bs_\be_\bc_\bt_\bi_\bo_\bn _\b7_\b._\b4_\b._\b2_\b4_\b3  _\b, _\bp_\ba_\bg_\be _\b1_\b4_\b7_\b) is overridden by the
        ``_\b$_\bf_\bo_\br_\bc_\be_\b__\bn_\ba_\bm_\be (section 7.4.74  , page 106)'' and ``_\b$_\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be (section
-       7.4.248  , page 149)'' variables, and the ``_\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page
-       38)'' command.
+       7.4.254  , page 150)'' variables, and the ``_\bf_\bc_\bc_\b-_\bh_\bo_\bo_\bk (section 3.19  , page
+       39)'' command.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b8  _\br_\be_\bp_\bl_\by_\b__\br_\be_\bg_\be_\bx_\bp
+       _\b7_\b._\b4_\b._\b2_\b4_\b4  _\br_\be_\bp_\bl_\by_\b__\br_\be_\bg_\be_\bx_\bp
 
        Type: regular expression
 
 
        A regular expression used to recognize reply messages when threading and
 
-       The Mutt Next Generation E-Mail Client                                      147
+       The Mutt Next Generation E-Mail Client                                      148
 
        replying. The default value corresponds to the English ``Re:'' and the German
        ``Aw:''.
 
-       _\b7_\b._\b4_\b._\b2_\b3_\b9  _\br_\be_\bp_\bl_\by_\b__\bs_\be_\bl_\bf
+       _\b7_\b._\b4_\b._\b2_\b4_\b5  _\br_\be_\bp_\bl_\by_\b__\bs_\be_\bl_\bf
 
        Type: boolean
 
        that you want to reply to the recipients of that message rather than to your-
        self.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b0  _\br_\be_\bp_\bl_\by_\b__\bt_\bo
+       _\b7_\b._\b4_\b._\b2_\b4_\b6  _\br_\be_\bp_\bl_\by_\b__\bt_\bo
 
        Type: quadoption
 
        header field to the list address and you want to send a private message to the
        author of a message.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b1  _\br_\be_\bs_\bo_\bl_\bv_\be
+       _\b7_\b._\b4_\b._\b2_\b4_\b7  _\br_\be_\bs_\bo_\bl_\bv_\be
 
        Type: boolean
 
        undeleted) message whenever a command that modifies the current message is exe-
        cuted.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b2  _\br_\be_\bv_\be_\br_\bs_\be_\b__\ba_\bl_\bi_\ba_\bs
+       _\b7_\b._\b4_\b._\b2_\b4_\b8  _\br_\be_\bv_\be_\br_\bs_\be_\b__\ba_\bl_\bi_\ba_\bs
 
        Type: boolean
 
 
        It would be displayed in the index menu as ``Joe User'' instead of
 
-       The Mutt Next Generation E-Mail Client                                      148
+       The Mutt Next Generation E-Mail Client                                      149
 
        ``abd30425@somewhere.net.''  This is useful when the person's e-mail address is
        not human friendly (like CompuServe addresses).
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b3  _\br_\be_\bv_\be_\br_\bs_\be_\b__\bn_\ba_\bm_\be
+       _\b7_\b._\b4_\b._\b2_\b4_\b9  _\br_\be_\bv_\be_\br_\bs_\be_\b__\bn_\ba_\bm_\be
 
        Type: boolean
 
        would be used doesn't match your alternates, the From: line will use your
        address on the current machine.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b4  _\br_\be_\bv_\be_\br_\bs_\be_\b__\br_\be_\ba_\bl_\bn_\ba_\bm_\be
+       _\b7_\b._\b4_\b._\b2_\b5_\b0  _\br_\be_\bv_\be_\br_\bs_\be_\b__\br_\be_\ba_\bl_\bn_\ba_\bm_\be
 
        Type: boolean
 
        Default: yes
 
-       This variable fine-tunes the behaviour of the _\br_\be_\bv_\be_\br_\bs_\be_\b__\bn_\ba_\bm_\be (section 7.4.243  ,
-       page 147) feature.  When it is _\bs_\be_\bt, Mutt-ng will use the address from incoming
+       This variable fine-tunes the behaviour of the _\br_\be_\bv_\be_\br_\bs_\be_\b__\bn_\ba_\bm_\be (section 7.4.249  ,
+       page 148) feature.  When it is _\bs_\be_\bt, Mutt-ng will use the address from incoming
        messages as-is, possibly including eventual real names.  When it is _\bu_\bn_\bs_\be_\bt,
        Mutt-ng will override any such real names with the setting of the _\br_\be_\ba_\bl_\bn_\ba_\bm_\be
-       (section 7.4.235  , page 145) variable.
+       (section 7.4.241  , page 146) variable.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b5  _\br_\bf_\bc_\b2_\b0_\b4_\b7_\b__\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br_\bs
+       _\b7_\b._\b4_\b._\b2_\b5_\b1  _\br_\bf_\bc_\b2_\b0_\b4_\b7_\b__\bp_\ba_\br_\ba_\bm_\be_\bt_\be_\br_\bs
 
        Type: boolean
 
        _\bg_\be_\bn_\be_\br_\ba_\bt_\be_\bs this kind of encoding.  Instead, Mutt-ng will unconditionally use the
        encoding specified in RFC 2231.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b6  _\bs_\ba_\bv_\be_\b__\ba_\bd_\bd_\br_\be_\bs_\bs
+       _\b7_\b._\b4_\b._\b2_\b5_\b2  _\bs_\ba_\bv_\be_\b__\ba_\bd_\bd_\br_\be_\bs_\bs
 
        Type: boolean
 
-       The Mutt Next Generation E-Mail Client                                      149
+       The Mutt Next Generation E-Mail Client                                      150
 
        Default: no
 
        If _\bs_\be_\bt, Mutt-ng will take the sender's full address when choosing a default
-       folder for saving a mail. If ``_\b$_\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be (section 7.4.248  , page 149)'' or
+       folder for saving a mail. If ``_\b$_\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be (section 7.4.254  , page 150)'' or
        ``_\b$_\bf_\bo_\br_\bc_\be_\b__\bn_\ba_\bm_\be (section 7.4.74  , page 106)'' is _\bs_\be_\bt too, the selection of the
        fcc folder will be changed as well.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b7  _\bs_\ba_\bv_\be_\b__\be_\bm_\bp_\bt_\by
+       _\b7_\b._\b4_\b._\b2_\b5_\b3  _\bs_\ba_\bv_\be_\b__\be_\bm_\bp_\bt_\by
 
        Type: boolean
 
        Default: yes
 
        When _\bu_\bn_\bs_\be_\bt, mailboxes which contain no saved messages will be removed when
-       closed (the exception is ``_\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.304  , page 162)'' which is
+       closed (the exception is ``_\b$_\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be (section 7.4.310  , page 163)'' which is
        never removed).  If _\bs_\be_\bt, mailboxes are never removed.
 
        N\bNo\bot\bte\be:\b: This only applies to mbox and MMDF folders, Mutt-ng does not delete MH
        and Maildir directories.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b8  _\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be
+       _\b7_\b._\b4_\b._\b2_\b5_\b4  _\bs_\ba_\bv_\be_\b__\bn_\ba_\bm_\be
 
        Type: boolean
 
        (this is done by searching for a mailbox in the ``_\b$_\bf_\bo_\bl_\bd_\be_\br (section 7.4.70  ,
        page 104)'' directory with the _\bu_\bs_\be_\br_\bn_\ba_\bm_\be 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 ``_\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.237  , page 146)'' mailbox.
+       the message is saved to the ``_\b$_\br_\be_\bc_\bo_\br_\bd (section 7.4.243  , page 147)'' mailbox.
 
        Also see the ``_\b$_\bf_\bo_\br_\bc_\be_\b__\bn_\ba_\bm_\be (section 7.4.74  , page 106)'' variable.
 
-       _\b7_\b._\b4_\b._\b2_\b4_\b9  _\bs_\bc_\bo_\br_\be
+       _\b7_\b._\b4_\b._\b2_\b5_\b5  _\bs_\bc_\bo_\br_\be
 
        Type: boolean
 
 
        When this variable is _\bu_\bn_\bs_\be_\bt, scoring is turned off.  This can be useful to
        selectively disable scoring for certain folders when the ``_\b$_\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\b-
-       _\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be (section 7.4.250  , page 149)'' variable and friends are used.
+       _\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be (section 7.4.256  , page 150)'' variable and friends are used.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b0  _\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be
+       _\b7_\b._\b4_\b._\b2_\b5_\b6  _\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bd_\be_\bl_\be_\bt_\be
 
        Type: number
 
        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
 
-       The Mutt Next Generation E-Mail Client                                      150
+       The Mutt Next Generation E-Mail Client                                      151
 
        variable will never mark a message for deletion.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b1  _\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bf_\bl_\ba_\bg
+       _\b7_\b._\b4_\b._\b2_\b5_\b7  _\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\bf_\bl_\ba_\bg
 
        Type: number
 
        Messages which have been assigned a score greater than or equal to this vari-
        able's value are automatically marked ``flagged''.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b2  _\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\br_\be_\ba_\bd
+       _\b7_\b._\b4_\b._\b2_\b5_\b8  _\bs_\bc_\bo_\br_\be_\b__\bt_\bh_\br_\be_\bs_\bh_\bo_\bl_\bd_\b__\br_\be_\ba_\bd
 
        Type: number
 
        scores are always greater than or equal to zero, the default setting of this
        variable will never mark a message read.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b3  _\bs_\be_\bn_\bd_\b__\bc_\bh_\ba_\br_\bs_\be_\bt
+       _\b7_\b._\b4_\b._\b2_\b5_\b9  _\bs_\be_\bn_\bd_\b__\bc_\bh_\ba_\br_\bs_\be_\bt
 
        Type: string
 
        standard character set (such as iso-8859-2, koi8-r or iso-2022-jp) either
        instead of or after iso-8859-1.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b4  _\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl
+       _\b7_\b._\b4_\b._\b2_\b6_\b0  _\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl
 
        Type: path
 
        Mutt-ng expects that the specified program interprets additional arguments as
        recipient addresses.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b5  _\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl_\b__\bw_\ba_\bi_\bt
+       _\b7_\b._\b4_\b._\b2_\b6_\b1  _\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl_\b__\bw_\ba_\bi_\bt
 
        Type: number
 
        Default: 0
 
-       Specifies the number of seconds to wait for the ``_\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.254  ,
-       page 150)'' process to finish before giving up and putting delivery in the
+       Specifies the number of seconds to wait for the ``_\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.260  ,
+       page 151)'' process to finish before giving up and putting delivery in the
        background.
 
-       The Mutt Next Generation E-Mail Client                                      151
+       The Mutt Next Generation E-Mail Client                                      152
 
        Mutt-ng interprets the value of this variable as follows:
 
        will be put in a temporary file.  If there is some error, you will be informed
        as to where to find the output.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b6  _\bs_\bh_\be_\bl_\bl
+       _\b7_\b._\b4_\b._\b2_\b6_\b2  _\bs_\bh_\be_\bl_\bl
 
        Type: path
 
        Command to use when spawning a subshell.  By default, the user's login shell
        from /etc/passwd is used.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b7  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bb_\bo_\bu_\bn_\bd_\ba_\br_\by
+       _\b7_\b._\b4_\b._\b2_\b6_\b3  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bb_\bo_\bu_\bn_\bd_\ba_\br_\by
 
        Type: string
 
        Default: '.'
 
        When the sidebar is displayed and _\b$_\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bs_\bh_\bo_\br_\bt_\be_\bn_\b__\bh_\bi_\be_\br_\ba_\br_\bc_\bh_\by (section
-       7.4.261  , page 152) is _\bs_\be_\bt, this variable specifies the characters at which to
+       7.4.267  , page 153) is _\bs_\be_\bt, this variable specifies the characters at which to
        split a folder name into ``hierarchy items.''
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b8  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bd_\be_\bl_\bi_\bm
+       _\b7_\b._\b4_\b._\b2_\b6_\b4  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bd_\be_\bl_\bi_\bm
 
        Type: string
 
        This specifies the delimiter between the sidebar (if visible) and other
        screens.
 
-       _\b7_\b._\b4_\b._\b2_\b5_\b9  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bn_\be_\bw_\bm_\ba_\bi_\bl_\b__\bo_\bn_\bl_\by
+       _\b7_\b._\b4_\b._\b2_\b6_\b5  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bn_\be_\bw_\bm_\ba_\bi_\bl_\b__\bo_\bn_\bl_\by
 
        Type: boolean
 
 
        If _\bs_\be_\bt, only folders with new mail will be shown in the sidebar.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b0  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bn_\bu_\bm_\bb_\be_\br_\b__\bf_\bo_\br_\bm_\ba_\bt
+       _\b7_\b._\b4_\b._\b2_\b6_\b6  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bn_\bu_\bm_\bb_\be_\br_\b__\bf_\bo_\br_\bm_\ba_\bt
 
        Type: string
 
-       The Mutt Next Generation E-Mail Client                                      152
+       The Mutt Next Generation E-Mail Client                                      153
 
        Default: '%m%?n?(%n)?%?f?[%f]?'
 
        1) These expandos only have a non-zero value for the current mailbox and will
        always be zero otherwise.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b1  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bs_\bh_\bo_\br_\bt_\be_\bn_\b__\bh_\bi_\be_\br_\ba_\br_\bc_\bh_\by
+       _\b7_\b._\b4_\b._\b2_\b6_\b7  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bs_\bh_\bo_\br_\bt_\be_\bn_\b__\bh_\bi_\be_\br_\ba_\br_\bc_\bh_\by
 
        Type: boolean
 
 
        When _\bs_\be_\bt, the ``hierarchy'' of the sidebar entries will be shortened only if
        they cannot be printed in full length (because ``_\b$_\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bw_\bi_\bd_\bt_\bh (section
-       7.4.263  , page 152)'' is set to a too low value). For example, if the news-
+       7.4.269  , page 153)'' is set to a too low value). For example, if the news-
        group 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 _\b$_\bs_\bi_\bd_\be_\b-
-       _\bb_\ba_\br_\b__\bb_\bo_\bu_\bn_\bd_\ba_\br_\by (section 7.4.257  , page 151) variable.
+       _\bb_\ba_\br_\b__\bb_\bo_\bu_\bn_\bd_\ba_\br_\by (section 7.4.263  , page 152) variable.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b2  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bv_\bi_\bs_\bi_\bb_\bl_\be
+       _\b7_\b._\b4_\b._\b2_\b6_\b8  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bv_\bi_\bs_\bi_\bb_\bl_\be
 
        Type: boolean
 
 
        This specifies whether or not to show the sidebar (a list of folders specified
 
-       The Mutt Next Generation E-Mail Client                                      153
+       The Mutt Next Generation E-Mail Client                                      154
 
        with the ``mailboxes'' command).
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b3  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bw_\bi_\bd_\bt_\bh
+       _\b7_\b._\b4_\b._\b2_\b6_\b9  _\bs_\bi_\bd_\be_\bb_\ba_\br_\b__\bw_\bi_\bd_\bt_\bh
 
        Type: number
 
 
        The width of the sidebar.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b4  _\bs_\bi_\bg_\b__\bd_\ba_\bs_\bh_\be_\bs
+       _\b7_\b._\b4_\b._\b2_\b7_\b0  _\bs_\bi_\bg_\b__\bd_\ba_\bs_\bh_\be_\bs
 
        Type: boolean
 
        Default: yes
 
        If set, a line containing ``-- '' (dash, dash, space) will be inserted before
-       your ``_\b$_\bs_\bi_\bg_\bn_\ba_\bt_\bu_\br_\be (section 7.4.266  , page 153)''.  It is s\bst\btr\bro\bon\bng\bgl\bly\by recommended
+       your ``_\b$_\bs_\bi_\bg_\bn_\ba_\bt_\bu_\br_\be (section 7.4.272  , page 154)''.  It is s\bst\btr\bro\bon\bng\bgl\bly\by 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.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b5  _\bs_\bi_\bg_\b__\bo_\bn_\b__\bt_\bo_\bp
+       _\b7_\b._\b4_\b._\b2_\b7_\b1  _\bs_\bi_\bg_\b__\bo_\bn_\b__\bt_\bo_\bp
 
        Type: boolean
 
        know what you are doing, and are prepared to take some heat from netiquette
        guardians.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b6  _\bs_\bi_\bg_\bn_\ba_\bt_\bu_\br_\be
+       _\b7_\b._\b4_\b._\b2_\b7_\b2  _\bs_\bi_\bg_\bn_\ba_\bt_\bu_\br_\be
 
        Type: path
 
        messages.   If the filename ends with a pipe (``|''), it is assumed that file-
        name is a shell command and input should be read from its stdout.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b7  _\bs_\bi_\bg_\bn_\bo_\bf_\bf_\b__\bs_\bt_\br_\bi_\bn_\bg
+       _\b7_\b._\b4_\b._\b2_\b7_\b3  _\bs_\bi_\bg_\bn_\bo_\bf_\bf_\b__\bs_\bt_\br_\bi_\bn_\bg
 
        Type: string
 
        If _\bs_\be_\bt, 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.
 
-       The Mutt Next Generation E-Mail Client                                      154
+       The Mutt Next Generation E-Mail Client                                      155
 
        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 sig-
        noff string.
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b8  _\bs_\bi_\bm_\bp_\bl_\be_\b__\bs_\be_\ba_\br_\bc_\bh
+       _\b7_\b._\b4_\b._\b2_\b7_\b4  _\bs_\bi_\bm_\bp_\bl_\be_\b__\bs_\be_\ba_\br_\bc_\bh
 
        Type: string
 
 
        ~f joe | ~s joe
 
-       _\b7_\b._\b4_\b._\b2_\b6_\b9  _\bs_\bl_\be_\be_\bp_\b__\bt_\bi_\bm_\be
+       _\b7_\b._\b4_\b._\b2_\b7_\b5  _\bs_\bl_\be_\be_\bp_\b__\bt_\bi_\bm_\be
 
        Type: number
 
        the current folder.  The default is to pause one second, so a value of zero for
        this option suppresses the pause.
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b0  _\bs_\bm_\ba_\br_\bt_\b__\bw_\br_\ba_\bp
+       _\b7_\b._\b4_\b._\b2_\b7_\b6  _\bs_\bm_\ba_\br_\bt_\b__\bw_\br_\ba_\bp
 
        Type: boolean
 
        simply wrapped at the screen edge. Also see the ``_\b$_\bm_\ba_\br_\bk_\be_\br_\bs (section 7.4.127  ,
        page 120)'' variable.
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b1  _\bs_\bm_\bi_\bl_\be_\by_\bs
+       _\b7_\b._\b4_\b._\b2_\b7_\b7  _\bs_\bm_\bi_\bl_\be_\by_\bs
 
        Type: regular expression
 
        Default: '(>From )|(:[-^]?[][)(><}{|/DP])'
 
        The _\bp_\ba_\bg_\be_\br uses this variable to catch some common false positives of
-       ``_\b$_\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.232  , page 145)'', most notably smileys in the
+       ``_\b$_\bq_\bu_\bo_\bt_\be_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.238  , page 146)'', most notably smileys in the
        beginning of a line
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b2  _\bs_\bm_\bi_\bm_\be_\b__\ba_\bs_\bk_\b__\bc_\be_\br_\bt_\b__\bl_\ba_\bb_\be_\bl
+       _\b7_\b._\b4_\b._\b2_\b7_\b8  _\bs_\bm_\bi_\bm_\be_\b__\ba_\bs_\bk_\b__\bc_\be_\br_\bt_\b__\bl_\ba_\bb_\be_\bl
 
-       The Mutt Next Generation E-Mail Client                                      155
+       The Mutt Next Generation E-Mail Client                                      156
 
        Type: boolean
 
        cate about to be added to the database or not. It is _\bs_\be_\bt by default.  (S/MIME
        only)
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b3  _\bs_\bm_\bi_\bm_\be_\b__\bc_\ba_\b__\bl_\bo_\bc_\ba_\bt_\bi_\bo_\bn
+       _\b7_\b._\b4_\b._\b2_\b7_\b9  _\bs_\bm_\bi_\bm_\be_\b__\bc_\ba_\b__\bl_\bo_\bc_\ba_\bt_\bi_\bo_\bn
 
        Type: path
 
        This variable contains the name of either a directory, or a file which contains
        trusted certificates for use with OpenSSL.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b4  _\bs_\bm_\bi_\bm_\be_\b__\bc_\be_\br_\bt_\bi_\bf_\bi_\bc_\ba_\bt_\be_\bs
+       _\b7_\b._\b4_\b._\b2_\b8_\b0  _\bs_\bm_\bi_\bm_\be_\b__\bc_\be_\br_\bt_\bi_\bf_\bi_\bc_\ba_\bt_\be_\bs
 
        Type: path
 
        address keyid pairs, and which can be manually edited. This one points to the
        location of the certificates.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b5  _\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bc_\br_\by_\bp_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b8_\b1  _\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bc_\br_\by_\bp_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
                    multipart/signed attachment when verifying it.
 
              %k
-                   The key-pair specified with _\b$_\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt_\b__\bk_\be_\by (section 7.4.277  ,
-                   page 156)
+                   The key-pair specified with _\b$_\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt_\b__\bk_\be_\by (section 7.4.283  ,
+                   page 157)
 
-       The Mutt Next Generation E-Mail Client                                      156
+       The Mutt Next Generation E-Mail Client                                      157
 
              %c
                    One or more certificate IDs.
 
              %C
                    CA location:  Depending on whether _\b$_\bs_\bm_\bi_\bm_\be_\b__\bc_\ba_\b__\bl_\bo_\bc_\ba_\bt_\bi_\bo_\bn (section
-                   7.4.273  , page 155) points to a directory or file, this expands to
-                   '-CApath _\b$_\bs_\bm_\bi_\bm_\be_\b__\bc_\ba_\b__\bl_\bo_\bc_\ba_\bt_\bi_\bo_\bn (section 7.4.273  , page 155)' or
-                   '-CAfile _\b$_\bs_\bm_\bi_\bm_\be_\b__\bc_\ba_\b__\bl_\bo_\bc_\ba_\bt_\bi_\bo_\bn (section 7.4.273  , page 155)'.
+                   7.4.279  , page 156) points to a directory or file, this expands to
+                   '-CApath _\b$_\bs_\bm_\bi_\bm_\be_\b__\bc_\ba_\b__\bl_\bo_\bc_\ba_\bt_\bi_\bo_\bn (section 7.4.279  , page 156)' or
+                   '-CAfile _\b$_\bs_\bm_\bi_\bm_\be_\b__\bc_\ba_\b__\bl_\bo_\bc_\ba_\bt_\bi_\bo_\bn (section 7.4.279  , page 156)'.
 
        For examples on how to configure these formats, see the smime.rc in the sam-
        ples/ subdirectory which has been installed on your system alongside the docu-
        mentation.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b6  _\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bc_\br_\by_\bp_\bt_\b__\bu_\bs_\be_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt_\b__\bk_\be_\by
+       _\b7_\b._\b4_\b._\b2_\b8_\b2  _\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bc_\br_\by_\bp_\bt_\b__\bu_\bs_\be_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt_\b__\bk_\be_\by
 
        Type: boolean
 
        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)
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b7  _\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt_\b__\bk_\be_\by
+       _\b7_\b._\b4_\b._\b2_\b8_\b3  _\bs_\bm_\bi_\bm_\be_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt_\b__\bk_\be_\by
 
        Type: string
 
        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)
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b8  _\bs_\bm_\bi_\bm_\be_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b8_\b4  _\bs_\bm_\bi_\bm_\be_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
 
        This command is used to create encrypted S/MIME messages.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b7_\b9  _\bs_\bm_\bi_\bm_\be_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bw_\bi_\bt_\bh
+       _\b7_\b._\b4_\b._\b2_\b8_\b5  _\bs_\bm_\bi_\bm_\be_\b__\be_\bn_\bc_\br_\by_\bp_\bt_\b__\bw_\bi_\bt_\bh
 
        Type: string
 
 
        If _\bu_\bn_\bs_\be_\bt ``_\b3_\bd_\be_\bs'' (TripleDES) is used.  (S/MIME only)
 
-       The Mutt Next Generation E-Mail Client                                      157
+       The Mutt Next Generation E-Mail Client                                      158
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b0  _\bs_\bm_\bi_\bm_\be_\b__\bg_\be_\bt_\b__\bc_\be_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b8_\b6  _\bs_\bm_\bi_\bm_\be_\b__\bg_\be_\bt_\b__\bc_\be_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to extract X509 certificates from a PKCS7 structure.
        (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b1  _\bs_\bm_\bi_\bm_\be_\b__\bg_\be_\bt_\b__\bc_\be_\br_\bt_\b__\be_\bm_\ba_\bi_\bl_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b8_\b7  _\bs_\bm_\bi_\bm_\be_\b__\bg_\be_\bt_\b__\bc_\be_\br_\bt_\b__\be_\bm_\ba_\bi_\bl_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        tificates, and for verification purposes (to check whether the certificate was
        issued for the sender's mailbox).  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b2  _\bs_\bm_\bi_\bm_\be_\b__\bg_\be_\bt_\b__\bs_\bi_\bg_\bn_\be_\br_\b__\bc_\be_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b8_\b8  _\bs_\bm_\bi_\bm_\be_\b__\bg_\be_\bt_\b__\bs_\bi_\bg_\bn_\be_\br_\b__\bc_\be_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        signature, so that the certificate's owner may get compared to the email's
        ``From:'' header field.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b3  _\bs_\bm_\bi_\bm_\be_\b__\bi_\bm_\bp_\bo_\br_\bt_\b__\bc_\be_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b8_\b9  _\bs_\bm_\bi_\bm_\be_\b__\bi_\bm_\bp_\bo_\br_\bt_\b__\bc_\be_\br_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
 
        This command is used to import a certificate via smime_keysng.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b4  _\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt
+       _\b7_\b._\b4_\b._\b2_\b9_\b0  _\bs_\bm_\bi_\bm_\be_\b__\bi_\bs_\b__\bd_\be_\bf_\ba_\bu_\bl_\bt
 
        Type: boolean
 
        (Note that this variable can be overridden by unsetting _\b$_\bc_\br_\by_\bp_\bt_\b__\ba_\bu_\bt_\bo_\bs_\bm_\bi_\bm_\be (sec-
        tion 7.4.40  , page 98).)  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b5  _\bs_\bm_\bi_\bm_\be_\b__\bk_\be_\by_\bs
+       _\b7_\b._\b4_\b._\b2_\b9_\b1  _\bs_\bm_\bi_\bm_\be_\b__\bk_\be_\by_\bs
 
-       The Mutt Next Generation E-Mail Client                                      158
+       The Mutt Next Generation E-Mail Client                                      159
 
        Type: path
 
        address keyid pair, and which can be manually edited. This one points to the
        location of the private keys.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b6  _\bs_\bm_\bi_\bm_\be_\b__\bp_\bk_\b7_\bo_\bu_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b9_\b2  _\bs_\bm_\bi_\bm_\be_\b__\bp_\bk_\b7_\bo_\bu_\bt_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to extract PKCS7 structures of S/MIME signatures, in order
        to extract the public X509 certificate(s).  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b7  _\bs_\bm_\bi_\bm_\be_\b__\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b9_\b3  _\bs_\bm_\bi_\bm_\be_\b__\bs_\bi_\bg_\bn_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to created S/MIME signatures of type multipart/signed,
        which can be read by all mail clients.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b8  _\bs_\bm_\bi_\bm_\be_\b__\bs_\bi_\bg_\bn_\b__\bo_\bp_\ba_\bq_\bu_\be_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b9_\b4  _\bs_\bm_\bi_\bm_\be_\b__\bs_\bi_\bg_\bn_\b__\bo_\bp_\ba_\bq_\bu_\be_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        pkcs7-signature, which can only be handled by mail clients supporting the
        S/MIME extension.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b8_\b9  _\bs_\bm_\bi_\bm_\be_\b__\bt_\bi_\bm_\be_\bo_\bu_\bt
+       _\b7_\b._\b4_\b._\b2_\b9_\b5  _\bs_\bm_\bi_\bm_\be_\b__\bt_\bi_\bm_\be_\bo_\bu_\bt
 
        Type: number
 
        The number of seconds after which a cached passphrase will expire if not used.
        (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b0  _\bs_\bm_\bi_\bm_\be_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b9_\b6  _\bs_\bm_\bi_\bm_\be_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        Default: ''
 
-       The Mutt Next Generation E-Mail Client                                      159
+       The Mutt Next Generation E-Mail Client                                      160
 
        This command is used to verify S/MIME signatures of type multipart/signed.
        (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b1  _\bs_\bm_\bi_\bm_\be_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bo_\bp_\ba_\bq_\bu_\be_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
+       _\b7_\b._\b4_\b._\b2_\b9_\b7  _\bs_\bm_\bi_\bm_\be_\b__\bv_\be_\br_\bi_\bf_\by_\b__\bo_\bp_\ba_\bq_\bu_\be_\b__\bc_\bo_\bm_\bm_\ba_\bn_\bd
 
        Type: string
 
        This command is used to verify S/MIME signatures of type application/x-
        pkcs7-mime.  (S/MIME only)
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b2  _\bs_\bm_\bt_\bp_\b__\be_\bn_\bv_\be_\bl_\bo_\bp_\be
+       _\b7_\b._\b4_\b._\b2_\b9_\b8  _\bs_\bm_\bt_\bp_\b__\be_\bn_\bv_\be_\bl_\bo_\bp_\be
 
        Type: string
 
        envelope sender but only a particular one which may not be the same as the
        user's desired From: header.
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b3  _\bs_\bm_\bt_\bp_\b__\bh_\bo_\bs_\bt
+       _\b7_\b._\b4_\b._\b2_\b9_\b9  _\bs_\bm_\bt_\bp_\b__\bh_\bo_\bs_\bt
 
        Type: string
 
 
        Defines the SMTP host which will be used to deliver mail, as opposed to invok-
        ing the sendmail binary.  Setting this variable overrides the value of ``_\b$_\bs_\be_\bn_\bd_\b-
-       _\bm_\ba_\bi_\bl (section 7.4.254  , page 150)'', and any associated variables.
+       _\bm_\ba_\bi_\bl (section 7.4.260  , page 151)'', and any associated variables.
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b4  _\bs_\bm_\bt_\bp_\b__\bp_\ba_\bs_\bs
+       _\b7_\b._\b4_\b._\b3_\b0_\b0  _\bs_\bm_\bt_\bp_\b__\bp_\ba_\bs_\bs
 
        Type: string
 
        Availability: SMTP
 
        Defines the password to use with SMTP AUTH.  If ``_\b$_\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\br (section
-       7.4.297  , page 160)'' is set, but this variable is not, you will be prompted
+       7.4.303  , page 161)'' is set, but this variable is not, you will be prompted
        for a password when sending.
 
        N\bNo\bot\bte\be:\b: 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.
 
-       The Mutt Next Generation E-Mail Client                                      160
+       The Mutt Next Generation E-Mail Client                                      161
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b5  _\bs_\bm_\bt_\bp_\b__\bp_\bo_\br_\bt
+       _\b7_\b._\b4_\b._\b3_\b0_\b1  _\bs_\bm_\bt_\bp_\b__\bp_\bo_\br_\bt
 
        Type: number
 
        Defaults to 25, the standard SMTP port, but RFC 2476-compliant SMTP servers
        will probably desire 587, the mail submission port.
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b6  _\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\b__\bt_\bl_\bs
+       _\b7_\b._\b4_\b._\b3_\b0_\b2  _\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\b__\bt_\bl_\bs
 
        Type: string
 
        continue without TLS in case of an error.  Muttng still needs to have SSL sup-
        port enabled in order to use it.
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b7  _\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\br
+       _\b7_\b._\b4_\b._\b3_\b0_\b3  _\bs_\bm_\bt_\bp_\b__\bu_\bs_\be_\br
 
        Type: string
 
        Defines the username to use with SMTP AUTH.  Setting this variable will cause
        Mutt-ng to attempt to use SMTP AUTH when sending.
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b8  _\bs_\bo_\br_\bt
+       _\b7_\b._\b4_\b._\b3_\b0_\b4  _\bs_\bo_\br_\bt
 
        Type: sort order
 
 
        Specifies how to sort messages in the _\bi_\bn_\bd_\be_\bx menu.  Valid values are:
 
-       The Mutt Next Generation E-Mail Client                                      161
+       The Mutt Next Generation E-Mail Client                                      162
 
                date or date-sent
                date-received
        You may optionally use the ``reverse-'' prefix to specify reverse sorting order
        (example: set sort=reverse-date-sent).
 
-       _\b7_\b._\b4_\b._\b2_\b9_\b9  _\bs_\bo_\br_\bt_\b__\ba_\bl_\bi_\ba_\bs
+       _\b7_\b._\b4_\b._\b3_\b0_\b5  _\bs_\bo_\br_\bt_\b__\ba_\bl_\bi_\ba_\bs
 
        Type: sort order
 
                alias (sort alphabetically by alias name)
                unsorted (leave in order specified in .muttrc)
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b0  _\bs_\bo_\br_\bt_\b__\ba_\bu_\bx
+       _\b7_\b._\b4_\b._\b3_\b0_\b6  _\bs_\bo_\br_\bt_\b__\ba_\bu_\bx
 
        Type: sort order
 
 
        When sorting by threads, this variable controls how threads are sorted in rela-
        tion to other threads, and how the branches of the thread trees are sorted.
-       This can be set to any value that ``_\b$_\bs_\bo_\br_\bt (section 7.4.298  , page 160)'' can,
+       This can be set to any value that ``_\b$_\bs_\bo_\br_\bt (section 7.4.304  , page 161)'' 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
        is received in a thread, that thread becomes the last one displayed (or the
        first, if you have set sort=reverse-threads.)
 
-       N\bNo\bot\bte\be:\b: For reversed ``_\b$_\bs_\bo_\br_\bt (section 7.4.298  , page 160)'' order _\b$_\bs_\bo_\br_\bt_\b__\ba_\bu_\bx
-       (section 7.4.300  , page 161) is reversed again (which is not the right thing
+       N\bNo\bot\bte\be:\b: For reversed ``_\b$_\bs_\bo_\br_\bt (section 7.4.304  , page 161)'' order _\b$_\bs_\bo_\br_\bt_\b__\ba_\bu_\bx
+       (section 7.4.306  , page 162) is reversed again (which is not the right thing
        to do, but kept to not break any existing configuration setting).
 
-       The Mutt Next Generation E-Mail Client                                      162
+       The Mutt Next Generation E-Mail Client                                      163
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b1  _\bs_\bo_\br_\bt_\b__\bb_\br_\bo_\bw_\bs_\be_\br
+       _\b7_\b._\b4_\b._\b3_\b0_\b7  _\bs_\bo_\br_\bt_\b__\bb_\br_\bo_\bw_\bs_\be_\br
 
        Type: sort order
 
        You may optionally use the ``reverse-'' prefix to specify reverse sorting order
        (example: set sort_browser=reverse-date).
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b2  _\bs_\bo_\br_\bt_\b__\br_\be
+       _\b7_\b._\b4_\b._\b3_\b0_\b8  _\bs_\bo_\br_\bt_\b__\br_\be
 
        Type: boolean
 
        Default: yes
 
        This variable is only useful when sorting by threads with ``_\b$_\bs_\bt_\br_\bi_\bc_\bt_\b__\bt_\bh_\br_\be_\ba_\bd_\bs
-       (section 7.4.319  , page 167)'' _\bu_\bn_\bs_\be_\bt. In that case, it changes the heuristic
-       Mutt-ng uses to thread messages by subject.  With _\b$_\bs_\bo_\br_\bt_\b__\br_\be (section 7.4.302  ,
-       page 162) _\bs_\be_\bt, Mutt-ng will only attach a message as the child of another mes-
+       (section 7.4.325  , page 168)'' _\bu_\bn_\bs_\be_\bt. In that case, it changes the heuristic
+       Mutt-ng uses to thread messages by subject.  With _\b$_\bs_\bo_\br_\bt_\b__\br_\be (section 7.4.308  ,
+       page 163) _\bs_\be_\bt, Mutt-ng will only attach a message as the child of another mes-
        sage by subject if the subject of the child message starts with a substring
-       matching the setting of ``_\b$_\br_\be_\bp_\bl_\by_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.238  , page 146)''. With
-       _\b$_\bs_\bo_\br_\bt_\b__\br_\be (section 7.4.302  , page 162) _\bu_\bn_\bs_\be_\bt, Mutt-ng will attach the message
+       matching the setting of ``_\b$_\br_\be_\bp_\bl_\by_\b__\br_\be_\bg_\be_\bx_\bp (section 7.4.244  , page 147)''. With
+       _\b$_\bs_\bo_\br_\bt_\b__\br_\be (section 7.4.308  , page 163) _\bu_\bn_\bs_\be_\bt, Mutt-ng will attach the message
        whether or not this is the case, as long as the non-``_\b$_\br_\be_\bp_\bl_\by_\b__\br_\be_\bg_\be_\bx_\bp (section
-       7.4.238  , page 146)'' parts of both messages are identical.
+       7.4.244  , page 147)'' parts of both messages are identical.
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b3  _\bs_\bp_\ba_\bm_\b__\bs_\be_\bp_\ba_\br_\ba_\bt_\bo_\br
+       _\b7_\b._\b4_\b._\b3_\b0_\b9  _\bs_\bp_\ba_\bm_\b__\bs_\be_\bp_\ba_\br_\ba_\bt_\bo_\br
 
        Type: string
 
        Default: ','
 
-       ``_\bs_\bp_\ba_\bm_\b__\bs_\be_\bp_\ba_\br_\ba_\bt_\bo_\br (section 7.4.303  , page 162)'' controls what happens when
+       ``_\bs_\bp_\ba_\bm_\b__\bs_\be_\bp_\ba_\br_\ba_\bt_\bo_\br (section 7.4.309  , page 163)'' controls what happens when
        multiple spam headers are matched: if _\bu_\bn_\bs_\be_\bt, each successive header will over-
        write any previous matches value for the spam label. If _\bs_\be_\bt, each successive
-       match will append to the previous, using ``_\bs_\bp_\ba_\bm_\b__\bs_\be_\bp_\ba_\br_\ba_\bt_\bo_\br (section 7.4.303  ,
-       page 162)'' as a separator.
+       match will append to the previous, using ``_\bs_\bp_\ba_\bm_\b__\bs_\be_\bp_\ba_\br_\ba_\bt_\bo_\br (section 7.4.309  ,
+       page 163)'' as a separator.
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b4  _\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be
+       _\b7_\b._\b4_\b._\b3_\b1_\b0  _\bs_\bp_\bo_\bo_\bl_\bf_\bi_\bl_\be
 
        Type: path
 
 
        If your spool mailbox is in a non-default place where Mutt-ng cannot find it,
 
-       The Mutt Next Generation E-Mail Client                                      163
+       The Mutt Next Generation E-Mail Client                                      164
 
        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.
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b5  _\bs_\bs_\bl_\b__\bc_\ba_\b__\bc_\be_\br_\bt_\bi_\bf_\bi_\bc_\ba_\bt_\be_\bs_\b__\bf_\bi_\bl_\be
+       _\b7_\b._\b4_\b._\b3_\b1_\b1  _\bs_\bs_\bl_\b__\bc_\ba_\b__\bc_\be_\br_\bt_\bi_\bf_\bi_\bc_\ba_\bt_\be_\bs_\b__\bf_\bi_\bl_\be
 
        Type: path
 
 
        Example: set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b6  _\bs_\bs_\bl_\b__\bc_\bl_\bi_\be_\bn_\bt_\b__\bc_\be_\br_\bt
+       _\b7_\b._\b4_\b._\b3_\b1_\b2  _\bs_\bs_\bl_\b__\bc_\bl_\bi_\be_\bn_\bt_\b__\bc_\be_\br_\bt
 
        Type: path
 
 
        The file containing a client certificate and its associated private key.
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b7  _\bs_\bs_\bl_\b__\bf_\bo_\br_\bc_\be_\b__\bt_\bl_\bs
+       _\b7_\b._\b4_\b._\b3_\b1_\b3  _\bs_\bs_\bl_\b__\bf_\bo_\br_\bc_\be_\b__\bt_\bl_\bs
 
        Type: boolean
 
        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 ``_\b$_\bs_\bs_\bl_\b__\bs_\bt_\ba_\br_\bt_\bt_\bl_\bs (section
-       7.4.309  , page 163)''.
+       7.4.315  , page 164)''.
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b8  _\bs_\bs_\bl_\b__\bm_\bi_\bn_\b__\bd_\bh_\b__\bp_\br_\bi_\bm_\be_\b__\bb_\bi_\bt_\bs
+       _\b7_\b._\b4_\b._\b3_\b1_\b4  _\bs_\bs_\bl_\b__\bm_\bi_\bn_\b__\bd_\bh_\b__\bp_\br_\bi_\bm_\be_\b__\bb_\bi_\bt_\bs
 
        Type: number
 
        any Diffie-Hellman key exchange. A value of 0 will use the default from the
        GNUTLS library.
 
-       _\b7_\b._\b4_\b._\b3_\b0_\b9  _\bs_\bs_\bl_\b__\bs_\bt_\ba_\br_\bt_\bt_\bl_\bs
+       _\b7_\b._\b4_\b._\b3_\b1_\b5  _\bs_\bs_\bl_\b__\bs_\bt_\ba_\br_\bt_\bt_\bl_\bs
 
        Type: quadoption
 
-       The Mutt Next Generation E-Mail Client                                      164
+       The Mutt Next Generation E-Mail Client                                      165
 
        Default: yes
 
        ing the capability. When _\bu_\bn_\bs_\be_\bt, Mutt-ng will not attempt to use STARTTLS
        regardless of the server's capabilities.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b0  _\bs_\bs_\bl_\b__\bu_\bs_\be_\b__\bs_\bs_\bl_\bv_\b2
+       _\b7_\b._\b4_\b._\b3_\b1_\b6  _\bs_\bs_\bl_\b__\bu_\bs_\be_\b__\bs_\bs_\bl_\bv_\b2
 
        Type: boolean
 
        This variables specifies whether to attempt to use SSLv2 in the SSL authentica-
        tion process.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b1  _\bs_\bs_\bl_\b__\bu_\bs_\be_\b__\bs_\bs_\bl_\bv_\b3
+       _\b7_\b._\b4_\b._\b3_\b1_\b7  _\bs_\bs_\bl_\b__\bu_\bs_\be_\b__\bs_\bs_\bl_\bv_\b3
 
        Type: boolean
 
        This variables specifies whether to attempt to use SSLv3 in the SSL authentica-
        tion process.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b2  _\bs_\bs_\bl_\b__\bu_\bs_\be_\b__\bt_\bl_\bs_\bv_\b1
+       _\b7_\b._\b4_\b._\b3_\b1_\b8  _\bs_\bs_\bl_\b__\bu_\bs_\be_\b__\bt_\bl_\bs_\bv_\b1
 
        Type: boolean
 
        This variables specifies whether to attempt to use TLSv1 in the SSL authentica-
        tion process.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b3  _\bs_\bs_\bl_\b__\bu_\bs_\be_\bs_\by_\bs_\bt_\be_\bm_\bc_\be_\br_\bt_\bs
+       _\b7_\b._\b4_\b._\b3_\b1_\b9  _\bs_\bs_\bl_\b__\bu_\bs_\be_\bs_\by_\bs_\bt_\be_\bm_\bc_\be_\br_\bt_\bs
 
        Type: boolean
 
        If set to _\by_\be_\bs, Mutt-ng will use CA certificates in the system-wide certificate
        store when checking if server certificate is signed by a trusted CA.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b4  _\bs_\bt_\ba_\bt_\bu_\bs_\b__\bc_\bh_\ba_\br_\bs
+       _\b7_\b._\b4_\b._\b3_\b2_\b0  _\bs_\bt_\ba_\bt_\bu_\bs_\b__\bc_\bh_\ba_\br_\bs
 
-       The Mutt Next Generation E-Mail Client                                      165
+       The Mutt Next Generation E-Mail Client                                      166
 
        Type: string
 
        Default: '-*%A'
 
        Controls the characters used by the ``%r'' indicator in ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (sec-
-       tion 7.4.315  , page 164)''. The first character is used when the mailbox is
+       tion 7.4.321  , page 165)''. 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
        been opened in attach-message mode (Certain operations like composing a new
        mail, replying, forwarding, etc. are not permitted in this mode).
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b5  _\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt
+       _\b7_\b._\b4_\b._\b3_\b2_\b1  _\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt
 
        Type: string
 
              %m
                    the number of messages in the mailbox *
 
-       The Mutt Next Generation E-Mail Client                                      166
+       The Mutt Next Generation E-Mail Client                                      167
 
              %M
                    the number of messages shown (i.e., which match the current limit)
 
              %r
                    modified/read-only/won't-write/attach-message indicator, according
-                   to _\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bc_\bh_\ba_\br_\bs (section 7.4.314  , page 164)
+                   to _\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bc_\bh_\ba_\br_\bs (section 7.4.320  , page 165)
 
              %s
-                   current sorting mode (_\b$_\bs_\bo_\br_\bt (section 7.4.298  , page 160))
+                   current sorting mode (_\b$_\bs_\bo_\br_\bt (section 7.4.304  , page 161))
 
              %S
-                   current aux sorting method (_\b$_\bs_\bo_\br_\bt_\b__\ba_\bu_\bx (section 7.4.300  , page
-                   161))
+                   current aux sorting method (_\b$_\bs_\bo_\br_\bt_\b__\ba_\bu_\bx (section 7.4.306  , page
+                   162))
 
              %t
                    number of tagged messages *
 
        %?<sequence_char>?<optional_string>?
 
-       The Mutt Next Generation E-Mail Client                                      167
+       The Mutt Next Generation E-Mail Client                                      168
 
        where _\bs_\be_\bq_\bu_\be_\bn_\bc_\be_\b__\bc_\bh_\ba_\br is a character from the table above, and _\bo_\bp_\bt_\bi_\bo_\bn_\ba_\bl_\b__\bs_\bt_\br_\bi_\bn_\bg is
        the string you would like printed if _\bs_\be_\bq_\bu_\be_\bn_\bc_\be_\b__\bc_\bh_\ba_\br is nonzero.  _\bo_\bp_\bt_\bi_\bo_\bn_\ba_\bl_\b__\bs_\bt_\br_\bi_\bn_\bg
        replace any dots in the expansion by underscores. This might be helpful with
        IMAP folders that don't like dots in folder names.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b6  _\bs_\bt_\ba_\bt_\bu_\bs_\b__\bo_\bn_\b__\bt_\bo_\bp
+       _\b7_\b._\b4_\b._\b3_\b2_\b2  _\bs_\bt_\ba_\bt_\bu_\bs_\b__\bo_\bn_\b__\bt_\bo_\bp
 
        Type: boolean
 
        Setting this variable causes the ``status bar'' to be displayed on the first
        line of the screen rather than near the bottom.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b7  _\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\ba_\bi_\bl_\bt_\bo
+       _\b7_\b._\b4_\b._\b3_\b2_\b3  _\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\ba_\bi_\bl_\bt_\bo
 
        Type: boolean
 
        message including headers will be shown in the editor regardless of what
        ``_\b$_\be_\bd_\bi_\bt_\b__\bh_\be_\ba_\bd_\be_\br_\bs (section 7.4.59  , page 102)'' is set to.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b8  _\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\bi_\bm_\be
+       _\b7_\b._\b4_\b._\b3_\b2_\b4  _\bs_\bt_\br_\bi_\bc_\bt_\b__\bm_\bi_\bm_\be
 
        Type: boolean
 
-       The Mutt Next Generation E-Mail Client                                      168
+       The Mutt Next Generation E-Mail Client                                      169
 
        Default: yes
 
        a single space to prevent the display of MIME-encoded ``Subject:'' header field
        from being devided into multiple lines.
 
-       _\b7_\b._\b4_\b._\b3_\b1_\b9  _\bs_\bt_\br_\bi_\bc_\bt_\b__\bt_\bh_\br_\be_\ba_\bd_\bs
+       _\b7_\b._\b4_\b._\b3_\b2_\b5  _\bs_\bt_\br_\bi_\bc_\bt_\b__\bt_\bh_\br_\be_\ba_\bd_\bs
 
        Type: boolean
 
        Default: no
 
        If _\bs_\be_\bt, threading will only make use of the ``In-Reply-To:'' and ``Refer-
-       ences:'' header fields when you ``_\b$_\bs_\bo_\br_\bt (section 7.4.298  , page 160)'' by mes-
+       ences:'' header fields when you ``_\b$_\bs_\bo_\br_\bt (section 7.4.304  , page 161)'' by mes-
        sage 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.
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b0  _\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs
+       _\b7_\b._\b4_\b._\b3_\b2_\b6  _\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs
 
        Type: boolean
 
        Default: no
 
        When _\bs_\be_\bt, mutt-ng will remove the trailing part of the ``Subject:'' line which
-       matches _\b$_\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs_\b__\br_\be_\bg_\be_\bx (section 7.4.321  , page 168) when replying. This is
+       matches _\b$_\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs_\b__\br_\be_\bg_\be_\bx (section 7.4.327  , page 169) when replying. This is
        useful to properly react on subject changes and reduce ``subject noise.'' (esp.
        in Usenet)
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b1  _\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs_\b__\br_\be_\bg_\be_\bx
+       _\b7_\b._\b4_\b._\b3_\b2_\b7  _\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs_\b__\br_\be_\bg_\be_\bx
 
        Type: regular expression
 
        Default: '\([Ww][Aa][RrSs]: .*\)[ ]*$'
 
-       When non-empty and _\b$_\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs (section 7.4.320  , page 168) is _\bs_\be_\bt, mutt-ng
+       When non-empty and _\b$_\bs_\bt_\br_\bi_\bp_\b__\bw_\ba_\bs (section 7.4.326  , page 169) is _\bs_\be_\bt, mutt-ng
        will remove this trailing part of the ``Subject'' line when replying if it
        won't be empty afterwards.
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b2  _\bs_\bt_\bu_\bf_\bf_\b__\bq_\bu_\bo_\bt_\be_\bd
+       _\b7_\b._\b4_\b._\b3_\b2_\b8  _\bs_\bt_\bu_\bf_\bf_\b__\bq_\bu_\bo_\bt_\be_\bd
 
        Type: boolean
 
        If _\bs_\be_\bt, attachments with flowed format will have their quoting ``stuffed'',
        i.e. a space will be inserted between the quote characters and the actual text.
 
-       The Mutt Next Generation E-Mail Client                                      169
+       The Mutt Next Generation E-Mail Client                                      170
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b3  _\bs_\bu_\bs_\bp_\be_\bn_\bd
+       _\b7_\b._\b4_\b._\b3_\b2_\b9  _\bs_\bu_\bs_\bp_\be_\bn_\bd
 
        Type: boolean
 
        usually CTRL+Z. This is useful if you run Mutt-ng inside an xterm using a com-
        mand like ``xterm -e muttng.''
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b4  _\bt_\be_\bx_\bt_\b__\bf_\bl_\bo_\bw_\be_\bd
+       _\b7_\b._\b4_\b._\b3_\b3_\b0  _\bt_\be_\bx_\bt_\b__\bf_\bl_\bo_\bw_\be_\bd
 
        Type: boolean
 
        Note that _\b$_\bi_\bn_\bd_\be_\bn_\bt_\b__\bs_\bt_\br_\bi_\bn_\bg (section 7.4.115  , page 115) is ignored when this
        option is set.
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b5  _\bt_\bh_\bo_\br_\bo_\bu_\bg_\bh_\b__\bs_\be_\ba_\br_\bc_\bh
+       _\b7_\b._\b4_\b._\b3_\b3_\b1  _\bt_\bh_\bo_\br_\bo_\bu_\bg_\bh_\b__\bs_\be_\ba_\br_\bc_\bh
 
        Type: boolean
 
        to be searched are decoded before searching.  If _\bu_\bn_\bs_\be_\bt, messages are searched
        as they appear in the folder.
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b6  _\bt_\bh_\br_\be_\ba_\bd_\b__\br_\be_\bc_\be_\bi_\bv_\be_\bd
+       _\b7_\b._\b4_\b._\b3_\b3_\b2  _\bt_\bh_\br_\be_\ba_\bd_\b__\br_\be_\bc_\be_\bi_\bv_\be_\bd
 
        Type: boolean
 
        When _\bs_\be_\bt, Mutt-ng uses the date received rather than the date sent to thread
        messages by subject.
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b7  _\bt_\bi_\bl_\bd_\be
+       _\b7_\b._\b4_\b._\b3_\b3_\b3  _\bt_\bi_\bl_\bd_\be
 
        Type: boolean
 
        When _\bs_\be_\bt, the internal-pager will pad blank lines to the bottom of the screen
        with a tilde (~).
 
-       The Mutt Next Generation E-Mail Client                                      170
+       The Mutt Next Generation E-Mail Client                                      171
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b8  _\bt_\bi_\bm_\be_\bo_\bu_\bt
+       _\b7_\b._\b4_\b._\b3_\b3_\b4  _\bt_\bi_\bm_\be_\bo_\bu_\bt
 
        Type: number
 
        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.
 
-       _\b7_\b._\b4_\b._\b3_\b2_\b9  _\bt_\bm_\bp_\bd_\bi_\br
+       _\b7_\b._\b4_\b._\b3_\b3_\b5  _\bt_\bm_\bp_\bd_\bi_\br
 
        Type: path
 
        set, the environment variable $TMPDIR is used.  If $TMPDIR is not set then
        '/tmp' is used.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b0  _\bt_\bo_\b__\bc_\bh_\ba_\br_\bs
+       _\b7_\b._\b4_\b._\b3_\b3_\b6  _\bt_\bo_\b__\bc_\bh_\ba_\br_\bs
 
        Type: string
 
        indicate mail that was sent by _\by_\bo_\bu.  The sixth character is used to indicate
        when a mail was sent to a mailing-list you're subscribe to (default: L).
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b1  _\bt_\br_\ba_\bs_\bh
+       _\b7_\b._\b4_\b._\b3_\b3_\b7  _\bt_\br_\ba_\bs_\bh
 
        Type: path
 
        N\bNo\bot\bte\be: When you delete a message in the trash folder, it is really deleted, so
        that there is no way to recover mail.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b2  _\bt_\bu_\bn_\bn_\be_\bl
+       _\b7_\b._\b4_\b._\b3_\b3_\b8  _\bt_\bu_\bn_\bn_\be_\bl
 
        Type: string
 
        Default: ''
 
-       The Mutt Next Generation E-Mail Client                                      171
+       The Mutt Next Generation E-Mail Client                                      172
 
        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 connec-
        N\bNo\bot\bte\be:\b: For this example to work you must be able to log in to the remote machine
        without having to enter a password.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b3  _\bu_\bm_\ba_\bs_\bk
+       _\b7_\b._\b4_\b._\b3_\b3_\b9  _\bu_\bm_\ba_\bs_\bk
 
        Type: number
 
        This sets the umask that will be used by Mutt-ng when creating all kinds of
        files. If _\bu_\bn_\bs_\be_\bt, the default value is 077.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b4  _\bu_\bn_\bc_\bo_\bl_\bl_\ba_\bp_\bs_\be_\b__\bj_\bu_\bm_\bp
+       _\b7_\b._\b4_\b._\b3_\b4_\b0  _\bu_\bn_\bc_\bo_\bl_\bl_\ba_\bp_\bs_\be_\b__\bj_\bu_\bm_\bp
 
        Type: boolean
 
        When _\bs_\be_\bt, Mutt-ng will jump to the next unread message, if any, when the cur-
        rent thread is _\bu_\bncollapsed.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b5  _\bu_\bs_\be_\b__\b8_\bb_\bi_\bt_\bm_\bi_\bm_\be
+       _\b7_\b._\b4_\b._\b3_\b4_\b1  _\bu_\bs_\be_\b__\b8_\bb_\bi_\bt_\bm_\bi_\bm_\be
 
        Type: boolean
 
        with the SMTP support via libESMTP.  Otherwise you may not be able to send
        mail.
 
-       When _\bs_\be_\bt, Mutt-ng will either invoke ``_\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.254  , page
-       150)'' with the -B8BITMIME flag when sending 8-bit messages to enable ESMTP
+       When _\bs_\be_\bt, Mutt-ng will either invoke ``_\b$_\bs_\be_\bn_\bd_\bm_\ba_\bi_\bl (section 7.4.260  , page
+       151)'' with the -B8BITMIME flag when sending 8-bit messages to enable ESMTP
        negotiation or tell libESMTP to do so.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b6  _\bu_\bs_\be_\b__\bd_\bo_\bm_\ba_\bi_\bn
+       _\b7_\b._\b4_\b._\b3_\b4_\b2  _\bu_\bs_\be_\b__\bd_\bo_\bm_\ba_\bi_\bn
 
        Type: boolean
 
        tion) with the value of ``_\b$_\bh_\bo_\bs_\bt_\bn_\ba_\bm_\be (section 7.4.95  , page 110)''.  If _\bu_\bn_\bs_\be_\bt,
        no addresses will be qualified.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b7  _\bu_\bs_\be_\b__\bf_\br_\bo_\bm
+       _\b7_\b._\b4_\b._\b3_\b4_\b3  _\bu_\bs_\be_\b__\bf_\br_\bo_\bm
 
-       The Mutt Next Generation E-Mail Client                                      172
+       The Mutt Next Generation E-Mail Client                                      173
 
        Type: boolean
 
        sages. If _\bu_\bn_\bs_\be_\bt, no ``From:'' header field will be generated unless the user
        explicitly sets one using the ``_\bm_\by_\b__\bh_\bd_\br (section 3.16  , page 37)'' command.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b8  _\bu_\bs_\be_\b__\bi_\bd_\bn
+       _\b7_\b._\b4_\b._\b3_\b4_\b4  _\bu_\bs_\be_\b__\bi_\bd_\bn
 
        Type: boolean
 
        N\bNo\bot\bte\be:\b: You can use IDNs for addresses even if this is _\bu_\bn_\bs_\be_\bt.  This variable only
        affects decoding.
 
-       _\b7_\b._\b4_\b._\b3_\b3_\b9  _\bu_\bs_\be_\b__\bi_\bp_\bv_\b6
+       _\b7_\b._\b4_\b._\b3_\b4_\b5  _\bu_\bs_\be_\b__\bi_\bp_\bv_\b6
 
        Type: boolean
 
        If this option is _\bu_\bn_\bs_\be_\bt, Mutt-ng will restrict itself to IPv4 addresses.  Nor-
        mally, the default should work.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b0  _\bv_\bi_\bs_\bu_\ba_\bl
+       _\b7_\b._\b4_\b._\b3_\b4_\b6  _\bv_\bi_\bs_\bu_\ba_\bl
 
        Type: path
 
        Specifies the visual editor to invoke when the _\b~_\bv command is given in the
        builtin editor.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b1  _\bw_\ba_\bi_\bt_\b__\bk_\be_\by
+       _\b7_\b._\b4_\b._\b3_\b4_\b7  _\bw_\ba_\bi_\bt_\b__\bk_\be_\by
 
        Type: boolean
 
 
        When _\bs_\be_\bt, Mutt-ng will always ask for a key. When _\bu_\bn_\bs_\be_\bt, Mutt-ng will wait for
 
-       The Mutt Next Generation E-Mail Client                                      173
+       The Mutt Next Generation E-Mail Client                                      174
 
        a key only if the external command returned a non-zero status.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b2  _\bw_\be_\be_\bd
+       _\b7_\b._\b4_\b._\b3_\b4_\b8  _\bw_\be_\be_\bd
 
        Type: boolean
 
        When _\bs_\be_\bt, Mutt-ng will weed headers when displaying, forwarding, printing, or
        replying to messages.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b3  _\bw_\br_\ba_\bp_\b__\bs_\be_\ba_\br_\bc_\bh
+       _\b7_\b._\b4_\b._\b3_\b4_\b9  _\bw_\br_\ba_\bp_\b__\bs_\be_\ba_\br_\bc_\bh
 
        Type: boolean
 
        When _\bs_\be_\bt, searches will wrap around the first (or last) message. When _\bu_\bn_\bs_\be_\bt,
        searches will not wrap.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b4  _\bw_\br_\ba_\bp_\bm_\ba_\br_\bg_\bi_\bn
+       _\b7_\b._\b4_\b._\b3_\b5_\b0  _\bw_\br_\ba_\bp_\bm_\ba_\br_\bg_\bi_\bn
 
        Type: number
 
        Controls the size of the margin remaining at the right side of the terminal
        when Mutt-ng's pager does smart wrapping.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b5  _\bw_\br_\bi_\bt_\be_\b__\bb_\bc_\bc
+       _\b7_\b._\b4_\b._\b3_\b5_\b1  _\bw_\br_\bi_\bt_\be_\b__\bb_\bc_\bc
 
        Type: boolean
 
        Controls whether Mutt-ng writes out the Bcc header when preparing messages to
        be sent.  Exim users may wish to _\bu_\bn_\bs_\be_\bt this.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b6  _\bw_\br_\bi_\bt_\be_\b__\bi_\bn_\bc
+       _\b7_\b._\b4_\b._\b3_\b5_\b2  _\bw_\br_\bi_\bt_\be_\b__\bi_\bn_\bc
 
        Type: number
 
        indicate progress.  If set to 0, only a single message will be displayed before
        writing a mailbox.
 
-       Also see the ``_\b$_\br_\be_\ba_\bd_\b__\bi_\bn_\bc (section 7.4.233  , page 145)'' variable.
+       Also see the ``_\b$_\br_\be_\ba_\bd_\b__\bi_\bn_\bc (section 7.4.239  , page 146)'' variable.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b7  _\bx_\bt_\be_\br_\bm_\b__\bi_\bc_\bo_\bn
+       _\b7_\b._\b4_\b._\b3_\b5_\b3  _\bx_\bt_\be_\br_\bm_\b__\bi_\bc_\bo_\bn
 
-       The Mutt Next Generation E-Mail Client                                      174
+       The Mutt Next Generation E-Mail Client                                      175
 
        Type: string
 
        Default: 'M%?n?AIL&ail?'
 
        Controls the format of the X11 icon title, as long as _\b$_\bx_\bt_\be_\br_\bm_\b__\bs_\be_\bt_\b__\bt_\bi_\bt_\bl_\be_\bs (sec-
-       tion 7.4.349  , page 174) is _\bs_\be_\bt. This string is identical in formatting to the
-       one used by ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.315  , page 164)''.
+       tion 7.4.355  , page 175) is _\bs_\be_\bt. This string is identical in formatting to the
+       one used by ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.321  , page 165)''.
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b8  _\bx_\bt_\be_\br_\bm_\b__\bl_\be_\ba_\bv_\be
+       _\b7_\b._\b4_\b._\b3_\b5_\b4  _\bx_\bt_\be_\br_\bm_\b__\bl_\be_\ba_\bv_\be
 
        Type: string
 
        Default: ''
 
-       If _\b$_\bx_\bt_\be_\br_\bm_\b__\bs_\be_\bt_\b__\bt_\bi_\bt_\bl_\be_\bs (section 7.4.349  , page 174) is _\bs_\be_\bt, this string will be
+       If _\b$_\bx_\bt_\be_\br_\bm_\b__\bs_\be_\bt_\b__\bt_\bi_\bt_\bl_\be_\bs (section 7.4.355  , page 175) is _\bs_\be_\bt, 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.
        set xterm_leave = '`test x$DISPLAY != x && xprop -id $WINDOWID | grep WM_NAME |
        cut -d ''' -f 2`'
 
-       _\b7_\b._\b4_\b._\b3_\b4_\b9  _\bx_\bt_\be_\br_\bm_\b__\bs_\be_\bt_\b__\bt_\bi_\bt_\bl_\be_\bs
+       _\b7_\b._\b4_\b._\b3_\b5_\b5  _\bx_\bt_\be_\br_\bm_\b__\bs_\be_\bt_\b__\bt_\bi_\bt_\bl_\be_\bs
 
        Type: boolean
 
        you're in an appropriate terminal). The default must be _\bu_\bn_\bs_\be_\bt to force in the
        validity checking.
 
-       _\b7_\b._\b4_\b._\b3_\b5_\b0  _\bx_\bt_\be_\br_\bm_\b__\bt_\bi_\bt_\bl_\be
+       _\b7_\b._\b4_\b._\b3_\b5_\b6  _\bx_\bt_\be_\br_\bm_\b__\bt_\bi_\bt_\bl_\be
 
        Type: string
 
        Default: 'Mutt-ng with %?m?%m messages&no messages?%?n? [%n New]?'
 
        Controls the format of the title bar of the xterm provided that
-       _\b$_\bx_\bt_\be_\br_\bm_\b__\bs_\be_\bt_\b__\bt_\bi_\bt_\bl_\be_\bs (section 7.4.349  , page 174) has been _\bs_\be_\bt. This string is
-       identical in formatting to the one used by ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.315  ,
-       page 164)''.
+       _\b$_\bx_\bt_\be_\br_\bm_\b__\bs_\be_\bt_\b__\bt_\bi_\bt_\bl_\be_\bs (section 7.4.355  , page 175) has been _\bs_\be_\bt. This string is
+       identical in formatting to the one used by ``_\b$_\bs_\bt_\ba_\bt_\bu_\bs_\b__\bf_\bo_\br_\bm_\ba_\bt (section 7.4.321  ,
+       page 165)''.
 
        _\b7_\b._\b5  _\bF_\bu_\bn_\bc_\bt_\bi_\bo_\bn_\bs
 
        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 _\bb_\bi_\bn_\bd (section 3.5  , page 26) command.
+       with the _\bb_\bi_\bn_\bd (section 3.5  , page 27) command.
 
        _\b7_\b._\b5_\b._\b1  _\bg_\be_\bn_\be_\br_\bi_\bc
 
-       The Mutt Next Generation E-Mail Client                                      175
+       The Mutt Next Generation E-Mail Client                                      176
 
        The _\bg_\be_\bn_\be_\br_\bi_\bc menu is not a real menu, but specifies common functions (such as
        movement) available in all menus except for _\bp_\ba_\bg_\be_\br and _\be_\bd_\bi_\bt_\bo_\br.  Changing set-
 
        _\b7_\b._\b5_\b._\b2  _\bi_\bn_\bd_\be_\bx
 
-       The Mutt Next Generation E-Mail Client                                      176
+       The Mutt Next Generation E-Mail Client                                      177
 
             bounce-message             b   remail a message to another user
             change-folder              c   open a different folder
             show-version               V   show the Mutt-ng version number and date
             show-limit             ESC l   show currently active limit pattern, if any
 
-       The Mutt Next Generation E-Mail Client                                      177
+       The Mutt Next Generation E-Mail Client                                      178
 
             sort-mailbox               o   sort messages
             sort-reverse               O   sort messages in reverse order
 
        _\b7_\b._\b5_\b._\b3  _\bp_\ba_\bg_\be_\br
 
-       The Mutt Next Generation E-Mail Client                                      178
+       The Mutt Next Generation E-Mail Client                                      179
 
             bottom             not bound   jump to the bottom of the message
             bounce-message             b   remail a message to another user
             recall-message             R   recall a postponed message
             redraw-screen             ^L   clear and redraw the screen
 
-       The Mutt Next Generation E-Mail Client                                      179
+       The Mutt Next Generation E-Mail Client                                      180
 
             reply                      r   reply to a message
             save-message               s   save message/attachment to a file
 
        _\b7_\b._\b5_\b._\b6  _\ba_\bt_\bt_\ba_\bc_\bh
 
-       The Mutt Next Generation E-Mail Client                                      180
+       The Mutt Next Generation E-Mail Client                                      181
 
             bounce-message             b   remail a message to another user
             collapse-parts             v   toggle display of subparts
 
        _\b7_\b._\b5_\b._\b7  _\bc_\bo_\bm_\bp_\bo_\bs_\be
 
-       The Mutt Next Generation E-Mail Client                                      181
+       The Mutt Next Generation E-Mail Client                                      182
 
             attach-file                a   attach a file(s) to this message
             attach-message             A   attach message(s) to this message
 
        _\b7_\b._\b5_\b._\b9  _\bb_\br_\bo_\bw_\bs_\be_\br
 
-       The Mutt Next Generation E-Mail Client                                      182
+       The Mutt Next Generation E-Mail Client                                      183
 
             change-dir                 c   change directories
             check-new                TAB   check mailboxes for new mail
 
        _\b8_\b.  _\bM_\bi_\bs_\bc_\be_\bl_\bl_\ba_\bn_\by
 
-       The Mutt Next Generation E-Mail Client                                      183
+       The Mutt Next Generation E-Mail Client                                      184
 
        _\b8_\b._\b1  _\bA_\bc_\bk_\bn_\bo_\bw_\bl_\be_\bd_\bg_\bm_\be_\bn_\bt_\bs
 
 
        Felix von Leitner (a.k.a ``Fefe'') <leitner@math.fu-berlin.de>,
 
-       The Mutt Next Generation E-Mail Client                                      184
+       The Mutt Next Generation E-Mail Client                                      185
 
        Brandon Long <blong@fiction.net>,
 
 
        Elimar Riesebieter <riesebie@lxtec.de>
 
-       The Mutt Next Generation E-Mail Client                                      185
+       The Mutt Next Generation E-Mail Client                                      186
 
        _\b8_\b._\b2  _\bA_\bb_\bo_\bu_\bt _\bt_\bh_\bi_\bs _\bd_\bo_\bc_\bu_\bm_\be_\bn_\bt
 
        This document was written in SGML, and then rendered using the sgml-tools pack-
        age.
 
-       The Mutt Next Generation E-Mail Client                                      186
+       The Mutt Next Generation E-Mail Client                                      187
 
                                           CONTENTS
 
        3.  Configuration   ........................................................ 21
            3.1   Locations of Configuration Files   ............................... 21
            3.2   Basic Syntax of Initialization Files   ........................... 21
-           3.3   Variable Expansion     ........................................... 23
+           3.3   Expansion within variables     ................................... 23
                  3.3.1    Commands' Output        23
                  3.3.2    Environment Variables        23
 
                                               i
 
                  3.3.3    Configuration Variables        23
-                 3.3.4    Self-Defined Variables        23
-                 3.3.5    Type Conversions        25
-           3.4   Defining/Using aliases   ......................................... 25
-           3.5   Changing the default key bindings   .............................. 26
-           3.6   Defining aliases for character sets    ........................... 28
-           3.7   Setting variables based upon mailbox   ........................... 28
+                 3.3.4    Self-Defined Variables        24
+                 3.3.5    Pre-Defined Variables        25
+                 3.3.6    Type Conversions        25
+           3.4   Defining/Using aliases   ......................................... 26
+           3.5   Changing the default key bindings   .............................. 27
+           3.6   Defining aliases for character sets    ........................... 29
+           3.7   Setting variables based upon mailbox   ........................... 29
            3.8   Keyboard macros   ................................................ 29
            3.9   Using color and mono video attributes   .......................... 30
            3.10  Ignoring (weeding) unwanted message headers   .................... 32
            3.11  Alternative addresses   .......................................... 33
-           3.12  Format = Flowed     .............................................. 33
-                 3.12.1   Introduction         33
-                 3.12.2   Receiving: Display Setup         33
-                 3.12.3   Sending         34
+           3.12  Format = Flowed     .............................................. 34
+                 3.12.1   Introduction         34
+                 3.12.2   Receiving: Display Setup         34
+                 3.12.3   Sending         35
                  3.12.4   Additional Notes    35
-           3.13  Mailing lists   .................................................. 35
-           3.14  Using Multiple spool mailboxes   ................................. 36
-           3.15  Defining mailboxes which receive mail   .......................... 36
+           3.13  Mailing lists   .................................................. 36
+           3.14  Using Multiple spool mailboxes   ................................. 37
+           3.15  Defining mailboxes which receive mail   .......................... 37
            3.16  User defined headers   ........................................... 37
            3.17  Defining the order of headers when viewing messages   ............ 38
            3.18  Specify default save filename   .................................. 38
-           3.19  Specify default Fcc: mailbox when composing   .................... 38
+           3.19  Specify default Fcc: mailbox when composing   .................... 39
            3.20  Specify default save filename and default Fcc: mailbox at once   . 39
            3.21  Change settings based upon message recipients   .................. 39
            3.22  Change settings before formatting a message   .................... 40
-           3.23  Choosing the cryptographic key of the recipient   ................ 40
-           3.24  Adding key sequences to the keyboard buffer   .................... 40
+           3.23  Choosing the cryptographic key of the recipient   ................ 41
+           3.24  Adding key sequences to the keyboard buffer   .................... 41
            3.25  Executing functions   ............................................ 41
            3.26  Message Scoring   ................................................ 41
-           3.27  Spam detection   ................................................. 42
+           3.27  Spam detection   ................................................. 43
            3.28  Setting variables   .............................................. 44
            3.29  Reading initialization commands from another file   .............. 45
-           3.30  Removing hooks   ................................................. 45
-           3.31  Sharing Setups       ............................................. 45
-                 3.31.1   Character Sets         45
+           3.30  Removing hooks   ................................................. 46
+           3.31  Sharing Setups       ............................................. 46
+                 3.31.1   Character Sets         46
                  3.31.2   Modularization           46
                  3.31.3   Conditional parts         46
            3.32  Obsolete Variables   ............................................. 48
        4.  Advanced Usage   ....................................................... 48
            4.1   Regular Expressions   ............................................ 48
            4.2   Patterns   ....................................................... 51
-                 4.2.1    Complex Patterns    51
+                 4.2.1    Complex Patterns    52
                  4.2.2    Patterns and Dates    52
-           4.3   Format Strings       ............................................. 52
-                 4.3.1    Introduction           52
+           4.3   Format Strings       ............................................. 53
+                 4.3.1    Introduction           53
                  4.3.2    Conditional Expansion           54
                  4.3.3    Modifications and Padding           55
-           4.4   Using Tags   ..................................................... 55
+           4.4   Using Tags   ..................................................... 56
            4.5   Using Hooks   .................................................... 56
                  4.5.1    Message Matching in Hooks   57
-           4.6   Using the sidebar   .............................................. 57
 
                                               ii
 
-           4.7   External Address Queries   ....................................... 58
+           4.6   Using the sidebar   .............................................. 58
+           4.7   External Address Queries   ....................................... 59
            4.8   Mailbox Formats   ................................................ 59
            4.9   Mailbox Shortcuts   .............................................. 60
            4.10  Handling Mailing Lists   ......................................... 60
-           4.11  Editing threads   ................................................ 61
+           4.11  Editing threads   ................................................ 62
                  4.11.1   Linking threads   62
                  4.11.2   Breaking threads   62
            4.12  Delivery Status Notification (DSN) Support   ..................... 62
-           4.13  POP3 Support (OPTIONAL)   ........................................ 62
-           4.14  IMAP Support (OPTIONAL)   ........................................ 63
+           4.13  POP3 Support (OPTIONAL)   ........................................ 63
+           4.14  IMAP Support (OPTIONAL)   ........................................ 64
                  4.14.1   The Folder Browser   64
-                 4.14.2   Authentication   64
+                 4.14.2   Authentication   65
            4.15  NNTP Support (OPTIONAL)   ........................................ 65
-                 4.15.1   Again: Scoring       65
+                 4.15.1   Again: Scoring       66
            4.16  SMTP Support (OPTIONAL)   ........................................ 66
            4.17  Managing multiple IMAP/POP/NNTP accounts (OPTIONAL)   ............ 67
            4.18  Start a WWW Browser on URLs (EXTERNAL)   ......................... 67
-           4.19  Compressed folders Support (OPTIONAL)   .......................... 67
+           4.19  Compressed folders Support (OPTIONAL)   .......................... 68
                  4.19.1   Open a compressed mailbox for reading   68
-                 4.19.2   Write a compressed mailbox   68
+                 4.19.2   Write a compressed mailbox   69
                  4.19.3   Append a message to a compressed mailbox   69
                  4.19.4   Encrypted folders   70
 
        5.  Mutt-ng's MIME Support   ............................................... 70
            5.1   Using MIME in Mutt   ............................................. 70
-                 5.1.1    Viewing MIME messages in the pager   70
+                 5.1.1    Viewing MIME messages in the pager   71
                  5.1.2    The Attachment Menu   71
                  5.1.3    The Compose Menu   71
-           5.2   MIME Type configuration with mime.types   ........................ 71
+           5.2   MIME Type configuration with mime.types   ........................ 72
            5.3   MIME Viewer configuration with mailcap   ......................... 72
                  5.3.1    The Basics of the mailcap file   73
                  5.3.2    Secure use of mailcap   74
-                 5.3.3    Advanced mailcap Usage   74
+                 5.3.3    Advanced mailcap Usage   75
                  5.3.4    Example mailcap files   77
            5.4   MIME Autoview   .................................................. 78
            5.5   MIME Multipart/Alternative   ..................................... 79
        6.  Security Considerations     ............................................ 80
            6.1   Passwords       .................................................. 80
            6.2   Temporary Files       ............................................ 80
-           6.3   Information Leaks     ............................................ 80
-                 6.3.1    Message-ID: headers         80
+           6.3   Information Leaks     ............................................ 81
+                 6.3.1    Message-ID: headers         81
                  6.3.2    mailto:-style links         81
            6.4   External applications       ...................................... 81
                  6.4.1    mailcap           81
            7.1   Command line options   ........................................... 82
            7.2   Patterns   ....................................................... 83
            7.3   Configuration Commands   ......................................... 85
-           7.4   Configuration variables .......................................... 87
 
                                              iii
 
+           7.4   Configuration variables .......................................... 87
                  7.4.1    abort_noattach   88
                  7.4.2    abort_nosubject   89
                  7.4.3    abort_unmodified   89
                  7.4.50   delete   100
                  7.4.51   delete_space   100
                  7.4.52   delete_untag   101
-                 7.4.53   digest_collapse   101
 
                                               iv
 
+                 7.4.53   digest_collapse   101
                  7.4.54   display_filter   101
                  7.4.55   dotlock_program   101
                  7.4.56   dsn_notify   101
                  7.4.103  imap_list_subscribed   113
                  7.4.104  imap_login   113
                  7.4.105  imap_mail_check   113
-                 7.4.106  imap_pass   113
 
                                               v
 
+                 7.4.106  imap_pass   113
                  7.4.107  imap_passive   114
                  7.4.108  imap_peek   114
                  7.4.109  imap_reconnect   114
                  7.4.147  mixmaster   124
                  7.4.148  move   124
                  7.4.149  msgid_format   125
-                 7.4.150  narrow_tree   126
-                 7.4.151  nntp_ask_followup_to   126
-                 7.4.152  nntp_ask_x_comment_to   126
-                 7.4.153  nntp_cache_dir   126
-                 7.4.154  nntp_catchup   127
-                 7.4.155  nntp_context   127
-                 7.4.156  nntp_followup_to_poster   127
-                 7.4.157  nntp_group_index_format   127
-                 7.4.158  nntp_host   128
-                 7.4.159  nntp_inews   128
+                 7.4.150  muttng_bindir   126
+                 7.4.151  muttng_docdir   126
+                 7.4.152  muttng_hcache_backend   126
+                 7.4.153  muttng_revision   126
+                 7.4.154  muttng_sysconfdir   126
+                 7.4.155  muttng_version   127
+                 7.4.156  narrow_tree   127
+                 7.4.157  nntp_ask_followup_to   127
+                 7.4.158  nntp_ask_x_comment_to   127
 
                                               vi
 
-                 7.4.160  nntp_load_description   128
-                 7.4.161  nntp_mail_check   129
-                 7.4.162  nntp_mime_subject   129
-                 7.4.163  nntp_newsrc   129
-                 7.4.164  nntp_pass   129
-                 7.4.165  nntp_post_moderated   130
-                 7.4.166  nntp_reconnect   130
-                 7.4.167  nntp_save_unsubscribed   130
-                 7.4.168  nntp_show_new_news   130
-                 7.4.169  nntp_show_only_unread   131
-                 7.4.170  nntp_user   131
-                 7.4.171  nntp_x_comment_to   131
-                 7.4.172  operating_system   131
-                 7.4.173  pager   131
-                 7.4.174  pager_context   132
-                 7.4.175  pager_format   132
-                 7.4.176  pager_index_lines   132
-                 7.4.177  pager_stop   132
-                 7.4.178  pgp_auto_decode   133
-                 7.4.179  pgp_autoinline   133
-                 7.4.180  pgp_check_exit   133
-                 7.4.181  pgp_clearsign_command   133
-                 7.4.182  pgp_decode_command   134
-                 7.4.183  pgp_decrypt_command   134
-                 7.4.184  pgp_encrypt_only_command   134
-                 7.4.185  pgp_encrypt_sign_command   134
-                 7.4.186  pgp_entry_format   135
-                 7.4.187  pgp_export_command   135
-                 7.4.188  pgp_getkeys_command   135
-                 7.4.189  pgp_good_sign   136
-                 7.4.190  pgp_ignore_subkeys   136
-                 7.4.191  pgp_import_command   136
-                 7.4.192  pgp_list_pubring_command   136
-                 7.4.193  pgp_list_secring_command   136
-                 7.4.194  pgp_long_ids   137
-                 7.4.195  pgp_mime_auto   137
-                 7.4.196  pgp_replyinline   137
-                 7.4.197  pgp_retainable_sigs   137
-                 7.4.198  pgp_show_unusable   138
-                 7.4.199  pgp_sign_as   138
-                 7.4.200  pgp_sign_command   138
-                 7.4.201  pgp_sort_keys   138
-                 7.4.202  pgp_strict_enc   139
-                 7.4.203  pgp_timeout   139
-                 7.4.204  pgp_use_gpg_agent   139
-                 7.4.205  pgp_verify_command   139
-                 7.4.206  pgp_verify_key_command   139
-                 7.4.207  pipe_decode   139
-                 7.4.208  pipe_sep   140
-                 7.4.209  pipe_split   140
-                 7.4.210  pop_auth_try_all   140
-                 7.4.211  pop_authenticators   140
-                 7.4.212  pop_delete   141
+                 7.4.159  nntp_cache_dir   127
+                 7.4.160  nntp_catchup   128
+                 7.4.161  nntp_context   128
+                 7.4.162  nntp_followup_to_poster   128
+                 7.4.163  nntp_group_index_format   128
+                 7.4.164  nntp_host   129
+                 7.4.165  nntp_inews   129
+                 7.4.166  nntp_load_description   129
+                 7.4.167  nntp_mail_check   130
+                 7.4.168  nntp_mime_subject   130
+                 7.4.169  nntp_newsrc   130
+                 7.4.170  nntp_pass   130
+                 7.4.171  nntp_post_moderated   131
+                 7.4.172  nntp_reconnect   131
+                 7.4.173  nntp_save_unsubscribed   131
+                 7.4.174  nntp_show_new_news   131
+                 7.4.175  nntp_show_only_unread   132
+                 7.4.176  nntp_user   132
+                 7.4.177  nntp_x_comment_to   132
+                 7.4.178  operating_system   132
+                 7.4.179  pager   132
+                 7.4.180  pager_context   133
+                 7.4.181  pager_format   133
+                 7.4.182  pager_index_lines   133
+                 7.4.183  pager_stop   133
+                 7.4.184  pgp_auto_decode   134
+                 7.4.185  pgp_autoinline   134
+                 7.4.186  pgp_check_exit   134
+                 7.4.187  pgp_clearsign_command   134
+                 7.4.188  pgp_decode_command   135
+                 7.4.189  pgp_decrypt_command   135
+                 7.4.190  pgp_encrypt_only_command   135
+                 7.4.191  pgp_encrypt_sign_command   135
+                 7.4.192  pgp_entry_format   136
+                 7.4.193  pgp_export_command   136
+                 7.4.194  pgp_getkeys_command   136
+                 7.4.195  pgp_good_sign   137
+                 7.4.196  pgp_ignore_subkeys   137
+                 7.4.197  pgp_import_command   137
+                 7.4.198  pgp_list_pubring_command   137
+                 7.4.199  pgp_list_secring_command   137
+                 7.4.200  pgp_long_ids   138
+                 7.4.201  pgp_mime_auto   138
+                 7.4.202  pgp_replyinline   138
+                 7.4.203  pgp_retainable_sigs   138
+                 7.4.204  pgp_show_unusable   139
+                 7.4.205  pgp_sign_as   139
+                 7.4.206  pgp_sign_command   139
+                 7.4.207  pgp_sort_keys   139
+                 7.4.208  pgp_strict_enc   140
+                 7.4.209  pgp_timeout   140
+                 7.4.210  pgp_use_gpg_agent   140
+                 7.4.211  pgp_verify_command   140
 
                                              vii
 
-                 7.4.213  pop_host   141
-                 7.4.214  pop_last   141
-                 7.4.215  pop_mail_check   141
-                 7.4.216  pop_pass   142
-                 7.4.217  pop_reconnect   142
-                 7.4.218  pop_user   142
-                 7.4.219  post_indent_string   142
-                 7.4.220  postpone   142
-                 7.4.221  postponed   143
-                 7.4.222  preconnect   143
-                 7.4.223  print   143
-                 7.4.224  print_command   143
-                 7.4.225  print_decode   143
-                 7.4.226  print_split   144
-                 7.4.227  prompt_after   144
-                 7.4.228  query_command   144
-                 7.4.229  quit   144
-                 7.4.230  quote_empty   145
-                 7.4.231  quote_quoted   145
-                 7.4.232  quote_regexp   145
-                 7.4.233  read_inc   145
-                 7.4.234  read_only   145
-                 7.4.235  realname   146
-                 7.4.236  recall   146
-                 7.4.237  record   146
-                 7.4.238  reply_regexp   146
-                 7.4.239  reply_self   147
-                 7.4.240  reply_to   147
-                 7.4.241  resolve   147
-                 7.4.242  reverse_alias   147
-                 7.4.243  reverse_name   148
-                 7.4.244  reverse_realname   148
-                 7.4.245  rfc2047_parameters   148
-                 7.4.246  save_address   148
-                 7.4.247  save_empty   149
-                 7.4.248  save_name   149
-                 7.4.249  score   149
-                 7.4.250  score_threshold_delete   149
-                 7.4.251  score_threshold_flag   150
-                 7.4.252  score_threshold_read   150
-                 7.4.253  send_charset   150
-                 7.4.254  sendmail   150
-                 7.4.255  sendmail_wait   150
-                 7.4.256  shell   151
-                 7.4.257  sidebar_boundary   151
-                 7.4.258  sidebar_delim   151
-                 7.4.259  sidebar_newmail_only   151
-                 7.4.260  sidebar_number_format   151
-                 7.4.261  sidebar_shorten_hierarchy   152
-                 7.4.262  sidebar_visible   152
-                 7.4.263  sidebar_width   153
-                 7.4.264  sig_dashes   153
-                 7.4.265  sig_on_top   153
+                 7.4.212  pgp_verify_key_command   140
+                 7.4.213  pipe_decode   140
+                 7.4.214  pipe_sep   141
+                 7.4.215  pipe_split   141
+                 7.4.216  pop_auth_try_all   141
+                 7.4.217  pop_authenticators   141
+                 7.4.218  pop_delete   142
+                 7.4.219  pop_host   142
+                 7.4.220  pop_last   142
+                 7.4.221  pop_mail_check   142
+                 7.4.222  pop_pass   143
+                 7.4.223  pop_reconnect   143
+                 7.4.224  pop_user   143
+                 7.4.225  post_indent_string   143
+                 7.4.226  postpone   143
+                 7.4.227  postponed   144
+                 7.4.228  preconnect   144
+                 7.4.229  print   144
+                 7.4.230  print_command   144
+                 7.4.231  print_decode   144
+                 7.4.232  print_split   145
+                 7.4.233  prompt_after   145
+                 7.4.234  query_command   145
+                 7.4.235  quit   145
+                 7.4.236  quote_empty   146
+                 7.4.237  quote_quoted   146
+                 7.4.238  quote_regexp   146
+                 7.4.239  read_inc   146
+                 7.4.240  read_only   146
+                 7.4.241  realname   147
+                 7.4.242  recall   147
+                 7.4.243  record   147
+                 7.4.244  reply_regexp   147
+                 7.4.245  reply_self   148
+                 7.4.246  reply_to   148
+                 7.4.247  resolve   148
+                 7.4.248  reverse_alias   148
+                 7.4.249  reverse_name   149
+                 7.4.250  reverse_realname   149
+                 7.4.251  rfc2047_parameters   149
+                 7.4.252  save_address   149
+                 7.4.253  save_empty   150
+                 7.4.254  save_name   150
+                 7.4.255  score   150
+                 7.4.256  score_threshold_delete   150
+                 7.4.257  score_threshold_flag   151
+                 7.4.258  score_threshold_read   151
+                 7.4.259  send_charset   151
+                 7.4.260  sendmail   151
+                 7.4.261  sendmail_wait   151
+                 7.4.262  shell   152
+                 7.4.263  sidebar_boundary   152
+                 7.4.264  sidebar_delim   152
 
                                              viii
 
-                 7.4.266  signature   153
-                 7.4.267  signoff_string   153
-                 7.4.268  simple_search   154
-                 7.4.269  sleep_time   154
-                 7.4.270  smart_wrap   154
-                 7.4.271  smileys   154
-                 7.4.272  smime_ask_cert_label   154
-                 7.4.273  smime_ca_location   155
-                 7.4.274  smime_certificates   155
-                 7.4.275  smime_decrypt_command   155
-                 7.4.276  smime_decrypt_use_default_key   156
-                 7.4.277  smime_default_key   156
-                 7.4.278  smime_encrypt_command   156
-                 7.4.279  smime_encrypt_with   156
-                 7.4.280  smime_get_cert_command   157
-                 7.4.281  smime_get_cert_email_command   157
-                 7.4.282  smime_get_signer_cert_command   157
-                 7.4.283  smime_import_cert_command   157
-                 7.4.284  smime_is_default   157
-                 7.4.285  smime_keys   157
-                 7.4.286  smime_pk7out_command   158
-                 7.4.287  smime_sign_command   158
-                 7.4.288  smime_sign_opaque_command   158
-                 7.4.289  smime_timeout   158
-                 7.4.290  smime_verify_command   158
-                 7.4.291  smime_verify_opaque_command   159
-                 7.4.292  smtp_envelope   159
-                 7.4.293  smtp_host   159
-                 7.4.294  smtp_pass   159
-                 7.4.295  smtp_port   160
-                 7.4.296  smtp_use_tls   160
-                 7.4.297  smtp_user   160
-                 7.4.298  sort   160
-                 7.4.299  sort_alias   161
-                 7.4.300  sort_aux   161
-                 7.4.301  sort_browser   162
-                 7.4.302  sort_re   162
-                 7.4.303  spam_separator   162
-                 7.4.304  spoolfile   162
-                 7.4.305  ssl_ca_certificates_file   163
-                 7.4.306  ssl_client_cert   163
-                 7.4.307  ssl_force_tls   163
-                 7.4.308  ssl_min_dh_prime_bits   163
-                 7.4.309  ssl_starttls   163
-                 7.4.310  ssl_use_sslv2   164
-                 7.4.311  ssl_use_sslv3   164
-                 7.4.312  ssl_use_tlsv1   164
-                 7.4.313  ssl_usesystemcerts   164
-                 7.4.314  status_chars   164
-                 7.4.315  status_format   165
-                 7.4.316  status_on_top   167
-                 7.4.317  strict_mailto   167
-                 7.4.318  strict_mime   167
+                 7.4.265  sidebar_newmail_only   152
+                 7.4.266  sidebar_number_format   152
+                 7.4.267  sidebar_shorten_hierarchy   153
+                 7.4.268  sidebar_visible   153
+                 7.4.269  sidebar_width   154
+                 7.4.270  sig_dashes   154
+                 7.4.271  sig_on_top   154
+                 7.4.272  signature   154
+                 7.4.273  signoff_string   154
+                 7.4.274  simple_search   155
+                 7.4.275  sleep_time   155
+                 7.4.276  smart_wrap   155
+                 7.4.277  smileys   155
+                 7.4.278  smime_ask_cert_label   155
+                 7.4.279  smime_ca_location   156
+                 7.4.280  smime_certificates   156
+                 7.4.281  smime_decrypt_command   156
+                 7.4.282  smime_decrypt_use_default_key   157
+                 7.4.283  smime_default_key   157
+                 7.4.284  smime_encrypt_command   157
+                 7.4.285  smime_encrypt_with   157
+                 7.4.286  smime_get_cert_command   158
+                 7.4.287  smime_get_cert_email_command   158
+                 7.4.288  smime_get_signer_cert_command   158
+                 7.4.289  smime_import_cert_command   158
+                 7.4.290  smime_is_default   158
+                 7.4.291  smime_keys   158
+                 7.4.292  smime_pk7out_command   159
+                 7.4.293  smime_sign_command   159
+                 7.4.294  smime_sign_opaque_command   159
+                 7.4.295  smime_timeout   159
+                 7.4.296  smime_verify_command   159
+                 7.4.297  smime_verify_opaque_command   160
+                 7.4.298  smtp_envelope   160
+                 7.4.299  smtp_host   160
+                 7.4.300  smtp_pass   160
+                 7.4.301  smtp_port   161
+                 7.4.302  smtp_use_tls   161
+                 7.4.303  smtp_user   161
+                 7.4.304  sort   161
+                 7.4.305  sort_alias   162
+                 7.4.306  sort_aux   162
+                 7.4.307  sort_browser   163
+                 7.4.308  sort_re   163
+                 7.4.309  spam_separator   163
+                 7.4.310  spoolfile   163
+                 7.4.311  ssl_ca_certificates_file   164
+                 7.4.312  ssl_client_cert   164
+                 7.4.313  ssl_force_tls   164
+                 7.4.314  ssl_min_dh_prime_bits   164
+                 7.4.315  ssl_starttls   164
+                 7.4.316  ssl_use_sslv2   165
+                 7.4.317  ssl_use_sslv3   165
 
                                               ix
 
-                 7.4.319  strict_threads   168
-                 7.4.320  strip_was   168
-                 7.4.321  strip_was_regex   168
-                 7.4.322  stuff_quoted   168
-                 7.4.323  suspend   169
-                 7.4.324  text_flowed   169
-                 7.4.325  thorough_search   169
-                 7.4.326  thread_received   169
-                 7.4.327  tilde   169
-                 7.4.328  timeout   170
-                 7.4.329  tmpdir   170
-                 7.4.330  to_chars   170
-                 7.4.331  trash   170
-                 7.4.332  tunnel   170
-                 7.4.333  umask   171
-                 7.4.334  uncollapse_jump   171
-                 7.4.335  use_8bitmime   171
-                 7.4.336  use_domain   171
-                 7.4.337  use_from   171
-                 7.4.338  use_idn   172
-                 7.4.339  use_ipv6   172
-                 7.4.340  visual   172
-                 7.4.341  wait_key   172
-                 7.4.342  weed   173
-                 7.4.343  wrap_search   173
-                 7.4.344  wrapmargin   173
-                 7.4.345  write_bcc   173
-                 7.4.346  write_inc   173
-                 7.4.347  xterm_icon   173
-                 7.4.348  xterm_leave   174
-                 7.4.349  xterm_set_titles   174
-                 7.4.350  xterm_title   174
-           7.5   Functions ....................................................... 174
-                 7.5.1    generic   174
-                 7.5.2    index   175
-                 7.5.3    pager   177
-                 7.5.4    alias   179
-                 7.5.5    query   179
-                 7.5.6    attach   179
-                 7.5.7    compose   180
-                 7.5.8    postpone   181
-                 7.5.9    browser   181
-                 7.5.10   pgp   182
-                 7.5.11   editor   182
-
-       8.  Miscellany ............................................................ 182
-           8.1   Acknowledgments ................................................. 183
-           8.2   About this document ............................................. 185
+                 7.4.318  ssl_use_tlsv1   165
+                 7.4.319  ssl_usesystemcerts   165
+                 7.4.320  status_chars   165
+                 7.4.321  status_format   166
+                 7.4.322  status_on_top   168
+                 7.4.323  strict_mailto   168
+                 7.4.324  strict_mime   168
+                 7.4.325  strict_threads   169
+                 7.4.326  strip_was   169
+                 7.4.327  strip_was_regex   169
+                 7.4.328  stuff_quoted   169
+                 7.4.329  suspend   170
+                 7.4.330  text_flowed   170
+                 7.4.331  thorough_search   170
+                 7.4.332  thread_received   170
+                 7.4.333  tilde   170
+                 7.4.334  timeout   171
+                 7.4.335  tmpdir   171
+                 7.4.336  to_chars   171
+                 7.4.337  trash   171
+                 7.4.338  tunnel   171
+                 7.4.339  umask   172
+                 7.4.340  uncollapse_jump   172
+                 7.4.341  use_8bitmime   172
+                 7.4.342  use_domain   172
+                 7.4.343  use_from   172
+                 7.4.344  use_idn   173
+                 7.4.345  use_ipv6   173
+                 7.4.346  visual   173
+                 7.4.347  wait_key   173
+                 7.4.348  weed   174
+                 7.4.349  wrap_search   174
+                 7.4.350  wrapmargin   174
+                 7.4.351  write_bcc   174
+                 7.4.352  write_inc   174
+                 7.4.353  xterm_icon   174
+                 7.4.354  xterm_leave   175
+                 7.4.355  xterm_set_titles   175
+                 7.4.356  xterm_title   175
+           7.5   Functions ....................................................... 175
+                 7.5.1    generic   175
+                 7.5.2    index   176
+                 7.5.3    pager   178
+                 7.5.4    alias   180
+                 7.5.5    query   180
+                 7.5.6    attach   180
+                 7.5.7    compose   181
+                 7.5.8    postpone   182
+                 7.5.9    browser   182
+                 7.5.10   pgp   183
+                 7.5.11   editor   183
+
+       8.  Miscellany ............................................................ 183
 
                                               x
 
+           8.1   Acknowledgments ................................................. 184
+           8.2   About this document ............................................. 186
+
+                                              xi
+
diff --git a/init.c b/init.c
index 1fc39f2..93c8fbc 100644 (file)
--- a/init.c
+++ b/init.c
@@ -130,6 +130,7 @@ static void rx_to_string    (char* dst, size_t dstlen, struct option_t* option);
 static void magic_to_string (char* dst, size_t dstlen, struct option_t* option);
 static void addr_to_string  (char* dst, size_t dstlen, struct option_t* option);
 static void user_to_string  (char* dst, size_t dstlen, struct option_t* option);
+static void sys_to_string   (char* dst, size_t dstlen, struct option_t* option);
 
 /* protos for config type handles: convert to value from string */
 static int bool_from_string  (struct option_t* dst, const char* val,
@@ -173,6 +174,7 @@ static struct {
   { DT_SYN,     NULL,             NULL },
   { DT_ADDR,    addr_to_string,   addr_from_string },
   { DT_USER,    user_to_string,   user_from_string },
+  { DT_SYS,     sys_to_string,    NULL },
 };
 
 static void bool_to_string (char* dst, size_t dstlen,
@@ -253,6 +255,11 @@ static void user_to_string (char* dst, size_t dstlen,
             NONULL (((char*) option->data)));
 }
 
+static void sys_to_string (char* dst, size_t dstlen,
+                           struct option_t* option) {
+  snprintf (dst, dstlen, "%s=\"%s\"", option->option, option->init);
+}
+
 static int path_from_string (struct option_t* dst, const char* val,
                              char* errbuf, size_t errlen) {
   char path[_POSIX_PATH_MAX];
@@ -1307,23 +1314,33 @@ static void mutt_set_default (const char* name, void* p, unsigned long more) {
       return;
     ptr = hash_find (ConfigOptions, (char*) ptr->data);
   }
-  if (!ptr || *ptr->init)
+  if (!ptr || *ptr->init || !FuncTable[DTYPE (ptr->type)].opt_from_string)
     return;
   mutt_option_value (ptr->option, buf, sizeof (buf));
   if (str_len (ptr->init) == 0 && buf && *buf)
     ptr->init = str_dup (buf);
 }
 
-/* creates new option_t* of type DT_USER for $user_ var */
-static struct option_t* add_user_option (const char* name) {
+static struct option_t* add_option (const char* name, const char* init,
+                                    short type, short dup) {
   struct option_t* option = mem_calloc (1, sizeof (struct option_t));
+
+  debug_print (1, ("adding $%s\n", name));
+
   option->option = str_dup (name);
-  option->type = DT_USER;
+  option->type = type;
+  if (init)
+    option->init = dup ? str_dup (init) : (char*) init;
   return (option);
 }
 
+/* creates new option_t* of type DT_USER for $user_ var */
+static struct option_t* add_user_option (const char* name) {
+  return (add_option (name, NULL, DT_USER, 1));
+}
+
 /* free()'s option_t* */
-static void del_user_option (void* p) {
+static void del_option (void* p) {
   struct option_t* ptr = (struct option_t*) p;
   char* s = (char*) ptr->data;
   debug_print (1, ("removing option '%s' from table\n", NONULL (ptr->option)));
@@ -1346,7 +1363,8 @@ static void mutt_restore_default (const char* name, void* p,
   }
   if (!ptr)
     return;
-  if (FuncTable[DTYPE (ptr->type)].opt_from_string (ptr, ptr->init, errbuf,
+  if (FuncTable[DTYPE (ptr->type)].opt_from_string &&
+      FuncTable[DTYPE (ptr->type)].opt_from_string (ptr, ptr->init, errbuf,
                                                     sizeof (errbuf)) < 0) {
     mutt_endwin (NULL);
     fprintf (stderr, _("Invalid default setting found. Please report this "
@@ -1550,7 +1568,11 @@ static int parse_set (BUFFER * tmp, BUFFER * s, unsigned long data,
         hash_map (ConfigOptions, mutt_restore_default, 1);
         return (0);
       }
-      else
+      else if (!FuncTable[DTYPE (option->type)].opt_from_string) {
+        snprintf (err->data, err->dsize, _("$%s is read-only"), option->option);
+        r = -1;
+        break;
+      } else
         mutt_restore_default (NULL, option, 1);
     }
     else if (DTYPE (option->type) == DT_BOOL) {
@@ -1593,20 +1615,27 @@ static int parse_set (BUFFER * tmp, BUFFER * s, unsigned long data,
              DTYPE (option->type) == DT_NUM ||
              DTYPE (option->type) == DT_SORT ||
              DTYPE (option->type) == DT_RX ||
-             DTYPE (option->type) == DT_USER) {
+             DTYPE (option->type) == DT_USER ||
+             DTYPE (option->type) == DT_SYS) {
 
       /* XXX maybe we need to get unset into handlers? */
       if (DTYPE (option->type) == DT_STR ||
           DTYPE (option->type) == DT_PATH ||
           DTYPE (option->type) == DT_ADDR ||
-          DTYPE (option->type) == DT_USER) {
+          DTYPE (option->type) == DT_USER ||
+          DTYPE (option->type) == DT_SYS) {
         if (unset) {
-          if (DTYPE (option->type) == DT_ADDR)
+          if (!FuncTable[DTYPE (option->type)].opt_from_string) {
+            snprintf (err->data, err->dsize, _("$%s is read-only"),
+                      option->option);
+            r = -1;
+            break;
+          } else if (DTYPE (option->type) == DT_ADDR)
             rfc822_free_address ((ADDRESS **) option->data);
           else if (DTYPE (option->type) == DT_USER)
             /* to unset $user_ means remove */
             hash_delete (ConfigOptions, option->option,
-                         option, del_user_option);
+                         option, del_option);
           else
             mem_free ((void *) option->data);
           break;
@@ -1619,11 +1648,19 @@ static int parse_set (BUFFER * tmp, BUFFER * s, unsigned long data,
         break;
       }
 
-      s->dptr++;
-      mutt_extract_token (tmp, s, 0);
-      if (!FuncTable[DTYPE (option->type)].opt_from_string
-          (option, tmp->data, err->data, err->dsize))
+      /* the $muttng_ variables are read-only */
+      if (!FuncTable[DTYPE (option->type)].opt_from_string) {
+        snprintf (err->data, err->dsize, _("$%s is read-only"),
+                  option->option);
         r = -1;
+        break;
+      } else {
+        s->dptr++;
+        mutt_extract_token (tmp, s, 0);
+        if (!FuncTable[DTYPE (option->type)].opt_from_string
+            (option, tmp->data, err->data, err->dsize))
+          r = -1;
+      }
     }
     else if (DTYPE (option->type) == DT_QUAD) {
 
@@ -2202,10 +2239,17 @@ void mutt_init (int skip_sys_rc, LIST * commands)
   err.data = error;
   err.dsize = sizeof (error);
 
-  /* use 3*sizeof(muttvars) to have some room for $user_ vars */
+  /* use 3*sizeof(muttvars) instead of 2*sizeof() 
+   * to have some room for $user_ vars */
   ConfigOptions = hash_create (sizeof (MuttVars) * 3);
-  for (i = 0; MuttVars[i].option; i++)
-    hash_insert (ConfigOptions, MuttVars[i].option, &MuttVars[i], 0);
+  for (i = 0; MuttVars[i].option; i++) {
+    if (DTYPE (MuttVars[i].type) != DT_SYS)
+      hash_insert (ConfigOptions, MuttVars[i].option, &MuttVars[i], 0);
+    else
+      hash_insert (ConfigOptions, MuttVars[i].option,
+                   add_option (MuttVars[i].option, MuttVars[i].init,
+                               DT_SYS, 0), 0);
+  }
 
   /* 
    * XXX - use something even more difficult to predict?
diff --git a/init.h b/init.h
index e50a9f3..aaf956a 100644 (file)
--- a/init.h
+++ b/init.h
@@ -18,6 +18,8 @@
 #endif
 
 #include "buffy.h"
+#include "mutt.h"
+#include "version.h"
 #include "lib/debug.h"
 
 #ifndef _MAKEDOC
@@ -32,7 +34,8 @@
 #define DT_MAGIC        8       /* mailbox type */
 #define DT_SYN          9       /* synonym for another variable */
 #define DT_ADDR         10      /* e-mail address */
-#define DT_USER         11      /* user defined viar $user_ */
+#define DT_USER         11      /* user defined via $user_ */
+#define DT_SYS          12      /* pre-defined via $muttng_ */
 
 #define DTYPE(x) ((x) & DT_MASK)
 
@@ -589,7 +592,7 @@ struct option_t MuttVars[] = {
    ** filtered message is read from the standard output.
    */
 #if defined(DL_STANDALONE) && defined(USE_DOTLOCK)
-  {"dotlock_program", DT_PATH, R_NONE, UL &MuttDotlock, BINDIR "/muttng_dotlock"},
+  {"dotlock_program", DT_PATH, R_NONE, UL &MuttDotlock, "$muttng_bindir/muttng_dotlock"},
   /*
    ** .pp
    ** Availability: Standalone and Dotlock
@@ -1454,6 +1457,52 @@ struct option_t MuttVars[] = {
    ** This specifies the folder into which read mail in your ``$$spoolfile''
    ** folder will be appended.
    */
+  {"muttng_version", DT_SYS, R_NONE, 0, VERSION },
+  /*
+   ** .pp
+   ** \fIThis is a read-only system property and specifies muttng's
+   ** version string.\fP
+   */
+  {"muttng_revision", DT_SYS, R_NONE, 0, MUTT_REVISION },
+  /*
+   ** .pp
+   ** \fIThis is a read-only system property and specifies muttng's
+   ** subversion revision string.\fP
+   */
+  {"muttng_sysconfdir", DT_SYS, R_NONE, 0, SYSCONFDIR },
+  /*
+   ** .pp
+   ** \fIThis is a read-only system property and specifies the
+   ** directory containing the muttng system-wide configuration.\fP
+   */
+  {"muttng_bindir", DT_SYS, R_NONE, 0, BINDIR },
+  /*
+   ** .pp
+   ** \fIThis is a read-only system property and specifies the
+   ** directory containing the muttng binary.
+   */
+  {"muttng_docdir", DT_SYS, R_NONE, 0, PKGDOCDIR },
+  /*
+   ** .pp
+   ** \fIThis is a read-only system property and specifies the
+   ** directory containing the muttng documentation.\fP
+   */
+#if USE_HCACHE
+#if HAVE_QDBM
+  {"muttng_hcache_backend", DT_SYS, R_NONE, 0, "qdbm" },
+#elif HAVE_GDBM
+  {"muttng_hcache_backend", DT_SYS, R_NONE, 0, "gdbm" },
+#elif HAVE_DB4
+  {"muttng_hcache_backend", DT_SYS, R_NONE, 0, "db4" },
+#else
+  {"muttng_hcache_backend", DT_SYS, R_NONE, 0, "unknown" },
+#endif
+  /*
+   ** .pp
+   ** \fIThis is a read-only system property and specifies the
+   ** header chaching's database backend.\fP
+   */
+#endif
   {"operating_system", DT_STR, R_NONE, UL &OperatingSystem, "" },
   /*
    ** .pp
index f739e23..71864be 100644 (file)
--- a/makedoc.c
+++ b/makedoc.c
@@ -396,7 +396,8 @@ enum {
   DT_RX,
   DT_MAGIC,
   DT_SYN,
-  DT_ADDR
+  DT_ADDR,
+  DT_SYS
 };
 
 struct {
@@ -415,6 +416,7 @@ struct {
   "DT_MAGIC", "folder magic"}, {
   "DT_SYN", NULL}, {
   "DT_ADDR", "e-mail address"}, {
+  "DT_SYS", "system property"}, {
   NULL, NULL}
 };
 
@@ -641,6 +643,13 @@ static void print_confline (const char *varname, int type, const char *val)
     /* configuration file */
   case F_CONF:
     {
+      if (type == DT_SYS) {
+        add_s ("\n# set ?");
+        add_s (varname);
+        add_s (" prints ");
+        add_s (val);
+        break;
+      }
       if (type == DT_STR || type == DT_RX || type == DT_ADDR
           || type == DT_PATH) {
         add_s ("\n# set ");
@@ -691,7 +700,7 @@ static void print_confline (const char *varname, int type, const char *val)
         add_s ("\\(rq\n");
       }
       else {
-        add_s ("Default: ");
+        add_s (type == DT_SYS ? "Value: " : "Default: ");
         add_s (val);
         add_c ('\n');
       }
@@ -719,7 +728,9 @@ static void print_confline (const char *varname, int type, const char *val)
         add_s ("&dquot;</tt>");
       }
       else {
-        add_s ("<p>\nDefault: <tt>");
+        add_s ("<p>\n"); 
+        add_s (type == DT_SYS ? "Value: " : "Default: ");
+        add_s ("<tt>");
         add_s (val);
         add_s ("</tt>");
       }
index 4efa41b..d5bd3b7 100644 (file)
--- a/muttlib.c
+++ b/muttlib.c
@@ -1290,10 +1290,12 @@ const char *mutt_make_version (int full)
   static char vstring[STRING];
 
   if (full)
-    snprintf (vstring, sizeof (vstring), "Mutt-ng %s (based "
-              "on Mutt 1.5.10/%s)", MUTT_VERSION, ReleaseDate);
+    snprintf (vstring, sizeof (vstring), "Mutt-ng %s-r%s (based "
+              "on Mutt 1.5.10/%s)", MUTT_VERSION, MUTT_REVISION,
+              ReleaseDate);
   else
-    snprintf (vstring, sizeof (vstring), "mutt-ng/%s", MUTT_VERSION);
+    snprintf (vstring, sizeof (vstring), "mutt-ng/%s-r%s",
+              MUTT_VERSION, MUTT_REVISION);
   return vstring;
 }