From 08b24cfbdc0c35af65891f5b2478dc0ee33feb7e Mon Sep 17 00:00:00 2001 From: pdmef Date: Mon, 29 Aug 2005 00:23:06 +0000 Subject: [PATCH] Rocco Rutte: - implement feature request #685 via $editor_headers - add 'A' or ' ' to %Z for $index_format if message is multipart git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@462 e385b8ad-14ed-0310-8656-cc95a2468c6d --- UPGRADING | 8 + VERSION.svn | 2 +- doc/manual.txt | 1955 ++++++++++++++++++++++++------------------------ globals.h | 1 + hdrline.c | 7 +- init.h | 19 + lib/list.h | 3 +- mutt.h | 1 + sendlib.c | 27 +- url.c | 4 +- 10 files changed, 1045 insertions(+), 982 deletions(-) diff --git a/UPGRADING b/UPGRADING index cb0fbf8..4f3db30 100644 --- a/UPGRADING +++ b/UPGRADING @@ -10,6 +10,14 @@ This document is not the place for verbose documentation; it only offers the necessary keywords to look them up in the manual, ChangeLog or other sources of information. +2005-08-28: + + The $editor_headers option has been added. + + The %Z expando of $index_format now also includes an 'A' + as the last character if a mail has attachments, i.e. is of + type multipart and a space otherwise. + 2005-08-27: The $debug_level option has been added. diff --git a/VERSION.svn b/VERSION.svn index ccbd68f..bf7aeeb 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -460 +462 diff --git a/doc/manual.txt b/doc/manual.txt index 042f880..c76d36d 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -4,7 +4,7 @@ by Andreas Krennmair and others originally based on _m_u_t_t by Michael Elkins and others - version devel-r456 + version devel-r460 AAbbssttrraacctt @@ -413,7 +413,7 @@ +o cclleeaarr--ffllaagg (default: W) Furthermore, the following flags reflect who the message is addressed to. They - can be customized with the _$_t_o___c_h_a_r_s (section 7.4.329 , page 169) variable. + can be customized with the _$_t_o___c_h_a_r_s (section 7.4.330 , page 170) variable. + message is to you and you only @@ -497,7 +497,7 @@ _2_._5_._3 _T_h_r_e_a_d_e_d _M_o_d_e - When the mailbox is _s_o_r_t_e_d (section 7.4.297 , page 160) by _t_h_r_e_a_d_s, there are + When the mailbox is _s_o_r_t_e_d (section 7.4.298 , page 160) by _t_h_r_e_a_d_s, there are a few additional functions available in the _i_n_d_e_x and _p_a_g_e_r modes. ^D delete-thread delete all messages in the current thread @@ -518,11 +518,11 @@ NNoottee:: Collapsing a thread displays only the first message in the thread and hides the others. This is useful when threads contain so many messages that you can only see a handful of threads on the screen. See %M in _$_i_n_d_e_x___f_o_r_m_a_t (sec- - tion 7.4.115 , page 115). For example, you could use "%?M?(#%03M)&(%4l)?" in - _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115) to optionally display the number of + tion 7.4.116 , page 115). For example, you could use "%?M?(#%03M)&(%4l)?" in + _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115) to optionally display the number of hidden messages if the thread is collapsed. - See also: _$_s_t_r_i_c_t___t_h_r_e_a_d_s (section 7.4.318 , page 167). + See also: _$_s_t_r_i_c_t___t_h_r_e_a_d_s (section 7.4.319 , page 167). _2_._5_._4 _M_i_s_c_e_l_l_a_n_e_o_u_s _F_u_n_c_t_i_o_n_s @@ -605,7 +605,7 @@ Reply to the current or tagged message(s) by extracting any addresses which match the regular expressions given by the _l_i_s_t_s _o_r _s_u_b_s_c_r_i_b_e (section 3.13 , page 35) commands, but also honor any Mail-Followup-To header(s) if the - _$_h_o_n_o_r___f_o_l_l_o_w_u_p___t_o (section 7.4.93 , page 110) configuration variable is set. + _$_h_o_n_o_r___f_o_l_l_o_w_u_p___t_o (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. @@ -613,9 +613,9 @@ (default: |) Asks for an external Unix command and pipes the current or tagged message(s) to - it. The variables _$_p_i_p_e___d_e_c_o_d_e (section 7.4.206 , page 139), _$_p_i_p_e___s_p_l_i_t - (section 7.4.208 , page 139), _$_p_i_p_e___s_e_p (section 7.4.207 , page 139) and - _$_w_a_i_t___k_e_y (section 7.4.340 , page 172) control the exact behavior of this + it. The variables _$_p_i_p_e___d_e_c_o_d_e (section 7.4.207 , page 139), _$_p_i_p_e___s_p_l_i_t + (section 7.4.209 , page 140), _$_p_i_p_e___s_e_p (section 7.4.208 , page 139) and + _$_w_a_i_t___k_e_y (section 7.4.341 , page 172) control the exact behavior of this function. rreesseenndd--mmeessssaaggee @@ -625,7 +625,7 @@ 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 _$_w_e_e_d (section 7.4.341 , page 172) variable. + the value of the _$_w_e_e_d (section 7.4.342 , page 172) 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- @@ -635,14 +635,14 @@ (default: !) Asks for an external Unix command and executes it. The _$_w_a_i_t___k_e_y (section - 7.4.340 , page 172) can be used to control whether Mutt-ng will wait for a key + 7.4.341 , page 172) 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. ttooggggllee--qquuootteedd (default: T) - The _p_a_g_e_r uses the _$_q_u_o_t_e___r_e_g_e_x_p (section 7.4.231 , page 144) variable to + The _p_a_g_e_r uses the _$_q_u_o_t_e___r_e_g_e_x_p (section 7.4.232 , page 145) 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 @@ -755,7 +755,7 @@ 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 _$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.314 , page 164) will change to a + folder. The %r in _$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.315 , page 164) will change to a 'A' to indicate that you are in attach-message mode. The Mutt Next Generation E-Mail Client 16 @@ -872,7 +872,7 @@ Pgp: [ E | S | S_<_i_d_> ] ``E'' encrypts, ``S'' signs and ``S'' signs with the given key, setting - _$_p_g_p___s_i_g_n___a_s (section 7.4.198 , page 137) permanently. + _$_p_g_p___s_i_g_n___a_s (section 7.4.199 , page 138) 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 @@ -890,7 +890,7 @@ encrypted using the selected public keys, and sent out. Most fields of the entries in the key selection menu (see also _$_p_g_p___e_n_t_r_y___f_o_r_- - _m_a_t (section 7.4.185 , page 134)) have obvious meanings. But some explana- + _m_a_t (section 7.4.186 , page 134)) 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: @@ -947,8 +947,8 @@ leave the menu, or accept them pressing (by default) the Return key. Note that different remailers do have different capabilities, indicated in the - %c entry of the remailer menu lines (see _$_m_i_x___e_n_t_r_y___f_o_r_m_a_t (section 7.4.145 , - page 123)). Most important is the ``middleman'' capability, indicated by a + %c entry of the remailer menu lines (see _$_m_i_x___e_n_t_r_y___f_o_r_m_a_t (section 7.4.146 , + page 124)). Most important is the ``middleman'' capability, indicated by a capital ``M'': This means that the remailer in question cannot be used as the final element of a chain, but will only forward messages to other mixmaster remailers. For details on the other capabilities, please have a look at the @@ -1001,7 +1001,7 @@ At times it is desirable to delay sending a message that you have already begun to compose. When the _p_o_s_t_p_o_n_e_-_m_e_s_s_a_g_e function is used in the _c_o_m_p_o_s_e menu, the body of your message and attachments are stored in the mailbox specified by - the _$_p_o_s_t_p_o_n_e_d (section 7.4.220 , page 142) variable. This means that you can + the _$_p_o_s_t_p_o_n_e_d (section 7.4.221 , page 142) variable. This means that you can recall the message even if you exit Mutt-ng and then restart it at a later time. @@ -1019,7 +1019,7 @@ be in the same folder with the message you replied to for the status of the message to be updated. - See also the _$_p_o_s_t_p_o_n_e (section 7.4.219 , page 142) quad-option. + See also the _$_p_o_s_t_p_o_n_e (section 7.4.220 , page 142) quad-option. _3_. _C_o_n_f_i_g_u_r_a_t_i_o_n @@ -1128,7 +1128,7 @@ set record=+sent_on_$HOSTNAME - sets the _$_r_e_c_o_r_d (section 7.4.236 , page 146) variable to the string _+_s_e_n_t___o_n__ + sets the _$_r_e_c_o_r_d (section 7.4.237 , page 146) variable to the string _+_s_e_n_t___o_n__ and appends the value of the evironment variable $HOSTNAME. NNoottee:: There will be no warning if an environment variable is not defined. The @@ -1141,12 +1141,12 @@ set imap_home_namespace = $folder - would set the value of _$_i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e (section 7.4.100 , page 112) to - the value to which _$_f_o_l_d_e_r (section 7.4.69 , page 104) is _c_u_r_r_e_n_t_l_y set to. + would set the value of _$_i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e (section 7.4.101 , page 112) to + the value to which _$_f_o_l_d_e_r (section 7.4.70 , page 104) is _c_u_r_r_e_n_t_l_y set to. NNoottee:: There're no logical links established in such cases so that the the value - for _$_i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e (section 7.4.100 , page 112) won't change even if - _$_f_o_l_d_e_r (section 7.4.69 , page 104) gets changed. + for _$_i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e (section 7.4.101 , page 112) won't change even if + _$_f_o_l_d_e_r (section 7.4.70 , page 104) gets changed. NNoottee:: 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. @@ -1404,7 +1404,7 @@ mailboxes to execute _c_o_m_m_a_n_d before loading. If a mailbox matches multiple folder-hook's, they are executed in the order given in the muttrc. - NNoottee:: if you use the ``!'' shortcut for _$_s_p_o_o_l_f_i_l_e (section 7.4.303 , page + NNoottee:: if you use the ``!'' shortcut for _$_s_p_o_o_l_f_i_l_e (section 7.4.304 , page 162) at the beginning of the pattern, you must place it inside of double or single quotes in order to distinguish it from the logical _n_o_t operator for the expression. @@ -1495,7 +1495,7 @@ +o normal - +o quoted (text matching _$_q_u_o_t_e___r_e_g_e_x_p (section 7.4.231 , page 144) in the + +o quoted (text matching _$_q_u_o_t_e___r_e_g_e_x_p (section 7.4.232 , page 145) in the body of a message) +o quoted1, quoted2, ..., quotedNN (higher levels of quoting) @@ -1622,7 +1622,7 @@ 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 - _$_r_e_p_l_y___t_o (section 7.4.239 , page 146).) + _$_r_e_p_l_y___t_o (section 7.4.240 , page 147).) 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 @@ -1759,7 +1759,7 @@ the Mail-Followup-To header is a non-standard extension which is not supported by all mail user agents. Adding it is not bullet-proof against receiving per- sonal CCs of list messages. Also note that the generation of the Mail-Fol- - lowup-To header is controlled by the _$_f_o_l_l_o_w_u_p___t_o (section 7.4.71 , page 105) + lowup-To header is controlled by the _$_f_o_l_l_o_w_u_p___t_o (section 7.4.72 , page 105) configuration variable. The Mutt Next Generation E-Mail Client 36 @@ -1832,8 +1832,8 @@ NNoottee:: the filenames in the mailboxes command are resolved when the command is executed, so if these names contain _s_h_o_r_t_c_u_t _c_h_a_r_a_c_t_e_r_s (section 4.9 , page 60) (such as ``='' and ``!''), any variable definition that affect these char- - acters (like _$_f_o_l_d_e_r (section 7.4.69 , page 104) and _$_s_p_o_o_l_f_i_l_e (section - 7.4.303 , page 162)) should be executed before the mailboxes command. + acters (like _$_f_o_l_d_e_r (section 7.4.70 , page 104) and _$_s_p_o_o_l_f_i_l_e (section + 7.4.304 , page 162)) should be executed before the mailboxes command. _3_._1_6 _U_s_e_r _d_e_f_i_n_e_d _h_e_a_d_e_r_s @@ -1907,10 +1907,10 @@ Usage: fcc-hook [!]_p_a_t_t_e_r_n _m_a_i_l_b_o_x This command is used to save outgoing mail in a mailbox other than _$_r_e_c_o_r_d - (section 7.4.236 , page 146). Mutt-ng searches the initial list of message + (section 7.4.237 , page 146). Mutt-ng searches the initial list of message recipients for the first matching _r_e_g_e_x_p and uses _m_a_i_l_b_o_x as the default Fcc: mailbox. If no match is found the message will be saved to _$_r_e_c_o_r_d (section - 7.4.236 , page 146) mailbox. + 7.4.237 , page 146) mailbox. The Mutt Next Generation E-Mail Client 39 @@ -1951,7 +1951,7 @@ 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 - _$_s_e_n_d_m_a_i_l (section 7.4.253 , page 150) variable depending on the message's + _$_s_e_n_d_m_a_i_l (section 7.4.254 , page 150) variable depending on the message's sender address. For each type of send-hook or reply-hook, when multiple matches occur, commands @@ -1967,8 +1967,8 @@ The Mutt Next Generation E-Mail Client 40 - _$_a_t_t_r_i_b_u_t_i_o_n (section 7.4.18 , page 93), _$_s_i_g_n_a_t_u_r_e (section 7.4.265 , page - 153) and _$_l_o_c_a_l_e (section 7.4.119 , page 118) variables in order to change the + _$_a_t_t_r_i_b_u_t_i_o_n (section 7.4.18 , page 93), _$_s_i_g_n_a_t_u_r_e (section 7.4.266 , page + 153) and _$_l_o_c_a_l_e (section 7.4.120 , page 119) variables in order to change the language of the attributions and signatures based upon the recipients. NNoottee:: the send-hook's are only executed ONCE after getting the initial list of @@ -2073,10 +2073,10 @@ delete threshold, it will be marked as deleted. These three thresholds can be set via the variables _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___f_l_a_g (sec- - tion 7.4.250 , page 149), _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d (section 7.4.251 , page 149), - _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e (section 7.4.249 , page 149) and. By default, - _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d (section 7.4.251 , page 149) and _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e - (section 7.4.249 , page 149) are set to -1, which means that in the default + tion 7.4.251 , page 149), _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d (section 7.4.252 , page 150), + _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e (section 7.4.250 , page 149) and. By default, + _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d (section 7.4.252 , page 150) and _$_s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e + (section 7.4.250 , page 149) 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 @@ -2100,7 +2100,7 @@ your spam patterns with the spam and nospam commands, you can _l_i_m_i_t, _s_e_a_r_c_h, and _s_o_r_t your mail based on its spam attributes, as determined by the external filter. You also can display the spam attributes in your index display using - the %H selector in the _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115) variable. + the %H selector in the _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115) variable. (Tip: try %?H?[%H] ? to display spam tags only when they are defined for a given message.) @@ -2342,13 +2342,13 @@ An example for testing for variable names can be used if users use different revisions of mutt-ng whereby the older one may not have a certain variable. To - test for the availability of _$_i_m_a_p___m_a_i_l___c_h_e_c_k (section 7.4.104 , page 113), + test for the availability of _$_i_m_a_p___m_a_i_l___c_h_e_c_k (section 7.4.105 , page 113), use: ifdef imap_mail_check 'set imap_mail_check = 300' Provided for completeness is the test for menu names. To set _$_p_a_g_e_r___i_n_d_e_x___l_i_n_e_s - (section 7.4.175 , page 132) only if the pager menu is available, use: + (section 7.4.176 , page 132) only if the pager menu is available, use: ifdef pager 'set pager_index_lines = 10' @@ -2648,7 +2648,7 @@ +o the current mutt-ng version number The setting for the status bar of the index is controlled via the _$_s_t_a_t_u_s___f_o_r_- - _m_a_t (section 7.4.314 , page 164) variable. For the hostname and version + _m_a_t (section 7.4.315 , page 164) 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: @@ -2907,7 +2907,7 @@ 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 _$_q_u_e_r_y___c_o_m_m_a_n_d (section 7.4.227 , page 144) vari- + simple interface. Using the _$_q_u_e_r_y___c_o_m_m_a_n_d (section 7.4.228 , page 144) vari- able, you specify the wrapper command to use. For example: set query_command = "mutt_ldap_query.pl '%s'" @@ -2949,7 +2949,7 @@ Mutt-ng supports reading and writing of four different mailbox formats: mbox, MMDF, MH and Maildir. The mailbox type is autodetected, so there is no need to use a flag for different mailbox types. When creating new mailboxes, Mutt-ng - uses the default specified with the _$_m_b_o_x___t_y_p_e (section 7.4.131 , page 121) + uses the default specified with the _$_m_b_o_x___t_y_p_e (section 7.4.132 , page 121) variable. mmbbooxx. This is the most widely used mailbox format for UNIX. All messages are @@ -2986,12 +2986,12 @@ These shortcuts can be used anywhere you are prompted for a file or mailbox path. - +o ! -- refers to your _$_s_p_o_o_l_f_i_l_e (section 7.4.303 , page 162) (incoming) + +o ! -- refers to your _$_s_p_o_o_l_f_i_l_e (section 7.4.304 , page 162) (incoming) mailbox - +o > -- refers to your _$_m_b_o_x (section 7.4.130 , page 121) file + +o > -- refers to your _$_m_b_o_x (section 7.4.131 , page 121) file - +o < -- refers to your _$_r_e_c_o_r_d (section 7.4.236 , page 146) file + +o < -- refers to your _$_r_e_c_o_r_d (section 7.4.237 , page 146) file +o ^ -- refers to the current mailbox @@ -2999,7 +2999,7 @@ +o ~ -- refers to your home directory - +o = or + -- refers to your _$_f_o_l_d_e_r (section 7.4.69 , page 104) directory + +o = or + -- refers to your _$_f_o_l_d_e_r (section 7.4.70 , page 104) directory +o @_a_l_i_a_s -- refers to the _d_e_f_a_u_l_t _s_a_v_e _f_o_l_d_e_r (section 3.18 , page 38) as determined by the address of the alias @@ -3017,7 +3017,7 @@ the first of which is the ability to show the name of a list through which you received a message (i.e., of a subscribed list) in the _i_n_d_e_x menu display. This is useful to distinguish between personal and list mail in the same mail- - box. In the _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115) variable, the escape + box. In the _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115) variable, the escape ``%L'' will return the string ``To '' when ``list'' appears in the ``To'' field, and ``Cc '' when it appears in the ``Cc'' field (otherwise it returns the name of the author). @@ -3035,7 +3035,7 @@ Mutt-ng also supports the Mail-Followup-To header. When you send a message to a list of recipients which includes one or several subscribed mailing lists, - and if the _$_f_o_l_l_o_w_u_p___t_o (section 7.4.71 , page 105) option is set, mutt will + and if the _$_f_o_l_l_o_w_u_p___t_o (section 7.4.72 , page 105) option is set, mutt will generate a Mail-Followup-To header which contains all the recipients to whom you send this message, but not your address. This indicates that group-replies or list-replies (also known as ``followups'') to this message should only be @@ -3045,7 +3045,7 @@ Conversely, when group-replying or list-replying to a message which has a Mail- Followup-To header, mutt will respect this header if the _$_h_o_n_o_r___f_o_l_l_o_w_u_p___t_o - (section 7.4.93 , page 110) configuration variable is set. Using list-reply + (section 7.4.94 , page 110) configuration variable is set. Using list-reply will in this case also make sure that the reply goes to the mailing list, even if it's not specified in the list of recipients in the Mail-Followup-To. @@ -3058,7 +3058,7 @@ 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 _$_r_e_p_l_y___t_o (section - 7.4.239 , page 146) variable to help decide which address to use. If set to + 7.4.240 , page 147) variable to help decide which address to use. If set to _a_s_k_-_y_e_s or _a_s_k_-_n_o, 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 _y_e_s, the ``Reply-To'' field @@ -3066,13 +3066,13 @@ The ``X-Label:'' header field can be used to further identify mailing lists or list subject matter (or just to annotate messages individually). The - _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115) variable's ``%y'' and ``%Y'' + _$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115) variable's ``%y'' and ``%Y'' escapes can be used to expand ``X-Label:'' fields in the index, and Mutt-ng's pattern-matcher can match regular expressions to ``X-Label:'' fields with the ``~y'' selector. ``X-Label:'' is not a standard message header field, but it can easily be inserted by procmail and other mail filtering agents. - Lastly, Mutt-ng has the ability to _s_o_r_t (section 7.4.297 , page 160) the mail- + Lastly, Mutt-ng has the ability to _s_o_r_t (section 7.4.298 , page 160) the mail- box into _t_h_r_e_a_d_s (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- @@ -3153,7 +3153,7 @@ 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 _$_p_o_p___m_a_i_l___c_h_e_c_k (section 7.4.214 , page 141) variable, which defaults + by the _$_p_o_p___m_a_i_l___c_h_e_c_k (section 7.4.215 , page 141) variable, which defaults to every 60 seconds. If Mutt-ng was compiled with SSL support (by running the _c_o_n_f_i_g_u_r_e script with @@ -3163,8 +3163,8 @@ name@]popserver[:port]/. Another way to access your POP3 mail is the _f_e_t_c_h_-_m_a_i_l function (default: G). - It allows to connect to _p_o_p___h_o_s_t (section 7.4.212 , page 140), fetch all your - new mail and place it in the local _s_p_o_o_l_f_i_l_e (section 7.4.303 , page 162). + It allows to connect to _p_o_p___h_o_s_t (section 7.4.213 , page 141), fetch all your + new mail and place it in the local _s_p_o_o_l_f_i_l_e (section 7.4.304 , page 162). After this point, Mutt-ng runs exactly as if the mail had always been local. NNoottee:: If you only need to fetch all messages to local mailbox you should con- @@ -3207,12 +3207,12 @@ When browsing folders on an IMAP server, you can toggle whether to look at only the folders you are subscribed to, or all folders with the _t_o_g_g_l_e_-_s_u_b_s_c_r_i_b_e_d - command. See also the _$_i_m_a_p___l_i_s_t___s_u_b_s_c_r_i_b_e_d (section 7.4.102 , page 112) + command. See also the _$_i_m_a_p___l_i_s_t___s_u_b_s_c_r_i_b_e_d (section 7.4.103 , page 113) variable. Polling for new mail on an IMAP server can cause noticeable delays. So, you'll - want to carefully tune the _$_i_m_a_p___m_a_i_l___c_h_e_c_k (section 7.4.104 , page 113) and - _$_t_i_m_e_o_u_t (section 7.4.327 , page 169) variables. + want to carefully tune the _$_i_m_a_p___m_a_i_l___c_h_e_c_k (section 7.4.105 , page 113) and + _$_t_i_m_e_o_u_t (section 7.4.328 , page 169) 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 @@ -3262,15 +3262,15 @@ There are a few variables which control authentication: - +o _$_i_m_a_p___u_s_e_r (section 7.4.110 , page 114) - controls the username under + +o _$_i_m_a_p___u_s_e_r (section 7.4.111 , page 114) - controls the username under which you request authentication on the IMAP server, for all authentica- tors. This is overridden by an explicit username in the mailbox path (i.e. by using a mailbox name of the form {user@host}). - +o _$_i_m_a_p___p_a_s_s (section 7.4.105 , page 113) - a password which you may pre- + +o _$_i_m_a_p___p_a_s_s (section 7.4.106 , page 113) - a password which you may pre- set, used by all authentication methods where a password is needed. - +o _$_i_m_a_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s (section 7.4.96 , page 111) - a colon-delimited list + +o _$_i_m_a_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s (section 7.4.97 , page 111) - a colon-delimited list of IMAP authentication methods to try, in the order you wish to try them. If specified, this overrides mutt's default (attempt everything, in the order listed above). @@ -3283,7 +3283,7 @@ 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 _$_n_n_t_p___n_e_w_s_r_c (section 7.4.162 , page 129) variable. + file as specified by the _$_n_n_t_p___n_e_w_s_r_c (section 7.4.163 , page 129) 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. @@ -3332,18 +3332,18 @@ muttng -v contains +USE_LIBESMTP, this will be or is the case already. The SMTP support includes support for Delivery Status Notification (see _D_e_l_i_v_e_r_y _S_t_a_t_u_s _N_o_t_i_f_i_c_a_t_i_o_n (section 4.12 , page 62) section) as well as handling the 8BIT- - MIME flag controlled via _$_u_s_e___8_b_i_t_m_i_m_e (section 7.4.334 , page 170). + MIME flag controlled via _$_u_s_e___8_b_i_t_m_i_m_e (section 7.4.335 , page 171). To enable sending mail directly via SMTP without an MTA such as Postfix or - SSMTP and the like, simply set the _$_s_m_t_p___h_o_s_t (section 7.4.292 , page 158) + SSMTP and the like, simply set the _$_s_m_t_p___h_o_s_t (section 7.4.293 , page 159) variable pointing to your SMTP server. - Authentication mechanisms are available via the _$_s_m_t_p___u_s_e_r (section 7.4.296 , - page 159) and _$_s_m_t_p___p_a_s_s (section 7.4.293 , page 159) variables. + Authentication mechanisms are available via the _$_s_m_t_p___u_s_e_r (section 7.4.297 , + page 160) and _$_s_m_t_p___p_a_s_s (section 7.4.294 , page 159) 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 - _$_s_m_t_p___u_s_e___t_l_s (section 7.4.295 , page 159) variable must be either set to + _$_s_m_t_p___u_s_e___t_l_s (section 7.4.296 , page 160) 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. @@ -3353,8 +3353,8 @@ 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 _$_s_m_t_p___e_n_v_e_l_o_p_e (section 7.4.291 , - page 158) may be used to set the envelope different from the From: header. + the From: header. In this case, the variable _$_s_m_t_p___e_n_v_e_l_o_p_e (section 7.4.292 , + page 159) may be used to set the envelope different from the From: header. _4_._1_7 _M_a_n_a_g_i_n_g _m_u_l_t_i_p_l_e _I_M_A_P_/_P_O_P_/_N_N_T_P _a_c_c_o_u_n_t_s _(_O_P_T_I_O_N_A_L_) @@ -3419,7 +3419,7 @@ 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 _$_s_a_v_e___e_m_p_t_y (section 7.4.246 , page 148), so that the compressed file + unset _$_s_a_v_e___e_m_p_t_y (section 7.4.247 , page 148), so that the compressed file will be removed if you delete all of the messages. _4_._1_9_._1 _O_p_e_n _a _c_o_m_p_r_e_s_s_e_d _m_a_i_l_b_o_x _f_o_r _r_e_a_d_i_n_g @@ -3492,7 +3492,7 @@ When _a_p_p_e_n_d_-_h_o_o_k (section 4.19.3 , page 69) is used, the folder is not opened, which saves time, but this means that we can not find out what the folder type - is. Thus the default (_$_m_b_o_x___t_y_p_e (section 7.4.131 , page 121)) type is always + is. Thus the default (_$_m_b_o_x___t_y_p_e (section 7.4.132 , page 121)) type is always supposed (i.e. this is the format used for the temporary folder). If the file does not exist when you save to it, _c_l_o_s_e_-_h_o_o_k (section 4.19.2 , @@ -3727,7 +3727,7 @@ The interpretation of shell meta-characters embedded in MIME parameters can lead to security problems in general. Mutt-ng tries to quote parameters in expansion of %s syntaxes properly, and avoids risky characters by substituting - them, see the _m_a_i_l_c_a_p___s_a_n_i_t_i_z_e (section 7.4.122 , page 119) variable. + them, see the _m_a_i_l_c_a_p___s_a_n_i_t_i_z_e (section 7.4.123 , page 119) variable. Although mutt's procedures to invoke programs with mailcap seem to be safe, there are other applications parsing mailcap, maybe taking less care of it. @@ -3777,10 +3777,10 @@ needsterminal Mutt-ng uses this flag when viewing attachments with _a_u_t_o_v_i_e_w (sec- tion 5.4 , page 78), in order to decide whether it should honor - the setting of the _$_w_a_i_t___k_e_y (section 7.4.340 , page 172) variable + the setting of the _$_w_a_i_t___k_e_y (section 7.4.341 , page 172) variable or not. When an attachment is viewed using an interactive program, and the corresponding mailcap entry has a _n_e_e_d_s_t_e_r_m_i_n_a_l flag, Mutt- - ng will use _$_w_a_i_t___k_e_y (section 7.4.340 , page 172) and the exit + ng will use _$_w_a_i_t___k_e_y (section 7.4.341 , page 172) 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. @@ -4057,10 +4057,10 @@ _6_._2 _T_e_m_p_o_r_a_r_y _F_i_l_e_s Mutt-ng uses many temporary files for viewing messages, verifying digital sig- - natures, etc. The _$_u_m_a_s_k (section 7.4.332 , page 170) variable can be used to + natures, etc. The _$_u_m_a_s_k (section 7.4.333 , page 170) 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 _$_t_m_p_d_i_r (section 7.4.328 , page 169) + be desired which can be changed via the _$_t_m_p_d_i_r (section 7.4.329 , page 169) variable. _6_._3 _I_n_f_o_r_m_a_t_i_o_n _L_e_a_k_s @@ -4072,7 +4072,7 @@ step counter which is increased (and rotated) with every message sent. If you'd like to hide this information probably telling others how many mail you sent in which time, you at least need to remove the %P expando from the default setting - of the _$_m_s_g_i_d___f_o_r_m_a_t (section 7.4.148 , page 124) variable. Please make sure + of the _$_m_s_g_i_d___f_o_r_m_a_t (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 @@ -4094,7 +4094,7 @@ 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 _u_n_s_e_t_t_i_n_g the _$_s_t_r_i_c_t___m_a_i_l_t_o (section 7.4.316 , page 166) variable, mutt- + When _u_n_s_e_t_t_i_n_g the _$_s_t_r_i_c_t___m_a_i_l_t_o (section 7.4.317 , page 167) variable, mutt- ng will +o be less strict when interpreting these links by prepending a X-Mailto- @@ -4113,7 +4113,7 @@ One of these is the mailcap mechanism as defined by RfC 1524. Mutt-ng can be set up to _a_u_t_o_m_a_t_i_c_a_l_l_y execute any given utility as listed in one of the mail- - cap files (see the _$_m_a_i_l_c_a_p___p_a_t_h (section 7.4.121 , page 119) variable for + cap files (see the _$_m_a_i_l_c_a_p___p_a_t_h (section 7.4.122 , page 119) variable for details.) These utilities may have a variety of security vulnerabilities, including over- @@ -4132,7 +4132,7 @@ +o keep the software packages referenced in the mailcap file up to date - +o leave the _$_m_a_i_l_c_a_p___s_a_n_i_t_i_z_e (section 7.4.122 , page 119) variable in its + +o leave the _$_m_a_i_l_c_a_p___s_a_n_i_t_i_z_e (section 7.4.123 , page 119) variable in its default state to restrict mailcap expandos to a safe set of characters _6_._4_._2 _O_t_h_e_r @@ -4599,7 +4599,7 @@ 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 _$_s_t_r_i_c_t___m_i_m_e (section 7.4.317 , page 167) is unset. + is valid only if _$_s_t_r_i_c_t___m_i_m_e (section 7.4.318 , page 167) is unset. _7_._4_._1_4 _a_t_t_a_c_h___f_o_r_m_a_t @@ -4704,7 +4704,7 @@ This is the string that will precede a message which has been included in a reply. For a full listing of defined printf(3)-like sequences see the section - on ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115)''. + on ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115)''. _7_._4_._1_9 _a_u_t_o___t_a_g @@ -4730,7 +4730,7 @@ body of your message. The send-menu may still be accessed once you have fin- ished editing the body of your message. - Also see ``_$_f_a_s_t___r_e_p_l_y (section 7.4.65 , page 103)''. + Also see ``_$_f_a_s_t___r_e_p_l_y (section 7.4.66 , page 104)''. _7_._4_._2_1 _b_e_e_p @@ -4844,7 +4844,7 @@ 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 ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.314 , page 164)'', but has + string is similar to ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.315 , page 164)'', but has its own set of printf(3)-like sequences: %a @@ -4859,7 +4859,7 @@ %v Mutt-ng version string - See the text describing the ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.314 , page 164)'' + See the text describing the ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.315 , page 164)'' option for more information on how to set ``_$_c_o_m_p_o_s_e___f_o_r_m_a_t (section 7.4.30 , page 96)''. @@ -4917,9 +4917,9 @@ Default: yes This variable controls whether or not copies of your outgoing messages will be - saved for later references. Also see ``_$_r_e_c_o_r_d (section 7.4.236 , page - 146)'', ``_$_s_a_v_e___n_a_m_e (section 7.4.247 , page 148)'', ``_$_f_o_r_c_e___n_a_m_e (section - 7.4.73 , page 106)'' and ``_f_c_c_-_h_o_o_k (section 3.19 , page 38)''. + saved for later references. Also see ``_$_r_e_c_o_r_d (section 7.4.237 , page + 146)'', ``_$_s_a_v_e___n_a_m_e (section 7.4.248 , page 149)'', ``_$_f_o_r_c_e___n_a_m_e (section + 7.4.74 , page 106)'' and ``_f_c_c_-_h_o_o_k (section 3.19 , page 38)''. _7_._4_._3_7 _c_r_y_p_t___a_u_t_o_e_n_c_r_y_p_t @@ -4931,7 +4931,7 @@ going messages. This is probably only useful in connection to the _s_e_n_d_-_h_o_o_k command. It can be overridden by use of the _p_g_p_-_m_e_n_u, when encryption is not required or signing is requested as well. If ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section - 7.4.283 , page 157)'' is _s_e_t, then OpenSSL is used instead to create S/MIME + 7.4.284 , page 157)'' is _s_e_t, then OpenSSL is used instead to create S/MIME messages and settings can be overridden by use of the _s_m_i_m_e_-_m_e_n_u. (Crypto only) @@ -4945,7 +4945,7 @@ encryption/signing for messages. See also ``_$_c_r_y_p_t___a_u_t_o_e_n_c_r_y_p_t (section 7.4.37 , page 97)'', ``_$_c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t (section 7.4.41 , page 98)'', ``_$_c_r_y_p_t___a_u_t_o_s_i_g_n (section 7.4.39 , page 97)'', ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section - 7.4.42 , page 98)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 7.4.283 , page 157)''. + 7.4.42 , page 98)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 7.4.284 , page 157)''. The Mutt Next Generation E-Mail Client 98 @@ -4958,7 +4958,7 @@ Setting this variable will cause Mutt-ng to always attempt to cryptographically sign outgoing messages. This can be overridden by use of the _p_g_p_-_m_e_n_u, when signing is not required or encryption is requested as well. If - ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 7.4.283 , page 157)'' is _s_e_t, then OpenSSL is + ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 7.4.284 , page 157)'' is _s_e_t, then OpenSSL is used instead to create S/MIME messages and settings can be overridden by use of the _s_m_i_m_e_-_m_e_n_u. (Crypto only) @@ -4972,7 +4972,7 @@ encryption/signing for messages. See also ``_$_c_r_y_p_t___a_u_t_o_e_n_c_r_y_p_t (section 7.4.37 , page 97)'', ``_$_c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t (section 7.4.41 , page 98)'', ``_$_c_r_y_p_t___a_u_t_o_s_i_g_n (section 7.4.39 , page 97)'', ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section - 7.4.42 , page 98)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 7.4.283 , page 157)''. + 7.4.42 , page 98)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 7.4.284 , page 157)''. _7_._4_._4_1 _c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t @@ -5051,12 +5051,12 @@ Default: '!%a, %b %d, %Y at %I:%M:%S%p %Z' This variable controls the format of the date printed by the ``%d'' sequence in - ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115)''. This is passed to strftime(3) + ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115)''. This is passed to strftime(3) to process the date. Unless the first character in the string is a bang (``!''), the month and week day names are expanded according to the locale specified in the variable - ``_$_l_o_c_a_l_e (section 7.4.119 , page 118)''. If the first character in the string + ``_$_l_o_c_a_l_e (section 7.4.120 , page 119)''. If the first character in the string is a bang, the bang is discarded, and the month and week day names in the rest of the string are expanded in the _C locale (that is in US English). @@ -5110,12 +5110,12 @@ Default: no When sending messages with format=flowed by _s_e_t_t_i_n_g the _$_t_e_x_t___f_l_o_w_e_d (section - 7.4.323 , page 168) variable, this variable specifies whether to also set the + 7.4.324 , page 168) variable, this variable specifies whether to also set the DelSp parameter to yes. If this is _u_n_s_e_t, no additional parameter will be send as a value of no already is the default behavior. NNoottee:: this variable only has an effect on _o_u_t_g_o_i_n_g messages (if _$_t_e_x_t___f_l_o_w_e_d - (section 7.4.323 , page 168) is _s_e_t) but not on incomming. + (section 7.4.324 , page 168) is _s_e_t) but not on incomming. The Mutt Next Generation E-Mail Client 101 @@ -5213,6 +5213,9 @@ This option allows you to edit the header of your outgoing messages along with the body of your message. + Which empty header fields to show is controlled by the _$_e_d_i_t_o_r___h_e_a_d_e_r_s (section + 7.4.61 , page 102) option. + _7_._4_._6_0 _e_d_i_t_o_r Type: path @@ -5223,16 +5226,30 @@ value of the $VISUAL, or $EDITOR, environment variable, or to the string 'vi' if neither of those are set. - _7_._4_._6_1 _e_n_c_o_d_e___f_r_o_m + _7_._4_._6_1 _e_d_i_t_o_r___h_e_a_d_e_r_s + + Type: string + + The Mutt Next Generation E-Mail Client 103 + + Default: 'From: To: Cc: Bcc: Subject: Reply-To: Newsgroups: Followup-To: X-Com- + ment-To:' + + If _$_e_d_i_t___h_e_a_d_e_r_s (section 7.4.59 , page 102) is _s_e_t, this space-separated list + specifies which _n_o_n_-_e_m_p_t_y header fields to edit in addition to user-defined + headers. + + Note: if _$_e_d_i_t___h_e_a_d_e_r_s (section 7.4.59 , page 102) had to be turned on by + force because _$_s_t_r_i_c_t___m_a_i_l_t_o (section 7.4.317 , page 167) is _u_n_s_e_t, this + option has no effect. + + _7_._4_._6_2 _e_n_c_o_d_e___f_r_o_m Type: boolean Default: no When _s_e_t, Mutt-ng will quoted-printable encode messages when they contain the - - The Mutt Next Generation E-Mail Client 103 - string ``From '' (note the trailing space) in the beginning of a line. Useful to avoid the tampering certain mail delivery and transport agents tend to do with messages. @@ -5242,7 +5259,7 @@ Alternatively, you must take care of space-stuffing ' when replying to the mutt-ng developer's mailing list and Mutt-ng takes this email address. Defaults to the contents of the environment variable $EMAIL. - _7_._4_._8_0 _g_e_c_o_s___m_a_s_k + _7_._4_._8_1 _g_e_c_o_s___m_a_s_k Type: regular expression @@ -5512,9 +5530,6 @@ A regular expression used by Mutt-ng to parse the GECOS field of a password entry when expanding the alias. By default the regular expression is set to ``^[^,]*'' which will return the string up to the first ``,'' encountered. If - - The Mutt Next Generation E-Mail Client 108 - the GECOS field contains a string like 'lastname, firstname' then you should do: set gecos_mask='.*'. @@ -5524,7 +5539,7 @@ expression that will match the whole name so Mutt-ng will expand ``Franklin'' to ``Franklin, Steve''. - _7_._4_._8_1 _h_d_r_s + _7_._4_._8_2 _h_d_r_s Type: boolean @@ -5535,17 +5550,17 @@ ing a new message or replying in order to take effect. If _s_e_t, the user defined header fields are added to every new message. - _7_._4_._8_2 _h_e_a_d_e_r + _7_._4_._8_3 _h_e_a_d_e_r Type: boolean Default: no When _s_e_t, this variable causes Mutt-ng to include the header of the message you - are replying to into the edit buffer. The ``_$_w_e_e_d (section 7.4.341 , page + are replying to into the edit buffer. The ``_$_w_e_e_d (section 7.4.342 , page 172)'' setting applies. - _7_._4_._8_3 _h_e_a_d_e_r___c_a_c_h_e + _7_._4_._8_4 _h_e_a_d_e_r___c_a_c_h_e Type: path @@ -5553,15 +5568,18 @@ Availability: Header Cache - The _$_h_e_a_d_e_r___c_a_c_h_e (section 7.4.83 , page 108) variable points to the header + The _$_h_e_a_d_e_r___c_a_c_h_e (section 7.4.84 , page 108) variable points to the header + + The Mutt Next Generation E-Mail Client 109 + cache database. - If _$_h_e_a_d_e_r___c_a_c_h_e (section 7.4.83 , page 108) points to a directory it will + If _$_h_e_a_d_e_r___c_a_c_h_e (section 7.4.84 , page 108) points to a directory it will contain a header cache database per folder. If _$_h_e_a_d_e_r___c_a_c_h_e (section - 7.4.83 , page 108) points to a file that file will be a single global header + 7.4.84 , page 108) points to a file that file will be a single global header cache. By default it is _u_n_s_e_t so no header caching will be used. - _7_._4_._8_4 _h_e_a_d_e_r___c_a_c_h_e___c_o_m_p_r_e_s_s + _7_._4_._8_5 _h_e_a_d_e_r___c_a_c_h_e___c_o_m_p_r_e_s_s Type: boolean @@ -5569,12 +5587,9 @@ If enabled the header cache will be compressed. So only one fifth of the usual diskspace is used, but the uncompression can result in a slower open of the - - The Mutt Next Generation E-Mail Client 109 - cached folder. - _7_._4_._8_5 _h_e_l_p + _7_._4_._8_6 _h_e_l_p Type: boolean @@ -5589,18 +5604,18 @@ is primarily aimed at new users, neither of these should present a major prob- lem. - _7_._4_._8_6 _h_i_d_d_e_n___h_o_s_t + _7_._4_._8_7 _h_i_d_d_e_n___h_o_s_t Type: boolean Default: no When _s_e_t, Mutt-ng will skip the host name part of ``_$_h_o_s_t_n_a_m_e (section - 7.4.94 , page 110)'' variable when adding the domain part to addresses. This + 7.4.95 , page 110)'' variable when adding the domain part to addresses. This variable does not affect the generation of Message-ID: header fields, and it will not lead to the cut-off of first-level domains. - _7_._4_._8_7 _h_i_d_e___l_i_m_i_t_e_d + _7_._4_._8_8 _h_i_d_e___l_i_m_i_t_e_d Type: boolean @@ -5609,7 +5624,9 @@ When _s_e_t, Mutt-ng will not show the presence of messages that are hidden by limiting, in the thread tree. - _7_._4_._8_8 _h_i_d_e___m_i_s_s_i_n_g + _7_._4_._8_9 _h_i_d_e___m_i_s_s_i_n_g + + The Mutt Next Generation E-Mail Client 110 Type: boolean @@ -5618,7 +5635,7 @@ When _s_e_t, Mutt-ng will not show the presence of missing messages in the thread tree. - _7_._4_._8_9 _h_i_d_e___t_h_r_e_a_d___s_u_b_j_e_c_t + _7_._4_._9_0 _h_i_d_e___t_h_r_e_a_d___s_u_b_j_e_c_t Type: boolean @@ -5627,9 +5644,7 @@ When _s_e_t, Mutt-ng will not show the subject of messages in the thread tree that have the same subject as their parent or closest previously displayed sibling. - The Mutt Next Generation E-Mail Client 110 - - _7_._4_._9_0 _h_i_d_e___t_o_p___l_i_m_i_t_e_d + _7_._4_._9_1 _h_i_d_e___t_o_p___l_i_m_i_t_e_d Type: boolean @@ -5637,19 +5652,19 @@ When _s_e_t, Mutt-ng will not show the presence of messages that are hidden by limiting, at the top of threads in the thread tree. Note that when _$_h_i_d_e___m_i_s_s_- - _i_n_g (section 7.4.88 , page 109) is set, this option will have no effect. + _i_n_g (section 7.4.89 , page 109) is set, this option will have no effect. - _7_._4_._9_1 _h_i_d_e___t_o_p___m_i_s_s_i_n_g + _7_._4_._9_2 _h_i_d_e___t_o_p___m_i_s_s_i_n_g Type: boolean Default: yes When _s_e_t, Mutt-ng will not show the presence of missing messages at the top of - threads in the thread tree. Note that when _$_h_i_d_e___l_i_m_i_t_e_d (section 7.4.87 , + threads in the thread tree. Note that when _$_h_i_d_e___l_i_m_i_t_e_d (section 7.4.88 , page 109) is _s_e_t, this option will have no effect. - _7_._4_._9_2 _h_i_s_t_o_r_y + _7_._4_._9_3 _h_i_s_t_o_r_y Type: number @@ -5658,7 +5673,7 @@ This variable controls the size (in number of strings remembered) of the string history buffer. The buffer is cleared each time the variable is changed. - _7_._4_._9_3 _h_o_n_o_r___f_o_l_l_o_w_u_p___t_o + _7_._4_._9_4 _h_o_n_o_r___f_o_l_l_o_w_u_p___t_o Type: quadoption @@ -5667,7 +5682,9 @@ This variable controls whether or not a Mail-Followup-To: header field is hon- ored when group-replying to a message. - _7_._4_._9_4 _h_o_s_t_n_a_m_e + The Mutt Next Generation E-Mail Client 111 + + _7_._4_._9_5 _h_o_s_t_n_a_m_e Type: string @@ -5679,12 +5696,10 @@ Please be sure to really know what you are doing when changing this variable to configure a custom domain part of Message-IDs. - _7_._4_._9_5 _i_g_n_o_r_e___l_i_s_t___r_e_p_l_y___t_o + _7_._4_._9_6 _i_g_n_o_r_e___l_i_s_t___r_e_p_l_y___t_o Type: boolean - The Mutt Next Generation E-Mail Client 111 - Default: no Affects the behaviour of the _r_e_p_l_y function when replying to messages from @@ -5695,7 +5710,7 @@ option is set, use the _l_i_s_t_-_r_e_p_l_y function; _g_r_o_u_p_-_r_e_p_l_y will reply to both the sender and the list. - _7_._4_._9_6 _i_m_a_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s + _7_._4_._9_7 _i_m_a_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s Type: string @@ -5718,17 +5733,19 @@ ous methods are unavailable. If a method is available but authentication fails, Mutt-ng will not connect to the IMAP server. - _7_._4_._9_7 _i_m_a_p___c_h_e_c_k___s_u_b_s_c_r_i_b_e_d + _7_._4_._9_8 _i_m_a_p___c_h_e_c_k___s_u_b_s_c_r_i_b_e_d Type: boolean Default: no + The Mutt Next Generation E-Mail Client 112 + When _s_e_t, 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 ``_m_a_i_l_b_o_x_e_s (section 3.15 , page 36)'' command. - _7_._4_._9_8 _i_m_a_p___d_e_l_i_m___c_h_a_r_s + _7_._4_._9_9 _i_m_a_p___d_e_l_i_m___c_h_a_r_s Type: string @@ -5738,11 +5755,9 @@ This contains the list of characters which you would like to treat as folder separators for displaying IMAP paths. In particular it helps in using the '=' - shortcut for your _$_f_o_l_d_e_r (section 7.4.69 , page 104) variable. + shortcut for your _$_f_o_l_d_e_r (section 7.4.70 , page 104) variable. - The Mutt Next Generation E-Mail Client 112 - - _7_._4_._9_9 _i_m_a_p___h_e_a_d_e_r_s + _7_._4_._1_0_0 _i_m_a_p___h_e_a_d_e_r_s Type: string @@ -5757,7 +5772,7 @@ NNoottee:: This is a space separated list. - _7_._4_._1_0_0 _i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e + _7_._4_._1_0_1 _i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e Type: string @@ -5769,7 +5784,7 @@ browser. If you see something else, you may set this variable to the IMAP path to your folders. - _7_._4_._1_0_1 _i_m_a_p___k_e_e_p_a_l_i_v_e + _7_._4_._1_0_2 _i_m_a_p___k_e_e_p_a_l_i_v_e Type: number @@ -5781,6 +5796,8 @@ wait before polling open IMAP connections, to prevent the server from closing them before Mutt-ng has finished with them. + The Mutt Next Generation E-Mail Client 113 + The default is well within the RFC-specified minimum amount of time (30 min- utes) before a server is allowed to do this, but in practice the RFC does get violated every now and then. @@ -5788,7 +5805,7 @@ Reduce this number if you find yourself getting disconnected from your IMAP server due to inactivity. - _7_._4_._1_0_2 _i_m_a_p___l_i_s_t___s_u_b_s_c_r_i_b_e_d + _7_._4_._1_0_3 _i_m_a_p___l_i_s_t___s_u_b_s_c_r_i_b_e_d Type: boolean @@ -5796,13 +5813,11 @@ Availability: IMAP - The Mutt Next Generation E-Mail Client 113 - This variable configures whether IMAP folder browsing will look for only sub- scribed folders or all folders. This can be toggled in the IMAP browser with the _t_o_g_g_l_e_-_s_u_b_s_c_r_i_b_e_d function. - _7_._4_._1_0_3 _i_m_a_p___l_o_g_i_n + _7_._4_._1_0_4 _i_m_a_p___l_o_g_i_n Type: string @@ -5812,21 +5827,21 @@ Your login name on the IMAP server. - This variable defaults to the value of ``_$_i_m_a_p___u_s_e_r (section 7.4.110 , page + This variable defaults to the value of ``_$_i_m_a_p___u_s_e_r (section 7.4.111 , page 114).'' - _7_._4_._1_0_4 _i_m_a_p___m_a_i_l___c_h_e_c_k + _7_._4_._1_0_5 _i_m_a_p___m_a_i_l___c_h_e_c_k Type: number Default: 300 This variable configures how often (in seconds) Mutt-ng should look for new - mail in IMAP folders. This is split from the ``_m_a_i_l___c_h_e_c_k (section 7.4.120 , - page 118)'' variable to generate less traffic and get more accurate information + mail in IMAP folders. This is split from the ``_m_a_i_l___c_h_e_c_k (section 7.4.121 , + page 119)'' variable to generate less traffic and get more accurate information for local folders. - _7_._4_._1_0_5 _i_m_a_p___p_a_s_s + _7_._4_._1_0_6 _i_m_a_p___p_a_s_s Type: string @@ -5837,11 +5852,13 @@ Specifies the password for your IMAP account. If _u_n_s_e_t, Mutt-ng will prompt you for your password when you invoke the fetch-mail function. + The Mutt Next Generation E-Mail Client 114 + WWaarrnniinngg: you should only use this option when you are on a fairly secure machine, because the superuser can read your configuration even if you are the only one who can read the file. - _7_._4_._1_0_6 _i_m_a_p___p_a_s_s_i_v_e + _7_._4_._1_0_7 _i_m_a_p___p_a_s_s_i_v_e Type: boolean @@ -5851,13 +5868,10 @@ When _s_e_t, Mutt-ng will not open new IMAP connections to check for new mail. Mutt-ng will only check for new mail over existing IMAP connections. This is - useful if you don't want to be prompted to user/password pairs on Mutt-ng - - The Mutt Next Generation E-Mail Client 114 + useful if you don't want to be prompted to user/password pairs on Mutt-ng invo- + cation, or if opening the connection is slow. - invocation, or if opening the connection is slow. - - _7_._4_._1_0_7 _i_m_a_p___p_e_e_k + _7_._4_._1_0_8 _i_m_a_p___p_e_e_k Type: boolean @@ -5870,7 +5884,7 @@ closing an IMAP folder somewhat slower. This option exists to appease speed freaks. - _7_._4_._1_0_8 _i_m_a_p___r_e_c_o_n_n_e_c_t + _7_._4_._1_0_9 _i_m_a_p___r_e_c_o_n_n_e_c_t Type: quadoption @@ -5881,7 +5895,7 @@ Controls whether or not Mutt-ng will try to reconnect to IMAP server when the connection is lost. - _7_._4_._1_0_9 _i_m_a_p___s_e_r_v_e_r_n_o_i_s_e + _7_._4_._1_1_0 _i_m_a_p___s_e_r_v_e_r_n_o_i_s_e Type: boolean @@ -5894,7 +5908,9 @@ ration problems on the server which are out of the users' hands, you may wish to suppress them at some point. - _7_._4_._1_1_0 _i_m_a_p___u_s_e_r + The Mutt Next Generation E-Mail Client 115 + + _7_._4_._1_1_1 _i_m_a_p___u_s_e_r Type: string @@ -5906,12 +5922,10 @@ This variable defaults to your user name on the local machine. - _7_._4_._1_1_1 _i_m_p_l_i_c_i_t___a_u_t_o_v_i_e_w + _7_._4_._1_1_2 _i_m_p_l_i_c_i_t___a_u_t_o_v_i_e_w Type: boolean - The Mutt Next Generation E-Mail Client 115 - Default: no If _s_e_t, Mutt-ng will look for a mailcap entry with the ``copiousoutput'' flag @@ -5919,7 +5933,7 @@ If such an entry is found, Mutt-ng will use the viewer defined in that entry to convert the body part to text form. - _7_._4_._1_1_2 _i_n_c_l_u_d_e + _7_._4_._1_1_3 _i_n_c_l_u_d_e Type: quadoption @@ -5928,7 +5942,7 @@ Controls whether or not a copy of the message(s) you are replying to is included in your reply. - _7_._4_._1_1_3 _i_n_c_l_u_d_e___o_n_l_y_f_i_r_s_t + _7_._4_._1_1_4 _i_n_c_l_u_d_e___o_n_l_y_f_i_r_s_t Type: boolean @@ -5937,7 +5951,7 @@ Controls whether or not Mutt-ng includes only the first attachment of the mes- sage you are replying. - _7_._4_._1_1_4 _i_n_d_e_n_t___s_t_r_i_n_g + _7_._4_._1_1_5 _i_n_d_e_n_t___s_t_r_i_n_g Type: string @@ -5947,10 +5961,12 @@ which you are replying. You are strongly encouraged not to change this value, as it tends to agitate the more fanatical netizens. - _7_._4_._1_1_5 _i_n_d_e_x___f_o_r_m_a_t + _7_._4_._1_1_6 _i_n_d_e_x___f_o_r_m_a_t Type: string + The Mutt Next Generation E-Mail Client 116 + Default: '%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s' This variable allows you to customize the message index display to your per- @@ -5966,8 +5982,6 @@ %A reply-to address (if present; otherwise: address of author) - The Mutt Next Generation E-Mail Client 116 - %b filename of the original message folder (think mailBox) @@ -6007,6 +6021,8 @@ %g newsgroup name (if compiled with nntp support) + The Mutt Next Generation E-Mail Client 117 + %i message-id of the current message @@ -6022,8 +6038,6 @@ %m total number of message in the mailbox - The Mutt Next Generation E-Mail Client 117 - %M number of hidden messages if the thread is collapsed. @@ -6047,8 +6061,8 @@ `to:' field (recipients) %T - the appropriate character from the _$_t_o___c_h_a_r_s (section 7.4.329 , - page 169) string + the appropriate character from the _$_t_o___c_h_a_r_s (section 7.4.330 , + page 170) string %u user (login) name of the author @@ -6063,6 +6077,8 @@ %y `x-label:' field, if present + The Mutt Next Generation E-Mail Client 118 + %Y `x-label' field, if present, and (1) not at part of a thread tree, (2) at the top of a thread, or (3) `x-label' is different from pre- @@ -6078,9 +6094,6 @@ %[fmt] the date and time of the message is converted to the local time - - The Mutt Next Generation E-Mail Client 118 - zone, and ``fmt'' is expanded by the library function ``strftime''; a leading bang disables locales @@ -6099,9 +6112,9 @@ %|X pad to the end of the line with character 'X' - See also: ``_$_t_o___c_h_a_r_s (section 7.4.329 , page 169)''. + See also: ``_$_t_o___c_h_a_r_s (section 7.4.330 , page 170)''. - _7_._4_._1_1_6 _i_s_p_e_l_l + _7_._4_._1_1_7 _i_s_p_e_l_l Type: path @@ -6109,17 +6122,19 @@ How to invoke ispell (GNU's spell-checking software). - _7_._4_._1_1_7 _k_e_e_p___f_l_a_g_g_e_d + _7_._4_._1_1_8 _k_e_e_p___f_l_a_g_g_e_d Type: boolean Default: no If _s_e_t, read messages marked as flagged will not be moved from your spool mail- - box to your ``_$_m_b_o_x (section 7.4.130 , page 121)'' mailbox, or as a result of + box to your ``_$_m_b_o_x (section 7.4.131 , page 121)'' mailbox, or as a result of a ``_m_b_o_x_-_h_o_o_k (section 3.14 , page 36)'' command. - _7_._4_._1_1_8 _l_i_s_t___r_e_p_l_y + The Mutt Next Generation E-Mail Client 119 + + _7_._4_._1_1_9 _l_i_s_t___r_e_p_l_y Type: quadoption @@ -6129,18 +6144,16 @@ (instead to the author only). Setting this option to ``_a_s_k_-_y_e_s'' or ``_a_s_k_-_n_o'' will ask if you really intended to reply to the author only. - _7_._4_._1_1_9 _l_o_c_a_l_e + _7_._4_._1_2_0 _l_o_c_a_l_e Type: string Default: 'C' - The Mutt Next Generation E-Mail Client 119 - The locale used by strftime(3) to format dates. Legal values are the strings your system accepts for the locale variable LC_TIME. - _7_._4_._1_2_0 _m_a_i_l___c_h_e_c_k + _7_._4_._1_2_1 _m_a_i_l___c_h_e_c_k Type: number @@ -6150,9 +6163,9 @@ mail. NNoottee:: This does not apply to IMAP mailboxes, see _$_i_m_a_p___m_a_i_l___c_h_e_c_k (section - 7.4.104 , page 113). + 7.4.105 , page 113). - _7_._4_._1_2_1 _m_a_i_l_c_a_p___p_a_t_h + _7_._4_._1_2_2 _m_a_i_l_c_a_p___p_a_t_h Type: string @@ -6161,7 +6174,7 @@ This variable specifies which files to consult when attempting to display MIME bodies not directly supported by Mutt-ng. - _7_._4_._1_2_2 _m_a_i_l_c_a_p___s_a_n_i_t_i_z_e + _7_._4_._1_2_3 _m_a_i_l_c_a_p___s_a_n_i_t_i_z_e Type: boolean @@ -6173,7 +6186,9 @@ DDOONN''TT CCHHAANNGGEE TTHHIISS SSEETTTTIINNGG UUNNLLEESSSS YYOOUU AARREE RREEAALLLLYY SSUURREE WWHHAATT YYOOUU AARREE DDOOIINNGG!! - _7_._4_._1_2_3 _m_a_i_l_d_i_r___h_e_a_d_e_r___c_a_c_h_e___v_e_r_i_f_y + _7_._4_._1_2_4 _m_a_i_l_d_i_r___h_e_a_d_e_r___c_a_c_h_e___v_e_r_i_f_y + + The Mutt Next Generation E-Mail Client 120 Type: boolean @@ -6185,14 +6200,12 @@ files when the header cache is in use. This incurs one stat(2) per message every time the folder is opened. - _7_._4_._1_2_4 _m_a_i_l_d_i_r___t_r_a_s_h + _7_._4_._1_2_5 _m_a_i_l_d_i_r___t_r_a_s_h Type: boolean Default: no - The Mutt Next Generation E-Mail Client 120 - If _s_e_t, messages marked as deleted will be saved with the maildir (T)rashed flag instead of physically deleted. @@ -6201,7 +6214,7 @@ It is similiar to the trash option. - _7_._4_._1_2_5 _m_a_r_k___o_l_d + _7_._4_._1_2_6 _m_a_r_k___o_l_d Type: boolean @@ -6214,7 +6227,7 @@ up with an 'O' next to them in the ``index'' menu, indicating that they are old. - _7_._4_._1_2_6 _m_a_r_k_e_r_s + _7_._4_._1_2_7 _m_a_r_k_e_r_s Type: boolean @@ -6222,19 +6235,22 @@ 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 - ``_$_s_m_a_r_t___w_r_a_p (section 7.4.269 , page 154)'' variable. + ``_$_s_m_a_r_t___w_r_a_p (section 7.4.270 , page 154)'' variable. - _7_._4_._1_2_7 _m_a_s_k + _7_._4_._1_2_8 _m_a_s_k Type: regular expression Default: '!^\.[^.]' A regular expression used in the file browser, optionally preceded by the _n_o_t + + The Mutt Next Generation E-Mail Client 121 + operator ``!''. Only files whose names match this mask will be shown. The match is always case-sensitive. - _7_._4_._1_2_8 _m_a_x___d_i_s_p_l_a_y___r_e_c_i_p_s + _7_._4_._1_2_9 _m_a_x___d_i_s_p_l_a_y___r_e_c_i_p_s Type: number @@ -6245,9 +6261,7 @@ case the number of lines exeeds its value, the last line will have 3 dots appended. - _7_._4_._1_2_9 _m_a_x___l_i_n_e___l_e_n_g_t_h - - The Mutt Next Generation E-Mail Client 121 + _7_._4_._1_3_0 _m_a_x___l_i_n_e___l_e_n_g_t_h Type: number @@ -6256,18 +6270,18 @@ When _s_e_t, 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 _$_w_r_a_p_m_a_r_g_i_n - (section 7.4.343 , page 172). + (section 7.4.344 , page 173). - _7_._4_._1_3_0 _m_b_o_x + _7_._4_._1_3_1 _m_b_o_x Type: path Default: '~/mbox' This specifies the folder into which read mail in your ``_$_s_p_o_o_l_f_i_l_e (section - 7.4.303 , page 162)'' folder will be appended. + 7.4.304 , page 162)'' folder will be appended. - _7_._4_._1_3_1 _m_b_o_x___t_y_p_e + _7_._4_._1_3_2 _m_b_o_x___t_y_p_e Type: folder magic @@ -6276,17 +6290,19 @@ The default mailbox type used when creating new folders. May be any of mbox, MMDF, MH and Maildir. - _7_._4_._1_3_2 _m_e_n_u___c_o_n_t_e_x_t + _7_._4_._1_3_3 _m_e_n_u___c_o_n_t_e_x_t Type: number Default: 0 This variable controls the number of lines of context that are given when - scrolling through menus. (Similar to ``_$_p_a_g_e_r___c_o_n_t_e_x_t (section 7.4.173 , page - 131)''.) + scrolling through menus. (Similar to ``_$_p_a_g_e_r___c_o_n_t_e_x_t (section 7.4.174 , page + 132)''.) - _7_._4_._1_3_3 _m_e_n_u___m_o_v_e___o_f_f + The Mutt Next Generation E-Mail Client 122 + + _7_._4_._1_3_4 _m_e_n_u___m_o_v_e___o_f_f Type: boolean @@ -6296,21 +6312,18 @@ the screen, unless there are less entries than lines. When _s_e_t, the bottom entry may move off the bottom. - _7_._4_._1_3_4 _m_e_n_u___s_c_r_o_l_l + _7_._4_._1_3_5 _m_e_n_u___s_c_r_o_l_l Type: boolean Default: no When _s_e_t, menus will be scrolled up or down one line when you attempt to move - - The Mutt Next Generation E-Mail Client 122 - across a screen boundary. If _u_n_s_e_t, the screen is cleared and the next or pre- vious page of the menu is displayed (useful for slow links to avoid many redraws). - _7_._4_._1_3_5 _m_e_s_s_a_g_e___f_o_r_m_a_t + _7_._4_._1_3_6 _m_e_s_s_a_g_e___f_o_r_m_a_t Type: string @@ -6318,9 +6331,9 @@ This is the string displayed in the ``attachment'' menu for attachments of type message/rfc822. For a full listing of defined printf(3)-like sequences see the - section on ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115)''. + section on ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115)''. - _7_._4_._1_3_6 _m_e_t_a___k_e_y + _7_._4_._1_3_7 _m_e_t_a___k_e_y Type: boolean @@ -6333,7 +6346,7 @@ because the result of removing the high bit from ``0xf4'' is ``0x74'', which is the ASCII character ``x''. - _7_._4_._1_3_7 _m_e_t_o_o + _7_._4_._1_3_8 _m_e_t_o_o Type: boolean @@ -6342,7 +6355,9 @@ If _u_n_s_e_t, Mutt-ng will remove your address (see the ``alternates'' command) from the list of recipients when replying to a message. - _7_._4_._1_3_8 _m_h___p_u_r_g_e + The Mutt Next Generation E-Mail Client 123 + + _7_._4_._1_3_9 _m_h___p_u_r_g_e Type: boolean @@ -6352,7 +6367,7 @@ _,_<_o_l_d _f_i_l_e _n_a_m_e_> in mh folders instead of really deleting them. If the vari- able is set, the message files will simply be deleted. - _7_._4_._1_3_9 _m_h___s_e_q___f_l_a_g_g_e_d + _7_._4_._1_4_0 _m_h___s_e_q___f_l_a_g_g_e_d Type: string @@ -6360,9 +6375,7 @@ The name of the MH sequence used for flagged messages. - The Mutt Next Generation E-Mail Client 123 - - _7_._4_._1_4_0 _m_h___s_e_q___r_e_p_l_i_e_d + _7_._4_._1_4_1 _m_h___s_e_q___r_e_p_l_i_e_d Type: string @@ -6370,7 +6383,7 @@ The name of the MH sequence used to tag replied messages. - _7_._4_._1_4_1 _m_h___s_e_q___u_n_s_e_e_n + _7_._4_._1_4_2 _m_h___s_e_q___u_n_s_e_e_n Type: string @@ -6378,7 +6391,7 @@ The name of the MH sequence used for unseen messages. - _7_._4_._1_4_2 _m_i_m_e___f_o_r_w_a_r_d + _7_._4_._1_4_3 _m_i_m_e___f_o_r_w_a_r_d Type: quadoption @@ -6391,20 +6404,22 @@ the message as it was delivered to you. If you like to switch between MIME and not MIME from mail to mail, set this variable to ask-no or ask-yes. - Also see ``_$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 7.4.74 , page 106)'' and ``_$_m_i_m_e___f_o_r_- - _w_a_r_d___d_e_c_o_d_e (section 7.4.143 , page 123)''. + Also see ``_$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 7.4.75 , page 106)'' and ``_$_m_i_m_e___f_o_r_- + _w_a_r_d___d_e_c_o_d_e (section 7.4.144 , page 123)''. - _7_._4_._1_4_3 _m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e + _7_._4_._1_4_4 _m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e Type: boolean + The Mutt Next Generation E-Mail Client 124 + Default: no Controls the decoding of complex MIME messages into text/plain when forwarding - a message while ``_$_m_i_m_e___f_o_r_w_a_r_d (section 7.4.142 , page 123)'' is _s_e_t. Other- - wise ``_$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 7.4.74 , page 106)'' is used instead. + a message while ``_$_m_i_m_e___f_o_r_w_a_r_d (section 7.4.143 , page 123)'' is _s_e_t. Other- + wise ``_$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 7.4.75 , page 106)'' is used instead. - _7_._4_._1_4_4 _m_i_m_e___f_o_r_w_a_r_d___r_e_s_t + _7_._4_._1_4_5 _m_i_m_e___f_o_r_w_a_r_d___r_e_s_t Type: quadoption @@ -6414,9 +6429,7 @@ menu, attachments which cannot be decoded in a reasonable manner will be attached to the newly composed message if this option is set. - _7_._4_._1_4_5 _m_i_x___e_n_t_r_y___f_o_r_m_a_t - - The Mutt Next Generation E-Mail Client 124 + _7_._4_._1_4_6 _m_i_x___e_n_t_r_y___f_o_r_m_a_t Type: string @@ -6439,7 +6452,7 @@ %a The remailer's e-mail address. - _7_._4_._1_4_6 _m_i_x_m_a_s_t_e_r + _7_._4_._1_4_7 _m_i_x_m_a_s_t_e_r Type: path @@ -6451,17 +6464,19 @@ used with various sets of parameters to gather the list of known remailers, and to finally send a message through the mixmaster chain. - _7_._4_._1_4_7 _m_o_v_e + _7_._4_._1_4_8 _m_o_v_e Type: quadoption + The Mutt Next Generation E-Mail Client 125 + Default: ask-no Controls whether or not Mutt-ng will move read messages from your spool mailbox - to your ``_$_m_b_o_x (section 7.4.130 , page 121)'' mailbox, or as a result of a + to your ``_$_m_b_o_x (section 7.4.131 , page 121)'' mailbox, or as a result of a ``_m_b_o_x_-_h_o_o_k (section 3.14 , page 36)'' command. - _7_._4_._1_4_8 _m_s_g_i_d___f_o_r_m_a_t + _7_._4_._1_4_9 _m_s_g_i_d___f_o_r_m_a_t Type: string @@ -6472,8 +6487,6 @@ generated. The '%' character marks that certain data will be added to the string, similar to printf(3). The following characters are allowed: - The Mutt Next Generation E-Mail Client 125 - %d the current day of month @@ -6511,6 +6524,8 @@ %X the current UNIX timestamp (hexadecimal) + The Mutt Next Generation E-Mail Client 126 + %Y the current year (Y2K compliant) @@ -6520,7 +6535,7 @@ NNoottee:: Please only change this setting if you know what you are doing. Also make sure to consult RFC2822 to produce technically _v_a_l_i_d strings. - _7_._4_._1_4_9 _n_a_r_r_o_w___t_r_e_e + _7_._4_._1_5_0 _n_a_r_r_o_w___t_r_e_e Type: boolean @@ -6529,9 +6544,7 @@ This variable, when _s_e_t, makes the thread tree narrower, allowing deeper threads to fit on the screen. - The Mutt Next Generation E-Mail Client 126 - - _7_._4_._1_5_0 _n_n_t_p___a_s_k___f_o_l_l_o_w_u_p___t_o + _7_._4_._1_5_1 _n_n_t_p___a_s_k___f_o_l_l_o_w_u_p___t_o Type: boolean @@ -6542,7 +6555,7 @@ If _s_e_t, Mutt-ng will prompt you for the Followup-To: header field before edit- ing the body of an outgoing news article. - _7_._4_._1_5_1 _n_n_t_p___a_s_k___x___c_o_m_m_e_n_t___t_o + _7_._4_._1_5_2 _n_n_t_p___a_s_k___x___c_o_m_m_e_n_t___t_o Type: boolean @@ -6553,7 +6566,7 @@ If _s_e_t, Mutt-ng will prompt you for the X-Comment-To: header field before edit- ing the body of an outgoing news article. - _7_._4_._1_5_2 _n_n_t_p___c_a_c_h_e___d_i_r + _7_._4_._1_5_3 _n_n_t_p___c_a_c_h_e___d_i_r Type: path @@ -6568,7 +6581,9 @@ As for the header caching in connection with IMAP and/or Maildir, this drasti- cally increases speed and lowers traffic. - _7_._4_._1_5_3 _n_n_t_p___c_a_t_c_h_u_p + The Mutt Next Generation E-Mail Client 127 + + _7_._4_._1_5_4 _n_n_t_p___c_a_t_c_h_u_p Type: quadoption @@ -6579,24 +6594,22 @@ If this variable is _s_e_t, Mutt-ng will mark all articles in a newsgroup as read when you leaving it. - _7_._4_._1_5_4 _n_n_t_p___c_o_n_t_e_x_t + _7_._4_._1_5_5 _n_n_t_p___c_o_n_t_e_x_t Type: number Default: 1000 - The Mutt Next Generation E-Mail Client 127 - Availability: NNTP This variable controls how many news articles to cache per newsgroup (if - caching is enabled, see _$_n_n_t_p___c_a_c_h_e___d_i_r (section 7.4.152 , page 126)) and how + caching is enabled, see _$_n_n_t_p___c_a_c_h_e___d_i_r (section 7.4.153 , page 126)) and how many news articles to show in the ``index'' menu. - If there're more articles than defined with _$_n_n_t_p___c_o_n_t_e_x_t (section 7.4.154 , - page 126), all older ones will be removed/not shown in the index. + If there're more articles than defined with _$_n_n_t_p___c_o_n_t_e_x_t (section 7.4.155 , + page 127), all older ones will be removed/not shown in the index. - _7_._4_._1_5_5 _n_n_t_p___f_o_l_l_o_w_u_p___t_o___p_o_s_t_e_r + _7_._4_._1_5_6 _n_n_t_p___f_o_l_l_o_w_u_p___t_o___p_o_s_t_e_r Type: quadoption @@ -6608,7 +6621,7 @@ header field, a follow-up to the newsgroup is not permitted. The message will be mailed to the submitter of the message via mail. - _7_._4_._1_5_6 _n_n_t_p___g_r_o_u_p___i_n_d_e_x___f_o_r_m_a_t + _7_._4_._1_5_7 _n_n_t_p___g_r_o_u_p___i_n_d_e_x___f_o_r_m_a_t Type: string @@ -6617,9 +6630,11 @@ Availability: NNTP This variable allows you to customize the newsgroup browser display to your - personal taste. This string is similar to ``_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , + personal taste. This string is similar to ``_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115)'', but has its own set of printf(3)-like sequences: + The Mutt Next Generation E-Mail Client 128 + %C current newsgroup number %d description of newsgroup (retrieved from server) %f newsgroup name @@ -6630,7 +6645,7 @@ %>X right justify the rest of the string and pad with character "X" %|X pad to the end of the line with character "X" - _7_._4_._1_5_7 _n_n_t_p___h_o_s_t + _7_._4_._1_5_8 _n_n_t_p___h_o_s_t Type: string @@ -6640,8 +6655,6 @@ This variable specifies the name (or address) of the NNTP server to be used. - The Mutt Next Generation E-Mail Client 128 - It defaults to the value specified via the environment variable $NNTPSERVER or contained in the file /etc/nntpserver. @@ -6654,7 +6667,7 @@ security risk since the superuser of your machine may read it regardless of the file's permissions. - _7_._4_._1_5_8 _n_n_t_p___i_n_e_w_s + _7_._4_._1_5_9 _n_n_t_p___i_n_e_w_s Type: path @@ -6670,10 +6683,12 @@ Example: set inews='/usr/local/bin/inews -hS' - _7_._4_._1_5_9 _n_n_t_p___l_o_a_d___d_e_s_c_r_i_p_t_i_o_n + _7_._4_._1_6_0 _n_n_t_p___l_o_a_d___d_e_s_c_r_i_p_t_i_o_n Type: boolean + The Mutt Next Generation E-Mail Client 129 + Default: yes Availability: NNTP @@ -6681,7 +6696,7 @@ This variable controls whether or not descriptions for newsgroups are to be loaded when subscribing to a newsgroup. - _7_._4_._1_6_0 _n_n_t_p___m_a_i_l___c_h_e_c_k + _7_._4_._1_6_1 _n_n_t_p___m_a_i_l___c_h_e_c_k Type: number @@ -6693,9 +6708,7 @@ article will cause a recheck for new news. If set to 0, Mutt-ng will recheck on each operation in index (stepping, read article, etc.). - The Mutt Next Generation E-Mail Client 129 - - _7_._4_._1_6_1 _n_n_t_p___m_i_m_e___s_u_b_j_e_c_t + _7_._4_._1_6_2 _n_n_t_p___m_i_m_e___s_u_b_j_e_c_t Type: boolean @@ -6708,7 +6721,7 @@ NNoottee:: Only change this setting if you know what you are doing. - _7_._4_._1_6_2 _n_n_t_p___n_e_w_s_r_c + _7_._4_._1_6_3 _n_n_t_p___n_e_w_s_r_c Type: path @@ -6724,10 +6737,12 @@ %s newsserver name - _7_._4_._1_6_3 _n_n_t_p___p_a_s_s + _7_._4_._1_6_4 _n_n_t_p___p_a_s_s Type: string + The Mutt Next Generation E-Mail Client 130 + Default: '' Availability: NNTP @@ -6737,7 +6752,7 @@ NNoottee:: 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. - _7_._4_._1_6_4 _n_n_t_p___p_o_s_t___m_o_d_e_r_a_t_e_d + _7_._4_._1_6_5 _n_n_t_p___p_o_s_t___m_o_d_e_r_a_t_e_d Type: quadoption @@ -6748,12 +6763,10 @@ If set to _y_e_s, Mutt-ng will post articles to newsgroup that have not permis- sions to post (e.g. moderated). - The Mutt Next Generation E-Mail Client 130 - NNoottee:: if the newsserver does not support posting to that newsgroup or a group is totally read-only, that posting will not have any effect. - _7_._4_._1_6_5 _n_n_t_p___r_e_c_o_n_n_e_c_t + _7_._4_._1_6_6 _n_n_t_p___r_e_c_o_n_n_e_c_t Type: quadoption @@ -6764,7 +6777,7 @@ Controls whether or not Mutt-ng will try to reconnect to a newsserver when the was connection lost. - _7_._4_._1_6_6 _n_n_t_p___s_a_v_e___u_n_s_u_b_s_c_r_i_b_e_d + _7_._4_._1_6_7 _n_n_t_p___s_a_v_e___u_n_s_u_b_s_c_r_i_b_e_d Type: boolean @@ -6775,7 +6788,7 @@ When _s_e_t, info about unsubscribed newsgroups will be saved into the ``newsrc'' file and into the news cache. - _7_._4_._1_6_7 _n_n_t_p___s_h_o_w___n_e_w___n_e_w_s + _7_._4_._1_6_8 _n_n_t_p___s_h_o_w___n_e_w___n_e_w_s Type: boolean @@ -6784,11 +6797,14 @@ Availability: NNTP If _s_e_t, the newsserver will be asked for new newsgroups on entering the + + The Mutt Next Generation E-Mail Client 131 + 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. - _7_._4_._1_6_8 _n_n_t_p___s_h_o_w___o_n_l_y___u_n_r_e_a_d + _7_._4_._1_6_9 _n_n_t_p___s_h_o_w___o_n_l_y___u_n_r_e_a_d Type: boolean @@ -6799,20 +6815,18 @@ If _s_e_t, only subscribed newsgroups that contain unread articles will be dis- played in the newsgroup browser. - _7_._4_._1_6_9 _n_n_t_p___u_s_e_r + _7_._4_._1_7_0 _n_n_t_p___u_s_e_r Type: string Default: '' - The Mutt Next Generation E-Mail Client 131 - Availability: NNTP Your login name on the NNTP server. If _u_n_s_e_t and the server requires authen- tification, Mutt-ng will prompt you for your account name. - _7_._4_._1_7_0 _n_n_t_p___x___c_o_m_m_e_n_t___t_o + _7_._4_._1_7_1 _n_n_t_p___x___c_o_m_m_e_n_t___t_o Type: boolean @@ -6823,7 +6837,7 @@ If _s_e_t, 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. - _7_._4_._1_7_1 _o_p_e_r_a_t_i_n_g___s_y_s_t_e_m + _7_._4_._1_7_2 _o_p_e_r_a_t_i_n_g___s_y_s_t_e_m Type: string @@ -6835,12 +6849,14 @@ It may, for example, look as: ``mutt-ng 1.5.9i (Linux)''. - _7_._4_._1_7_2 _p_a_g_e_r + _7_._4_._1_7_3 _p_a_g_e_r Type: path Default: 'builtin' + The Mutt Next Generation E-Mail Client 132 + This variable specifies which pager you would like to use to view messages. ``builtin'' means to use the builtin pager, otherwise this variable should specify the pathname of the external pager you would like to use. @@ -6850,7 +6866,7 @@ screen resizes cause lines longer than the screen width to be badly formatted in the help menu. - _7_._4_._1_7_3 _p_a_g_e_r___c_o_n_t_e_x_t + _7_._4_._1_7_4 _p_a_g_e_r___c_o_n_t_e_x_t Type: number @@ -6861,9 +6877,7 @@ will display the line after the last one on the screen at the top of the next page (0 lines of context). - The Mutt Next Generation E-Mail Client 132 - - _7_._4_._1_7_4 _p_a_g_e_r___f_o_r_m_a_t + _7_._4_._1_7_5 _p_a_g_e_r___f_o_r_m_a_t Type: string @@ -6871,10 +6885,10 @@ This variable controls the format of the one-line message ``status'' displayed before each message in either the internal or an external pager. The valid - sequences are listed in the ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115)'' + sequences are listed in the ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115)'' section. - _7_._4_._1_7_5 _p_a_g_e_r___i_n_d_e_x___l_i_n_e_s + _7_._4_._1_7_6 _p_a_g_e_r___i_n_d_e_x___l_i_n_e_s Type: number @@ -6891,16 +6905,18 @@ folder is less than _p_a_g_e_r___i_n_d_e_x___l_i_n_e_s, then the index will only use as many lines as it needs. - _7_._4_._1_7_6 _p_a_g_e_r___s_t_o_p + _7_._4_._1_7_7 _p_a_g_e_r___s_t_o_p Type: boolean Default: no + The Mutt Next Generation E-Mail Client 133 + When _s_e_t, the internal-pager will nnoott move to the next message when you are at the end of a message and invoke the _n_e_x_t_-_p_a_g_e function. - _7_._4_._1_7_7 _p_g_p___a_u_t_o___d_e_c_o_d_e + _7_._4_._1_7_8 _p_g_p___a_u_t_o___d_e_c_o_d_e Type: boolean @@ -6913,12 +6929,10 @@ ditional-pgp function, Mutt-ng will automatically check the message for tradi- tional pgp. - _7_._4_._1_7_8 _p_g_p___a_u_t_o_i_n_l_i_n_e + _7_._4_._1_7_9 _p_g_p___a_u_t_o_i_n_l_i_n_e Type: boolean - The Mutt Next Generation E-Mail Client 133 - Default: no This option controls whether Mutt-ng generates old-style inline (traditional) @@ -6928,12 +6942,12 @@ 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: - ``_$_p_g_p___m_i_m_e___a_u_t_o (section 7.4.194 , page 136)''. + ``_$_p_g_p___m_i_m_e___a_u_t_o (section 7.4.195 , page 137)''. Also note that using the old-style PGP message format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _7_._4_._1_7_9 _p_g_p___c_h_e_c_k___e_x_i_t + _7_._4_._1_8_0 _p_g_p___c_h_e_c_k___e_x_i_t Type: boolean @@ -6942,7 +6956,7 @@ If _s_e_t, 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) - _7_._4_._1_8_0 _p_g_p___c_l_e_a_r_s_i_g_n___c_o_m_m_a_n_d + _7_._4_._1_8_1 _p_g_p___c_l_e_a_r_s_i_g_n___c_o_m_m_a_n_d Type: string @@ -6952,7 +6966,9 @@ Note that the use of this format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _7_._4_._1_8_1 _p_g_p___d_e_c_o_d_e___c_o_m_m_a_n_d + The Mutt Next Generation E-Mail Client 134 + + _7_._4_._1_8_2 _p_g_p___d_e_c_o_d_e___c_o_m_m_a_n_d Type: string @@ -6974,10 +6990,8 @@ Expands to the name of a file containing the signature part of a multipart/signed attachment when verifying it. - The Mutt Next Generation E-Mail Client 134 - %a - The value of _$_p_g_p___s_i_g_n___a_s (section 7.4.198 , page 137). + The value of _$_p_g_p___s_i_g_n___a_s (section 7.4.199 , page 138). %r One or more key IDs. @@ -6987,7 +7001,7 @@ subdirectory which has been installed on your system alongside the documenta- tion. (PGP only) - _7_._4_._1_8_2 _p_g_p___d_e_c_r_y_p_t___c_o_m_m_a_n_d + _7_._4_._1_8_3 _p_g_p___d_e_c_r_y_p_t___c_o_m_m_a_n_d Type: string @@ -6995,7 +7009,7 @@ This command is used to decrypt a PGP encrypted message. (PGP only) - _7_._4_._1_8_3 _p_g_p___e_n_c_r_y_p_t___o_n_l_y___c_o_m_m_a_n_d + _7_._4_._1_8_4 _p_g_p___e_n_c_r_y_p_t___o_n_l_y___c_o_m_m_a_n_d Type: string @@ -7003,22 +7017,24 @@ This command is used to encrypt a body part without signing it. (PGP only) - _7_._4_._1_8_4 _p_g_p___e_n_c_r_y_p_t___s_i_g_n___c_o_m_m_a_n_d + _7_._4_._1_8_5 _p_g_p___e_n_c_r_y_p_t___s_i_g_n___c_o_m_m_a_n_d Type: string Default: '' + The Mutt Next Generation E-Mail Client 135 + This command is used to both sign and encrypt a body part. (PGP only) - _7_._4_._1_8_5 _p_g_p___e_n_t_r_y___f_o_r_m_a_t + _7_._4_._1_8_6 _p_g_p___e_n_t_r_y___f_o_r_m_a_t Type: string Default: '%4n %t%f %4l/0x%k %-4a %2c %u' This variable allows you to customize the PGP key selection menu to your per- - sonal taste. This string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page + sonal taste. This string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115)'', but has its own set of printf(3)-like sequences: %n @@ -7030,8 +7046,6 @@ %u user id - The Mutt Next Generation E-Mail Client 135 - %a algorithm @@ -7052,7 +7066,7 @@ (PGP only) - _7_._4_._1_8_6 _p_g_p___e_x_p_o_r_t___c_o_m_m_a_n_d + _7_._4_._1_8_7 _p_g_p___e_x_p_o_r_t___c_o_m_m_a_n_d Type: string @@ -7061,39 +7075,39 @@ This command is used to export a public key from the user's key ring. (PGP only) - _7_._4_._1_8_7 _p_g_p___g_e_t_k_e_y_s___c_o_m_m_a_n_d + _7_._4_._1_8_8 _p_g_p___g_e_t_k_e_y_s___c_o_m_m_a_n_d Type: string + The Mutt Next Generation E-Mail Client 136 + 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) - _7_._4_._1_8_8 _p_g_p___g_o_o_d___s_i_g_n + _7_._4_._1_8_9 _p_g_p___g_o_o_d___s_i_g_n Type: regular expression Default: '' If you assign a text to this variable, then a PGP signature is only considered - verified if the output from _$_p_g_p___v_e_r_i_f_y___c_o_m_m_a_n_d (section 7.4.204 , page 139) + verified if the output from _$_p_g_p___v_e_r_i_f_y___c_o_m_m_a_n_d (section 7.4.205 , page 139) contains the text. Use this variable if the exit code from the command is 0 even for bad signatures. (PGP only) - _7_._4_._1_8_9 _p_g_p___i_g_n_o_r_e___s_u_b_k_e_y_s + _7_._4_._1_9_0 _p_g_p___i_g_n_o_r_e___s_u_b_k_e_y_s Type: boolean Default: yes - The Mutt Next Generation E-Mail Client 136 - Setting this variable will cause Mutt-ng to ignore OpenPGP subkeys. Instead, the principal key will inherit the subkeys' capabilities. _U_n_s_e_t this if you want to play interesting key selection games. (PGP only) - _7_._4_._1_9_0 _p_g_p___i_m_p_o_r_t___c_o_m_m_a_n_d + _7_._4_._1_9_1 _p_g_p___i_m_p_o_r_t___c_o_m_m_a_n_d Type: string @@ -7102,7 +7116,7 @@ This command is used to import a key from a message into the user's public key ring. (PGP only) - _7_._4_._1_9_1 _p_g_p___l_i_s_t___p_u_b_r_i_n_g___c_o_m_m_a_n_d + _7_._4_._1_9_2 _p_g_p___l_i_s_t___p_u_b_r_i_n_g___c_o_m_m_a_n_d Type: string @@ -7114,19 +7128,22 @@ This format is also generated by the pgpring utility which comes with Mutt-ng. (PGP only) - _7_._4_._1_9_2 _p_g_p___l_i_s_t___s_e_c_r_i_n_g___c_o_m_m_a_n_d + _7_._4_._1_9_3 _p_g_p___l_i_s_t___s_e_c_r_i_n_g___c_o_m_m_a_n_d Type: string Default: '' This command is used to list the secret key ring's contents. The output format + + The Mutt Next Generation E-Mail Client 137 + 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) - _7_._4_._1_9_3 _p_g_p___l_o_n_g___i_d_s + _7_._4_._1_9_4 _p_g_p___l_o_n_g___i_d_s Type: boolean @@ -7135,7 +7152,7 @@ If _s_e_t, use 64 bit PGP key IDs. _U_n_s_e_t uses the normal 32 bit Key IDs. (PGP only) - _7_._4_._1_9_4 _p_g_p___m_i_m_e___a_u_t_o + _7_._4_._1_9_5 _p_g_p___m_i_m_e___a_u_t_o Type: quadoption @@ -7143,15 +7160,12 @@ This option controls whether Mutt-ng will prompt you for automatically sending a (signed/encrypted) message using PGP/MIME when inline (traditional) fails - - The Mutt Next Generation E-Mail Client 137 - (for any reason). Also note that using the old-style PGP message format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _7_._4_._1_9_5 _p_g_p___r_e_p_l_y_i_n_l_i_n_e + _7_._4_._1_9_6 _p_g_p___r_e_p_l_y_i_n_l_i_n_e Type: boolean @@ -7167,17 +7181,19 @@ 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: - ``_$_p_g_p___m_i_m_e___a_u_t_o (section 7.4.194 , page 136)''. + ``_$_p_g_p___m_i_m_e___a_u_t_o (section 7.4.195 , page 137)''. Also note that using the old-style PGP message format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _7_._4_._1_9_6 _p_g_p___r_e_t_a_i_n_a_b_l_e___s_i_g_s + _7_._4_._1_9_7 _p_g_p___r_e_t_a_i_n_a_b_l_e___s_i_g_s Type: boolean Default: no + The Mutt Next Generation E-Mail Client 138 + If _s_e_t, signed and encrypted messages will consist of nested multipart/signed and multipart/encrypted body parts. @@ -7185,7 +7201,7 @@ the outer layer (multipart/encrypted) can be easily removed, while the inner multipart/signed part is retained. (PGP only) - _7_._4_._1_9_7 _p_g_p___s_h_o_w___u_n_u_s_a_b_l_e + _7_._4_._1_9_8 _p_g_p___s_h_o_w___u_n_u_s_a_b_l_e Type: boolean @@ -7195,19 +7211,17 @@ This includes keys which have been revoked, have expired, or have been marked as ``disabled'' by the user. (PGP only) - _7_._4_._1_9_8 _p_g_p___s_i_g_n___a_s + _7_._4_._1_9_9 _p_g_p___s_i_g_n___a_s Type: string Default: '' - The Mutt Next Generation E-Mail Client 138 - If you have more than one key pair, this option allows you to specify which of your private keys to use. It is recommended that you use the keyid form to specify your key (e.g., ``0x00112233''). (PGP only) - _7_._4_._1_9_9 _p_g_p___s_i_g_n___c_o_m_m_a_n_d + _7_._4_._2_0_0 _p_g_p___s_i_g_n___c_o_m_m_a_n_d Type: string @@ -7216,7 +7230,7 @@ This command is used to create the detached PGP signature for a multi- part/signed PGP/MIME body part. (PGP only) - _7_._4_._2_0_0 _p_g_p___s_o_r_t___k_e_y_s + _7_._4_._2_0_1 _p_g_p___s_o_r_t___k_e_y_s Type: sort order @@ -7234,13 +7248,15 @@ date sort by key creation date + The Mutt Next Generation E-Mail Client 139 + trust sort by the trust of the key If you prefer reverse order of the above values, prefix it with ``reverse-''. (PGP only) - _7_._4_._2_0_1 _p_g_p___s_t_r_i_c_t___e_n_c + _7_._4_._2_0_2 _p_g_p___s_t_r_i_c_t___e_n_c Type: boolean @@ -7251,18 +7267,16 @@ non-verifyable PGP signatures, so only change this if you know what you are doing. (PGP only) - _7_._4_._2_0_2 _p_g_p___t_i_m_e_o_u_t + _7_._4_._2_0_3 _p_g_p___t_i_m_e_o_u_t Type: number Default: 300 - The Mutt Next Generation E-Mail Client 139 - The number of seconds after which a cached passphrase will expire if not used. Default: 300. (PGP only) - _7_._4_._2_0_3 _p_g_p___u_s_e___g_p_g___a_g_e_n_t + _7_._4_._2_0_4 _p_g_p___u_s_e___g_p_g___a_g_e_n_t Type: boolean @@ -7270,7 +7284,7 @@ If _s_e_t, Mutt-ng will use a possibly-running gpg-agent process. (PGP only) - _7_._4_._2_0_4 _p_g_p___v_e_r_i_f_y___c_o_m_m_a_n_d + _7_._4_._2_0_5 _p_g_p___v_e_r_i_f_y___c_o_m_m_a_n_d Type: string @@ -7278,7 +7292,7 @@ This command is used to verify PGP signatures. (PGP only) - _7_._4_._2_0_5 _p_g_p___v_e_r_i_f_y___k_e_y___c_o_m_m_a_n_d + _7_._4_._2_0_6 _p_g_p___v_e_r_i_f_y___k_e_y___c_o_m_m_a_n_d Type: string @@ -7287,17 +7301,19 @@ This command is used to verify key information from the key selection menu. (PGP only) - _7_._4_._2_0_6 _p_i_p_e___d_e_c_o_d_e + _7_._4_._2_0_7 _p_i_p_e___d_e_c_o_d_e Type: boolean + The Mutt Next Generation E-Mail Client 140 + Default: no Used in connection with the _p_i_p_e_-_m_e_s_s_a_g_e command. When _u_n_s_e_t, Mutt-ng will pipe the messages without any preprocessing. When _s_e_t, Mutt-ng will weed head- ers and will attempt to PGP/MIME decode the messages first. - _7_._4_._2_0_7 _p_i_p_e___s_e_p + _7_._4_._2_0_8 _p_i_p_e___s_e_p Type: string @@ -7306,23 +7322,20 @@ The separator to add between messages when piping a list of tagged messages to an external Unix command. - _7_._4_._2_0_8 _p_i_p_e___s_p_l_i_t + _7_._4_._2_0_9 _p_i_p_e___s_p_l_i_t Type: boolean Default: no Used in connection with the _p_i_p_e_-_m_e_s_s_a_g_e command and the ``tag- prefix'' or - - The Mutt Next Generation E-Mail Client 140 - ``tag-prefix-cond'' operators. If this variable is _u_n_s_e_t, when piping a list of tagged messages Mutt-ng will concatenate the messages and will pipe them as a single folder. When _s_e_t, Mutt-ng will pipe the messages one by one. In both cases the messages are piped in the current sorted order, and the ``_$_p_i_p_e___s_e_p - (section 7.4.207 , page 139)'' separator is added after each message. + (section 7.4.208 , page 139)'' separator is added after each message. - _7_._4_._2_0_9 _p_o_p___a_u_t_h___t_r_y___a_l_l + _7_._4_._2_1_0 _p_o_p___a_u_t_h___t_r_y___a_l_l Type: boolean @@ -7335,7 +7348,7 @@ able. If a method is available but authentication fails, Mutt-ng will not con- nect to the POP server. - _7_._4_._2_1_0 _p_o_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s + _7_._4_._2_1_1 _p_o_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s Type: string @@ -7348,13 +7361,15 @@ 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 + This parameter is case-insensitive. If this parameter is _u_n_s_e_t (the default) Mutt-ng will try all available methods, in order from most-secure to least- secure. Example: set pop_authenticators='digest-md5:apop:user' - _7_._4_._2_1_1 _p_o_p___d_e_l_e_t_e + _7_._4_._2_1_2 _p_o_p___d_e_l_e_t_e Type: quadoption @@ -7366,12 +7381,10 @@ server when using the ``fetch-mail'' function. When _u_n_s_e_t, Mutt-ng will down- load messages but also leave them on the POP server. - _7_._4_._2_1_2 _p_o_p___h_o_s_t + _7_._4_._2_1_3 _p_o_p___h_o_s_t Type: string - The Mutt Next Generation E-Mail Client 141 - Default: '' Availability: POP @@ -7384,7 +7397,7 @@ NNoottee:: 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. - _7_._4_._2_1_3 _p_o_p___l_a_s_t + _7_._4_._2_1_4 _p_o_p___l_a_s_t Type: boolean @@ -7396,7 +7409,7 @@ retrieving only unread messages from the POP server when using the ``fetch- mail'' function. - _7_._4_._2_1_4 _p_o_p___m_a_i_l___c_h_e_c_k + _7_._4_._2_1_5 _p_o_p___m_a_i_l___c_h_e_c_k Type: number @@ -7404,9 +7417,11 @@ Availability: POP + The Mutt Next Generation E-Mail Client 142 + This variable configures how often (in seconds) POP should look for new mail. - _7_._4_._2_1_5 _p_o_p___p_a_s_s + _7_._4_._2_1_6 _p_o_p___p_a_s_s Type: string @@ -7420,20 +7435,18 @@ NNoottee:: 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. - _7_._4_._2_1_6 _p_o_p___r_e_c_o_n_n_e_c_t + _7_._4_._2_1_7 _p_o_p___r_e_c_o_n_n_e_c_t Type: quadoption Default: ask-yes - The Mutt Next Generation E-Mail Client 142 - Availability: POP Controls whether or not Mutt-ng will try to reconnect to a POP server when the connection is lost. - _7_._4_._2_1_7 _p_o_p___u_s_e_r + _7_._4_._2_1_8 _p_o_p___u_s_e_r Type: string @@ -7445,7 +7458,7 @@ This variable defaults to your user name on the local machine. - _7_._4_._2_1_8 _p_o_s_t___i_n_d_e_n_t___s_t_r_i_n_g + _7_._4_._2_1_9 _p_o_s_t___i_n_d_e_n_t___s_t_r_i_n_g Type: string @@ -7455,39 +7468,38 @@ will append this string after the inclusion of a message which is being replied to. - _7_._4_._2_1_9 _p_o_s_t_p_o_n_e + _7_._4_._2_2_0 _p_o_s_t_p_o_n_e Type: quadoption Default: ask-yes + The Mutt Next Generation E-Mail Client 143 + Controls whether or not messages are saved in the ``_$_p_o_s_t_p_o_n_e_d (section - 7.4.220 , page 142)'' mailbox when you elect not to send immediately. + 7.4.221 , page 142)'' mailbox when you elect not to send immediately. - _7_._4_._2_2_0 _p_o_s_t_p_o_n_e_d + _7_._4_._2_2_1 _p_o_s_t_p_o_n_e_d Type: path Default: '~/postponed' - Mutt-ng allows you to indefinitely ``_p_o_s_t_p_o_n_e (section 7.4.219 , page 142) + Mutt-ng allows you to indefinitely ``_p_o_s_t_p_o_n_e (section 7.4.220 , page 142) 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 - ``_$_p_o_s_t_p_o_n_e (section 7.4.219 , page 142)'' variable. + ``_$_p_o_s_t_p_o_n_e (section 7.4.220 , page 142)'' variable. - _7_._4_._2_2_1 _p_r_e_c_o_n_n_e_c_t + _7_._4_._2_2_2 _p_r_e_c_o_n_n_e_c_t Type: string Default: '' - If _s_e_t, a shell command to be executed if Mutt-ng fails to establish a - - The Mutt Next Generation E-Mail Client 143 - - connection to the server. This is useful for setting up secure connections, - e.g. with ssh(1). If the command returns a nonzero status, Mutt-ng gives up - opening the server. Example: + If _s_e_t, a shell command to be executed if Mutt-ng fails to establish a connec- + tion to the server. This is useful for setting up secure connections, e.g. with + ssh(1). If the command returns a nonzero status, Mutt-ng gives up opening the + server. Example: preconnect='ssh -f -q -L 1234:mailhost.net:143 mailhost.net sleep 20 < /dev/null > /dev/null' @@ -7497,7 +7509,7 @@ NNoottee:: For this example to work, you must be able to log in to the remote machine without having to enter a password. - _7_._4_._2_2_2 _p_r_i_n_t + _7_._4_._2_2_3 _p_r_i_n_t Type: quadoption @@ -7506,7 +7518,7 @@ Controls whether or not Mutt-ng really prints messages. This is set to _a_s_k_-_n_o by default, because some people accidentally hit ``p'' often. - _7_._4_._2_2_3 _p_r_i_n_t___c_o_m_m_a_n_d + _7_._4_._2_2_4 _p_r_i_n_t___c_o_m_m_a_n_d Type: path @@ -7514,49 +7526,49 @@ This specifies the command pipe that should be used to print messages. - _7_._4_._2_2_4 _p_r_i_n_t___d_e_c_o_d_e + _7_._4_._2_2_5 _p_r_i_n_t___d_e_c_o_d_e Type: boolean + The Mutt Next Generation E-Mail Client 144 + Default: yes Used in connection with the print-message command. If this option is _s_e_t, the message is decoded before it is passed to the external command specified by - _$_p_r_i_n_t___c_o_m_m_a_n_d (section 7.4.223 , page 143). If this option is _u_n_s_e_t, no pro- + _$_p_r_i_n_t___c_o_m_m_a_n_d (section 7.4.224 , page 143). If this option is _u_n_s_e_t, 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. - _7_._4_._2_2_5 _p_r_i_n_t___s_p_l_i_t + _7_._4_._2_2_6 _p_r_i_n_t___s_p_l_i_t Type: boolean Default: no Used in connection with the print-message command. If this option is _s_e_t, the - command specified by _$_p_r_i_n_t___c_o_m_m_a_n_d (section 7.4.223 , page 143) is executed + command specified by _$_p_r_i_n_t___c_o_m_m_a_n_d (section 7.4.224 , page 143) is executed once for each message which is to be printed. If this option is _u_n_s_e_t, the - command specified by _$_p_r_i_n_t___c_o_m_m_a_n_d (section 7.4.223 , page 143) is executed + command specified by _$_p_r_i_n_t___c_o_m_m_a_n_d (section 7.4.224 , page 143) is executed only once, and all the messages are concatenated, with a form feed as the mes- sage separator. - The Mutt Next Generation E-Mail Client 144 - Those who use the enscript(1) program's mail-printing mode will most likely want to set this option. - _7_._4_._2_2_6 _p_r_o_m_p_t___a_f_t_e_r + _7_._4_._2_2_7 _p_r_o_m_p_t___a_f_t_e_r Type: boolean Default: yes - If you use an _e_x_t_e_r_n_a_l ``_$_p_a_g_e_r (section 7.4.172 , page 131)'', setting this + If you use an _e_x_t_e_r_n_a_l ``_$_p_a_g_e_r (section 7.4.173 , page 131)'', 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 _u_n_s_e_t, Mutt-ng will return to the index menu when the external pager exits. - _7_._4_._2_2_7 _q_u_e_r_y___c_o_m_m_a_n_d + _7_._4_._2_2_8 _q_u_e_r_y___c_o_m_m_a_n_d Type: path @@ -7567,27 +7579,30 @@ query string the user types. See ``_q_u_e_r_y (section 4.7 , page 58)'' for more information. - _7_._4_._2_2_8 _q_u_i_t + _7_._4_._2_2_9 _q_u_i_t Type: quadoption Default: yes This variable controls whether ``quit'' and ``exit'' actually quit from Mutt- + + The Mutt Next Generation E-Mail Client 145 + ng. If it set to _y_e_s, they do quit, if it is set to _n_o, they have no effect, and if it is set to _a_s_k_-_y_e_s or _a_s_k_-_n_o, you are prompted for confirmation when you try to quit. - _7_._4_._2_2_9 _q_u_o_t_e___e_m_p_t_y + _7_._4_._2_3_0 _q_u_o_t_e___e_m_p_t_y Type: boolean Default: yes Controls whether or not empty lines will be quoted using ``_i_n_d_e_n_t___s_t_r_i_n_g (sec- - tion 7.4.114 , page 115)''. + tion 7.4.115 , page 115)''. - _7_._4_._2_3_0 _q_u_o_t_e___q_u_o_t_e_d + _7_._4_._2_3_1 _q_u_o_t_e___q_u_o_t_e_d Type: boolean @@ -7595,11 +7610,9 @@ Controls how quoted lines will be quoted. If _s_e_t, one quote character will be added to the end of existing prefix. Otherwise, quoted lines will be prepended - by ``_i_n_d_e_n_t___s_t_r_i_n_g (section 7.4.114 , page 115)''. + by ``_i_n_d_e_n_t___s_t_r_i_n_g (section 7.4.115 , page 115)''. - The Mutt Next Generation E-Mail Client 145 - - _7_._4_._2_3_1 _q_u_o_t_e___r_e_g_e_x_p + _7_._4_._2_3_2 _q_u_o_t_e___r_e_g_e_x_p Type: regular expression @@ -7612,7 +7625,7 @@ set this to a regular expression that matches _e_x_a_c_t_l_y the quote characters at the beginning of quoted lines. - _7_._4_._2_3_2 _r_e_a_d___i_n_c + _7_._4_._2_3_3 _r_e_a_d___i_n_c Type: number @@ -7626,9 +7639,11 @@ time. When set to 0, only a single message will appear before the reading the mailbox. - Also see the ``_$_w_r_i_t_e___i_n_c (section 7.4.345 , page 173)'' variable. + Also see the ``_$_w_r_i_t_e___i_n_c (section 7.4.346 , page 173)'' variable. - _7_._4_._2_3_3 _r_e_a_d___o_n_l_y + _7_._4_._2_3_4 _r_e_a_d___o_n_l_y + + The Mutt Next Generation E-Mail Client 146 Type: boolean @@ -7636,7 +7651,7 @@ If set, all folders are opened in read-only mode. - _7_._4_._2_3_4 _r_e_a_l_n_a_m_e + _7_._4_._2_3_5 _r_e_a_l_n_a_m_e Type: string @@ -7648,22 +7663,20 @@ By default, this is the GECOS field from /etc/passwd. _N_o_t_e_: This variable will _n_o_t be used when the user has set a real name in the - _$_f_r_o_m (section 7.4.79 , page 107) variable. + _$_f_r_o_m (section 7.4.80 , page 107) variable. - _7_._4_._2_3_5 _r_e_c_a_l_l + _7_._4_._2_3_6 _r_e_c_a_l_l Type: quadoption - The Mutt Next Generation E-Mail Client 146 - Default: ask-yes Controls whether or not Mutt-ng recalls postponed messages when composing a new - message. Also see ``_$_p_o_s_t_p_o_n_e_d (section 7.4.220 , page 142)''. + message. Also see ``_$_p_o_s_t_p_o_n_e_d (section 7.4.221 , page 142)''. Setting this variable to _y_e_s is not generally useful, and thus not recommended. - _7_._4_._2_3_6 _r_e_c_o_r_d + _7_._4_._2_3_7 _r_e_c_o_r_d Type: path @@ -7674,22 +7687,25 @@ another way to do this is using the ``_m_y___h_d_r (section 3.16 , page 37)'' com- mand to create a Bcc: header field with your email address in it.) - The value of _$_r_e_c_o_r_d _(_s_e_c_t_i_o_n _7_._4_._2_3_6 _, _p_a_g_e _1_4_6_) is overridden by the - ``_$_f_o_r_c_e___n_a_m_e (section 7.4.73 , page 106)'' and ``_$_s_a_v_e___n_a_m_e (section - 7.4.247 , page 148)'' variables, and the ``_f_c_c_-_h_o_o_k (section 3.19 , page + The value of _$_r_e_c_o_r_d _(_s_e_c_t_i_o_n _7_._4_._2_3_7 _, _p_a_g_e _1_4_6_) is overridden by the + ``_$_f_o_r_c_e___n_a_m_e (section 7.4.74 , page 106)'' and ``_$_s_a_v_e___n_a_m_e (section + 7.4.248 , page 149)'' variables, and the ``_f_c_c_-_h_o_o_k (section 3.19 , page 38)'' command. - _7_._4_._2_3_7 _r_e_p_l_y___r_e_g_e_x_p + _7_._4_._2_3_8 _r_e_p_l_y___r_e_g_e_x_p Type: regular expression Default: '^(re([\[0-9\]+])*|aw):[ \t]*' - A regular expression used to recognize reply messages when threading and reply- - ing. The default value corresponds to the English ``Re:'' and the German + A regular expression used to recognize reply messages when threading and + + The Mutt Next Generation E-Mail Client 147 + + replying. The default value corresponds to the English ``Re:'' and the German ``Aw:''. - _7_._4_._2_3_8 _r_e_p_l_y___s_e_l_f + _7_._4_._2_3_9 _r_e_p_l_y___s_e_l_f Type: boolean @@ -7699,7 +7715,7 @@ that you want to reply to the recipients of that message rather than to your- self. - _7_._4_._2_3_9 _r_e_p_l_y___t_o + _7_._4_._2_4_0 _r_e_p_l_y___t_o Type: quadoption @@ -7710,13 +7726,10 @@ use the address in the ``From:'' header field instead. This option is useful for reading a mailing list that sets the ``Reply-To:'' - - The Mutt Next Generation E-Mail Client 147 - header field to the list address and you want to send a private message to the author of a message. - _7_._4_._2_4_0 _r_e_s_o_l_v_e + _7_._4_._2_4_1 _r_e_s_o_l_v_e Type: boolean @@ -7726,7 +7739,7 @@ undeleted) message whenever a command that modifies the current message is exe- cuted. - _7_._4_._2_4_1 _r_e_v_e_r_s_e___a_l_i_a_s + _7_._4_._2_4_2 _r_e_v_e_r_s_e___a_l_i_a_s Type: boolean @@ -7743,10 +7756,13 @@ From: abd30425@somewhere.net It would be displayed in the index menu as ``Joe User'' instead of + + The Mutt Next Generation E-Mail Client 148 + ``abd30425@somewhere.net.'' This is useful when the person's e-mail address is not human friendly (like CompuServe addresses). - _7_._4_._2_4_2 _r_e_v_e_r_s_e___n_a_m_e + _7_._4_._2_4_3 _r_e_v_e_r_s_e___n_a_m_e Type: boolean @@ -7760,22 +7776,19 @@ would be used doesn't match your alternates, the From: line will use your address on the current machine. - _7_._4_._2_4_3 _r_e_v_e_r_s_e___r_e_a_l_n_a_m_e + _7_._4_._2_4_4 _r_e_v_e_r_s_e___r_e_a_l_n_a_m_e Type: boolean Default: yes - This variable fine-tunes the behaviour of the _r_e_v_e_r_s_e___n_a_m_e (section 7.4.242 , - - The Mutt Next Generation E-Mail Client 148 - + This variable fine-tunes the behaviour of the _r_e_v_e_r_s_e___n_a_m_e (section 7.4.243 , page 147) feature. When it is _s_e_t, Mutt-ng will use the address from incoming messages as-is, possibly including eventual real names. When it is _u_n_s_e_t, Mutt-ng will override any such real names with the setting of the _r_e_a_l_n_a_m_e - (section 7.4.234 , page 145) variable. + (section 7.4.235 , page 145) variable. - _7_._4_._2_4_4 _r_f_c_2_0_4_7___p_a_r_a_m_e_t_e_r_s + _7_._4_._2_4_5 _r_f_c_2_0_4_7___p_a_r_a_m_e_t_e_r_s Type: boolean @@ -7797,48 +7810,48 @@ _g_e_n_e_r_a_t_e_s this kind of encoding. Instead, Mutt-ng will unconditionally use the encoding specified in RFC 2231. - _7_._4_._2_4_5 _s_a_v_e___a_d_d_r_e_s_s + _7_._4_._2_4_6 _s_a_v_e___a_d_d_r_e_s_s Type: boolean + The Mutt Next Generation E-Mail Client 149 + Default: no If _s_e_t, Mutt-ng will take the sender's full address when choosing a default - folder for saving a mail. If ``_$_s_a_v_e___n_a_m_e (section 7.4.247 , page 148)'' or - ``_$_f_o_r_c_e___n_a_m_e (section 7.4.73 , page 106)'' is _s_e_t too, the selection of the + folder for saving a mail. If ``_$_s_a_v_e___n_a_m_e (section 7.4.248 , page 149)'' or + ``_$_f_o_r_c_e___n_a_m_e (section 7.4.74 , page 106)'' is _s_e_t too, the selection of the fcc folder will be changed as well. - _7_._4_._2_4_6 _s_a_v_e___e_m_p_t_y + _7_._4_._2_4_7 _s_a_v_e___e_m_p_t_y Type: boolean Default: yes When _u_n_s_e_t, mailboxes which contain no saved messages will be removed when - closed (the exception is ``_$_s_p_o_o_l_f_i_l_e (section 7.4.303 , page 162)'' which is + closed (the exception is ``_$_s_p_o_o_l_f_i_l_e (section 7.4.304 , page 162)'' which is never removed). If _s_e_t, mailboxes are never removed. NNoottee:: This only applies to mbox and MMDF folders, Mutt-ng does not delete MH and Maildir directories. - _7_._4_._2_4_7 _s_a_v_e___n_a_m_e + _7_._4_._2_4_8 _s_a_v_e___n_a_m_e Type: boolean - The Mutt Next Generation E-Mail Client 149 - Default: no This variable controls how copies of outgoing messages are saved. When set, a check is made to see if a mailbox specified by the recipient address exists - (this is done by searching for a mailbox in the ``_$_f_o_l_d_e_r (section 7.4.69 , + (this is done by searching for a mailbox in the ``_$_f_o_l_d_e_r (section 7.4.70 , page 104)'' directory with the _u_s_e_r_n_a_m_e 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 ``_$_r_e_c_o_r_d (section 7.4.236 , page 146)'' mailbox. + the message is saved to the ``_$_r_e_c_o_r_d (section 7.4.237 , page 146)'' mailbox. - Also see the ``_$_f_o_r_c_e___n_a_m_e (section 7.4.73 , page 106)'' variable. + Also see the ``_$_f_o_r_c_e___n_a_m_e (section 7.4.74 , page 106)'' variable. - _7_._4_._2_4_8 _s_c_o_r_e + _7_._4_._2_4_9 _s_c_o_r_e Type: boolean @@ -7846,9 +7859,9 @@ When this variable is _u_n_s_e_t, scoring is turned off. This can be useful to selectively disable scoring for certain folders when the ``_$_s_c_o_r_e___t_h_r_e_s_h_- - _o_l_d___d_e_l_e_t_e (section 7.4.249 , page 149)'' variable and friends are used. + _o_l_d___d_e_l_e_t_e (section 7.4.250 , page 149)'' variable and friends are used. - _7_._4_._2_4_9 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e + _7_._4_._2_5_0 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e Type: number @@ -7857,9 +7870,12 @@ Messages which have been assigned a score equal to or lower than the value of this variable are automatically marked for deletion by Mutt-ng. Since Mutt-ng scores are always greater than or equal to zero, the default setting of this + + The Mutt Next Generation E-Mail Client 150 + variable will never mark a message for deletion. - _7_._4_._2_5_0 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___f_l_a_g + _7_._4_._2_5_1 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___f_l_a_g Type: number @@ -7868,7 +7884,7 @@ Messages which have been assigned a score greater than or equal to this vari- able's value are automatically marked ``flagged''. - _7_._4_._2_5_1 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d + _7_._4_._2_5_2 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d Type: number @@ -7879,9 +7895,7 @@ scores are always greater than or equal to zero, the default setting of this variable will never mark a message read. - _7_._4_._2_5_2 _s_e_n_d___c_h_a_r_s_e_t - - The Mutt Next Generation E-Mail Client 150 + _7_._4_._2_5_3 _s_e_n_d___c_h_a_r_s_e_t Type: string @@ -7894,7 +7908,7 @@ standard character set (such as iso-8859-2, koi8-r or iso-2022-jp) either instead of or after iso-8859-1. - _7_._4_._2_5_3 _s_e_n_d_m_a_i_l + _7_._4_._2_5_4 _s_e_n_d_m_a_i_l Type: path @@ -7904,16 +7918,18 @@ Mutt-ng expects that the specified program interprets additional arguments as recipient addresses. - _7_._4_._2_5_4 _s_e_n_d_m_a_i_l___w_a_i_t + _7_._4_._2_5_5 _s_e_n_d_m_a_i_l___w_a_i_t Type: number Default: 0 - Specifies the number of seconds to wait for the ``_$_s_e_n_d_m_a_i_l (section 7.4.253 , + Specifies the number of seconds to wait for the ``_$_s_e_n_d_m_a_i_l (section 7.4.254 , page 150)'' process to finish before giving up and putting delivery in the background. + The Mutt Next Generation E-Mail Client 151 + Mutt-ng interprets the value of this variable as follows: >0 @@ -7929,7 +7945,7 @@ will be put in a temporary file. If there is some error, you will be informed as to where to find the output. - _7_._4_._2_5_5 _s_h_e_l_l + _7_._4_._2_5_6 _s_h_e_l_l Type: path @@ -7938,19 +7954,17 @@ Command to use when spawning a subshell. By default, the user's login shell from /etc/passwd is used. - The Mutt Next Generation E-Mail Client 151 - - _7_._4_._2_5_6 _s_i_d_e_b_a_r___b_o_u_n_d_a_r_y + _7_._4_._2_5_7 _s_i_d_e_b_a_r___b_o_u_n_d_a_r_y Type: string Default: '.' When the sidebar is displayed and _$_s_i_d_e_b_a_r___s_h_o_r_t_e_n___h_i_e_r_a_r_c_h_y (section - 7.4.260 , page 152) is _s_e_t, this variable specifies the characters at which to + 7.4.261 , page 152) is _s_e_t, this variable specifies the characters at which to split a folder name into ``hierarchy items.'' - _7_._4_._2_5_7 _s_i_d_e_b_a_r___d_e_l_i_m + _7_._4_._2_5_8 _s_i_d_e_b_a_r___d_e_l_i_m Type: string @@ -7959,7 +7973,7 @@ This specifies the delimiter between the sidebar (if visible) and other screens. - _7_._4_._2_5_8 _s_i_d_e_b_a_r___n_e_w_m_a_i_l___o_n_l_y + _7_._4_._2_5_9 _s_i_d_e_b_a_r___n_e_w_m_a_i_l___o_n_l_y Type: boolean @@ -7967,10 +7981,12 @@ If _s_e_t, only folders with new mail will be shown in the sidebar. - _7_._4_._2_5_9 _s_i_d_e_b_a_r___n_u_m_b_e_r___f_o_r_m_a_t + _7_._4_._2_6_0 _s_i_d_e_b_a_r___n_u_m_b_e_r___f_o_r_m_a_t Type: string + The Mutt Next Generation E-Mail Client 152 + Default: '%m%?n?(%n)?%?f?[%f]?' This variable controls how message counts are printed when the sidebar is @@ -7993,8 +8009,6 @@ %M Total number of messages shown, i.e. not hidden by a limit. 1) - The Mutt Next Generation E-Mail Client 152 - %n Number of new messages. @@ -8004,7 +8018,7 @@ 1) These expandos only have a non-zero value for the current mailbox and will always be zero otherwise. - _7_._4_._2_6_0 _s_i_d_e_b_a_r___s_h_o_r_t_e_n___h_i_e_r_a_r_c_h_y + _7_._4_._2_6_1 _s_i_d_e_b_a_r___s_h_o_r_t_e_n___h_i_e_r_a_r_c_h_y Type: boolean @@ -8012,24 +8026,27 @@ When _s_e_t, the ``hierarchy'' of the sidebar entries will be shortened only if they cannot be printed in full length (because ``_$_s_i_d_e_b_a_r___w_i_d_t_h (section - 7.4.262 , page 152)'' is set to a too low value). For example, if the news- + 7.4.263 , page 152)'' 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 _$_s_i_d_e_- - _b_a_r___b_o_u_n_d_a_r_y (section 7.4.256 , page 150) variable. + _b_a_r___b_o_u_n_d_a_r_y (section 7.4.257 , page 151) variable. - _7_._4_._2_6_1 _s_i_d_e_b_a_r___v_i_s_i_b_l_e + _7_._4_._2_6_2 _s_i_d_e_b_a_r___v_i_s_i_b_l_e Type: boolean Default: no This specifies whether or not to show the sidebar (a list of folders specified + + The Mutt Next Generation E-Mail Client 153 + with the ``mailboxes'' command). - _7_._4_._2_6_2 _s_i_d_e_b_a_r___w_i_d_t_h + _7_._4_._2_6_3 _s_i_d_e_b_a_r___w_i_d_t_h Type: number @@ -8037,24 +8054,22 @@ The width of the sidebar. - _7_._4_._2_6_3 _s_i_g___d_a_s_h_e_s + _7_._4_._2_6_4 _s_i_g___d_a_s_h_e_s Type: boolean Default: yes If set, a line containing ``-- '' (dash, dash, space) will be inserted before - your ``_$_s_i_g_n_a_t_u_r_e (section 7.4.265 , page 153)''. It is ssttrroonnggllyy recommended + your ``_$_s_i_g_n_a_t_u_r_e (section 7.4.266 , page 153)''. It is ssttrroonnggllyy 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. - The Mutt Next Generation E-Mail Client 153 - For example, Mutt-ng has the ability to highlight the signature in a different color in the builtin pager. - _7_._4_._2_6_4 _s_i_g___o_n___t_o_p + _7_._4_._2_6_5 _s_i_g___o_n___t_o_p Type: boolean @@ -8065,7 +8080,7 @@ know what you are doing, and are prepared to take some heat from netiquette guardians. - _7_._4_._2_6_5 _s_i_g_n_a_t_u_r_e + _7_._4_._2_6_6 _s_i_g_n_a_t_u_r_e Type: path @@ -8075,7 +8090,7 @@ 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. - _7_._4_._2_6_6 _s_i_g_n_o_f_f___s_t_r_i_n_g + _7_._4_._2_6_7 _s_i_g_n_o_f_f___s_t_r_i_n_g Type: string @@ -8084,11 +8099,13 @@ If _s_e_t, 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 + 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. - _7_._4_._2_6_7 _s_i_m_p_l_e___s_e_a_r_c_h + _7_._4_._2_6_8 _s_i_m_p_l_e___s_e_a_r_c_h Type: string @@ -8104,9 +8121,7 @@ ~f joe | ~s joe - The Mutt Next Generation E-Mail Client 154 - - _7_._4_._2_6_8 _s_l_e_e_p___t_i_m_e + _7_._4_._2_6_9 _s_l_e_e_p___t_i_m_e Type: number @@ -8117,7 +8132,7 @@ the current folder. The default is to pause one second, so a value of zero for this option suppresses the pause. - _7_._4_._2_6_9 _s_m_a_r_t___w_r_a_p + _7_._4_._2_7_0 _s_m_a_r_t___w_r_a_p Type: boolean @@ -8125,20 +8140,22 @@ Controls the display of lines longer than the screen width in the internal pager. If _s_e_t, long lines are wrapped at a word boundary. If _u_n_s_e_t, lines are - simply wrapped at the screen edge. Also see the ``_$_m_a_r_k_e_r_s (section 7.4.126 , + simply wrapped at the screen edge. Also see the ``_$_m_a_r_k_e_r_s (section 7.4.127 , page 120)'' variable. - _7_._4_._2_7_0 _s_m_i_l_e_y_s + _7_._4_._2_7_1 _s_m_i_l_e_y_s Type: regular expression Default: '(>From )|(:[-^]?[][)(><}{|/DP])' The _p_a_g_e_r uses this variable to catch some common false positives of - ``_$_q_u_o_t_e___r_e_g_e_x_p (section 7.4.231 , page 144)'', most notably smileys in the + ``_$_q_u_o_t_e___r_e_g_e_x_p (section 7.4.232 , page 145)'', most notably smileys in the beginning of a line - _7_._4_._2_7_1 _s_m_i_m_e___a_s_k___c_e_r_t___l_a_b_e_l + _7_._4_._2_7_2 _s_m_i_m_e___a_s_k___c_e_r_t___l_a_b_e_l + + The Mutt Next Generation E-Mail Client 155 Type: boolean @@ -8148,7 +8165,7 @@ cate about to be added to the database or not. It is _s_e_t by default. (S/MIME only) - _7_._4_._2_7_2 _s_m_i_m_e___c_a___l_o_c_a_t_i_o_n + _7_._4_._2_7_3 _s_m_i_m_e___c_a___l_o_c_a_t_i_o_n Type: path @@ -8157,12 +8174,10 @@ This variable contains the name of either a directory, or a file which contains trusted certificates for use with OpenSSL. (S/MIME only) - _7_._4_._2_7_3 _s_m_i_m_e___c_e_r_t_i_f_i_c_a_t_e_s + _7_._4_._2_7_4 _s_m_i_m_e___c_e_r_t_i_f_i_c_a_t_e_s Type: path - The Mutt Next Generation E-Mail Client 155 - Default: '' Since there is no pubring/secring as with PGP, Mutt-ng has to handle storage @@ -8172,7 +8187,7 @@ address keyid pairs, and which can be manually edited. This one points to the location of the certificates. (S/MIME only) - _7_._4_._2_7_4 _s_m_i_m_e___d_e_c_r_y_p_t___c_o_m_m_a_n_d + _7_._4_._2_7_5 _s_m_i_m_e___d_e_c_r_y_p_t___c_o_m_m_a_n_d Type: string @@ -8192,8 +8207,10 @@ multipart/signed attachment when verifying it. %k - The key-pair specified with _$_s_m_i_m_e___d_e_f_a_u_l_t___k_e_y (section 7.4.276 , - page 155) + The key-pair specified with _$_s_m_i_m_e___d_e_f_a_u_l_t___k_e_y (section 7.4.277 , + page 156) + + The Mutt Next Generation E-Mail Client 156 %c One or more certificate IDs. @@ -8203,28 +8220,26 @@ %C CA location: Depending on whether _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section - 7.4.272 , page 154) points to a directory or file, this expands to - '-CApath _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section 7.4.272 , page 154)' or - '-CAfile _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section 7.4.272 , page 154)'. + 7.4.273 , page 155) points to a directory or file, this expands to + '-CApath _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section 7.4.273 , page 155)' or + '-CAfile _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section 7.4.273 , page 155)'. 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) - _7_._4_._2_7_5 _s_m_i_m_e___d_e_c_r_y_p_t___u_s_e___d_e_f_a_u_l_t___k_e_y + _7_._4_._2_7_6 _s_m_i_m_e___d_e_c_r_y_p_t___u_s_e___d_e_f_a_u_l_t___k_e_y Type: boolean Default: yes - The Mutt Next Generation E-Mail Client 156 - If _s_e_t (default) this tells Mutt-ng to use the default key for decryption. Oth- erwise, if manage multiple certificate-key-pairs, Mutt-ng will try to use the mailbox-address to determine the key to use. It will ask you to supply a key, if it can't find one. (S/MIME only) - _7_._4_._2_7_6 _s_m_i_m_e___d_e_f_a_u_l_t___k_e_y + _7_._4_._2_7_7 _s_m_i_m_e___d_e_f_a_u_l_t___k_e_y Type: string @@ -8233,7 +8248,7 @@ 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) - _7_._4_._2_7_7 _s_m_i_m_e___e_n_c_r_y_p_t___c_o_m_m_a_n_d + _7_._4_._2_7_8 _s_m_i_m_e___e_n_c_r_y_p_t___c_o_m_m_a_n_d Type: string @@ -8241,7 +8256,7 @@ This command is used to create encrypted S/MIME messages. (S/MIME only) - _7_._4_._2_7_8 _s_m_i_m_e___e_n_c_r_y_p_t___w_i_t_h + _7_._4_._2_7_9 _s_m_i_m_e___e_n_c_r_y_p_t___w_i_t_h Type: string @@ -8252,7 +8267,9 @@ If _u_n_s_e_t ``_3_d_e_s'' (TripleDES) is used. (S/MIME only) - _7_._4_._2_7_9 _s_m_i_m_e___g_e_t___c_e_r_t___c_o_m_m_a_n_d + The Mutt Next Generation E-Mail Client 157 + + _7_._4_._2_8_0 _s_m_i_m_e___g_e_t___c_e_r_t___c_o_m_m_a_n_d Type: string @@ -8261,7 +8278,7 @@ This command is used to extract X509 certificates from a PKCS7 structure. (S/MIME only) - _7_._4_._2_8_0 _s_m_i_m_e___g_e_t___c_e_r_t___e_m_a_i_l___c_o_m_m_a_n_d + _7_._4_._2_8_1 _s_m_i_m_e___g_e_t___c_e_r_t___e_m_a_i_l___c_o_m_m_a_n_d Type: string @@ -8271,9 +8288,7 @@ tificates, and for verification purposes (to check whether the certificate was issued for the sender's mailbox). (S/MIME only) - _7_._4_._2_8_1 _s_m_i_m_e___g_e_t___s_i_g_n_e_r___c_e_r_t___c_o_m_m_a_n_d - - The Mutt Next Generation E-Mail Client 157 + _7_._4_._2_8_2 _s_m_i_m_e___g_e_t___s_i_g_n_e_r___c_e_r_t___c_o_m_m_a_n_d Type: string @@ -8283,7 +8298,7 @@ signature, so that the certificate's owner may get compared to the email's ``From:'' header field. (S/MIME only) - _7_._4_._2_8_2 _s_m_i_m_e___i_m_p_o_r_t___c_e_r_t___c_o_m_m_a_n_d + _7_._4_._2_8_3 _s_m_i_m_e___i_m_p_o_r_t___c_e_r_t___c_o_m_m_a_n_d Type: string @@ -8291,7 +8306,7 @@ This command is used to import a certificate via smime_keysng. (S/MIME only) - _7_._4_._2_8_3 _s_m_i_m_e___i_s___d_e_f_a_u_l_t + _7_._4_._2_8_4 _s_m_i_m_e___i_s___d_e_f_a_u_l_t Type: boolean @@ -8306,7 +8321,9 @@ (Note that this variable can be overridden by unsetting _$_c_r_y_p_t___a_u_t_o_s_m_i_m_e (sec- tion 7.4.40 , page 98).) (S/MIME only) - _7_._4_._2_8_4 _s_m_i_m_e___k_e_y_s + _7_._4_._2_8_5 _s_m_i_m_e___k_e_y_s + + The Mutt Next Generation E-Mail Client 158 Type: path @@ -8319,7 +8336,7 @@ address keyid pair, and which can be manually edited. This one points to the location of the private keys. (S/MIME only) - _7_._4_._2_8_5 _s_m_i_m_e___p_k_7_o_u_t___c_o_m_m_a_n_d + _7_._4_._2_8_6 _s_m_i_m_e___p_k_7_o_u_t___c_o_m_m_a_n_d Type: string @@ -8328,9 +8345,7 @@ This command is used to extract PKCS7 structures of S/MIME signatures, in order to extract the public X509 certificate(s). (S/MIME only) - The Mutt Next Generation E-Mail Client 158 - - _7_._4_._2_8_6 _s_m_i_m_e___s_i_g_n___c_o_m_m_a_n_d + _7_._4_._2_8_7 _s_m_i_m_e___s_i_g_n___c_o_m_m_a_n_d Type: string @@ -8339,7 +8354,7 @@ This command is used to created S/MIME signatures of type multipart/signed, which can be read by all mail clients. (S/MIME only) - _7_._4_._2_8_7 _s_m_i_m_e___s_i_g_n___o_p_a_q_u_e___c_o_m_m_a_n_d + _7_._4_._2_8_8 _s_m_i_m_e___s_i_g_n___o_p_a_q_u_e___c_o_m_m_a_n_d Type: string @@ -8349,7 +8364,7 @@ pkcs7-signature, which can only be handled by mail clients supporting the S/MIME extension. (S/MIME only) - _7_._4_._2_8_8 _s_m_i_m_e___t_i_m_e_o_u_t + _7_._4_._2_8_9 _s_m_i_m_e___t_i_m_e_o_u_t Type: number @@ -8358,16 +8373,18 @@ The number of seconds after which a cached passphrase will expire if not used. (S/MIME only) - _7_._4_._2_8_9 _s_m_i_m_e___v_e_r_i_f_y___c_o_m_m_a_n_d + _7_._4_._2_9_0 _s_m_i_m_e___v_e_r_i_f_y___c_o_m_m_a_n_d Type: string Default: '' + The Mutt Next Generation E-Mail Client 159 + This command is used to verify S/MIME signatures of type multipart/signed. (S/MIME only) - _7_._4_._2_9_0 _s_m_i_m_e___v_e_r_i_f_y___o_p_a_q_u_e___c_o_m_m_a_n_d + _7_._4_._2_9_1 _s_m_i_m_e___v_e_r_i_f_y___o_p_a_q_u_e___c_o_m_m_a_n_d Type: string @@ -8376,7 +8393,7 @@ This command is used to verify S/MIME signatures of type application/x- pkcs7-mime. (S/MIME only) - _7_._4_._2_9_1 _s_m_t_p___e_n_v_e_l_o_p_e + _7_._4_._2_9_2 _s_m_t_p___e_n_v_e_l_o_p_e Type: string @@ -8384,8 +8401,6 @@ Availability: SMTP - The Mutt Next Generation E-Mail Client 159 - If this variable is non-empty, it'll be used as the envelope sender. If it's empty (the default), the value of the regular From: header will be used. @@ -8393,7 +8408,7 @@ envelope sender but only a particular one which may not be the same as the user's desired From: header. - _7_._4_._2_9_2 _s_m_t_p___h_o_s_t + _7_._4_._2_9_3 _s_m_t_p___h_o_s_t Type: string @@ -8403,9 +8418,9 @@ 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 ``_$_s_e_n_d_- - _m_a_i_l (section 7.4.253 , page 150)'', and any associated variables. + _m_a_i_l (section 7.4.254 , page 150)'', and any associated variables. - _7_._4_._2_9_3 _s_m_t_p___p_a_s_s + _7_._4_._2_9_4 _s_m_t_p___p_a_s_s Type: string @@ -8414,13 +8429,15 @@ Availability: SMTP Defines the password to use with SMTP AUTH. If ``_$_s_m_t_p___u_s_e_r (section - 7.4.296 , page 159)'' is set, but this variable is not, you will be prompted + 7.4.297 , page 160)'' is set, but this variable is not, you will be prompted for a password when sending. NNoottee:: 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. - _7_._4_._2_9_4 _s_m_t_p___p_o_r_t + The Mutt Next Generation E-Mail Client 160 + + _7_._4_._2_9_5 _s_m_t_p___p_o_r_t Type: number @@ -8434,14 +8451,12 @@ Defaults to 25, the standard SMTP port, but RFC 2476-compliant SMTP servers will probably desire 587, the mail submission port. - _7_._4_._2_9_5 _s_m_t_p___u_s_e___t_l_s + _7_._4_._2_9_6 _s_m_t_p___u_s_e___t_l_s Type: string Default: '' - The Mutt Next Generation E-Mail Client 160 - Availability: SMTP (and SSL) Defines wether to use STARTTLS. If this option is set to ``_r_e_q_u_i_r_e_d'' and the @@ -8450,7 +8465,7 @@ continue without TLS in case of an error. Muttng still needs to have SSL sup- port enabled in order to use it. - _7_._4_._2_9_6 _s_m_t_p___u_s_e_r + _7_._4_._2_9_7 _s_m_t_p___u_s_e_r Type: string @@ -8461,7 +8476,7 @@ Defines the username to use with SMTP AUTH. Setting this variable will cause Mutt-ng to attempt to use SMTP AUTH when sending. - _7_._4_._2_9_7 _s_o_r_t + _7_._4_._2_9_8 _s_o_r_t Type: sort order @@ -8469,6 +8484,8 @@ Specifies how to sort messages in the _i_n_d_e_x menu. Valid values are: + The Mutt Next Generation E-Mail Client 161 + date or date-sent date-received from @@ -8483,7 +8500,7 @@ You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort=reverse-date-sent). - _7_._4_._2_9_8 _s_o_r_t___a_l_i_a_s + _7_._4_._2_9_9 _s_o_r_t___a_l_i_a_s Type: sort order @@ -8492,13 +8509,11 @@ Specifies how the entries in the ``alias'' menu are sorted. The following are legal values: - The Mutt Next Generation E-Mail Client 161 - address (sort alphabetically by email address) alias (sort alphabetically by alias name) unsorted (leave in order specified in .muttrc) - _7_._4_._2_9_9 _s_o_r_t___a_u_x + _7_._4_._3_0_0 _s_o_r_t___a_u_x Type: sort order @@ -8506,7 +8521,7 @@ 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 ``_$_s_o_r_t (section 7.4.297 , page 160)'' can, + This can be set to any value that ``_$_s_o_r_t (section 7.4.298 , page 160)'' 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 @@ -8517,11 +8532,13 @@ is received in a thread, that thread becomes the last one displayed (or the first, if you have set sort=reverse-threads.) - NNoottee:: For reversed ``_$_s_o_r_t (section 7.4.297 , page 160)'' order _$_s_o_r_t___a_u_x - (section 7.4.299 , page 160) is reversed again (which is not the right thing + NNoottee:: For reversed ``_$_s_o_r_t (section 7.4.298 , page 160)'' order _$_s_o_r_t___a_u_x + (section 7.4.300 , page 161) is reversed again (which is not the right thing to do, but kept to not break any existing configuration setting). - _7_._4_._3_0_0 _s_o_r_t___b_r_o_w_s_e_r + The Mutt Next Generation E-Mail Client 162 + + _7_._4_._3_0_1 _s_o_r_t___b_r_o_w_s_e_r Type: sort order @@ -8538,49 +8555,49 @@ You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort_browser=reverse-date). - _7_._4_._3_0_1 _s_o_r_t___r_e + _7_._4_._3_0_2 _s_o_r_t___r_e Type: boolean Default: yes This variable is only useful when sorting by threads with ``_$_s_t_r_i_c_t___t_h_r_e_a_d_s - - The Mutt Next Generation E-Mail Client 162 - - (section 7.4.318 , page 167)'' _u_n_s_e_t. In that case, it changes the heuristic - Mutt-ng uses to thread messages by subject. With _$_s_o_r_t___r_e (section 7.4.301 , - page 161) _s_e_t, Mutt-ng will only attach a message as the child of another mes- + (section 7.4.319 , page 167)'' _u_n_s_e_t. In that case, it changes the heuristic + Mutt-ng uses to thread messages by subject. With _$_s_o_r_t___r_e (section 7.4.302 , + page 162) _s_e_t, 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 ``_$_r_e_p_l_y___r_e_g_e_x_p (section 7.4.237 , page 146)''. With - _$_s_o_r_t___r_e (section 7.4.301 , page 161) _u_n_s_e_t, Mutt-ng will attach the message + matching the setting of ``_$_r_e_p_l_y___r_e_g_e_x_p (section 7.4.238 , page 146)''. With + _$_s_o_r_t___r_e (section 7.4.302 , page 162) _u_n_s_e_t, Mutt-ng will attach the message whether or not this is the case, as long as the non-``_$_r_e_p_l_y___r_e_g_e_x_p (section - 7.4.237 , page 146)'' parts of both messages are identical. + 7.4.238 , page 146)'' parts of both messages are identical. - _7_._4_._3_0_2 _s_p_a_m___s_e_p_a_r_a_t_o_r + _7_._4_._3_0_3 _s_p_a_m___s_e_p_a_r_a_t_o_r Type: string Default: ',' - ``_s_p_a_m___s_e_p_a_r_a_t_o_r (section 7.4.302 , page 161)'' controls what happens when + ``_s_p_a_m___s_e_p_a_r_a_t_o_r (section 7.4.303 , page 162)'' controls what happens when multiple spam headers are matched: if _u_n_s_e_t, each successive header will over- write any previous matches value for the spam label. If _s_e_t, each successive - match will append to the previous, using ``_s_p_a_m___s_e_p_a_r_a_t_o_r (section 7.4.302 , - page 161)'' as a separator. + match will append to the previous, using ``_s_p_a_m___s_e_p_a_r_a_t_o_r (section 7.4.303 , + page 162)'' as a separator. - _7_._4_._3_0_3 _s_p_o_o_l_f_i_l_e + _7_._4_._3_0_4 _s_p_o_o_l_f_i_l_e Type: path Default: '' If your spool mailbox is in a non-default place where Mutt-ng cannot find it, + + The Mutt Next Generation E-Mail Client 163 + 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. - _7_._4_._3_0_4 _s_s_l___c_a___c_e_r_t_i_f_i_c_a_t_e_s___f_i_l_e + _7_._4_._3_0_5 _s_s_l___c_a___c_e_r_t_i_f_i_c_a_t_e_s___f_i_l_e Type: path @@ -8592,7 +8609,7 @@ Example: set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt - _7_._4_._3_0_5 _s_s_l___c_l_i_e_n_t___c_e_r_t + _7_._4_._3_0_6 _s_s_l___c_l_i_e_n_t___c_e_r_t Type: path @@ -8602,9 +8619,7 @@ The file containing a client certificate and its associated private key. - The Mutt Next Generation E-Mail Client 163 - - _7_._4_._3_0_6 _s_s_l___f_o_r_c_e___t_l_s + _7_._4_._3_0_7 _s_s_l___f_o_r_c_e___t_l_s Type: boolean @@ -8614,9 +8629,9 @@ 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 ``_$_s_s_l___s_t_a_r_t_t_l_s (section - 7.4.308 , page 163)''. + 7.4.309 , page 163)''. - _7_._4_._3_0_7 _s_s_l___m_i_n___d_h___p_r_i_m_e___b_i_t_s + _7_._4_._3_0_8 _s_s_l___m_i_n___d_h___p_r_i_m_e___b_i_t_s Type: number @@ -8628,10 +8643,12 @@ any Diffie-Hellman key exchange. A value of 0 will use the default from the GNUTLS library. - _7_._4_._3_0_8 _s_s_l___s_t_a_r_t_t_l_s + _7_._4_._3_0_9 _s_s_l___s_t_a_r_t_t_l_s Type: quadoption + The Mutt Next Generation E-Mail Client 164 + Default: yes Availability: SSL or GNUTLS @@ -8640,7 +8657,7 @@ ing the capability. When _u_n_s_e_t, Mutt-ng will not attempt to use STARTTLS regardless of the server's capabilities. - _7_._4_._3_0_9 _s_s_l___u_s_e___s_s_l_v_2 + _7_._4_._3_1_0 _s_s_l___u_s_e___s_s_l_v_2 Type: boolean @@ -8651,7 +8668,7 @@ This variables specifies whether to attempt to use SSLv2 in the SSL authentica- tion process. - _7_._4_._3_1_0 _s_s_l___u_s_e___s_s_l_v_3 + _7_._4_._3_1_1 _s_s_l___u_s_e___s_s_l_v_3 Type: boolean @@ -8659,12 +8676,10 @@ Availability: SSL or GNUTLS - The Mutt Next Generation E-Mail Client 164 - This variables specifies whether to attempt to use SSLv3 in the SSL authentica- tion process. - _7_._4_._3_1_1 _s_s_l___u_s_e___t_l_s_v_1 + _7_._4_._3_1_2 _s_s_l___u_s_e___t_l_s_v_1 Type: boolean @@ -8675,7 +8690,7 @@ This variables specifies whether to attempt to use TLSv1 in the SSL authentica- tion process. - _7_._4_._3_1_2 _s_s_l___u_s_e_s_y_s_t_e_m_c_e_r_t_s + _7_._4_._3_1_3 _s_s_l___u_s_e_s_y_s_t_e_m_c_e_r_t_s Type: boolean @@ -8686,14 +8701,16 @@ If set to _y_e_s, Mutt-ng will use CA certificates in the system-wide certificate store when checking if server certificate is signed by a trusted CA. - _7_._4_._3_1_3 _s_t_a_t_u_s___c_h_a_r_s + _7_._4_._3_1_4 _s_t_a_t_u_s___c_h_a_r_s + + The Mutt Next Generation E-Mail Client 165 Type: string Default: '-*%A' Controls the characters used by the ``%r'' indicator in ``_$_s_t_a_t_u_s___f_o_r_m_a_t (sec- - tion 7.4.314 , page 164)''. The first character is used when the mailbox is + tion 7.4.315 , page 164)''. 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 @@ -8702,7 +8719,7 @@ been opened in attach-message mode (Certain operations like composing a new mail, replying, forwarding, etc. are not permitted in this mode). - _7_._4_._3_1_4 _s_t_a_t_u_s___f_o_r_m_a_t + _7_._4_._3_1_5 _s_t_a_t_u_s___f_o_r_m_a_t Type: string @@ -8711,11 +8728,9 @@ %l?]---(%s/%S)-%>-(%P)---' Controls the format of the status line displayed in the _i_n_d_e_x menu. This - string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.115 , page 115)'', but has + string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 7.4.116 , page 115)'', but has its own set of printf(3)-like sequences: - The Mutt Next Generation E-Mail Client 165 - %b number of mailboxes with new mail * @@ -8744,6 +8759,8 @@ %m the number of messages in the mailbox * + The Mutt Next Generation E-Mail Client 166 + %M the number of messages shown (i.e., which match the current limit) * @@ -8762,16 +8779,14 @@ %r modified/read-only/won't-write/attach-message indicator, according - to _$_s_t_a_t_u_s___c_h_a_r_s (section 7.4.313 , page 164) + to _$_s_t_a_t_u_s___c_h_a_r_s (section 7.4.314 , page 164) %s - current sorting mode (_$_s_o_r_t (section 7.4.297 , page 160)) + current sorting mode (_$_s_o_r_t (section 7.4.298 , page 160)) %S - current aux sorting method (_$_s_o_r_t___a_u_x (section 7.4.299 , page - 160)) - - The Mutt Next Generation E-Mail Client 166 + current aux sorting method (_$_s_o_r_t___a_u_x (section 7.4.300 , page + 161)) %t number of tagged messages * @@ -8801,6 +8816,8 @@ %??? + The Mutt Next Generation E-Mail Client 167 + where _s_e_q_u_e_n_c_e___c_h_a_r is a character from the table above, and _o_p_t_i_o_n_a_l___s_t_r_i_n_g is the string you would like printed if _s_e_q_u_e_n_c_e___c_h_a_r is nonzero. _o_p_t_i_o_n_a_l___s_t_r_i_n_g mmaayy contain other sequences as well as normal text, but you may nnoott nest @@ -8827,9 +8844,7 @@ replace any dots in the expansion by underscores. This might be helpful with IMAP folders that don't like dots in folder names. - The Mutt Next Generation E-Mail Client 167 - - _7_._4_._3_1_5 _s_t_a_t_u_s___o_n___t_o_p + _7_._4_._3_1_6 _s_t_a_t_u_s___o_n___t_o_p Type: boolean @@ -8838,7 +8853,7 @@ Setting this variable causes the ``status bar'' to be displayed on the first line of the screen rather than near the bottom. - _7_._4_._3_1_6 _s_t_r_i_c_t___m_a_i_l_t_o + _7_._4_._3_1_7 _s_t_r_i_c_t___m_a_i_l_t_o Type: boolean @@ -8853,10 +8868,12 @@ message including headers will be shown in the editor regardless of what ``_$_e_d_i_t___h_e_a_d_e_r_s (section 7.4.59 , page 102)'' is set to. - _7_._4_._3_1_7 _s_t_r_i_c_t___m_i_m_e + _7_._4_._3_1_8 _s_t_r_i_c_t___m_i_m_e Type: boolean + The Mutt Next Generation E-Mail Client 168 + Default: yes When _u_n_s_e_t, non MIME-compliant messages that doesn't have any charset indica- @@ -8868,43 +8885,41 @@ a single space to prevent the display of MIME-encoded ``Subject:'' header field from being devided into multiple lines. - _7_._4_._3_1_8 _s_t_r_i_c_t___t_h_r_e_a_d_s + _7_._4_._3_1_9 _s_t_r_i_c_t___t_h_r_e_a_d_s Type: boolean Default: no If _s_e_t, threading will only make use of the ``In-Reply-To:'' and ``Refer- - ences:'' header fields when you ``_$_s_o_r_t (section 7.4.297 , page 160)'' by mes- + ences:'' header fields when you ``_$_s_o_r_t (section 7.4.298 , page 160)'' 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. - _7_._4_._3_1_9 _s_t_r_i_p___w_a_s - - The Mutt Next Generation E-Mail Client 168 + _7_._4_._3_2_0 _s_t_r_i_p___w_a_s Type: boolean Default: no When _s_e_t, mutt-ng will remove the trailing part of the ``Subject:'' line which - matches _$_s_t_r_i_p___w_a_s___r_e_g_e_x (section 7.4.320 , page 167) when replying. This is + matches _$_s_t_r_i_p___w_a_s___r_e_g_e_x (section 7.4.321 , page 168) when replying. This is useful to properly react on subject changes and reduce ``subject noise.'' (esp. in Usenet) - _7_._4_._3_2_0 _s_t_r_i_p___w_a_s___r_e_g_e_x + _7_._4_._3_2_1 _s_t_r_i_p___w_a_s___r_e_g_e_x Type: regular expression Default: '\([Ww][Aa][RrSs]: .*\)[ ]*$' - When non-empty and _$_s_t_r_i_p___w_a_s (section 7.4.319 , page 167) is _s_e_t, mutt-ng + When non-empty and _$_s_t_r_i_p___w_a_s (section 7.4.320 , page 168) is _s_e_t, mutt-ng will remove this trailing part of the ``Subject'' line when replying if it won't be empty afterwards. - _7_._4_._3_2_1 _s_t_u_f_f___q_u_o_t_e_d + _7_._4_._3_2_2 _s_t_u_f_f___q_u_o_t_e_d Type: boolean @@ -8913,7 +8928,9 @@ If _s_e_t, attachments with flowed format will have their quoting ``stuffed'', i.e. a space will be inserted between the quote characters and the actual text. - _7_._4_._3_2_2 _s_u_s_p_e_n_d + The Mutt Next Generation E-Mail Client 169 + + _7_._4_._3_2_3 _s_u_s_p_e_n_d Type: boolean @@ -8923,7 +8940,7 @@ usually CTRL+Z. This is useful if you run Mutt-ng inside an xterm using a com- mand like ``xterm -e muttng.'' - _7_._4_._3_2_3 _t_e_x_t___f_l_o_w_e_d + _7_._4_._3_2_4 _t_e_x_t___f_l_o_w_e_d Type: boolean @@ -8934,12 +8951,10 @@ like ordinary text. To actually make use of this format's features, you'll need support in your editor. - Note that _$_i_n_d_e_n_t___s_t_r_i_n_g (section 7.4.114 , page 115) is ignored when this + Note that _$_i_n_d_e_n_t___s_t_r_i_n_g (section 7.4.115 , page 115) is ignored when this option is set. - _7_._4_._3_2_4 _t_h_o_r_o_u_g_h___s_e_a_r_c_h - - The Mutt Next Generation E-Mail Client 169 + _7_._4_._3_2_5 _t_h_o_r_o_u_g_h___s_e_a_r_c_h Type: boolean @@ -8950,7 +8965,7 @@ to be searched are decoded before searching. If _u_n_s_e_t, messages are searched as they appear in the folder. - _7_._4_._3_2_5 _t_h_r_e_a_d___r_e_c_e_i_v_e_d + _7_._4_._3_2_6 _t_h_r_e_a_d___r_e_c_e_i_v_e_d Type: boolean @@ -8959,7 +8974,7 @@ When _s_e_t, Mutt-ng uses the date received rather than the date sent to thread messages by subject. - _7_._4_._3_2_6 _t_i_l_d_e + _7_._4_._3_2_7 _t_i_l_d_e Type: boolean @@ -8968,7 +8983,9 @@ When _s_e_t, the internal-pager will pad blank lines to the bottom of the screen with a tilde (~). - _7_._4_._3_2_7 _t_i_m_e_o_u_t + The Mutt Next Generation E-Mail Client 170 + + _7_._4_._3_2_8 _t_i_m_e_o_u_t Type: number @@ -8978,7 +8995,7 @@ 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. - _7_._4_._3_2_8 _t_m_p_d_i_r + _7_._4_._3_2_9 _t_m_p_d_i_r Type: path @@ -8989,14 +9006,12 @@ set, the environment variable $TMPDIR is used. If $TMPDIR is not set then '/tmp' is used. - _7_._4_._3_2_9 _t_o___c_h_a_r_s + _7_._4_._3_3_0 _t_o___c_h_a_r_s Type: string Default: ' +TCFL' - The Mutt Next Generation E-Mail Client 170 - Controls the character used to indicate mail addressed to you. The first char- acter is the one used when the mail is NOT addressed to your address (default: space). The second is used when you are the only recipient of the message @@ -9007,7 +9022,7 @@ indicate mail that was sent by _y_o_u. The sixth character is used to indicate when a mail was sent to a mailing-list you're subscribe to (default: L). - _7_._4_._3_3_0 _t_r_a_s_h + _7_._4_._3_3_1 _t_r_a_s_h Type: path @@ -9019,12 +9034,14 @@ NNoottee: When you delete a message in the trash folder, it is really deleted, so that there is no way to recover mail. - _7_._4_._3_3_1 _t_u_n_n_e_l + _7_._4_._3_3_2 _t_u_n_n_e_l Type: string Default: '' + The Mutt Next Generation E-Mail Client 171 + 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- tions to your IMAP/POP3 server. Example: @@ -9034,7 +9051,7 @@ NNoottee:: For this example to work you must be able to log in to the remote machine without having to enter a password. - _7_._4_._3_3_2 _u_m_a_s_k + _7_._4_._3_3_3 _u_m_a_s_k Type: number @@ -9043,7 +9060,7 @@ This sets the umask that will be used by Mutt-ng when creating all kinds of files. If _u_n_s_e_t, the default value is 077. - _7_._4_._3_3_3 _u_n_c_o_l_l_a_p_s_e___j_u_m_p + _7_._4_._3_3_4 _u_n_c_o_l_l_a_p_s_e___j_u_m_p Type: boolean @@ -9052,9 +9069,7 @@ When _s_e_t, Mutt-ng will jump to the next unread message, if any, when the cur- rent thread is _u_ncollapsed. - The Mutt Next Generation E-Mail Client 171 - - _7_._4_._3_3_4 _u_s_e___8_b_i_t_m_i_m_e + _7_._4_._3_3_5 _u_s_e___8_b_i_t_m_i_m_e Type: boolean @@ -9065,21 +9080,23 @@ with the SMTP support via libESMTP. Otherwise you may not be able to send mail. - When _s_e_t, Mutt-ng will either invoke ``_$_s_e_n_d_m_a_i_l (section 7.4.253 , page + When _s_e_t, Mutt-ng will either invoke ``_$_s_e_n_d_m_a_i_l (section 7.4.254 , page 150)'' with the -B8BITMIME flag when sending 8-bit messages to enable ESMTP negotiation or tell libESMTP to do so. - _7_._4_._3_3_5 _u_s_e___d_o_m_a_i_n + _7_._4_._3_3_6 _u_s_e___d_o_m_a_i_n Type: boolean Default: yes When _s_e_t, Mutt-ng will qualify all local addresses (ones without the @host por- - tion) with the value of ``_$_h_o_s_t_n_a_m_e (section 7.4.94 , page 110)''. If _u_n_s_e_t, + tion) with the value of ``_$_h_o_s_t_n_a_m_e (section 7.4.95 , page 110)''. If _u_n_s_e_t, no addresses will be qualified. - _7_._4_._3_3_6 _u_s_e___f_r_o_m + _7_._4_._3_3_7 _u_s_e___f_r_o_m + + The Mutt Next Generation E-Mail Client 172 Type: boolean @@ -9089,7 +9106,7 @@ sages. If _u_n_s_e_t, no ``From:'' header field will be generated unless the user explicitly sets one using the ``_m_y___h_d_r (section 3.16 , page 37)'' command. - _7_._4_._3_3_7 _u_s_e___i_d_n + _7_._4_._3_3_8 _u_s_e___i_d_n Type: boolean @@ -9102,19 +9119,17 @@ NNoottee:: You can use IDNs for addresses even if this is _u_n_s_e_t. This variable only affects decoding. - _7_._4_._3_3_8 _u_s_e___i_p_v_6 + _7_._4_._3_3_9 _u_s_e___i_p_v_6 Type: boolean Default: yes - The Mutt Next Generation E-Mail Client 172 - When _s_e_t, Mutt-ng will look for IPv6 addresses of hosts it tries to contact. If this option is _u_n_s_e_t, Mutt-ng will restrict itself to IPv4 addresses. Nor- mally, the default should work. - _7_._4_._3_3_9 _v_i_s_u_a_l + _7_._4_._3_4_0 _v_i_s_u_a_l Type: path @@ -9123,7 +9138,7 @@ Specifies the visual editor to invoke when the _~_v command is given in the builtin editor. - _7_._4_._3_4_0 _w_a_i_t___k_e_y + _7_._4_._3_4_1 _w_a_i_t___k_e_y Type: boolean @@ -9137,9 +9152,12 @@ and the external program is interactive. When _s_e_t, Mutt-ng will always ask for a key. When _u_n_s_e_t, Mutt-ng will wait for + + The Mutt Next Generation E-Mail Client 173 + a key only if the external command returned a non-zero status. - _7_._4_._3_4_1 _w_e_e_d + _7_._4_._3_4_2 _w_e_e_d Type: boolean @@ -9148,7 +9166,7 @@ When _s_e_t, Mutt-ng will weed headers when displaying, forwarding, printing, or replying to messages. - _7_._4_._3_4_2 _w_r_a_p___s_e_a_r_c_h + _7_._4_._3_4_3 _w_r_a_p___s_e_a_r_c_h Type: boolean @@ -9159,18 +9177,16 @@ When _s_e_t, searches will wrap around the first (or last) message. When _u_n_s_e_t, searches will not wrap. - _7_._4_._3_4_3 _w_r_a_p_m_a_r_g_i_n + _7_._4_._3_4_4 _w_r_a_p_m_a_r_g_i_n Type: number Default: 0 - The Mutt Next Generation E-Mail Client 173 - Controls the size of the margin remaining at the right side of the terminal when Mutt-ng's pager does smart wrapping. - _7_._4_._3_4_4 _w_r_i_t_e___b_c_c + _7_._4_._3_4_5 _w_r_i_t_e___b_c_c Type: boolean @@ -9179,7 +9195,7 @@ Controls whether Mutt-ng writes out the Bcc header when preparing messages to be sent. Exim users may wish to _u_n_s_e_t this. - _7_._4_._3_4_5 _w_r_i_t_e___i_n_c + _7_._4_._3_4_6 _w_r_i_t_e___i_n_c Type: number @@ -9189,25 +9205,27 @@ indicate progress. If set to 0, only a single message will be displayed before writing a mailbox. - Also see the ``_$_r_e_a_d___i_n_c (section 7.4.232 , page 145)'' variable. + Also see the ``_$_r_e_a_d___i_n_c (section 7.4.233 , page 145)'' variable. - _7_._4_._3_4_6 _x_t_e_r_m___i_c_o_n + _7_._4_._3_4_7 _x_t_e_r_m___i_c_o_n + + The Mutt Next Generation E-Mail Client 174 Type: string Default: 'M%?n?AIL&ail?' Controls the format of the X11 icon title, as long as _$_x_t_e_r_m___s_e_t___t_i_t_l_e_s (sec- - tion 7.4.348 , page 173) is _s_e_t. This string is identical in formatting to the - one used by ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.314 , page 164)''. + tion 7.4.349 , page 174) is _s_e_t. This string is identical in formatting to the + one used by ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.315 , page 164)''. - _7_._4_._3_4_7 _x_t_e_r_m___l_e_a_v_e + _7_._4_._3_4_8 _x_t_e_r_m___l_e_a_v_e Type: string Default: '' - If _$_x_t_e_r_m___s_e_t___t_i_t_l_e_s (section 7.4.348 , page 173) is _s_e_t, this string will be + If _$_x_t_e_r_m___s_e_t___t_i_t_l_e_s (section 7.4.349 , page 174) is _s_e_t, 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. @@ -9217,27 +9235,25 @@ set xterm_leave = '`test x$DISPLAY != x && xprop -id $WINDOWID | grep WM_NAME | cut -d ''' -f 2`' - _7_._4_._3_4_8 _x_t_e_r_m___s_e_t___t_i_t_l_e_s + _7_._4_._3_4_9 _x_t_e_r_m___s_e_t___t_i_t_l_e_s Type: boolean - The Mutt Next Generation E-Mail Client 174 - Default: no Controls whether Mutt-ng sets the xterm title bar and icon name (as long as you're in an appropriate terminal). The default must be _u_n_s_e_t to force in the validity checking. - _7_._4_._3_4_9 _x_t_e_r_m___t_i_t_l_e + _7_._4_._3_5_0 _x_t_e_r_m___t_i_t_l_e 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 - _$_x_t_e_r_m___s_e_t___t_i_t_l_e_s (section 7.4.348 , page 173) has been _s_e_t. This string is - identical in formatting to the one used by ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.314 , + _$_x_t_e_r_m___s_e_t___t_i_t_l_e_s (section 7.4.349 , page 174) has been _s_e_t. This string is + identical in formatting to the one used by ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 7.4.315 , page 164)''. _7_._5 _F_u_n_c_t_i_o_n_s @@ -9249,13 +9265,13 @@ _7_._5_._1 _g_e_n_e_r_i_c + The Mutt Next Generation E-Mail Client 175 + The _g_e_n_e_r_i_c menu is not a real menu, but specifies common functions (such as movement) available in all menus except for _p_a_g_e_r and _e_d_i_t_o_r. Changing set- tings for this menu will affect the default bindings for all menus (except as noted). - The Mutt Next Generation E-Mail Client 175 - bottom-page L move to the bottom of the page current-bottom not bound move current entry to bottom of page current-middle not bound move current entry to middle of page @@ -9928,310 +9944,311 @@ 7.4.58 duplicate_threads 102 7.4.59 edit_headers 102 7.4.60 editor 102 - 7.4.61 encode_from 102 - 7.4.62 entropy_file 103 - 7.4.63 envelope_from 103 - 7.4.64 escape 103 - 7.4.65 fast_reply 103 - 7.4.66 fcc_attach 104 - 7.4.67 fcc_clear 104 - 7.4.68 file_charset 104 - 7.4.69 folder 104 - 7.4.70 folder_format 104 - 7.4.71 followup_to 105 - 7.4.72 force_buffy_check 106 - 7.4.73 force_name 106 - 7.4.74 forward_decode 106 - 7.4.75 forward_decrypt 106 - 7.4.76 forward_edit 106 - 7.4.77 forward_format 107 - 7.4.78 forward_quote 107 - 7.4.79 from 107 - 7.4.80 gecos_mask 107 - 7.4.81 hdrs 108 - 7.4.82 header 108 - 7.4.83 header_cache 108 - 7.4.84 header_cache_compress 108 - 7.4.85 help 109 - 7.4.86 hidden_host 109 - 7.4.87 hide_limited 109 - 7.4.88 hide_missing 109 - 7.4.89 hide_thread_subject 109 - 7.4.90 hide_top_limited 110 - 7.4.91 hide_top_missing 110 - 7.4.92 history 110 - 7.4.93 honor_followup_to 110 - 7.4.94 hostname 110 - 7.4.95 ignore_list_reply_to 110 - 7.4.96 imap_authenticators 111 - 7.4.97 imap_check_subscribed 111 - 7.4.98 imap_delim_chars 111 - 7.4.99 imap_headers 112 - 7.4.100 imap_home_namespace 112 - 7.4.101 imap_keepalive 112 - 7.4.102 imap_list_subscribed 112 - 7.4.103 imap_login 113 - 7.4.104 imap_mail_check 113 - 7.4.105 imap_pass 113 - 7.4.106 imap_passive 113 + 7.4.61 editor_headers 102 + 7.4.62 encode_from 103 + 7.4.63 entropy_file 103 + 7.4.64 envelope_from 103 + 7.4.65 escape 103 + 7.4.66 fast_reply 104 + 7.4.67 fcc_attach 104 + 7.4.68 fcc_clear 104 + 7.4.69 file_charset 104 + 7.4.70 folder 104 + 7.4.71 folder_format 105 + 7.4.72 followup_to 106 + 7.4.73 force_buffy_check 106 + 7.4.74 force_name 106 + 7.4.75 forward_decode 106 + 7.4.76 forward_decrypt 107 + 7.4.77 forward_edit 107 + 7.4.78 forward_format 107 + 7.4.79 forward_quote 107 + 7.4.80 from 107 + 7.4.81 gecos_mask 108 + 7.4.82 hdrs 108 + 7.4.83 header 108 + 7.4.84 header_cache 108 + 7.4.85 header_cache_compress 109 + 7.4.86 help 109 + 7.4.87 hidden_host 109 + 7.4.88 hide_limited 109 + 7.4.89 hide_missing 109 + 7.4.90 hide_thread_subject 110 + 7.4.91 hide_top_limited 110 + 7.4.92 hide_top_missing 110 + 7.4.93 history 110 + 7.4.94 honor_followup_to 110 + 7.4.95 hostname 111 + 7.4.96 ignore_list_reply_to 111 + 7.4.97 imap_authenticators 111 + 7.4.98 imap_check_subscribed 111 + 7.4.99 imap_delim_chars 112 + 7.4.100 imap_headers 112 + 7.4.101 imap_home_namespace 112 + 7.4.102 imap_keepalive 112 + 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.107 imap_peek 114 - 7.4.108 imap_reconnect 114 - 7.4.109 imap_servernoise 114 - 7.4.110 imap_user 114 - 7.4.111 implicit_autoview 114 - 7.4.112 include 115 - 7.4.113 include_onlyfirst 115 - 7.4.114 indent_string 115 - 7.4.115 index_format 115 - 7.4.116 ispell 118 - 7.4.117 keep_flagged 118 - 7.4.118 list_reply 118 - 7.4.119 locale 118 - 7.4.120 mail_check 119 - 7.4.121 mailcap_path 119 - 7.4.122 mailcap_sanitize 119 - 7.4.123 maildir_header_cache_verify 119 - 7.4.124 maildir_trash 119 - 7.4.125 mark_old 120 - 7.4.126 markers 120 - 7.4.127 mask 120 - 7.4.128 max_display_recips 120 - 7.4.129 max_line_length 120 - 7.4.130 mbox 121 - 7.4.131 mbox_type 121 - 7.4.132 menu_context 121 - 7.4.133 menu_move_off 121 - 7.4.134 menu_scroll 121 - 7.4.135 message_format 122 - 7.4.136 meta_key 122 - 7.4.137 metoo 122 - 7.4.138 mh_purge 122 - 7.4.139 mh_seq_flagged 122 - 7.4.140 mh_seq_replied 123 - 7.4.141 mh_seq_unseen 123 - 7.4.142 mime_forward 123 - 7.4.143 mime_forward_decode 123 - 7.4.144 mime_forward_rest 123 - 7.4.145 mix_entry_format 123 - 7.4.146 mixmaster 124 - 7.4.147 move 124 - 7.4.148 msgid_format 124 - 7.4.149 narrow_tree 125 - 7.4.150 nntp_ask_followup_to 126 - 7.4.151 nntp_ask_x_comment_to 126 - 7.4.152 nntp_cache_dir 126 - 7.4.153 nntp_catchup 126 - 7.4.154 nntp_context 126 - 7.4.155 nntp_followup_to_poster 127 - 7.4.156 nntp_group_index_format 127 - 7.4.157 nntp_host 127 - 7.4.158 nntp_inews 128 - 7.4.159 nntp_load_description 128 + 7.4.107 imap_passive 114 + 7.4.108 imap_peek 114 + 7.4.109 imap_reconnect 114 + 7.4.110 imap_servernoise 114 + 7.4.111 imap_user 115 + 7.4.112 implicit_autoview 115 + 7.4.113 include 115 + 7.4.114 include_onlyfirst 115 + 7.4.115 indent_string 115 + 7.4.116 index_format 115 + 7.4.117 ispell 118 + 7.4.118 keep_flagged 118 + 7.4.119 list_reply 119 + 7.4.120 locale 119 + 7.4.121 mail_check 119 + 7.4.122 mailcap_path 119 + 7.4.123 mailcap_sanitize 119 + 7.4.124 maildir_header_cache_verify 119 + 7.4.125 maildir_trash 120 + 7.4.126 mark_old 120 + 7.4.127 markers 120 + 7.4.128 mask 120 + 7.4.129 max_display_recips 121 + 7.4.130 max_line_length 121 + 7.4.131 mbox 121 + 7.4.132 mbox_type 121 + 7.4.133 menu_context 121 + 7.4.134 menu_move_off 122 + 7.4.135 menu_scroll 122 + 7.4.136 message_format 122 + 7.4.137 meta_key 122 + 7.4.138 metoo 122 + 7.4.139 mh_purge 123 + 7.4.140 mh_seq_flagged 123 + 7.4.141 mh_seq_replied 123 + 7.4.142 mh_seq_unseen 123 + 7.4.143 mime_forward 123 + 7.4.144 mime_forward_decode 123 + 7.4.145 mime_forward_rest 124 + 7.4.146 mix_entry_format 124 + 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 vi - 7.4.160 nntp_mail_check 128 - 7.4.161 nntp_mime_subject 129 - 7.4.162 nntp_newsrc 129 - 7.4.163 nntp_pass 129 - 7.4.164 nntp_post_moderated 129 - 7.4.165 nntp_reconnect 130 - 7.4.166 nntp_save_unsubscribed 130 - 7.4.167 nntp_show_new_news 130 - 7.4.168 nntp_show_only_unread 130 - 7.4.169 nntp_user 130 - 7.4.170 nntp_x_comment_to 131 - 7.4.171 operating_system 131 - 7.4.172 pager 131 - 7.4.173 pager_context 131 - 7.4.174 pager_format 132 - 7.4.175 pager_index_lines 132 - 7.4.176 pager_stop 132 - 7.4.177 pgp_auto_decode 132 - 7.4.178 pgp_autoinline 132 - 7.4.179 pgp_check_exit 133 - 7.4.180 pgp_clearsign_command 133 - 7.4.181 pgp_decode_command 133 - 7.4.182 pgp_decrypt_command 134 - 7.4.183 pgp_encrypt_only_command 134 - 7.4.184 pgp_encrypt_sign_command 134 - 7.4.185 pgp_entry_format 134 - 7.4.186 pgp_export_command 135 - 7.4.187 pgp_getkeys_command 135 - 7.4.188 pgp_good_sign 135 - 7.4.189 pgp_ignore_subkeys 135 - 7.4.190 pgp_import_command 136 - 7.4.191 pgp_list_pubring_command 136 - 7.4.192 pgp_list_secring_command 136 - 7.4.193 pgp_long_ids 136 - 7.4.194 pgp_mime_auto 136 - 7.4.195 pgp_replyinline 137 - 7.4.196 pgp_retainable_sigs 137 - 7.4.197 pgp_show_unusable 137 - 7.4.198 pgp_sign_as 137 - 7.4.199 pgp_sign_command 138 - 7.4.200 pgp_sort_keys 138 - 7.4.201 pgp_strict_enc 138 - 7.4.202 pgp_timeout 138 - 7.4.203 pgp_use_gpg_agent 139 - 7.4.204 pgp_verify_command 139 - 7.4.205 pgp_verify_key_command 139 - 7.4.206 pipe_decode 139 - 7.4.207 pipe_sep 139 - 7.4.208 pipe_split 139 - 7.4.209 pop_auth_try_all 140 - 7.4.210 pop_authenticators 140 - 7.4.211 pop_delete 140 - 7.4.212 pop_host 140 + 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 vii - 7.4.213 pop_last 141 - 7.4.214 pop_mail_check 141 - 7.4.215 pop_pass 141 - 7.4.216 pop_reconnect 141 - 7.4.217 pop_user 142 - 7.4.218 post_indent_string 142 - 7.4.219 postpone 142 - 7.4.220 postponed 142 - 7.4.221 preconnect 142 - 7.4.222 print 143 - 7.4.223 print_command 143 - 7.4.224 print_decode 143 - 7.4.225 print_split 143 - 7.4.226 prompt_after 144 - 7.4.227 query_command 144 - 7.4.228 quit 144 - 7.4.229 quote_empty 144 - 7.4.230 quote_quoted 144 - 7.4.231 quote_regexp 145 - 7.4.232 read_inc 145 - 7.4.233 read_only 145 - 7.4.234 realname 145 - 7.4.235 recall 145 - 7.4.236 record 146 - 7.4.237 reply_regexp 146 - 7.4.238 reply_self 146 - 7.4.239 reply_to 146 - 7.4.240 resolve 147 - 7.4.241 reverse_alias 147 - 7.4.242 reverse_name 147 - 7.4.243 reverse_realname 147 - 7.4.244 rfc2047_parameters 148 - 7.4.245 save_address 148 - 7.4.246 save_empty 148 - 7.4.247 save_name 148 - 7.4.248 score 149 - 7.4.249 score_threshold_delete 149 - 7.4.250 score_threshold_flag 149 - 7.4.251 score_threshold_read 149 - 7.4.252 send_charset 149 - 7.4.253 sendmail 150 - 7.4.254 sendmail_wait 150 - 7.4.255 shell 150 - 7.4.256 sidebar_boundary 151 - 7.4.257 sidebar_delim 151 - 7.4.258 sidebar_newmail_only 151 - 7.4.259 sidebar_number_format 151 - 7.4.260 sidebar_shorten_hierarchy 152 - 7.4.261 sidebar_visible 152 - 7.4.262 sidebar_width 152 - 7.4.263 sig_dashes 152 - 7.4.264 sig_on_top 153 - 7.4.265 signature 153 + 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 viii - 7.4.266 signoff_string 153 - 7.4.267 simple_search 153 - 7.4.268 sleep_time 154 - 7.4.269 smart_wrap 154 - 7.4.270 smileys 154 - 7.4.271 smime_ask_cert_label 154 - 7.4.272 smime_ca_location 154 - 7.4.273 smime_certificates 154 - 7.4.274 smime_decrypt_command 155 - 7.4.275 smime_decrypt_use_default_key 155 - 7.4.276 smime_default_key 156 - 7.4.277 smime_encrypt_command 156 - 7.4.278 smime_encrypt_with 156 - 7.4.279 smime_get_cert_command 156 - 7.4.280 smime_get_cert_email_command 156 - 7.4.281 smime_get_signer_cert_command 156 - 7.4.282 smime_import_cert_command 157 - 7.4.283 smime_is_default 157 - 7.4.284 smime_keys 157 - 7.4.285 smime_pk7out_command 157 - 7.4.286 smime_sign_command 158 - 7.4.287 smime_sign_opaque_command 158 - 7.4.288 smime_timeout 158 - 7.4.289 smime_verify_command 158 - 7.4.290 smime_verify_opaque_command 158 - 7.4.291 smtp_envelope 158 - 7.4.292 smtp_host 159 - 7.4.293 smtp_pass 159 - 7.4.294 smtp_port 159 - 7.4.295 smtp_use_tls 159 - 7.4.296 smtp_user 160 - 7.4.297 sort 160 - 7.4.298 sort_alias 160 - 7.4.299 sort_aux 161 - 7.4.300 sort_browser 161 - 7.4.301 sort_re 161 - 7.4.302 spam_separator 162 - 7.4.303 spoolfile 162 - 7.4.304 ssl_ca_certificates_file 162 - 7.4.305 ssl_client_cert 162 - 7.4.306 ssl_force_tls 163 - 7.4.307 ssl_min_dh_prime_bits 163 - 7.4.308 ssl_starttls 163 - 7.4.309 ssl_use_sslv2 163 - 7.4.310 ssl_use_sslv3 163 - 7.4.311 ssl_use_tlsv1 164 - 7.4.312 ssl_usesystemcerts 164 - 7.4.313 status_chars 164 - 7.4.314 status_format 164 - 7.4.315 status_on_top 167 - 7.4.316 strict_mailto 167 - 7.4.317 strict_mime 167 - 7.4.318 strict_threads 167 + 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 ix - 7.4.319 strip_was 167 - 7.4.320 strip_was_regex 168 - 7.4.321 stuff_quoted 168 - 7.4.322 suspend 168 - 7.4.323 text_flowed 168 - 7.4.324 thorough_search 168 - 7.4.325 thread_received 169 - 7.4.326 tilde 169 - 7.4.327 timeout 169 - 7.4.328 tmpdir 169 - 7.4.329 to_chars 169 - 7.4.330 trash 170 - 7.4.331 tunnel 170 - 7.4.332 umask 170 - 7.4.333 uncollapse_jump 170 - 7.4.334 use_8bitmime 171 - 7.4.335 use_domain 171 - 7.4.336 use_from 171 - 7.4.337 use_idn 171 - 7.4.338 use_ipv6 171 - 7.4.339 visual 172 - 7.4.340 wait_key 172 - 7.4.341 weed 172 - 7.4.342 wrap_search 172 - 7.4.343 wrapmargin 172 - 7.4.344 write_bcc 173 - 7.4.345 write_inc 173 - 7.4.346 xterm_icon 173 - 7.4.347 xterm_leave 173 - 7.4.348 xterm_set_titles 173 - 7.4.349 xterm_title 174 + 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 diff --git a/globals.h b/globals.h index 3b26aa9..1c661cf 100644 --- a/globals.h +++ b/globals.h @@ -47,6 +47,7 @@ WHERE char *DisplayFilter; WHERE char *DsnNotify; WHERE char *DsnReturn; WHERE char *Editor; +WHERE char *EditorHeaders; WHERE char *EscChar; WHERE char *FileCharset; WHERE char *FolderFormat; diff --git a/hdrline.c b/hdrline.c index 0bfadd9..39ab459 100644 --- a/hdrline.c +++ b/hdrline.c @@ -18,6 +18,7 @@ #include "charset.h" #include "mutt_crypt.h" #include "mutt_idna.h" +#include "mime.h" #include "lib/str.h" #include "lib/rx.h" @@ -643,7 +644,7 @@ static const char *hdr_format_str (char *dest, ch = 'K'; snprintf (buf2, sizeof (buf2), - "%c%c%c", (THREAD_NEW ? 'n' : (THREAD_OLD ? 'o' : + "%c%c%c%c", (THREAD_NEW ? 'n' : (THREAD_OLD ? 'o' : ((hdr->read && (ctx && ctx->msgnotreadyet != @@ -661,7 +662,9 @@ static const char *hdr_format_str (char *dest, mutt_user_is_recipient (hdr)) < str_len (Tochars)) ? - Tochars[i] : ' '))); + Tochars[i] : ' ')), + (hdr->content && hdr->content->type == TYPEMULTIPART) ? + 'A' : ' '); mutt_format_s (dest, destlen, prefix, buf2); break; diff --git a/init.h b/init.h index 4398ad0..e50a9f3 100644 --- a/init.h +++ b/init.h @@ -639,6 +639,25 @@ struct option_t MuttVars[] = { ** .pp ** This option allows you to edit the header of your outgoing messages ** along with the body of your message. + ** + ** .pp + ** Which empty header fields to show is controlled by the + ** $$editor_headers option. + */ +#ifdef USE_NNTP + {"editor_headers", DT_STR, R_NONE, UL &EditorHeaders, "From: To: Cc: Bcc: Subject: Reply-To: Newsgroups: Followup-To: X-Comment-To:" }, +#else + {"editor_headers", DT_STR, R_NONE, UL &EditorHeaders, "From: To: Cc: Bcc: Subject: Reply-To:" }, +#endif + /* + ** .pp + ** If $$edit_headers is \fIset\fP, this space-separated list specifies + ** which \fInon-empty\fP header fields to edit in addition to + ** user-defined headers. + ** + ** .pp + ** Note: if $$edit_headers had to be turned on by force because + ** $$strict_mailto is \fIunset\fP, this option has no effect. */ {"editor", DT_PATH, R_NONE, UL &Editor, "" }, /* diff --git a/lib/list.h b/lib/list.h index 1f409ea..0040c4d 100644 --- a/lib/list.h +++ b/lib/list.h @@ -67,7 +67,8 @@ list2_t* list_dup (list2_t*, void* (*dup) (void*)); * index in data array otherwise * the callback must return 0 on equality */ -int list_lookup (list2_t*, int (*cmp) (const void*, const void*), const void*); +typedef int list_lookup_t (const void*, const void*); +int list_lookup (list2_t*, list_lookup_t* cmp, const void*); /* * dumb-splits string at boundary characters into list diff --git a/mutt.h b/mutt.h index 68272c3..3af6c90 100644 --- a/mutt.h +++ b/mutt.h @@ -435,6 +435,7 @@ enum { OPTWRAPSEARCH, OPTWRITEBCC, /* write out a bcc header? */ OPTXMAILER, + OPTXMAILTO, /* 1 if $edit_header is forcebly set */ OPTXTERMSETTITLES, OPTCRYPTUSEGPGME, diff --git a/sendlib.c b/sendlib.c index 619591a..1e8ffe7 100644 --- a/sendlib.c +++ b/sendlib.c @@ -1471,6 +1471,7 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, char *p; LIST *tmp = env->userhdrs; int has_agent = 0; /* user defined user-agent header field exists */ + list2_t* hdrs = list_from_str (EditorHeaders, " "); #ifdef USE_NNTP if (!option (OPTNEWSSEND)) @@ -1478,6 +1479,8 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, if (mode == 0 && !privacy) fputs (mutt_make_date (buffer, sizeof (buffer)), fp); +#define EDIT_HEADER(x) (mode != 1 || option(OPTXMAILTO) || (mode == 1 && list_lookup(hdrs,(list_lookup_t*) ascii_strcasecmp,x) >= 0)) + /* OPTUSEFROM is not consulted here so that we can still write a From: * field if the user sets it with the `my_hdr' command */ @@ -1495,7 +1498,8 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, #ifdef USE_NNTP if (!option (OPTNEWSSEND)) #endif - fputs ("To: \n", fp); + if (EDIT_HEADER("To:")) + fputs ("To: \n", fp); if (env->cc) { fputs ("Cc: ", fp); @@ -1505,7 +1509,8 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, #ifdef USE_NNTP if (!option (OPTNEWSSEND)) #endif - fputs ("Cc: \n", fp); + if (EDIT_HEADER("Cc:")) + fputs ("Cc: \n", fp); if (env->bcc) { if (mode != 0 || option (OPTWRITEBCC)) { @@ -1517,28 +1522,30 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, #ifdef USE_NNTP if (!option (OPTNEWSSEND)) #endif - fputs ("Bcc: \n", fp); + if (EDIT_HEADER("Bcc:")) + fputs ("Bcc: \n", fp); #ifdef USE_NNTP if (env->newsgroups) fprintf (fp, "Newsgroups: %s\n", env->newsgroups); - else if (mode == 1 && option (OPTNEWSSEND)) + else if (mode == 1 && option (OPTNEWSSEND) && EDIT_HEADER("Newsgroups:")) fputs ("Newsgroups: \n", fp); if (env->followup_to) fprintf (fp, "Followup-To: %s\n", env->followup_to); - else if (mode == 1 && option (OPTNEWSSEND)) + else if (mode == 1 && option (OPTNEWSSEND) && EDIT_HEADER("Followup-To:")) fputs ("Followup-To: \n", fp); if (env->x_comment_to) fprintf (fp, "X-Comment-To: %s\n", env->x_comment_to); - else if (mode == 1 && option (OPTNEWSSEND) && option (OPTXCOMMENTTO)) + else if (mode == 1 && option (OPTNEWSSEND) && option (OPTXCOMMENTTO) && + EDIT_HEADER("X-Comment-To:")) fputs ("X-Comment-To: \n", fp); #endif if (env->subject) fprintf (fp, "Subject: %s\n", env->subject); - else if (mode == 1) + else if (mode == 1 && EDIT_HEADER("Subject:")) fputs ("Subject: \n", fp); /* save message id if the user has set it */ @@ -1549,7 +1556,7 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, fputs ("Reply-To: ", fp); mutt_write_address_list (env->reply_to, fp, 10, 0); } - else if (mode > 0) + else if (mode > 0 && EDIT_HEADER("Reply-To:")) fputs ("Reply-To: \n", fp); if (env->mail_followup_to) @@ -1579,6 +1586,8 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, fputc ('\n', fp); } +#undef EDIT_HEADER + /* Add any user defined headers */ for (; tmp; tmp = tmp->next) { if ((p = strchr (tmp->data, ':'))) { @@ -1618,6 +1627,8 @@ int mutt_write_rfc822_header (FILE * fp, ENVELOPE * env, BODY * attach, fprintf (fp, "User-Agent: %s (%s)\n", mutt_make_version (0), os); } + list_del (&hdrs, (list_del_t*) _mem_free); + return (ferror (fp) == 0 ? 0 : -1); } diff --git a/url.c b/url.c index 2597646..78d03d8 100644 --- a/url.c +++ b/url.c @@ -249,8 +249,10 @@ int url_parse_mailto (ENVELOPE * e, char **body, const char *src) mutt_parse_rfc822_line (e, NULL, scratch, value, 1, 0, 0, &last); /* if $strict_mailto is set, force editing headers to let * users have a look at what we got */ - if (!option (OPTSTRICTMAILTO)) + if (!option (OPTSTRICTMAILTO)) { + set_option (OPTXMAILTO); set_option (OPTEDITHDRS); + } } } -- 2.20.1