From 480b58036b7e8d75980ce2b7ef2d2e59acd13178 Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 16 Jun 2005 12:56:23 +0000 Subject: [PATCH] Rocco Rutte: - bump up $imap_mail_check to 5 minutes from 5 seconds by default (likely fixes #4206) - kill all synonym variables (as announced in and ) - rename many other variables to make sense and/or improve consistency but keep synonyms as round 2 (will be removed some time later, too) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@315 e385b8ad-14ed-0310-8656-cc95a2468c6d --- UPGRADING | 17 + contrib/update-config.pl | 21 +- doc/manual.txt | 1913 +++++++++++++++++++------------------- init.h | 101 +- 4 files changed, 1033 insertions(+), 1019 deletions(-) diff --git a/UPGRADING b/UPGRADING index fe915a3..e5cb38a 100644 --- a/UPGRADING +++ b/UPGRADING @@ -15,6 +15,23 @@ sources of information. Pine compatibility for naming IMAP mailboxes has been removed, only the common imap[s]:// syntax remains. + The first "round" of removing synonym variables is completed. The + replacements for the next round are: ask_followup_to -> + nntp_ask_followup_to, ask_x_comment_to -> nntp_ask_x_comment_to, + catchup_newsgroup -> nntp_catchup, followup_to_poster -> + nntp_followup_to_poster, group_index_format -> + nntp_group_index_format, inews -> nntp_inews, mime_subject -> + nntp_mime_subject, news_cache_dir -> nntp_cache_dir, news_server -> + nntp_host, newsrc -> nntp_newsrc, nntp_poll -> nntp_mail_check, + pop_checkinterval -> pop_mail_check, post_moderated -> + nntp_post_moderated, save_unsubscribed -> nntp_save_unsubscribed, + show_new_news -> nntp_show_new_news, show_only_unread -> + nntp_show_only_unread, x_comment_to -> nntp_x_comment_to. Please use + the contrib/update-config.pl script to update. + + Due to frequent trouble, $imap_mail_check now defaults to 300 seconds + (5 minutes) rather than 5 seconds. + 2005-05-17: Changes due to better integration of qdbm support w/ header caching: diff --git a/contrib/update-config.pl b/contrib/update-config.pl index 78fe774..da404c9 100755 --- a/contrib/update-config.pl +++ b/contrib/update-config.pl @@ -8,6 +8,7 @@ use strict; my %opts = ( + # left from the first run of cleanup+removal " edit_hdrs" => " edit_headers", " forw_decode" => " forward_decode", " forw_format" => " forward_format", @@ -28,7 +29,25 @@ my %opts = ( " smime_sign_as" => " smime_default_key", " post_indent_str" => " post_indent_string", " print_cmd" => " print_command", - " shorten_hierarchy" => " sidebar_shorten_hierarchy" + " shorten_hierarchy" => " sidebar_shorten_hierarchy", + # current run + "ask_followup_to" => "nntp_ask_followup_to", + "ask_x_comment_to" => "nntp_ask_x_comment_to", + "catchup_newsgroup" => "nntp_catchup", + "followup_to_poster" => "nntp_followup_to_poster", + "group_index_format" => "nntp_group_index_format", + "inews" => "nntp_inews", + "mime_subject" => "nntp_mime_subject", + "news_cache_dir" => "nntp_cache_dir", + "news_server" => "nntp_host", + "newsrc" => "nntp_newsrc", + "nntp_poll" => "nntp_mail_check", + "pop_checkinterval" => "pop_mail_check", + "post_moderated" => "nntp_post_moderated", + "save_unsubscribed" => "nntp_save_unsubscribed", + "show_new_news" => "nntp_show_new_news", + "show_only_unread" => "nntp_show_only_unread", + "x_comment_to" => "nntp_x_comment_to" ); if (@ARGV == 0) { diff --git a/doc/manual.txt b/doc/manual.txt index bef333f..f63ebb5 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -3,7 +3,7 @@ by Michael Elkins and others. - version 1.5.9 + version devel AAbbssttrraacctt @@ -233,7 +233,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 6.3.313 , page 141) variable. + can be customized with the _$_t_o___c_h_a_r_s (section 6.3.315 , page 142) variable. + message is to you and you only @@ -317,7 +317,7 @@ _2_._3_._3 _T_h_r_e_a_d_e_d _M_o_d_e - When the mailbox is _s_o_r_t_e_d (section 6.3.285 , page 133) by _t_h_r_e_a_d_s, there are + When the mailbox is _s_o_r_t_e_d (section 6.3.287 , page 133) 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 @@ -338,11 +338,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 6.3.112 , page 91). For example, you could use "%?M?(#%03M)&(%4l)?" in - _$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.112 , page 91) to optionally display the number of + tion 6.3.108 , page 89). For example, you could use "%?M?(#%03M)&(%4l)?" in + _$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89) 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 6.3.302 , page 139). + See also: _$_s_t_r_i_c_t___t_h_r_e_a_d_s (section 6.3.304 , page 139). _2_._3_._4 _M_i_s_c_e_l_l_a_n_e_o_u_s _F_u_n_c_t_i_o_n_s @@ -425,7 +425,7 @@ 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.10 , page 24) 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 6.3.91 , page 86) configuration variable is set. + _$_h_o_n_o_r___f_o_l_l_o_w_u_p___t_o (section 6.3.87 , page 84) 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. @@ -433,9 +433,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 6.3.192 , page 112), _$_p_i_p_e___s_p_l_i_t - (section 6.3.194 , page 112), _$_p_i_p_e___s_e_p (section 6.3.193 , page 112) and - _$_w_a_i_t___k_e_y (section 6.3.325 , page 144) control the exact behavior of this + it. The variables _$_p_i_p_e___d_e_c_o_d_e (section 6.3.198 , page 113), _$_p_i_p_e___s_p_l_i_t + (section 6.3.200 , page 113), _$_p_i_p_e___s_e_p (section 6.3.199 , page 113) and + _$_w_a_i_t___k_e_y (section 6.3.327 , page 144) control the exact behavior of this function. rreesseenndd--mmeessssaaggee @@ -445,7 +445,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 6.3.326 , page 144) variable. + the value of the _$_w_e_e_d (section 6.3.328 , page 144) 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- @@ -455,14 +455,14 @@ (default: !) Asks for an external Unix command and executes it. The _$_w_a_i_t___k_e_y (section - 6.3.325 , page 144) can be used to control whether Mutt-ng will wait for a key + 6.3.327 , page 144) 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 6.3.218 , page 118) variable to + The _p_a_g_e_r uses the _$_q_u_o_t_e___r_e_g_e_x_p (section 6.3.223 , page 119) 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 @@ -496,20 +496,20 @@ Mutt-ng will then enter the _c_o_m_p_o_s_e menu and prompt you for the recipients to place on the ``To:'' header field. Next, it will ask you for the ``Subject:'' field for the message, providing a default if you are replying to or forwarding - a message. See also _$_a_s_k_c_c (section 6.3.12 , page 67), _$_a_s_k_b_c_c (section - 6.3.11 , page 67), _$_a_u_t_o_e_d_i_t (section 6.3.19 , page 69), _$_b_o_u_n_c_e (section - 6.3.22 , page 70), and _$_f_a_s_t___r_e_p_l_y (section 6.3.61 , page 78) for changing + a message. See also _$_a_s_k_c_c (section 6.3.10 , page 66), _$_a_s_k_b_c_c (section + 6.3.9 , page 66), _$_a_u_t_o_e_d_i_t (section 6.3.17 , page 69), _$_b_o_u_n_c_e (section + 6.3.20 , page 69), and _$_f_a_s_t___r_e_p_l_y (section 6.3.59 , page 78) for changing how Mutt asks these questions. - Mutt will then automatically start your _$_e_d_i_t_o_r (section 6.3.57 , page 77) on - the message body. If the _$_e_d_i_t___h_e_a_d_e_r_s (section 6.3.56 , page 77) variable is + Mutt will then automatically start your _$_e_d_i_t_o_r (section 6.3.55 , page 77) on + the message body. If the _$_e_d_i_t___h_e_a_d_e_r_s (section 6.3.54 , page 77) variable is set, the headers will be at the top of the message in your editor. Any mes- sages you are replying to will be added in sort order to the message, with - appropriate _$_a_t_t_r_i_b_u_t_i_o_n (section 6.3.17 , page 69), _$_i_n_d_e_n_t___s_t_r_i_n_g (section - 6.3.111 , page 90) and _$_p_o_s_t___i_n_d_e_n_t___s_t_r_i_n_g (section 6.3.204 , page 115). - When forwarding a message, if the _$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.139 , page 98) + appropriate _$_a_t_t_r_i_b_u_t_i_o_n (section 6.3.15 , page 68), _$_i_n_d_e_n_t___s_t_r_i_n_g (section + 6.3.107 , page 89) and _$_p_o_s_t___i_n_d_e_n_t___s_t_r_i_n_g (section 6.3.210 , page 116). + When forwarding a message, if the _$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.134 , page 97) variable is unset, a copy of the forwarded message will be included. If you - have specified a _$_s_i_g_n_a_t_u_r_e (section 6.3.255 , page 126), it will be appended + have specified a _$_s_i_g_n_a_t_u_r_e (section 6.3.257 , page 127), it will be appended to the message. Once you have finished editing the body of your mail message, you are returned @@ -542,7 +542,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 6.3.299 , page 137) will change to a + folder. The %r in _$_s_t_a_t_u_s___f_o_r_m_a_t (section 6.3.301 , page 137) will change to a 'A' to indicate that you are in attach-message mode. _2_._4_._1 _E_d_i_t_i_n_g _t_h_e _m_e_s_s_a_g_e _h_e_a_d_e_r @@ -568,7 +568,7 @@ field, Mutt will not generate a _R_e_f_e_r_e_n_c_e_s_: field, which allows you to create a new message thread. - Also see _e_d_i_t___h_e_a_d_e_r_s (section 6.3.56 , page 77). + Also see _e_d_i_t___h_e_a_d_e_r_s (section 6.3.54 , page 77). The Mutt-ng E-Mail Client 12 @@ -579,7 +579,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 6.3.184 , page 110) permanently. + _$_p_g_p___s_i_g_n___a_s (section 6.3.190 , page 111) 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 will not ask you any @@ -597,7 +597,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 6.3.171 , page 107)) have obvious meanings. But some explana- + _m_a_t (section 6.3.177 , page 108)) 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: @@ -653,8 +653,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 6.3.143 , - page 99)). Most important is the ``middleman'' capability, indicated by a cap- + %c entry of the remailer menu lines (see _$_m_i_x___e_n_t_r_y___f_o_r_m_a_t (section 6.3.137 , + page 98)). Most important is the ``middleman'' capability, indicated by a cap- ital ``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 @@ -663,7 +663,7 @@ _2_._5 _F_o_r_w_a_r_d_i_n_g _a_n_d _B_o_u_n_c_i_n_g _M_a_i_l Bouncing and forwarding let you send an existing message to recipients that you - specify. Bouncing a message uses the _s_e_n_d_m_a_i_l (section 6.3.241 , page 123) + specify. Bouncing a message uses the _s_e_n_d_m_a_i_l (section 6.3.245 , page 124) command to send a copy to alternative addresses as if they were the message's original recipients. Forwarding a message, on the other hand, allows you to modify the message before it is resent (for example, by adding your own com- @@ -676,19 +676,19 @@ Forwarding can be done by including the original message in the new message's body (surrounded by indicating lines) or including it as a MIME attachment, - depending on the value of the _$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.139 , page 98) vari- + depending on the value of the _$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.134 , page 97) vari- able. Decoding of attachments, like in the pager, can be controlled by the - _$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 6.3.71 , page 81) and _$_m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e (section + _$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 6.3.68 , page 81) and _$_m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e (section The Mutt-ng E-Mail Client 14 - 6.3.140 , page 99) variables, respectively. The desired forwarding format may + 6.3.135 , page 97) variables, respectively. The desired forwarding format may depend on the content, therefore _$_m_i_m_e___f_o_r_w_a_r_d is a quadoption which, for exam- ple, can be set to ``ask-no''. The inclusion of headers is controlled by the current setting of the _$_w_e_e_d - (section 6.3.326 , page 144) variable, unless _m_i_m_e___f_o_r_w_a_r_d (section 6.3.139 , - page 98) is set. + (section 6.3.328 , page 144) variable, unless _m_i_m_e___f_o_r_w_a_r_d (section 6.3.134 , + page 97) is set. Editing the message to forward follows the same procedure as sending or reply- ing to a message does. @@ -698,7 +698,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 6.3.207 , page 115) variable. This means that you can + the _$_p_o_s_t_p_o_n_e_d (section 6.3.212 , page 116) variable. This means that you can recall the message even if you exit Mutt and then restart it at a later time. Once a message is postponed, there are several ways to resume it. From the @@ -712,7 +712,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 6.3.206 , page 115) quad-option. + See also the _$_p_o_s_t_p_o_n_e (section 6.3.211 , page 116) quad-option. _2_._7 _R_e_a_d_i_n_g _n_e_w_s _v_i_a _N_N_T_P @@ -720,9 +720,8 @@ via NNTP. You can open a newsgroup with function ``change-newsgroup'' (default: i). Default newsserver can be obtained from _N_N_T_P_S_E_R_V_E_R environment variable. Like other news readers, info about subscribed newsgroups is saved - in file by _$_n_e_w_s_r_c (section 6.3.150 , page 102) variable. Article headers are - cached and can be loaded from file when newsgroup entered instead loading from - newsserver. + in file by _$_n_e_w_s_r_c (section , page ) variable. Article headers are cached and + can be loaded from file when newsgroup entered instead loading from newsserver. _3_. _C_o_n_f_i_g_u_r_a_t_i_o_n @@ -734,12 +733,11 @@ typically /usr/local/share/muttng/Muttngrc or /etc/Muttngrc, Mutt-ng users will find this file in /usr/local/share/muttng/Muttrc or /etc/Muttngrc. Mutt will next look for a file named .muttrc in your home directory, Mutt-ng will look - for .muttngrc. If this file does not exist and your home directory has a + for .muttngrc. If this file does not exist and your home directory has a sub- + directory named .mutt, mutt try to load a file named .muttng/muttngrc. The Mutt-ng E-Mail Client 15 - subdirectory named .mutt, mutt try to load a file named .muttng/muttngrc. - .muttrc (or .muttngrc for Mutt-ng) is the file where you will usually place your _c_o_m_m_a_n_d_s (section 6.2 , page 62) to configure Mutt. @@ -788,12 +786,11 @@ provided that the split points don't appear in the middle of command names. Please note that, unlike the various shells, mutt-ng interprets a ``\'' at the - - The Mutt-ng E-Mail Client 16 - end of a line also in comments. This allows you to disable a command split over multiple lines with only one ``#''. + The Mutt-ng E-Mail Client 16 + # folder-hook . \ set realname="Michael \"MuttDude\" Elkins" @@ -839,13 +836,13 @@ Usage: alias _k_e_y _a_d_d_r_e_s_s [ , _a_d_d_r_e_s_s, ... ] It's usually very cumbersome to remember or type out the address of someone you - - The Mutt-ng E-Mail Client 17 - are communicating with. Mutt allows you to create ``aliases'' which map a short string to a full address. NNoottee:: if you want to create an alias for a group (by specifying more than one + + The Mutt-ng E-Mail Client 17 + address), you mmuusstt separate the addresses with a comma (``,''). To remove an alias or aliases (``*'' means all aliases): @@ -876,7 +873,7 @@ To use aliases, you merely use the alias at any place in mutt where mutt prompts for addresses, such as the _T_o_: or _C_c_: prompt. You can also enter aliases in your editor at the appropriate headers if you have the _$_e_d_i_t___h_e_a_d_e_r_s - (section 6.3.56 , page 77) variable set. + (section 6.3.54 , page 77) variable set. In addition, at the various address prompts, you can use the tab character to expand a partial alias to the full alias. If there are multiple matches, mutt @@ -892,14 +889,15 @@ Usage: bind _m_a_p _k_e_y _f_u_n_c_t_i_o_n - The Mutt-ng E-Mail Client 18 - This command allows you to change the default key bindings (operation invoked when pressing a key). - _m_a_p specifies in which menu the binding belongs. Multiple maps may be speci- - fied by separating them with commas (no additional whitespace is allowed). The - currently defined maps are: + _m_a_p specifies in which menu the binding belongs. Multiple maps may be + + The Mutt-ng E-Mail Client 18 + + specified by separating them with commas (no additional whitespace is allowed). + The currently defined maps are: generic This is not a real menu, but is used as a fallback for all of the @@ -946,13 +944,12 @@ _k_e_y is the key (or key sequence) you wish to bind. To specify a control char- acter, use the sequence _\_C_x, where _x is the letter of the control character (for example, to specify control-A use ``\Ca''). Note that the case of _x as - - The Mutt-ng E-Mail Client 19 - well as _\_C is ignored, so that _\_C_A, _\_C_a, _\_c_A and _\_c_a are all equivalent. An alternative form is to specify the key as a three digit octal number prefixed with a ``\'' (for example _\_1_7_7 is equivalent to _\_c_?). + The Mutt-ng E-Mail Client 19 + In addition, _k_e_y may consist of: \t tab @@ -1002,15 +999,16 @@ Usage: folder-hook [!]_r_e_g_e_x_p _c_o_m_m_a_n_d - The Mutt-ng E-Mail Client 20 - It is often desirable to change settings based on which mailbox you are read- ing. The folder-hook command provides a method by which you can execute any configuration command. _r_e_g_e_x_p is a regular expression specifying in which + + The Mutt-ng E-Mail Client 20 + 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 6.3.291 , page + NNoottee:: if you use the ``!'' shortcut for _$_s_p_o_o_l_f_i_l_e (section 6.3.293 , page 135) 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. @@ -1055,11 +1053,11 @@ and also facilitates defining of macros in files used by more than one user (eg. the system Muttrc). - The Mutt-ng E-Mail Client 21 - Optionally you can specify a descriptive text after _s_e_q_u_e_n_c_e, which is shown in the help screens. + The Mutt-ng E-Mail Client 21 + NNoottee:: Macro definitions (if any) listed in the help screen(s), are silently truncated at the screen width, and are not wrapped. @@ -1100,7 +1098,7 @@ +o normal - +o quoted (text matching _$_q_u_o_t_e___r_e_g_e_x_p (section 6.3.218 , page 118) in the + +o quoted (text matching _$_q_u_o_t_e___r_e_g_e_x_p (section 6.3.223 , page 119) in the body of a message) +o quoted1, quoted2, ..., quotedNN (higher levels of quoting) @@ -1111,10 +1109,10 @@ +o status (mode lines used to display info about the mailbox or message) - The Mutt-ng E-Mail Client 22 - +o tilde (the ``~'' used to pad blank lines in the pager) + The Mutt-ng E-Mail Client 22 + +o tree (thread tree drawn in the message index and attachment menu) +o underline (highlighting underlined patterns in the body of messages) @@ -1166,9 +1164,10 @@ the colors for your display (for example by changing the color associated with _c_o_l_o_r_2 for your xterm), since color names may then lose their normal meaning. + If your terminal does not support color, it is still possible change the video + The Mutt-ng E-Mail Client 23 - If your terminal does not support color, it is still possible change the video attributes through the use of the ``mono'' command: Usage: mono _<_o_b_j_e_c_t_> _<_a_t_t_r_i_b_u_t_e_> [ _r_e_g_e_x_p ] @@ -1221,13 +1220,13 @@ With various functions, mutt will treat messages differently, depending on whether you sent them or whether you received them from someone else. For + instance, when replying to a message that you sent to a different party, mutt The Mutt-ng E-Mail Client 24 - 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 6.3.226 , page 119).) + _$_r_e_p_l_y___t_o (section 6.3.231 , page 120).) 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 @@ -1262,7 +1261,7 @@ Mail-Followup-To header is a non-standard extension which is not supported by all mail user agents. Adding it is not bullet-proof against receiving personal CCs of list messages. Also note that the generation of the Mail-Followup-To - header is controlled by the _$_f_o_l_l_o_w_u_p___t_o (section 6.3.67 , page 80) configura- + header is controlled by the _$_f_o_l_l_o_w_u_p___t_o (section 6.3.65 , page 80) configura- tion variable. More precisely, Mutt maintains lists of patterns for the addresses of known and @@ -1278,10 +1277,10 @@ Specify as much of the address as you need to to remove ambiguity. For exam- ple, if you've subscribed to the Mutt mailing list, you will receive mail addressed to _m_u_t_t_-_u_s_e_r_s_@_m_u_t_t_._o_r_g. So, to tell Mutt that this is a mailing + list, you could add ``lists mutt-users'' to your initialization file. To tell The Mutt-ng E-Mail Client 25 - list, you could add ``lists mutt-users'' to your initialization file. To tell mutt that you are subscribed to it, add ``subscribe mutt-users'' to your ini- tialization file instead. If you also happen to get mail from someone whose address is _m_u_t_t_-_u_s_e_r_s_@_e_x_a_m_p_l_e_._c_o_m, you could use ``lists mutt- @@ -1333,8 +1332,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.8 , page 44) (such as ``='' and ``!''), any variable definition that affect these char- - acters (like _$_f_o_l_d_e_r (section 6.3.65 , page 79) and _$_s_p_o_o_l_f_i_l_e (section - 6.3.291 , page 135)) should be executed before the mailboxes command. + acters (like _$_f_o_l_d_e_r (section 6.3.63 , page 79) and _$_s_p_o_o_l_f_i_l_e (section + 6.3.293 , page 135)) should be executed before the mailboxes command. The Mutt-ng E-Mail Client 26 @@ -1361,7 +1360,7 @@ there, so Mutt enforces the rule. If you would like to add a header field to a single message, you should either - set the _e_d_i_t___h_e_a_d_e_r_s (section 6.3.56 , page 77) variable, or use the _e_d_i_t_- + set the _e_d_i_t___h_e_a_d_e_r_s (section 6.3.54 , page 77) variable, or use the _e_d_i_t_- _h_e_a_d_e_r_s function (default: ``E'') in the send-menu so that you can edit the header of your message along with the body. @@ -1410,10 +1409,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 6.3.223 , page 119). Mutt searches the initial list of message + (section 6.3.228 , page 120). Mutt 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 - 6.3.223 , page 119) mailbox. + 6.3.228 , page 120) mailbox. See _M_e_s_s_a_g_e _M_a_t_c_h_i_n_g _i_n _H_o_o_k_s (section 4.4.1 , page 41) for information on the exact format of _p_a_t_t_e_r_n. @@ -1455,7 +1454,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 6.3.241 , page 123) variable depending on the message's + _$_s_e_n_d_m_a_i_l (section 6.3.245 , page 124) variable depending on the message's sender address. For each type of send-hook or reply-hook, when multiple matches occur, commands @@ -1468,8 +1467,8 @@ Example: send-hook mutt 'set mime_forward signature=''' Another typical use for this command is to change the values of the _$_a_t_t_r_i_b_u_- - _t_i_o_n (section 6.3.17 , page 69), _$_s_i_g_n_a_t_u_r_e (section 6.3.255 , page 126) and - _$_l_o_c_a_l_e (section 6.3.117 , page 94) variables in order to change the language + _t_i_o_n (section 6.3.15 , page 68), _$_s_i_g_n_a_t_u_r_e (section 6.3.257 , page 127) and + _$_l_o_c_a_l_e (section 6.3.112 , page 93) 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 @@ -1560,7 +1559,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 6.3.112 , page 91) variable. + the %H selector in the _$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89) variable. (Tip: try %?H?[%H] ? to display spam tags only when they are defined for a given message.) @@ -1747,8 +1746,8 @@ # or # ... - To only set the _<_$_i_m_a_p___m_a_i_l___c_h_e_c_k (section 6.3.101 , page 88) when the sys- - tem's SVN is recent enough to have it: + To only set the _<_$_i_m_a_p___m_a_i_l___c_h_e_c_k (section 6.3.97 , page 87) when the system's + SVN is recent enough to have it: ifdef imap_mail_check 'set imap_mail_check=300' @@ -2117,8 +2116,8 @@ Limit to messages matching: ~d <1m NNoottee:: all dates used when searching are relative to the llooccaall time zone, so - unless you change the setting of your _$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.112 , page - 91) to include a %[...] format, these are nnoott the dates shown in the main + unless you change the setting of your _$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page + 89) to include a %[...] format, these are nnoott the dates shown in the main index. _4_._3 _U_s_i_n_g _T_a_g_s @@ -2135,7 +2134,7 @@ Once you have tagged the desired messages, you can use the ``tag-prefix'' oper- ator, which is the ``;'' (semicolon) key by default. When the ``tag-prefix'' operator is used, the nneexxtt operation will be applied to all tagged messages if - that operation can be used in that manner. If the _$_a_u_t_o___t_a_g (section 6.3.18 , + that operation can be used in that manner. If the _$_a_u_t_o___t_a_g (section 6.3.16 , page 69) variable is set, the next operation applies to the tagged messages automatically, without requiring the ``tag-prefix''. @@ -2206,9 +2205,9 @@ However, it is not required that you write the pattern to match using the full searching language. You can still specify a simple _r_e_g_u_l_a_r _e_x_p_r_e_s_s_i_o_n like the other hooks, in which case Mutt will translate your pattern into the full lan- - guage, using the translation specified by the _$_d_e_f_a_u_l_t___h_o_o_k (section 6.3.47 , + guage, using the translation specified by the _$_d_e_f_a_u_l_t___h_o_o_k (section 6.3.45 , page 75) variable. The pattern is translated at the time the hook is declared, - so the value of _$_d_e_f_a_u_l_t___h_o_o_k (section 6.3.47 , page 75) that is in effect at + so the value of _$_d_e_f_a_u_l_t___h_o_o_k (section 6.3.45 , page 75) that is in effect at that time will be used. _4_._5 _U_s_i_n_g _t_h_e _s_i_d_e_b_a_r @@ -2264,7 +2263,7 @@ Mutt 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 6.3.214 , page 117) variable, + interface. Using the _$_q_u_e_r_y___c_o_m_m_a_n_d (section 6.3.219 , page 118) variable, you specify the wrapper command to use. For example: set query_command = "mutt_ldap_query.pl '%s'" @@ -2305,7 +2304,7 @@ Mutt 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 uses - the default specified with the _$_m_b_o_x___t_y_p_e (section 6.3.128 , page 96) vari- + the default specified with the _$_m_b_o_x___t_y_p_e (section 6.3.123 , page 95) vari- able. mmbbooxx. This is the most widely used mailbox format for UNIX. All messages are @@ -2339,12 +2338,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 6.3.291 , page 135) (incoming) + +o ! -- refers to your _$_s_p_o_o_l_f_i_l_e (section 6.3.293 , page 135) (incoming) mailbox - +o > -- refers to your _$_m_b_o_x (section 6.3.127 , page 96) file + +o > -- refers to your _$_m_b_o_x (section 6.3.122 , page 95) file - +o < -- refers to your _$_r_e_c_o_r_d (section 6.3.223 , page 119) file + +o < -- refers to your _$_r_e_c_o_r_d (section 6.3.228 , page 120) file +o ^ -- refers to the current mailbox @@ -2354,7 +2353,7 @@ The Mutt-ng E-Mail Client 45 - +o = or + -- refers to your _$_f_o_l_d_e_r (section 6.3.65 , page 79) directory + +o = or + -- refers to your _$_f_o_l_d_e_r (section 6.3.63 , page 79) 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.15 , page 26) as determined by the address of the alias @@ -2372,7 +2371,7 @@ 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 6.3.112 , page 91) variable, the escape + box. In the _$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89) 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). @@ -2387,7 +2386,7 @@ Mutt 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 6.3.67 , page 80) option is set, mutt will gener- + if the _$_f_o_l_l_o_w_u_p___t_o (section 6.3.65 , page 80) option is set, mutt will gener- ate a Mail-Followup-To header which contains all the recipients to whom you send this message, but not your address. This indicates that group-replies or list-replies (also known as ``followups'') to this message should only be sent @@ -2396,7 +2395,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 6.3.91 , page 86) configuration variable is set. Using list-reply + (section 6.3.87 , page 84) 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. @@ -2412,7 +2411,7 @@ The Mutt-ng E-Mail Client 46 address given in the ``Reply-To'' field. Mutt uses the _$_r_e_p_l_y___t_o (section - 6.3.226 , page 119) variable to help decide which address to use. If set to + 6.3.231 , page 120) 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 @@ -2420,13 +2419,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 6.3.112 , page 91) variable's ``%y'' and ``%Y'' escapes + _$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89) variable's ``%y'' and ``%Y'' escapes can be used to expand ``X-Label:'' fields in the index, and Mutt'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 eas- ily be inserted by procmail and other mail filtering agents. - Lastly, Mutt has the ability to _s_o_r_t (section 6.3.285 , page 133) the mailbox + Lastly, Mutt has the ability to _s_o_r_t (section 6.3.287 , page 133) the mailbox into _t_h_r_e_a_d_s (section 2.3.3 , page 7). A thread is a group of messages which all relate to the same subject. This is usually organized into a tree-like structure where a message and all of its replies are represented graphically. @@ -2472,9 +2471,9 @@ which the mail client can make requests as to what type of status messages should be returned. - To support this, there are two variables. _$_d_s_n___n_o_t_i_f_y (section 6.3.53 , page + To support this, there are two variables. _$_d_s_n___n_o_t_i_f_y (section 6.3.51 , page 76) is used to request receipts for different results (such as failed message, - message delivered, etc.). _$_d_s_n___r_e_t_u_r_n (section 6.3.54 , page 77) requests how + message delivered, etc.). _$_d_s_n___r_e_t_u_r_n (section 6.3.52 , page 76) requests how much of your message should be returned with the receipt (headers or full mes- sage). Refer to the man page on sendmail for more details on DSN. @@ -2495,8 +2494,8 @@ Polling for new mail is more expensive over POP3 than locally. For this reason the frequency at which Mutt will check for mail remotely can be controlled by - the _$_p_o_p___c_h_e_c_k_i_n_t_e_r_v_a_l (section 6.3.197 , page 113) variable, which defaults - to every 60 seconds. + the _$_p_o_p___c_h_e_c_k_i_n_t_e_r_v_a_l (section , page ) variable, which defaults to every 60 + seconds. If Mutt was compiled with SSL support (by running the _c_o_n_f_i_g_u_r_e script with the _-_-_w_i_t_h_-_s_s_l flag), connections to POP3 servers can be encrypted. This naturally @@ -2505,8 +2504,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 6.3.199 , page 113), fetch all your - new mail and place it in the local _s_p_o_o_l_f_i_l_e (section 6.3.291 , page 135). + It allows to connect to _p_o_p___h_o_s_t (section 6.3.204 , page 114), fetch all your + new mail and place it in the local _s_p_o_o_l_f_i_l_e (section 6.3.293 , page 135). After this point, Mutt 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- @@ -2549,12 +2548,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 6.3.100 , page 88) vari- + command. See also the _$_i_m_a_p___l_i_s_t___s_u_b_s_c_r_i_b_e_d (section 6.3.96 , page 87) vari- able. 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 6.3.101 , page 88) and - _$_t_i_m_e_o_u_t (section 6.3.311 , page 141) variables. + want to carefully tune the _$_i_m_a_p___m_a_i_l___c_h_e_c_k (section 6.3.97 , page 87) and + _$_t_i_m_e_o_u_t (section 6.3.313 , page 141) 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 @@ -2604,15 +2603,15 @@ There are a few variables which control authentication: - +o _$_i_m_a_p___u_s_e_r (section 6.3.107 , page 90) - controls the username under + +o _$_i_m_a_p___u_s_e_r (section 6.3.103 , page 88) - 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 6.3.102 , page 88) - a password which you may preset, + +o _$_i_m_a_p___p_a_s_s (section 6.3.98 , page 87) - a password which you may preset, 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 6.3.94 , page 86) - a colon-delimited list + +o _$_i_m_a_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s (section 6.3.90 , page 85) - 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). @@ -2681,7 +2680,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 6.3.233 , page 121), so that the compressed file + unset _$_s_a_v_e___e_m_p_t_y (section 6.3.238 , page 122), so that the compressed file will be removed if you delete all of the messages. _4_._1_6_._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 @@ -2757,7 +2756,7 @@ When _a_p_p_e_n_d_-_h_o_o_k (section 4.16.3 , page 51) 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 6.3.128 , page 96)) type is always + is. Thus the default (_$_m_b_o_x___t_y_p_e (section 6.3.123 , page 95)) 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.16.2 , @@ -2990,7 +2989,7 @@ The interpretation of shell meta-characters embedded in MIME parameters can lead to security problems in general. Mutt tries to quote parameters in expan- sion 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 6.3.120 , page 95) variable. + see the _m_a_i_l_c_a_p___s_a_n_i_t_i_z_e (section 6.3.115 , page 93) 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. @@ -3038,10 +3037,10 @@ needsterminal Mutt uses this flag when viewing attachments with _a_u_t_o_v_i_e_w (section 5.4 , page 60), in order to decide whether it should honor the - setting of the _$_w_a_i_t___k_e_y (section 6.3.325 , page 144) variable or + setting of the _$_w_a_i_t___k_e_y (section 6.3.327 , page 144) 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 - will use _$_w_a_i_t___k_e_y (section 6.3.325 , page 144) and the exit sta- + will use _$_w_a_i_t___k_e_y (section 6.3.327 , page 144) and the exit sta- tus 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. @@ -3559,29 +3558,7 @@ The Mutt-ng E-Mail Client 67 - _6_._3_._9 _a_s_k___f_o_l_l_o_w___u_p - - Type: boolean - - Default: no - - Availability: NNTP - - 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. - - _6_._3_._1_0 _a_s_k___x___c_o_m_m_e_n_t___t_o - - Type: boolean - - Default: no - - Availability: NNTP - - 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. - - _6_._3_._1_1 _a_s_k_b_c_c + _6_._3_._9 _a_s_k_b_c_c Type: boolean @@ -3590,7 +3567,7 @@ If _s_e_t, Mutt-ng will prompt you for blind-carbon-copy (Bcc) recipients before editing an outgoing message. - _6_._3_._1_2 _a_s_k_c_c + _6_._3_._1_0 _a_s_k_c_c Type: boolean @@ -3599,7 +3576,7 @@ If _s_e_t, Mutt-ng will prompt you for carbon-copy (Cc) recipients before editing the body of an outgoing message. - _6_._3_._1_3 _a_s_s_u_m_e_d___c_h_a_r_s_e_t + _6_._3_._1_1 _a_s_s_u_m_e_d___c_h_a_r_s_e_t Type: string @@ -3613,14 +3590,12 @@ For example, Japanese users might prefer this: - The Mutt-ng E-Mail Client 68 - 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 6.3.301 , page 139) is unset. + is valid only if _$_s_t_r_i_c_t___m_i_m_e (section 6.3.303 , page 139) is unset. - _6_._3_._1_4 _a_t_t_a_c_h___f_o_r_m_a_t + _6_._3_._1_2 _a_t_t_a_c_h___f_o_r_m_a_t Type: string @@ -3638,6 +3613,8 @@ %D deleted flag + The Mutt-ng E-Mail Client 68 + %d description @@ -3668,8 +3645,6 @@ %T graphic tree characters - The Mutt-ng E-Mail Client 69 - %u unlink (=to delete) flag @@ -3679,7 +3654,7 @@ %|X pad to the end of the line with character 'X' - _6_._3_._1_5 _a_t_t_a_c_h___s_e_p + _6_._3_._1_3 _a_t_t_a_c_h___s_e_p Type: string @@ -3688,19 +3663,21 @@ The separator to add between attachments when operating (saving, printing, pip- ing, etc) on a list of tagged attachments. - _6_._3_._1_6 _a_t_t_a_c_h___s_p_l_i_t + _6_._3_._1_4 _a_t_t_a_c_h___s_p_l_i_t Type: boolean Default: yes + The Mutt-ng E-Mail Client 69 + If this variable is _u_n_s_e_t, when operating (saving, printing, piping, etc) on a list of tagged attachments, Mutt-ng will concatenate the attachments and will - operate on them as a single attachment. The ``_$_a_t_t_a_c_h___s_e_p (section 6.3.15 , + operate on them as a single attachment. The ``_$_a_t_t_a_c_h___s_e_p (section 6.3.13 , page 68)'' separator is added after each attachment. When _s_e_t, Mutt-ng will operate on the attachments one by one. - _6_._3_._1_7 _a_t_t_r_i_b_u_t_i_o_n + _6_._3_._1_5 _a_t_t_r_i_b_u_t_i_o_n Type: string @@ -3708,9 +3685,9 @@ 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 6.3.112 , page 91)''. + on ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89)''. - _6_._3_._1_8 _a_u_t_o___t_a_g + _6_._3_._1_6 _a_u_t_o___t_a_g Type: boolean @@ -3721,22 +3698,20 @@ ``tag-prefix'' function (default: ';') to make the next function apply to all tagged messages. - _6_._3_._1_9 _a_u_t_o_e_d_i_t + _6_._3_._1_7 _a_u_t_o_e_d_i_t Type: boolean - The Mutt-ng E-Mail Client 70 - Default: no - When _s_e_t along with ``_$_e_d_i_t___h_e_a_d_e_r_s (section 6.3.56 , page 77)'', Mutt-ng will + When _s_e_t along with ``_$_e_d_i_t___h_e_a_d_e_r_s (section 6.3.54 , page 77)'', Mutt-ng will skip the initial send-menu and allow you to immediately begin editing the body of your message. The send-menu may still be accessed once you have finished editing the body of your message. - Also see ``_$_f_a_s_t___r_e_p_l_y (section 6.3.61 , page 78)''. + Also see ``_$_f_a_s_t___r_e_p_l_y (section 6.3.59 , page 78)''. - _6_._3_._2_0 _b_e_e_p + _6_._3_._1_8 _b_e_e_p Type: boolean @@ -3744,17 +3719,19 @@ When this variable is _s_e_t, Mutt-ng will beep when an error occurs. - _6_._3_._2_1 _b_e_e_p___n_e_w + _6_._3_._1_9 _b_e_e_p___n_e_w Type: boolean Default: no + The Mutt-ng E-Mail Client 70 + When this variable is _s_e_t, Mutt-ng will beep whenever it prints a message noti- fying you of new mail. This is independent of the setting of the ``_$_b_e_e_p (sec- - tion 6.3.20 , page 69)'' variable. + tion 6.3.18 , page 69)'' variable. - _6_._3_._2_2 _b_o_u_n_c_e + _6_._3_._2_0 _b_o_u_n_c_e Type: quadoption @@ -3765,7 +3742,7 @@ _n_o is not generally useful, and thus not recommended, because you are unable to bounce messages. - _6_._3_._2_3 _b_o_u_n_c_e___d_e_l_i_v_e_r_e_d + _6_._3_._2_1 _b_o_u_n_c_e___d_e_l_i_v_e_r_e_d Type: boolean @@ -3774,20 +3751,19 @@ When this variable is _s_e_t, Mutt-ng will include Delivered-To: header fields when bouncing messages. Postfix users may wish to _u_n_s_e_t this variable. - _6_._3_._2_4 _c_a_t_c_h_u_p___n_e_w_s_g_r_o_u_p - - Type: quadoption - - Default: ask-yes + _6_._3_._2_2 _b_r_a_i_l_l_e___f_r_i_e_n_d_l_y - Availability: NNTP + Type: boolean - The Mutt-ng E-Mail Client 71 + Default: no - If this variable is _s_e_t, Mutt-ng will mark all articles in a newsgroup as read - when you leaving it. + When this variable is set, mutt will place the cursor at the beginning of the + current line in menus, even when the arrow_cursor variable is unset, making it + easier for blind persons using Braille displays to follow these menus. The + option is disabled by default because many visual terminals don't permit making + the cursor invisible. - _6_._3_._2_5 _c_e_r_t_i_f_i_c_a_t_e___f_i_l_e + _6_._3_._2_3 _c_e_r_t_i_f_i_c_a_t_e___f_i_l_e Type: path @@ -3806,7 +3782,9 @@ Example: set certificate_file=~/.muttng/certificates - _6_._3_._2_6 _c_h_a_r_s_e_t + The Mutt-ng E-Mail Client 71 + + _6_._3_._2_4 _c_h_a_r_s_e_t Type: string @@ -3814,7 +3792,7 @@ Character set your terminal uses to display and enter textual data. - _6_._3_._2_7 _c_h_e_c_k___n_e_w + _6_._3_._2_5 _c_h_e_c_k___n_e_w Type: boolean @@ -3828,7 +3806,7 @@ been looked at. If it's _u_n_s_e_t, no check for new mail is performed while the mailbox is open. - _6_._3_._2_8 _c_o_l_l_a_p_s_e___u_n_r_e_a_d + _6_._3_._2_6 _c_o_l_l_a_p_s_e___u_n_r_e_a_d Type: boolean @@ -3837,16 +3815,14 @@ When _u_n_s_e_t, Mutt-ng will not collapse a thread if it contains any unread mes- sages. - The Mutt-ng E-Mail Client 72 - - _6_._3_._2_9 _c_o_m_p_o_s_e___f_o_r_m_a_t + _6_._3_._2_7 _c_o_m_p_o_s_e___f_o_r_m_a_t Type: string 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 6.3.299 , page 137)'', but has + string is similar to ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 6.3.301 , page 137)'', but has its own set of printf(3)-like sequences: %a @@ -3861,11 +3837,14 @@ %v Mutt-ng version string - See the text describing the ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 6.3.299 , page 137)'' - option for more information on how to set ``_$_c_o_m_p_o_s_e___f_o_r_m_a_t (section 6.3.29 , + See the text describing the ``_$_s_t_a_t_u_s___f_o_r_m_a_t (section 6.3.301 , page 137)'' + + The Mutt-ng E-Mail Client 72 + + option for more information on how to set ``_$_c_o_m_p_o_s_e___f_o_r_m_a_t (section 6.3.27 , page 71)''. - _6_._3_._3_0 _c_o_n_f_i_g___c_h_a_r_s_e_t + _6_._3_._2_8 _c_o_n_f_i_g___c_h_a_r_s_e_t Type: string @@ -3873,7 +3852,7 @@ When defined, Mutt-ng will recode commands in rc files from this encoding. - _6_._3_._3_1 _c_o_n_f_i_r_m_a_p_p_e_n_d + _6_._3_._2_9 _c_o_n_f_i_r_m_a_p_p_e_n_d Type: boolean @@ -3882,7 +3861,7 @@ When _s_e_t, Mutt-ng will prompt for confirmation when appending messages to an existing mailbox. - _6_._3_._3_2 _c_o_n_f_i_r_m_c_r_e_a_t_e + _6_._3_._3_0 _c_o_n_f_i_r_m_c_r_e_a_t_e Type: boolean @@ -3891,9 +3870,7 @@ When _s_e_t, Mutt-ng will prompt for confirmation when saving messages to a mail- box which does not yet exist before creating it. - _6_._3_._3_3 _c_o_n_n_e_c_t___t_i_m_e_o_u_t - - The Mutt-ng E-Mail Client 73 + _6_._3_._3_1 _c_o_n_n_e_c_t___t_i_m_e_o_u_t Type: number @@ -3903,7 +3880,7 @@ many seconds if the connection is not able to be established. A negative value causes Mutt-ng to wait indefinitely for the connection to succeed. - _6_._3_._3_4 _c_o_n_t_e_n_t___t_y_p_e + _6_._3_._3_2 _c_o_n_t_e_n_t___t_y_p_e Type: string @@ -3912,18 +3889,20 @@ Sets the default Content-Type: header field for the body of newly composed mes- sages. - _6_._3_._3_5 _c_o_p_y + _6_._3_._3_3 _c_o_p_y Type: quadoption Default: yes + The Mutt-ng E-Mail Client 73 + 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 6.3.223 , page - 119)'', ``_$_s_a_v_e___n_a_m_e (section 6.3.234 , page 122)'', ``_$_f_o_r_c_e___n_a_m_e (section - 6.3.70 , page 81)'' and ``_f_c_c_-_h_o_o_k (section 3.16 , page 27)''. + saved for later references. Also see ``_$_r_e_c_o_r_d (section 6.3.228 , page + 120)'', ``_$_s_a_v_e___n_a_m_e (section 6.3.239 , page 122)'', ``_$_f_o_r_c_e___n_a_m_e (section + 6.3.67 , page 80)'' and ``_f_c_c_-_h_o_o_k (section 3.16 , page 27)''. - _6_._3_._3_6 _c_r_y_p_t___a_u_t_o_e_n_c_r_y_p_t + _6_._3_._3_4 _c_r_y_p_t___a_u_t_o_e_n_c_r_y_p_t Type: boolean @@ -3933,11 +3912,11 @@ 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 - 6.3.273 , page 130)'' is _s_e_t, then OpenSSL is used instead to create S/MIME + 6.3.275 , page 131)'' 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) - _6_._3_._3_7 _c_r_y_p_t___a_u_t_o_p_g_p + _6_._3_._3_5 _c_r_y_p_t___a_u_t_o_p_g_p Type: boolean @@ -3945,13 +3924,11 @@ This variable controls whether or not Mutt-ng may automatically enable PGP encryption/signing for messages. See also ``_$_c_r_y_p_t___a_u_t_o_e_n_c_r_y_p_t (section - 6.3.36 , page 73)'', ``_$_c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t (section 6.3.40 , page 74)'', - ``_$_c_r_y_p_t___a_u_t_o_s_i_g_n (section 6.3.38 , page 73)'', ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section - 6.3.41 , page 74)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 6.3.273 , page 130)''. - - The Mutt-ng E-Mail Client 74 + 6.3.34 , page 72)'', ``_$_c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t (section 6.3.38 , page 73)'', + ``_$_c_r_y_p_t___a_u_t_o_s_i_g_n (section 6.3.36 , page 73)'', ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section + 6.3.39 , page 73)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 6.3.275 , page 131)''. - _6_._3_._3_8 _c_r_y_p_t___a_u_t_o_s_i_g_n + _6_._3_._3_6 _c_r_y_p_t___a_u_t_o_s_i_g_n Type: boolean @@ -3960,11 +3937,11 @@ 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 6.3.273 , page 130)'' is _s_e_t, then OpenSSL is + ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 6.3.275 , page 131)'' 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) - _6_._3_._3_9 _c_r_y_p_t___a_u_t_o_s_m_i_m_e + _6_._3_._3_7 _c_r_y_p_t___a_u_t_o_s_m_i_m_e Type: boolean @@ -3972,11 +3949,14 @@ This variable controls whether or not Mutt-ng may automatically enable S/MIME encryption/signing for messages. See also ``_$_c_r_y_p_t___a_u_t_o_e_n_c_r_y_p_t (section - 6.3.36 , page 73)'', ``_$_c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t (section 6.3.40 , page 74)'', - ``_$_c_r_y_p_t___a_u_t_o_s_i_g_n (section 6.3.38 , page 73)'', ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section - 6.3.41 , page 74)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 6.3.273 , page 130)''. + 6.3.34 , page 72)'', ``_$_c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t (section 6.3.38 , page 73)'', + ``_$_c_r_y_p_t___a_u_t_o_s_i_g_n (section 6.3.36 , page 73)'', ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section + + The Mutt-ng E-Mail Client 74 + + 6.3.39 , page 73)'' and ``_$_s_m_i_m_e___i_s___d_e_f_a_u_l_t (section 6.3.275 , page 131)''. - _6_._3_._4_0 _c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t + _6_._3_._3_8 _c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t Type: boolean @@ -3985,7 +3965,7 @@ If _s_e_t, automatically PGP or OpenSSL encrypt replies to messages which are encrypted. (Crypto only) - _6_._3_._4_1 _c_r_y_p_t___r_e_p_l_y_s_i_g_n + _6_._3_._3_9 _c_r_y_p_t___r_e_p_l_y_s_i_g_n Type: boolean @@ -3996,7 +3976,7 @@ NNoottee:: this does not work on messages that are encrypted aanndd signed! (Crypto only) - _6_._3_._4_2 _c_r_y_p_t___r_e_p_l_y_s_i_g_n_e_n_c_r_y_p_t_e_d + _6_._3_._4_0 _c_r_y_p_t___r_e_p_l_y_s_i_g_n_e_n_c_r_y_p_t_e_d Type: boolean @@ -4004,15 +3984,12 @@ If _s_e_t, automatically PGP or OpenSSL sign replies to messages which are encrypted. This makes sense in combination with ``_$_c_r_y_p_t___r_e_p_l_y_e_n_c_r_y_p_t (section - 6.3.40 , page 74)'', because it allows you to sign all messages which are - - The Mutt-ng E-Mail Client 75 - + 6.3.38 , page 73)'', because it allows you to sign all messages which are automatically encrypted. This works around the problem noted in - ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section 6.3.41 , page 74)'', that Mutt-ng is not able to + ``_$_c_r_y_p_t___r_e_p_l_y_s_i_g_n (section 6.3.39 , page 73)'', that Mutt-ng is not able to find out whether an encrypted message is also signed. (Crypto only) - _6_._3_._4_3 _c_r_y_p_t___t_i_m_e_s_t_a_m_p + _6_._3_._4_1 _c_r_y_p_t___t_i_m_e_s_t_a_m_p Type: boolean @@ -4023,7 +4000,7 @@ ors to mark these lines, and rely on these, you may _u_n_s_e_t this setting. (Crypto only) - _6_._3_._4_4 _c_r_y_p_t___u_s_e___g_p_g_m_e + _6_._3_._4_2 _c_r_y_p_t___u_s_e___g_p_g_m_e Type: boolean @@ -4031,12 +4008,15 @@ This variable controls the use the GPGME enabled crypto backends. If it is _s_e_t and Mutt-ng was build with gpgme support, the gpgme code for S/MIME and PGP + + The Mutt-ng E-Mail Client 75 + will be used instead of the classic code. NNoottee: You need to use this option in your .muttngrc configuration file as it won't have any effect when used interactively. - _6_._3_._4_5 _c_r_y_p_t___v_e_r_i_f_y___s_i_g + _6_._3_._4_3 _c_r_y_p_t___v_e_r_i_f_y___s_i_g Type: quadoption @@ -4046,25 +4026,23 @@ whether or not to verify the signature. If ``_n_o'', never attempt to verify cryptographic signatures. (Crypto only) - _6_._3_._4_6 _d_a_t_e___f_o_r_m_a_t + _6_._3_._4_4 _d_a_t_e___f_o_r_m_a_t Type: string 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 6.3.112 , page 91)''. This is passed to strftime(3) + ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89)''. 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 6.3.117 , page 94)''. If the first character in the string + ``_$_l_o_c_a_l_e (section 6.3.112 , page 93)''. 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). - The Mutt-ng E-Mail Client 76 - - _6_._3_._4_7 _d_e_f_a_u_l_t___h_o_o_k + _6_._3_._4_5 _d_e_f_a_u_l_t___h_o_o_k Type: string @@ -4079,7 +4057,7 @@ address matches ``alternates'') and is to or cc'ed to a user matching the given regular expression. - _6_._3_._4_8 _d_e_l_e_t_e + _6_._3_._4_6 _d_e_l_e_t_e Type: quadoption @@ -4087,10 +4065,13 @@ Controls whether or not messages are really deleted when closing or synchroniz- ing a mailbox. If set to _y_e_s, messages marked for deleting will automatically + + The Mutt-ng E-Mail Client 76 + be purged without prompting. If set to _n_o, messages marked for deletion will be kept in the mailbox. - _6_._3_._4_9 _d_e_l_e_t_e___u_n_t_a_g + _6_._3_._4_7 _d_e_l_e_t_e___u_n_t_a_g Type: boolean @@ -4100,7 +4081,7 @@ tion. This applies when you either explicitly delete a message, or when you save it to another folder. - _6_._3_._5_0 _d_i_g_e_s_t___c_o_l_l_a_p_s_e + _6_._3_._4_8 _d_i_g_e_s_t___c_o_l_l_a_p_s_e Type: boolean @@ -4110,20 +4091,17 @@ subparts of individual messages in a multipart/digest. To see these subparts, press 'v' on that menu. - _6_._3_._5_1 _d_i_s_p_l_a_y___f_i_l_t_e_r + _6_._3_._4_9 _d_i_s_p_l_a_y___f_i_l_t_e_r Type: path Default: '' When _s_e_t, specifies a command used to filter messages. When a message is - viewed it is passed as standard input to _$_d_i_s_p_l_a_y___f_i_l_t_e_r (section 6.3.51 , - - The Mutt-ng E-Mail Client 77 - + viewed it is passed as standard input to _$_d_i_s_p_l_a_y___f_i_l_t_e_r (section 6.3.49 , page 76), and the filtered message is read from the standard output. - _6_._3_._5_2 _d_o_t_l_o_c_k___p_r_o_g_r_a_m + _6_._3_._5_0 _d_o_t_l_o_c_k___p_r_o_g_r_a_m Type: path @@ -4133,7 +4111,7 @@ Contains the path of the muttng_dotlock(1) binary to be used by Mutt-ng. - _6_._3_._5_3 _d_s_n___n_o_t_i_f_y + _6_._3_._5_1 _d_s_n___n_o_t_i_f_y Type: string @@ -4143,14 +4121,17 @@ greater. This variable sets the request for when notification is returned. The string - consists of a comma separated list (no spaces!) of one or more of the follow- - ing: _n_e_v_e_r, to never request notification, _f_a_i_l_u_r_e, to request notification on - transmission failure, _d_e_l_a_y, to be notified of message delays, _s_u_c_c_e_s_s, to be - notified of successful transmission. + consists of a comma separated list (no spaces!) of one or more of the + + The Mutt-ng E-Mail Client 77 + + following: _n_e_v_e_r, to never request notification, _f_a_i_l_u_r_e, to request notifica- + tion on transmission failure, _d_e_l_a_y, to be notified of message delays, _s_u_c_c_e_s_s, + to be notified of successful transmission. Example: set dsn_notify='failure,delay' - _6_._3_._5_4 _d_s_n___r_e_t_u_r_n + _6_._3_._5_2 _d_s_n___r_e_t_u_r_n Type: string @@ -4165,7 +4146,7 @@ Example: set dsn_return=hdrs - _6_._3_._5_5 _d_u_p_l_i_c_a_t_e___t_h_r_e_a_d_s + _6_._3_._5_3 _d_u_p_l_i_c_a_t_e___t_h_r_e_a_d_s Type: boolean @@ -4176,9 +4157,7 @@ indicate that it thinks they are duplicates of each other with an equals sign in the thread diagram. - The Mutt-ng E-Mail Client 78 - - _6_._3_._5_6 _e_d_i_t___h_e_a_d_e_r_s + _6_._3_._5_4 _e_d_i_t___h_e_a_d_e_r_s Type: boolean @@ -4187,7 +4166,7 @@ This option allows you to edit the header of your outgoing messages along with the body of your message. - _6_._3_._5_7 _e_d_i_t_o_r + _6_._3_._5_5 _e_d_i_t_o_r Type: path @@ -4197,10 +4176,12 @@ value of the $VISUAL, or $EDITOR, environment variable, or to the string 'vi' if neither of those are set. - _6_._3_._5_8 _e_n_c_o_d_e___f_r_o_m + _6_._3_._5_6 _e_n_c_o_d_e___f_r_o_m Type: boolean + The Mutt-ng E-Mail Client 78 + Default: no When _s_e_t, Mutt-ng will quoted-printable encode messages when they contain the @@ -4208,7 +4189,7 @@ to avoid the tampering certain mail delivery and transport agents tend to do with messages. - _6_._3_._5_9 _e_n_v_e_l_o_p_e___f_r_o_m + _6_._3_._5_7 _e_n_v_e_l_o_p_e___f_r_o_m Type: boolean @@ -4217,10 +4198,10 @@ When _s_e_t, Mutt-ng will try to derive the message's _e_n_v_e_l_o_p_e sender from the ``From:'' header field. Note that this information is passed to the sendmail command using the ``-f' command line switch, so don't set this option if you - are using that switch in _$_s_e_n_d_m_a_i_l (section 6.3.241 , page 123) yourself, or + are using that switch in _$_s_e_n_d_m_a_i_l (section 6.3.245 , page 124) yourself, or if the sendmail on your machine doesn't support that command line switch. - _6_._3_._6_0 _e_s_c_a_p_e + _6_._3_._5_8 _e_s_c_a_p_e Type: string @@ -4228,22 +4209,20 @@ Escape character to use for functions in the builtin editor. - _6_._3_._6_1 _f_a_s_t___r_e_p_l_y + _6_._3_._5_9 _f_a_s_t___r_e_p_l_y Type: boolean - The Mutt-ng E-Mail Client 79 - Default: no When _s_e_t, the initial prompt for recipients and subject are skipped when reply- ing to messages, and the initial prompt for subject is skipped when forwarding messages. - NNoottee:: this variable has no effect when the ``_$_a_u_t_o_e_d_i_t (section 6.3.19 , page + NNoottee:: this variable has no effect when the ``_$_a_u_t_o_e_d_i_t (section 6.3.17 , page 69)'' variable is _s_e_t. - _6_._3_._6_2 _f_c_c___a_t_t_a_c_h + _6_._3_._6_0 _f_c_c___a_t_t_a_c_h Type: boolean @@ -4252,23 +4231,25 @@ This variable controls whether or not attachments on outgoing messages are saved along with the main body of your message. - _6_._3_._6_3 _f_c_c___c_l_e_a_r + _6_._3_._6_1 _f_c_c___c_l_e_a_r Type: boolean Default: no + The Mutt-ng E-Mail Client 79 + When this variable is _s_e_t, FCCs will be stored unencrypted and unsigned, even when the actual message is encrypted and/or signed. (PGP only) - _6_._3_._6_4 _f_i_l_e___c_h_a_r_s_e_t + _6_._3_._6_2 _f_i_l_e___c_h_a_r_s_e_t Type: string Default: '' This variable is a colon-separated list of character encoding schemes for text - file attatchments. If _u_n_s_e_t, _$_c_h_a_r_s_e_t (section 6.3.26 , page 71) value will + file attatchments. If _u_n_s_e_t, _$_c_h_a_r_s_e_t (section 6.3.24 , page 70) value will be used instead. For example, the following configuration would work for Japanese text handling: @@ -4277,7 +4258,7 @@ Note: ``iso-2022-*'' must be put at the head of the value as shown above if included. - _6_._3_._6_5 _f_o_l_d_e_r + _6_._3_._6_3 _f_o_l_d_e_r Type: path @@ -4289,17 +4270,15 @@ that the assignment occurs _b_e_f_o_r_e you use ``+'' or ``='' for any other vari- ables since expansion takes place during the ``set'' command. - The Mutt-ng E-Mail Client 80 - - _6_._3_._6_6 _f_o_l_d_e_r___f_o_r_m_a_t + _6_._3_._6_4 _f_o_l_d_e_r___f_o_r_m_a_t Type: string Default: '%2C %t %N %F %2l %-8.8u %-8.8g %8s %d %f' This variable allows you to customize the file browser display to your personal - taste. This string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.112 , page - 91)'', but has its own set of printf(3)-like sequences: + taste. This string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page + 89)'', but has its own set of printf(3)-like sequences: %C current file number @@ -4313,6 +4292,8 @@ %F file permissions + The Mutt-ng E-Mail Client 80 + %g group name (or numeric gid, if missing) @@ -4337,7 +4318,7 @@ %|X pad to the end of the line with character 'X' - _6_._3_._6_7 _f_o_l_l_o_w_u_p___t_o + _6_._3_._6_5 _f_o_l_l_o_w_u_p___t_o Type: boolean @@ -4345,9 +4326,6 @@ Controls whether or not the Mail-Followup-To: header field is generated when sending mail. When _s_e_t, Mutt-ng will generate this field when you are replying - - The Mutt-ng E-Mail Client 81 - to a known mailing list, specified with the ``subscribe'' or ``_l_i_s_t_s (section 3.10 , page 24)'' commands or detected by common mailing list headers. @@ -4360,19 +4338,7 @@ a subscribed list will be sent to both the list and your address, resulting in two copies of the same email for you. - _6_._3_._6_8 _f_o_l_l_o_w_u_p___t_o___p_o_s_t_e_r - - Type: quadoption - - Default: ask-yes - - Availability: NNTP - - If this variable is _s_e_t and the keyword 'poster' is present in the Followup-To: - header field, a follow-up to the newsgroup is not permitted. The message will - be mailed to the submitter of the message via mail. - - _6_._3_._6_9 _f_o_r_c_e___b_u_f_f_y___c_h_e_c_k + _6_._3_._6_6 _f_o_r_c_e___b_u_f_f_y___c_h_e_c_k Type: boolean @@ -4382,36 +4348,36 @@ is invoked. When _u_n_s_e_t, _b_u_f_f_y___l_i_s_t will just list all mailboxes which are already known to have new mail. - Also see the following variables: ``_$_t_i_m_e_o_u_t (section 6.3.311 , page 141)'', - ``_$_m_a_i_l___c_h_e_c_k (section 6.3.118 , page 94)'' and ``_$_i_m_a_p___m_a_i_l___c_h_e_c_k (section - 6.3.101 , page 88)''. + The Mutt-ng E-Mail Client 81 + + Also see the following variables: ``_$_t_i_m_e_o_u_t (section 6.3.313 , page 141)'', + ``_$_m_a_i_l___c_h_e_c_k (section 6.3.113 , page 93)'' and ``_$_i_m_a_p___m_a_i_l___c_h_e_c_k (section + 6.3.97 , page 87)''. - _6_._3_._7_0 _f_o_r_c_e___n_a_m_e + _6_._3_._6_7 _f_o_r_c_e___n_a_m_e Type: boolean Default: no - This variable is similar to ``_$_s_a_v_e___n_a_m_e (section 6.3.234 , page 122)'', + This variable is similar to ``_$_s_a_v_e___n_a_m_e (section 6.3.239 , page 122)'', except that Mutt-ng will store a copy of your outgoing message by the username of the address you are sending to even if that mailbox does not exist. - Also see the ``_$_r_e_c_o_r_d (section 6.3.223 , page 119)'' variable. + Also see the ``_$_r_e_c_o_r_d (section 6.3.228 , page 120)'' variable. - _6_._3_._7_1 _f_o_r_w_a_r_d___d_e_c_o_d_e + _6_._3_._6_8 _f_o_r_w_a_r_d___d_e_c_o_d_e Type: boolean - The Mutt-ng E-Mail Client 82 - Default: yes Controls the decoding of complex MIME messages into text/plain when forwarding a message. The message header is also RFC2047 decoded. This variable is only - used, if ``_$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.139 , page 98)'' is _u_n_s_e_t, otherwise - ``_$_m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e (section 6.3.140 , page 99)'' is used instead. + used, if ``_$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.134 , page 97)'' is _u_n_s_e_t, otherwise + ``_$_m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e (section 6.3.135 , page 97)'' is used instead. - _6_._3_._7_2 _f_o_r_w_a_r_d___d_e_c_r_y_p_t + _6_._3_._6_9 _f_o_r_w_a_r_d___d_e_c_r_y_p_t Type: boolean @@ -4419,10 +4385,10 @@ Controls the handling of encrypted messages when forwarding a message. When _s_e_t, the outer layer of encryption is stripped off. This variable is only used - if ``_$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.139 , page 98)'' is _s_e_t and ``_$_m_i_m_e___f_o_r_- - _w_a_r_d___d_e_c_o_d_e (section 6.3.140 , page 99)'' is _u_n_s_e_t. (PGP only) + if ``_$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.134 , page 97)'' is _s_e_t and ``_$_m_i_m_e___f_o_r_- + _w_a_r_d___d_e_c_o_d_e (section 6.3.135 , page 97)'' is _u_n_s_e_t. (PGP only) - _6_._3_._7_3 _f_o_r_w_a_r_d___e_d_i_t + _6_._3_._7_0 _f_o_r_w_a_r_d___e_d_i_t Type: quadoption @@ -4432,37 +4398,37 @@ editor when forwarding messages. For those who always want to forward with no modification, use a setting of _n_o. - _6_._3_._7_4 _f_o_r_w_a_r_d___f_o_r_m_a_t + _6_._3_._7_1 _f_o_r_w_a_r_d___f_o_r_m_a_t Type: string Default: '[%a: %s]' + The Mutt-ng E-Mail Client 82 + This variable controls the default subject when forwarding a message. It uses - the same format sequences as the ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.112 , page 91)'' + the same format sequences as the ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89)'' variable. - _6_._3_._7_5 _f_o_r_w_a_r_d___q_u_o_t_e + _6_._3_._7_2 _f_o_r_w_a_r_d___q_u_o_t_e Type: boolean Default: no When _s_e_t forwarded messages included in the main body of the message (when - ``_$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.139 , page 98)'' is _u_n_s_e_t) will be quoted using - ``_$_i_n_d_e_n_t___s_t_r_i_n_g (section 6.3.111 , page 90)''. + ``_$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.134 , page 97)'' is _u_n_s_e_t) will be quoted using + ``_$_i_n_d_e_n_t___s_t_r_i_n_g (section 6.3.107 , page 89)''. - _6_._3_._7_6 _f_r_o_m + _6_._3_._7_3 _f_r_o_m Type: e-mail address Default: '' - The Mutt-ng E-Mail Client 83 - This variable contains a default from address. It can be overridden using - my_hdr (including from send-hooks) and ``_$_r_e_v_e_r_s_e___n_a_m_e (section 6.3.229 , page - 120)''. This variable is ignored if ``_$_u_s_e___f_r_o_m (section 6.3.320 , page + my_hdr (including from send-hooks) and ``_$_r_e_v_e_r_s_e___n_a_m_e (section 6.3.234 , page + 121)''. This variable is ignored if ``_$_u_s_e___f_r_o_m (section 6.3.322 , page 143)'' is unset. E.g. you can use send-hook Mutt-ng-devel@lists.berlios.de 'my_hdr From: Foo Bar @@ -4471,7 +4437,7 @@ Defaults to the contents of the environment variable $EMAIL. - _6_._3_._7_7 _g_e_c_o_s___m_a_s_k + _6_._3_._7_4 _g_e_c_o_s___m_a_s_k Type: regular expression @@ -4489,52 +4455,30 @@ expression that will match the whole name so Mutt-ng will expand ``Franklin'' to ``Franklin, Steve''. - _6_._3_._7_8 _g_r_o_u_p___i_n_d_e_x___f_o_r_m_a_t - - Type: string - - Default: '%4C %M%N %5s %-45.45f %d' - - 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 6.3.112 , - page 91)'', but has its own set of printf(3)-like sequences: - - %C current newsgroup number - %d description of newsgroup (retrieved from server) - %f newsgroup name - %M ``-'' if newsgroup not allowed for direct post (moderated for example) - %N ``N'' if newsgroup is new, ``u'' if unsubscribed, blank otherwise - %n number of new articles in newsgroup - %s number of unread articles in newsgroup - %>X right justify the rest of the string and pad with character "X" - %|X pad to the end of the line with character "X" - - The Mutt-ng E-Mail Client 84 - - _6_._3_._7_9 _h_d_r_s + _6_._3_._7_5 _h_d_r_s Type: boolean Default: yes + The Mutt-ng E-Mail Client 83 + When _u_n_s_e_t, the header fields normally added by the ``_m_y___h_d_r (section 3.13 , page 25)'' command are not created. This variable _m_u_s_t be _u_n_s_e_t before compos- 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. - _6_._3_._8_0 _h_e_a_d_e_r + _6_._3_._7_6 _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 6.3.326 , page + are replying to into the edit buffer. The ``_$_w_e_e_d (section 6.3.328 , page 144)'' setting applies. - _6_._3_._8_1 _h_e_a_d_e_r___c_a_c_h_e + _6_._3_._7_7 _h_e_a_d_e_r___c_a_c_h_e Type: path @@ -4542,34 +4486,28 @@ Availability: Header Cache - The _$_h_e_a_d_e_r___c_a_c_h_e (section 6.3.81 , page 84) variable points to the header + The _$_h_e_a_d_e_r___c_a_c_h_e (section 6.3.77 , page 82) variable points to the header cache database. - If _$_h_e_a_d_e_r___c_a_c_h_e (section 6.3.81 , page 84) points to a directory it will con- - tain a header cache database per folder. If _$_h_e_a_d_e_r___c_a_c_h_e (section 6.3.81 , - page 84) points to a file that file will be a single global header cache. By - default it is _u_n_s_e_t and so no header caching will be done. - - _6_._3_._8_2 _h_e_a_d_e_r___c_a_c_h_e___p_a_g_e_s_i_z_e - - Type: string + If _$_h_e_a_d_e_r___c_a_c_h_e (section 6.3.77 , page 82) points to a directory it will con- + tain a header cache database per folder. If _$_h_e_a_d_e_r___c_a_c_h_e (section 6.3.77 , + page 82) 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. - Default: '16384' + _6_._3_._7_8 _h_e_a_d_e_r___c_a_c_h_e___c_o_m_p_r_e_s_s - Availability: Header Cache + Type: boolean - Change the maildir header cache database page size. + Default: no - Too large or too small of a page size for the common header can waste space, - memory effectiveness, or CPU time. The default should be more or less the best - you can get. For details google after Mutt-ng maildir header cache (first hit). + If enabled the header cache will be compressed. So only one fifth of the usual + diskspace is used, but the uncompression can result in a slower open of the + cached folder. - _6_._3_._8_3 _h_e_l_p + _6_._3_._7_9 _h_e_l_p Type: boolean - The Mutt-ng E-Mail Client 85 - Default: yes When _s_e_t, help lines describing the bindings for the major functions provided @@ -4578,21 +4516,24 @@ NNoottee:: The binding will not be displayed correctly if the function is bound to a sequence rather than a single keystroke. Also, the help line may not be updated if a binding is changed while Mutt-ng is running. Since this variable - is primarily aimed at new users, neither of these should present a major prob- - lem. + is primarily aimed at new users, neither of these should present a major + + The Mutt-ng E-Mail Client 84 - _6_._3_._8_4 _h_i_d_d_e_n___h_o_s_t + problem. + + _6_._3_._8_0 _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 - 6.3.92 , page 86)'' variable when adding the domain part to addresses. This + 6.3.88 , page 85)'' 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. - _6_._3_._8_5 _h_i_d_e___l_i_m_i_t_e_d + _6_._3_._8_1 _h_i_d_e___l_i_m_i_t_e_d Type: boolean @@ -4601,7 +4542,7 @@ When _s_e_t, Mutt-ng will not show the presence of messages that are hidden by limiting, in the thread tree. - _6_._3_._8_6 _h_i_d_e___m_i_s_s_i_n_g + _6_._3_._8_2 _h_i_d_e___m_i_s_s_i_n_g Type: boolean @@ -4610,7 +4551,7 @@ When _s_e_t, Mutt-ng will not show the presence of missing messages in the thread tree. - _6_._3_._8_7 _h_i_d_e___t_h_r_e_a_d___s_u_b_j_e_c_t + _6_._3_._8_3 _h_i_d_e___t_h_r_e_a_d___s_u_b_j_e_c_t Type: boolean @@ -4619,29 +4560,29 @@ 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. - _6_._3_._8_8 _h_i_d_e___t_o_p___l_i_m_i_t_e_d + _6_._3_._8_4 _h_i_d_e___t_o_p___l_i_m_i_t_e_d Type: boolean Default: no - The Mutt-ng E-Mail Client 86 - 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 6.3.86 , page 85) is set, this option will have no effect. + _i_n_g (section 6.3.82 , page 84) is set, this option will have no effect. - _6_._3_._8_9 _h_i_d_e___t_o_p___m_i_s_s_i_n_g + _6_._3_._8_5 _h_i_d_e___t_o_p___m_i_s_s_i_n_g Type: boolean + The Mutt-ng E-Mail Client 85 + 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 6.3.85 , - page 85) is _s_e_t, this option will have no effect. + threads in the thread tree. Note that when _$_h_i_d_e___l_i_m_i_t_e_d (section 6.3.81 , + page 83) is _s_e_t, this option will have no effect. - _6_._3_._9_0 _h_i_s_t_o_r_y + _6_._3_._8_6 _h_i_s_t_o_r_y Type: number @@ -4650,7 +4591,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. - _6_._3_._9_1 _h_o_n_o_r___f_o_l_l_o_w_u_p___t_o + _6_._3_._8_7 _h_o_n_o_r___f_o_l_l_o_w_u_p___t_o Type: quadoption @@ -4659,7 +4600,7 @@ This variable controls whether or not a Mail-Followup-To: header field is hon- ored when group-replying to a message. - _6_._3_._9_2 _h_o_s_t_n_a_m_e + _6_._3_._8_8 _h_o_s_t_n_a_m_e Type: string @@ -4671,7 +4612,7 @@ Please be sure to really know what you are doing when changing this variable to configure a custom domain part of Message-IDs. - _6_._3_._9_3 _i_g_n_o_r_e___l_i_s_t___r_e_p_l_y___t_o + _6_._3_._8_9 _i_g_n_o_r_e___l_i_s_t___r_e_p_l_y___t_o Type: boolean @@ -4681,17 +4622,16 @@ mailing lists. When _s_e_t, if the ``Reply-To:'' header field is set to the same value as the ``To:'' header field, Mutt-ng assumes that the ``Reply-To:'' header field was set by the mailing list to automate responses to the list, and - - The Mutt-ng E-Mail Client 87 - will ignore this field. To direct a response to the mailing list when this 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. - _6_._3_._9_4 _i_m_a_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s + _6_._3_._9_0 _i_m_a_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s Type: string + The Mutt-ng E-Mail Client 86 + Default: '' Availability: IMAP @@ -4711,7 +4651,7 @@ ous methods are unavailable. If a method is available but authentication fails, Mutt-ng will not connect to the IMAP server. - _6_._3_._9_5 _i_m_a_p___d_e_l_i_m___c_h_a_r_s + _6_._3_._9_1 _i_m_a_p___d_e_l_i_m___c_h_a_r_s Type: string @@ -4721,9 +4661,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 6.3.65 , page 79) variable. + shortcut for your _$_f_o_l_d_e_r (section 6.3.63 , page 79) variable. - _6_._3_._9_6 _i_m_a_p___f_o_r_c_e___s_s_l + _6_._3_._9_2 _i_m_a_p___f_o_r_c_e___s_s_l Type: boolean @@ -4734,12 +4674,10 @@ If this variable is _s_e_t, Mutt-ng will always use SSL when connecting to IMAP servers. - _6_._3_._9_7 _i_m_a_p___h_e_a_d_e_r_s + _6_._3_._9_3 _i_m_a_p___h_e_a_d_e_r_s Type: string - The Mutt-ng E-Mail Client 88 - Default: '' Availability: IMAP @@ -4749,9 +4687,11 @@ REPLY-TO REPLY-TO LINES X-LABEL'') from IMAP servers before displaying the ``index'' menu. You may want to add more headers for spam detection. + The Mutt-ng E-Mail Client 87 + NNoottee:: This is a space separated list. - _6_._3_._9_8 _i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e + _6_._3_._9_4 _i_m_a_p___h_o_m_e___n_a_m_e_s_p_a_c_e Type: string @@ -4763,7 +4703,7 @@ browser. If you see something else, you may set this variable to the IMAP path to your folders. - _6_._3_._9_9 _i_m_a_p___k_e_e_p_a_l_i_v_e + _6_._3_._9_5 _i_m_a_p___k_e_e_p_a_l_i_v_e Type: number @@ -4782,7 +4722,7 @@ Reduce this number if you find yourself getting disconnected from your IMAP server due to inactivity. - _6_._3_._1_0_0 _i_m_a_p___l_i_s_t___s_u_b_s_c_r_i_b_e_d + _6_._3_._9_6 _i_m_a_p___l_i_s_t___s_u_b_s_c_r_i_b_e_d Type: boolean @@ -4794,23 +4734,21 @@ 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. - The Mutt-ng E-Mail Client 89 - - _6_._3_._1_0_1 _i_m_a_p___m_a_i_l___c_h_e_c_k + _6_._3_._9_7 _i_m_a_p___m_a_i_l___c_h_e_c_k Type: number - Default: 5 + 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 6.3.118 , - page 94)'' variable to generate less traffic and get more accurate information - for local folders. + mail in IMAP folders. This is split from the ``_m_a_i_l___c_h_e_c_k (section 6.3.113 , + page 93)'' variable to generate less traffic and get more accurate information + + The Mutt-ng E-Mail Client 88 - It defaults to the default value of ``_m_a_i_l___c_h_e_c_k (section 6.3.118 , page 94)'' - which is 5 seconds. But you may want to increase it. + for local folders. - _6_._3_._1_0_2 _i_m_a_p___p_a_s_s + _6_._3_._9_8 _i_m_a_p___p_a_s_s Type: string @@ -4825,7 +4763,7 @@ machine, because the superuser can read your configuration even if you are the only one who can read the file. - _6_._3_._1_0_3 _i_m_a_p___p_a_s_s_i_v_e + _6_._3_._9_9 _i_m_a_p___p_a_s_s_i_v_e Type: boolean @@ -4838,7 +4776,7 @@ 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. - _6_._3_._1_0_4 _i_m_a_p___p_e_e_k + _6_._3_._1_0_0 _i_m_a_p___p_e_e_k Type: boolean @@ -4851,9 +4789,7 @@ closing an IMAP folder somewhat slower. This option exists to appease speed freaks. - The Mutt-ng E-Mail Client 90 - - _6_._3_._1_0_5 _i_m_a_p___r_e_c_o_n_n_e_c_t + _6_._3_._1_0_1 _i_m_a_p___r_e_c_o_n_n_e_c_t Type: quadoption @@ -4864,7 +4800,9 @@ Controls whether or not Mutt-ng will try to reconnect to IMAP server when the connection is lost. - _6_._3_._1_0_6 _i_m_a_p___s_e_r_v_e_r_n_o_i_s_e + The Mutt-ng E-Mail Client 89 + + _6_._3_._1_0_2 _i_m_a_p___s_e_r_v_e_r_n_o_i_s_e Type: boolean @@ -4877,7 +4815,7 @@ ration problems on the server which are out of the users' hands, you may wish to suppress them at some point. - _6_._3_._1_0_7 _i_m_a_p___u_s_e_r + _6_._3_._1_0_3 _i_m_a_p___u_s_e_r Type: string @@ -4889,7 +4827,7 @@ This variable defaults to your user name on the local machine. - _6_._3_._1_0_8 _i_m_p_l_i_c_i_t___a_u_t_o_v_i_e_w + _6_._3_._1_0_4 _i_m_p_l_i_c_i_t___a_u_t_o_v_i_e_w Type: boolean @@ -4900,19 +4838,16 @@ If such an entry is found, Mutt-ng will use the viewer defined in that entry to convert the body part to text form. - _6_._3_._1_0_9 _i_n_c_l_u_d_e + _6_._3_._1_0_5 _i_n_c_l_u_d_e Type: quadoption Default: ask-yes Controls whether or not a copy of the message(s) you are replying to is - - The Mutt-ng E-Mail Client 91 - included in your reply. - _6_._3_._1_1_0 _i_n_c_l_u_d_e___o_n_l_y_f_i_r_s_t + _6_._3_._1_0_6 _i_n_c_l_u_d_e___o_n_l_y_f_i_r_s_t Type: boolean @@ -4921,7 +4856,9 @@ Controls whether or not Mutt-ng includes only the first attachment of the mes- sage you are replying. - _6_._3_._1_1_1 _i_n_d_e_n_t___s_t_r_i_n_g + The Mutt-ng E-Mail Client 90 + + _6_._3_._1_0_7 _i_n_d_e_n_t___s_t_r_i_n_g Type: string @@ -4931,7 +4868,7 @@ which you are replying. You are strongly encouraged not to change this value, as it tends to agitate the more fanatical netizens. - _6_._3_._1_1_2 _i_n_d_e_x___f_o_r_m_a_t + _6_._3_._1_0_8 _i_n_d_e_x___f_o_r_m_a_t Type: string @@ -4963,8 +4900,6 @@ %C current message number - The Mutt-ng E-Mail Client 92 - %d date and time of the message in the format specified by ``date_for- mat'' converted to sender's time zone @@ -4976,6 +4911,8 @@ %e current message number in thread + The Mutt-ng E-Mail Client 91 + %E number of messages in current thread @@ -5019,8 +4956,6 @@ (_O_riginal save folder) Where Mutt-ng would formerly have stashed the message: list name or recipient name if no list - The Mutt-ng E-Mail Client 93 - %s subject of the message @@ -5031,8 +4966,11 @@ `to:' field (recipients) %T - the appropriate character from the _$_t_o___c_h_a_r_s (section 6.3.313 , - page 141) string + the appropriate character from the _$_t_o___c_h_a_r_s (section 6.3.315 , + + The Mutt-ng E-Mail Client 92 + + page 142) string %u user (login) name of the author @@ -5074,51 +5012,35 @@ the current local time. ``fmt'' is expanded by the library function ``strftime''; a leading bang disables locales. - The Mutt-ng E-Mail Client 94 - %>X right justify the rest of the string and pad with character 'X' %|X pad to the end of the line with character 'X' - See also: ``_$_t_o___c_h_a_r_s (section 6.3.313 , page 141)''. + See also: ``_$_t_o___c_h_a_r_s (section 6.3.315 , page 142)''. - _6_._3_._1_1_3 _i_n_e_w_s + _6_._3_._1_0_9 _i_s_p_e_l_l Type: path - Default: '' - - Availability: NNTP - - If _s_e_t, specifies the program and arguments used to deliver news posted by - Mutt-ng. Otherwise, Mutt-ng posts article using current connection. The fol- - lowing printf(3)-style sequence is understood: - - %s newsserver name - - Example: set inews='/usr/local/bin/inews -hS' - - _6_._3_._1_1_4 _i_s_p_e_l_l - - Type: path + The Mutt-ng E-Mail Client 93 Default: 'ispell' How to invoke ispell (GNU's spell-checking software). - _6_._3_._1_1_5 _k_e_e_p___f_l_a_g_g_e_d + _6_._3_._1_1_0 _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 6.3.127 , page 96)'' mailbox, or as a result of a + box to your ``_$_m_b_o_x (section 6.3.122 , page 95)'' mailbox, or as a result of a ``_m_b_o_x_-_h_o_o_k (section 3.11 , page 25)'' command. - _6_._3_._1_1_6 _l_i_s_t___r_e_p_l_y + _6_._3_._1_1_1 _l_i_s_t___r_e_p_l_y Type: quadoption @@ -5128,9 +5050,7 @@ (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. - The Mutt-ng E-Mail Client 95 - - _6_._3_._1_1_7 _l_o_c_a_l_e + _6_._3_._1_1_2 _l_o_c_a_l_e Type: string @@ -5139,7 +5059,7 @@ The locale used by strftime(3) to format dates. Legal values are the strings your system accepts for the locale variable LC_TIME. - _6_._3_._1_1_8 _m_a_i_l___c_h_e_c_k + _6_._3_._1_1_3 _m_a_i_l___c_h_e_c_k Type: number @@ -5149,9 +5069,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 - 6.3.101 , page 88). + 6.3.97 , page 87). - _6_._3_._1_1_9 _m_a_i_l_c_a_p___p_a_t_h + _6_._3_._1_1_4 _m_a_i_l_c_a_p___p_a_t_h Type: string @@ -5160,7 +5080,9 @@ This variable specifies which files to consult when attempting to display MIME bodies not directly supported by Mutt-ng. - _6_._3_._1_2_0 _m_a_i_l_c_a_p___s_a_n_i_t_i_z_e + The Mutt-ng E-Mail Client 94 + + _6_._3_._1_1_5 _m_a_i_l_c_a_p___s_a_n_i_t_i_z_e Type: boolean @@ -5172,7 +5094,7 @@ DDOONN''TT CCHHAANNGGEE TTHHIISS SSEETTTTIINNGG UUNNLLEESSSS YYOOUU AARREE RREEAALLLLYY SSUURREE WWHHAATT YYOOUU AARREE DDOOIINNGG!! - _6_._3_._1_2_1 _m_a_i_l_d_i_r___h_e_a_d_e_r___c_a_c_h_e___v_e_r_i_f_y + _6_._3_._1_1_6 _m_a_i_l_d_i_r___h_e_a_d_e_r___c_a_c_h_e___v_e_r_i_f_y Type: boolean @@ -5184,9 +5106,7 @@ files when the header cache is in use. This incurs one stat(2) per message every time the folder is opened. - The Mutt-ng E-Mail Client 96 - - _6_._3_._1_2_2 _m_a_i_l_d_i_r___t_r_a_s_h + _6_._3_._1_1_7 _m_a_i_l_d_i_r___t_r_a_s_h Type: boolean @@ -5200,7 +5120,7 @@ It is similiar to the trash option. - _6_._3_._1_2_3 _m_a_r_k___o_l_d + _6_._3_._1_1_8 _m_a_r_k___o_l_d Type: boolean @@ -5213,17 +5133,19 @@ up with an 'O' next to them in the ``index'' menu, indicating that they are old. - _6_._3_._1_2_4 _m_a_r_k_e_r_s + _6_._3_._1_1_9 _m_a_r_k_e_r_s Type: boolean + The Mutt-ng E-Mail Client 95 + Default: yes Controls the display of wrapped lines in the internal pager. If set, a ``+'' marker is displayed at the beginning of wrapped lines. Also see the - ``_$_s_m_a_r_t___w_r_a_p (section 6.3.259 , page 127)'' variable. + ``_$_s_m_a_r_t___w_r_a_p (section 6.3.261 , page 127)'' variable. - _6_._3_._1_2_5 _m_a_s_k + _6_._3_._1_2_0 _m_a_s_k Type: regular expression @@ -5233,30 +5155,27 @@ operator ``!''. Only files whose names match this mask will be shown. The match is always case-sensitive. - _6_._3_._1_2_6 _m_a_x___l_i_n_e___l_e_n_g_t_h + _6_._3_._1_2_1 _m_a_x___l_i_n_e___l_e_n_g_t_h Type: number Default: 0 When _s_e_t, the maximum line length for displaying ``format = flowed'' messages - - The Mutt-ng E-Mail Client 97 - 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 6.3.328 , page 145). + (section 6.3.330 , page 145). - _6_._3_._1_2_7 _m_b_o_x + _6_._3_._1_2_2 _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 - 6.3.291 , page 135)'' folder will be appended. + 6.3.293 , page 135)'' folder will be appended. - _6_._3_._1_2_8 _m_b_o_x___t_y_p_e + _6_._3_._1_2_3 _m_b_o_x___t_y_p_e Type: folder magic @@ -5265,17 +5184,19 @@ The default mailbox type used when creating new folders. May be any of mbox, MMDF, MH and Maildir. - _6_._3_._1_2_9 _m_e_n_u___c_o_n_t_e_x_t + _6_._3_._1_2_4 _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 6.3.159 , page - 104)''.) + scrolling through menus. (Similar to ``_$_p_a_g_e_r___c_o_n_t_e_x_t (section 6.3.165 , page + 105)''.) - _6_._3_._1_3_0 _m_e_n_u___m_o_v_e___o_f_f + The Mutt-ng E-Mail Client 96 + + _6_._3_._1_2_5 _m_e_n_u___m_o_v_e___o_f_f Type: boolean @@ -5285,7 +5206,7 @@ the screen, unless there are less entries than lines. When _s_e_t, the bottom entry may move off the bottom. - _6_._3_._1_3_1 _m_e_n_u___s_c_r_o_l_l + _6_._3_._1_2_6 _m_e_n_u___s_c_r_o_l_l Type: boolean @@ -5296,9 +5217,7 @@ vious page of the menu is displayed (useful for slow links to avoid many redraws). - The Mutt-ng E-Mail Client 98 - - _6_._3_._1_3_2 _m_e_s_s_a_g_e___f_o_r_m_a_t + _6_._3_._1_2_7 _m_e_s_s_a_g_e___f_o_r_m_a_t Type: string @@ -5306,9 +5225,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 6.3.112 , page 91)''. + section on ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89)''. - _6_._3_._1_3_3 _m_e_t_a___k_e_y + _6_._3_._1_2_8 _m_e_t_a___k_e_y Type: boolean @@ -5321,7 +5240,7 @@ because the result of removing the high bit from ``0xf4'' is ``0x74'', which is the ASCII character ``x''. - _6_._3_._1_3_4 _m_e_t_o_o + _6_._3_._1_2_9 _m_e_t_o_o Type: boolean @@ -5330,7 +5249,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. - _6_._3_._1_3_5 _m_h___p_u_r_g_e + The Mutt-ng E-Mail Client 97 + + _6_._3_._1_3_0 _m_h___p_u_r_g_e Type: boolean @@ -5340,7 +5261,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. - _6_._3_._1_3_6 _m_h___s_e_q___f_l_a_g_g_e_d + _6_._3_._1_3_1 _m_h___s_e_q___f_l_a_g_g_e_d Type: string @@ -5348,17 +5269,15 @@ The name of the MH sequence used for flagged messages. - _6_._3_._1_3_7 _m_h___s_e_q___r_e_p_l_i_e_d + _6_._3_._1_3_2 _m_h___s_e_q___r_e_p_l_i_e_d Type: string - The Mutt-ng E-Mail Client 99 - Default: 'replied' The name of the MH sequence used to tag replied messages. - _6_._3_._1_3_8 _m_h___s_e_q___u_n_s_e_e_n + _6_._3_._1_3_3 _m_h___s_e_q___u_n_s_e_e_n Type: string @@ -5366,7 +5285,7 @@ The name of the MH sequence used for unseen messages. - _6_._3_._1_3_9 _m_i_m_e___f_o_r_w_a_r_d + _6_._3_._1_3_4 _m_i_m_e___f_o_r_w_a_r_d Type: quadoption @@ -5379,20 +5298,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 6.3.71 , page 81)'' and ``_$_m_i_m_e___f_o_r_- - _w_a_r_d___d_e_c_o_d_e (section 6.3.140 , page 99)''. + Also see ``_$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 6.3.68 , page 81)'' and ``_$_m_i_m_e___f_o_r_- + _w_a_r_d___d_e_c_o_d_e (section 6.3.135 , page 97)''. - _6_._3_._1_4_0 _m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e + _6_._3_._1_3_5 _m_i_m_e___f_o_r_w_a_r_d___d_e_c_o_d_e Type: boolean + The Mutt-ng E-Mail Client 98 + 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 6.3.139 , page 98)'' is _s_e_t. Other- - wise ``_$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 6.3.71 , page 81)'' is used instead. + a message while ``_$_m_i_m_e___f_o_r_w_a_r_d (section 6.3.134 , page 97)'' is _s_e_t. Other- + wise ``_$_f_o_r_w_a_r_d___d_e_c_o_d_e (section 6.3.68 , page 81)'' is used instead. - _6_._3_._1_4_1 _m_i_m_e___f_o_r_w_a_r_d___r_e_s_t + _6_._3_._1_3_6 _m_i_m_e___f_o_r_w_a_r_d___r_e_s_t Type: quadoption @@ -5402,22 +5323,7 @@ menu, attachments which cannot be decoded in a reasonable manner will be attached to the newly composed message if this option is set. - _6_._3_._1_4_2 _m_i_m_e___s_u_b_j_e_c_t - - Type: boolean - - Default: yes - - The Mutt-ng E-Mail Client 100 - - Availability: NNTP - - If _u_n_s_e_t, an 8-bit ``Subject:'' header field in a news article will not be - encoded according to RFC2047. - - NNoottee:: Only change this setting if you know what you are doing. - - _6_._3_._1_4_3 _m_i_x___e_n_t_r_y___f_o_r_m_a_t + _6_._3_._1_3_7 _m_i_x___e_n_t_r_y___f_o_r_m_a_t Type: string @@ -5440,7 +5346,7 @@ %a The remailer's e-mail address. - _6_._3_._1_4_4 _m_i_x_m_a_s_t_e_r + _6_._3_._1_3_8 _m_i_x_m_a_s_t_e_r Type: path @@ -5452,28 +5358,28 @@ used with various sets of parameters to gather the list of known remailers, and to finally send a message through the mixmaster chain. - _6_._3_._1_4_5 _m_o_v_e + _6_._3_._1_3_9 _m_o_v_e Type: quadoption + The Mutt-ng E-Mail Client 99 + Default: ask-no Controls whether or not Mutt-ng will move read messages from your spool mailbox - to your ``_$_m_b_o_x (section 6.3.127 , page 96)'' mailbox, or as a result of a + to your ``_$_m_b_o_x (section 6.3.122 , page 95)'' mailbox, or as a result of a ``_m_b_o_x_-_h_o_o_k (section 3.11 , page 25)'' command. - _6_._3_._1_4_6 _m_s_g_i_d___f_o_r_m_a_t - - The Mutt-ng E-Mail Client 101 + _6_._3_._1_4_0 _m_s_g_i_d___f_o_r_m_a_t Type: string Default: '%Y%m%d%h%M%s.G%P%p' This is the format for the ``local part'' of the Message-Id: header field gen- - erated by Mutt-ng. The format string contains of one or more characters. The - '%' character marks that certain data will be added to the string, similar to - printf(3). The following characters are allowed: + erated by Mutt-ng. If this variable is empty, no Message-Id: headers will be + generated. The '%' character marks that certain data will be added to the + string, similar to printf(3). The following characters are allowed: %d the current day of month @@ -5512,6 +5418,8 @@ %X the current UNIX timestamp (hexadecimal) + The Mutt-ng E-Mail Client 100 + %Y the current year (Y2K compliant) @@ -5521,9 +5429,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. - The Mutt-ng E-Mail Client 102 - - _6_._3_._1_4_7 _n_a_r_r_o_w___t_r_e_e + _6_._3_._1_4_1 _n_a_r_r_o_w___t_r_e_e Type: boolean @@ -5532,7 +5438,29 @@ This variable, when _s_e_t, makes the thread tree narrower, allowing deeper threads to fit on the screen. - _6_._3_._1_4_8 _n_e_w_s___c_a_c_h_e___d_i_r + _6_._3_._1_4_2 _n_n_t_p___a_s_k___f_o_l_l_o_w___u_p + + Type: boolean + + Default: no + + Availability: NNTP + + 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. + + _6_._3_._1_4_3 _n_n_t_p___a_s_k___x___c_o_m_m_e_n_t___t_o + + Type: boolean + + Default: no + + Availability: NNTP + + 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. + + _6_._3_._1_4_4 _n_n_t_p___c_a_c_h_e___d_i_r Type: path @@ -5547,7 +5475,71 @@ As for the header caching in connection with IMAP and/or Maildir, this drasti- cally increases speed and lowers traffic. - _6_._3_._1_4_9 _n_e_w_s___s_e_r_v_e_r + The Mutt-ng E-Mail Client 101 + + _6_._3_._1_4_5 _n_n_t_p___c_a_t_c_h_u_p + + Type: quadoption + + Default: ask-yes + + Availability: NNTP + + If this variable is _s_e_t, Mutt-ng will mark all articles in a newsgroup as read + when you leaving it. + + _6_._3_._1_4_6 _n_n_t_p___c_o_n_t_e_x_t + + Type: number + + Default: 1000 + + Availability: NNTP + + This variable controls how many news articles to cache per newsgroup (if + caching is enabled, see _$_n_e_w_s___c_a_c_h_e___d_i_r (section , page )) 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 6.3.146 , + page 100), all older ones will be removed/not shown in the index. + + _6_._3_._1_4_7 _n_n_t_p___f_o_l_l_o_w_u_p___t_o___p_o_s_t_e_r + + Type: quadoption + + Default: ask-yes + + Availability: NNTP + + If this variable is _s_e_t and the keyword 'poster' is present in the Followup-To: + header field, a follow-up to the newsgroup is not permitted. The message will + be mailed to the submitter of the message via mail. + + _6_._3_._1_4_8 _n_n_t_p___g_r_o_u_p___i_n_d_e_x___f_o_r_m_a_t + + Type: string + + Default: '%4C %M%N %5s %-45.45f %d' + + 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 6.3.108 , + page 89)'', but has its own set of printf(3)-like sequences: + + The Mutt-ng E-Mail Client 102 + + %C current newsgroup number + %d description of newsgroup (retrieved from server) + %f newsgroup name + %M ``-'' if newsgroup not allowed for direct post (moderated for example) + %N ``N'' if newsgroup is new, ``u'' if unsubscribed, blank otherwise + %n number of new articles in newsgroup + %s number of unread articles in newsgroup + %>X right justify the rest of the string and pad with character "X" + %|X pad to the end of the line with character "X" + + _6_._3_._1_4_9 _n_n_t_p___h_o_s_t Type: string @@ -5569,40 +5561,48 @@ security risk since the superuser of your machine may read it regardless of the file's permissions. - _6_._3_._1_5_0 _n_e_w_s_r_c + _6_._3_._1_5_0 _n_n_t_p___i_n_e_w_s Type: path - Default: '~/.newsrc' + Default: '' Availability: NNTP + If _s_e_t, specifies the program and arguments used to deliver news posted by + Mutt-ng. Otherwise, Mutt-ng posts article using current connection. The fol- + lowing printf(3)-style sequence is understood: + + %s newsserver name + + Example: set inews='/usr/local/bin/inews -hS' + + _6_._3_._1_5_1 _n_n_t_p___l_o_a_d___d_e_s_c_r_i_p_t_i_o_n + + Type: boolean + The Mutt-ng E-Mail Client 103 - This file contains information about subscribed newsgroup and articles read so - far. + Default: yes - To ease the use of multiple news servers, the following printf(3)-style - sequence is understood: + Availability: NNTP - %s newsserver name + This variable controls whether or not descriptions for newsgroups are to be + loaded when subscribing to a newsgroup. - _6_._3_._1_5_1 _n_n_t_p___c_o_n_t_e_x_t + _6_._3_._1_5_2 _n_n_t_p___m_a_i_l___c_h_e_c_k Type: number - Default: 1000 + Default: 60 Availability: NNTP - This variable controls how many news articles to cache per newsgroup (if - caching is enabled, see _$_n_e_w_s___c_a_c_h_e___d_i_r (section 6.3.148 , page 101)) 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 6.3.151 , - page 102), all older ones will be removed/not shown in the index. + The time in seconds until any operations on a newsgroup except posting a new + article will cause a recheck for new news. If set to 0, Mutt-ng will recheck on + each operation in index (stepping, read article, etc.). - _6_._3_._1_5_2 _n_n_t_p___l_o_a_d___d_e_s_c_r_i_p_t_i_o_n + _6_._3_._1_5_3 _n_n_t_p___m_i_m_e___s_u_b_j_e_c_t Type: boolean @@ -5610,13 +5610,33 @@ Availability: NNTP - This variable controls whether or not descriptions for newsgroups are to be - loaded when subscribing to a newsgroup. + If _u_n_s_e_t, an 8-bit ``Subject:'' header field in a news article will not be + encoded according to RFC2047. + + NNoottee:: Only change this setting if you know what you are doing. - _6_._3_._1_5_3 _n_n_t_p___p_a_s_s + _6_._3_._1_5_4 _n_n_t_p___n_e_w_s_r_c + + Type: path + + Default: '~/.newsrc' + + Availability: NNTP + + This file contains information about subscribed newsgroup and articles read so + far. + + To ease the use of multiple news servers, the following printf(3)-style + sequence is understood: + + %s newsserver name + + _6_._3_._1_5_5 _n_n_t_p___p_a_s_s Type: string + The Mutt-ng E-Mail Client 104 + Default: '' Availability: NNTP @@ -5626,21 +5646,21 @@ 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. - _6_._3_._1_5_4 _n_n_t_p___p_o_l_l + _6_._3_._1_5_6 _n_n_t_p___p_o_s_t___m_o_d_e_r_a_t_e_d - Type: number - - Default: 60 + Type: quadoption - The Mutt-ng E-Mail Client 104 + Default: ask-yes Availability: NNTP - The time in seconds until any operations on a newsgroup except posting a new - article will cause a recheck for new news. If set to 0, Mutt-ng will recheck on - each operation in index (stepping, read article, etc.). + If set to _y_e_s, Mutt-ng will post articles to newsgroup that have not permis- + sions to post (e.g. moderated). - _6_._3_._1_5_5 _n_n_t_p___r_e_c_o_n_n_e_c_t + 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. + + _6_._3_._1_5_7 _n_n_t_p___r_e_c_o_n_n_e_c_t Type: quadoption @@ -5651,7 +5671,45 @@ Controls whether or not Mutt-ng will try to reconnect to a newsserver when the was connection lost. - _6_._3_._1_5_6 _n_n_t_p___u_s_e_r + _6_._3_._1_5_8 _n_n_t_p___s_a_v_e___u_n_s_u_b_s_c_r_i_b_e_d + + Type: boolean + + Default: no + + Availability: NNTP + + When _s_e_t, info about unsubscribed newsgroups will be saved into the ``newsrc'' + file and into the news cache. + + _6_._3_._1_5_9 _n_n_t_p___s_h_o_w___n_e_w___n_e_w_s + + Type: boolean + + Default: yes + + Availability: NNTP + + If _s_e_t, the newsserver will be asked for new newsgroups on entering the + + The Mutt-ng E-Mail Client 105 + + 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. + + _6_._3_._1_6_0 _n_n_t_p___s_h_o_w___o_n_l_y___u_n_r_e_a_d + + Type: boolean + + Default: no + + Availability: NNTP + + If _s_e_t, only subscribed newsgroups that contain unread articles will be dis- + played in the newsgroup browser. + + _6_._3_._1_6_1 _n_n_t_p___u_s_e_r Type: string @@ -5662,7 +5720,18 @@ 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. - _6_._3_._1_5_7 _o_p_e_r_a_t_i_n_g___s_y_s_t_e_m + _6_._3_._1_6_2 _n_n_t_p___x___c_o_m_m_e_n_t___t_o + + Type: boolean + + Default: no + + Availability: NNTP + + 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. + + _6_._3_._1_6_3 _o_p_e_r_a_t_i_n_g___s_y_s_t_e_m Type: string @@ -5674,12 +5743,14 @@ It may, for example, look as: ``mutt-ng 1.5.9i (Linux)''. - _6_._3_._1_5_8 _p_a_g_e_r + _6_._3_._1_6_4 _p_a_g_e_r Type: path Default: 'builtin' + The Mutt-ng E-Mail Client 106 + 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. @@ -5689,9 +5760,7 @@ screen resizes cause lines longer than the screen width to be badly formatted in the help menu. - The Mutt-ng E-Mail Client 105 - - _6_._3_._1_5_9 _p_a_g_e_r___c_o_n_t_e_x_t + _6_._3_._1_6_5 _p_a_g_e_r___c_o_n_t_e_x_t Type: number @@ -5702,7 +5771,7 @@ will display the line after the last one on the screen at the top of the next page (0 lines of context). - _6_._3_._1_6_0 _p_a_g_e_r___f_o_r_m_a_t + _6_._3_._1_6_6 _p_a_g_e_r___f_o_r_m_a_t Type: string @@ -5710,10 +5779,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 6.3.112 , page 91)'' sec- + sequences are listed in the ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89)'' sec- tion. - _6_._3_._1_6_1 _p_a_g_e_r___i_n_d_e_x___l_i_n_e_s + _6_._3_._1_6_7 _p_a_g_e_r___i_n_d_e_x___l_i_n_e_s Type: number @@ -5730,23 +5799,23 @@ 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. - _6_._3_._1_6_2 _p_a_g_e_r___s_t_o_p + _6_._3_._1_6_8 _p_a_g_e_r___s_t_o_p Type: boolean Default: no + The Mutt-ng E-Mail Client 107 + 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. - _6_._3_._1_6_3 _p_g_p___a_u_t_o___d_e_c_o_d_e + _6_._3_._1_6_9 _p_g_p___a_u_t_o___d_e_c_o_d_e Type: boolean Default: no - The Mutt-ng E-Mail Client 106 - If _s_e_t, Mutt-ng will automatically attempt to decrypt traditional PGP messages whenever the user performs an operation which ordinarily would result in the contents of the message being operated on. For example, if the user displays a @@ -5754,7 +5823,7 @@ ditional-pgp function, Mutt-ng will automatically check the message for tradi- tional pgp. - _6_._3_._1_6_4 _p_g_p___a_u_t_o_i_n_l_i_n_e + _6_._3_._1_7_0 _p_g_p___a_u_t_o_i_n_l_i_n_e Type: boolean @@ -5767,12 +5836,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 6.3.180 , page 109)''. + ``_$_p_g_p___m_i_m_e___a_u_t_o (section 6.3.186 , page 110)''. Also note that using the old-style PGP message format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _6_._3_._1_6_5 _p_g_p___c_h_e_c_k___e_x_i_t + _6_._3_._1_7_1 _p_g_p___c_h_e_c_k___e_x_i_t Type: boolean @@ -5781,7 +5850,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) - _6_._3_._1_6_6 _p_g_p___c_l_e_a_r_s_i_g_n___c_o_m_m_a_n_d + _6_._3_._1_7_2 _p_g_p___c_l_e_a_r_s_i_g_n___c_o_m_m_a_n_d Type: string @@ -5791,7 +5860,9 @@ Note that the use of this format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _6_._3_._1_6_7 _p_g_p___d_e_c_o_d_e___c_o_m_m_a_n_d + The Mutt-ng E-Mail Client 108 + + _6_._3_._1_7_3 _p_g_p___d_e_c_o_d_e___c_o_m_m_a_n_d Type: string @@ -5802,8 +5873,6 @@ The PGP command formats have their own set of printf(3)-like sequences: - The Mutt-ng E-Mail Client 107 - %p Expands to PGPPASSFD=0 when a pass phrase is needed, to an empty string otherwise. Note: This may be used with a %? construct. @@ -5816,7 +5885,7 @@ multipart/signed attachment when verifying it. %a - The value of _$_p_g_p___s_i_g_n___a_s (section 6.3.184 , page 110). + The value of _$_p_g_p___s_i_g_n___a_s (section 6.3.190 , page 111). %r One or more key IDs. @@ -5826,7 +5895,7 @@ subdirectory which has been installed on your system alongside the documenta- tion. (PGP only) - _6_._3_._1_6_8 _p_g_p___d_e_c_r_y_p_t___c_o_m_m_a_n_d + _6_._3_._1_7_4 _p_g_p___d_e_c_r_y_p_t___c_o_m_m_a_n_d Type: string @@ -5834,7 +5903,7 @@ This command is used to decrypt a PGP encrypted message. (PGP only) - _6_._3_._1_6_9 _p_g_p___e_n_c_r_y_p_t___o_n_l_y___c_o_m_m_a_n_d + _6_._3_._1_7_5 _p_g_p___e_n_c_r_y_p_t___o_n_l_y___c_o_m_m_a_n_d Type: string @@ -5842,26 +5911,25 @@ This command is used to encrypt a body part without signing it. (PGP only) - _6_._3_._1_7_0 _p_g_p___e_n_c_r_y_p_t___s_i_g_n___c_o_m_m_a_n_d + _6_._3_._1_7_6 _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-ng E-Mail Client 109 + This command is used to both sign and encrypt a body part. (PGP only) - _6_._3_._1_7_1 _p_g_p___e_n_t_r_y___f_o_r_m_a_t + _6_._3_._1_7_7 _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 6.3.112 , page - - The Mutt-ng E-Mail Client 108 - - 91)'', but has its own set of printf(3)-like sequences: + sonal taste. This string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page + 89)'', but has its own set of printf(3)-like sequences: %n number @@ -5892,7 +5960,7 @@ (PGP only) - _6_._3_._1_7_2 _p_g_p___e_x_p_o_r_t___c_o_m_m_a_n_d + _6_._3_._1_7_8 _p_g_p___e_x_p_o_r_t___c_o_m_m_a_n_d Type: string @@ -5901,29 +5969,29 @@ This command is used to export a public key from the user's key ring. (PGP only) - _6_._3_._1_7_3 _p_g_p___g_e_t_k_e_y_s___c_o_m_m_a_n_d + _6_._3_._1_7_9 _p_g_p___g_e_t_k_e_y_s___c_o_m_m_a_n_d Type: string + The Mutt-ng E-Mail Client 110 + 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) - _6_._3_._1_7_4 _p_g_p___g_o_o_d___s_i_g_n + _6_._3_._1_8_0 _p_g_p___g_o_o_d___s_i_g_n Type: regular expression Default: '' - The Mutt-ng E-Mail Client 109 - 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 6.3.190 , page 112) + verified if the output from _$_p_g_p___v_e_r_i_f_y___c_o_m_m_a_n_d (section 6.3.196 , page 113) contains the text. Use this variable if the exit code from the command is 0 even for bad signatures. (PGP only) - _6_._3_._1_7_5 _p_g_p___i_g_n_o_r_e___s_u_b_k_e_y_s + _6_._3_._1_8_1 _p_g_p___i_g_n_o_r_e___s_u_b_k_e_y_s Type: boolean @@ -5933,7 +6001,7 @@ 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) - _6_._3_._1_7_6 _p_g_p___i_m_p_o_r_t___c_o_m_m_a_n_d + _6_._3_._1_8_2 _p_g_p___i_m_p_o_r_t___c_o_m_m_a_n_d Type: string @@ -5942,7 +6010,7 @@ This command is used to import a key from a message into the user's public key ring. (PGP only) - _6_._3_._1_7_7 _p_g_p___l_i_s_t___p_u_b_r_i_n_g___c_o_m_m_a_n_d + _6_._3_._1_8_3 _p_g_p___l_i_s_t___p_u_b_r_i_n_g___c_o_m_m_a_n_d Type: string @@ -5954,30 +6022,31 @@ This format is also generated by the pgpring utility which comes with Mutt-ng. (PGP only) - _6_._3_._1_7_8 _p_g_p___l_i_s_t___s_e_c_r_i_n_g___c_o_m_m_a_n_d + _6_._3_._1_8_4 _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-ng E-Mail Client 111 + 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) - _6_._3_._1_7_9 _p_g_p___l_o_n_g___i_d_s + _6_._3_._1_8_5 _p_g_p___l_o_n_g___i_d_s Type: boolean Default: no - The Mutt-ng E-Mail Client 110 - If _s_e_t, use 64 bit PGP key IDs. _U_n_s_e_t uses the normal 32 bit Key IDs. (PGP only) - _6_._3_._1_8_0 _p_g_p___m_i_m_e___a_u_t_o + _6_._3_._1_8_6 _p_g_p___m_i_m_e___a_u_t_o Type: quadoption @@ -5990,7 +6059,7 @@ Also note that using the old-style PGP message format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _6_._3_._1_8_1 _p_g_p___r_e_p_l_y_i_n_l_i_n_e + _6_._3_._1_8_7 _p_g_p___r_e_p_l_y_i_n_l_i_n_e Type: boolean @@ -6006,17 +6075,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 6.3.180 , page 109)''. + ``_$_p_g_p___m_i_m_e___a_u_t_o (section 6.3.186 , page 110)''. Also note that using the old-style PGP message format is ssttrroonnggllyy ddeepprreeccaatteedd. (PGP only) - _6_._3_._1_8_2 _p_g_p___r_e_t_a_i_n_a_b_l_e___s_i_g_s + _6_._3_._1_8_8 _p_g_p___r_e_t_a_i_n_a_b_l_e___s_i_g_s Type: boolean Default: no + The Mutt-ng E-Mail Client 112 + If _s_e_t, signed and encrypted messages will consist of nested multipart/signed and multipart/encrypted body parts. @@ -6024,19 +6095,17 @@ the outer layer (multipart/encrypted) can be easily removed, while the inner multipart/signed part is retained. (PGP only) - _6_._3_._1_8_3 _p_g_p___s_h_o_w___u_n_u_s_a_b_l_e + _6_._3_._1_8_9 _p_g_p___s_h_o_w___u_n_u_s_a_b_l_e Type: boolean - The Mutt-ng E-Mail Client 111 - Default: yes If _s_e_t, Mutt-ng will display non-usable keys on the PGP key selection menu. This includes keys which have been revoked, have expired, or have been marked as ``disabled'' by the user. (PGP only) - _6_._3_._1_8_4 _p_g_p___s_i_g_n___a_s + _6_._3_._1_9_0 _p_g_p___s_i_g_n___a_s Type: string @@ -6046,7 +6115,7 @@ your private keys to use. It is recommended that you use the keyid form to specify your key (e.g., ``0x00112233''). (PGP only) - _6_._3_._1_8_5 _p_g_p___s_i_g_n___c_o_m_m_a_n_d + _6_._3_._1_9_1 _p_g_p___s_i_g_n___c_o_m_m_a_n_d Type: string @@ -6055,7 +6124,7 @@ This command is used to create the detached PGP signature for a multi- part/signed PGP/MIME body part. (PGP only) - _6_._3_._1_8_6 _p_g_p___s_o_r_t___k_e_y_s + _6_._3_._1_9_2 _p_g_p___s_o_r_t___k_e_y_s Type: sort order @@ -6073,26 +6142,26 @@ date sort by key creation date + The Mutt-ng E-Mail Client 113 + trust sort by the trust of the key If you prefer reverse order of the above values, prefix it with ``reverse-''. (PGP only) - _6_._3_._1_8_7 _p_g_p___s_t_r_i_c_t___e_n_c + _6_._3_._1_9_3 _p_g_p___s_t_r_i_c_t___e_n_c Type: boolean Default: yes - The Mutt-ng E-Mail Client 112 - If _s_e_t, Mutt-ng will automatically encode PGP/MIME signed messages as quoted- printable. Please note that unsetting this variable may lead to problems with non-verifyable PGP signatures, so only change this if you know what you are doing. (PGP only) - _6_._3_._1_8_8 _p_g_p___t_i_m_e_o_u_t + _6_._3_._1_9_4 _p_g_p___t_i_m_e_o_u_t Type: number @@ -6101,7 +6170,7 @@ The number of seconds after which a cached passphrase will expire if not used. Default: 300. (PGP only) - _6_._3_._1_8_9 _p_g_p___u_s_e___g_p_g___a_g_e_n_t + _6_._3_._1_9_5 _p_g_p___u_s_e___g_p_g___a_g_e_n_t Type: boolean @@ -6109,7 +6178,7 @@ If _s_e_t, Mutt-ng will use a possibly-running gpg-agent process. (PGP only) - _6_._3_._1_9_0 _p_g_p___v_e_r_i_f_y___c_o_m_m_a_n_d + _6_._3_._1_9_6 _p_g_p___v_e_r_i_f_y___c_o_m_m_a_n_d Type: string @@ -6117,7 +6186,7 @@ This command is used to verify PGP signatures. (PGP only) - _6_._3_._1_9_1 _p_g_p___v_e_r_i_f_y___k_e_y___c_o_m_m_a_n_d + _6_._3_._1_9_7 _p_g_p___v_e_r_i_f_y___k_e_y___c_o_m_m_a_n_d Type: string @@ -6126,28 +6195,28 @@ This command is used to verify key information from the key selection menu. (PGP only) - _6_._3_._1_9_2 _p_i_p_e___d_e_c_o_d_e + _6_._3_._1_9_8 _p_i_p_e___d_e_c_o_d_e Type: boolean + The Mutt-ng E-Mail Client 114 + 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. - _6_._3_._1_9_3 _p_i_p_e___s_e_p + _6_._3_._1_9_9 _p_i_p_e___s_e_p Type: string Default: '\n' - The Mutt-ng E-Mail Client 113 - The separator to add between messages when piping a list of tagged messages to an external Unix command. - _6_._3_._1_9_4 _p_i_p_e___s_p_l_i_t + _6_._3_._2_0_0 _p_i_p_e___s_p_l_i_t Type: boolean @@ -6158,9 +6227,9 @@ 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 6.3.193 , page 112)'' separator is added after each message. + (section 6.3.199 , page 113)'' separator is added after each message. - _6_._3_._1_9_5 _p_o_p___a_u_t_h___t_r_y___a_l_l + _6_._3_._2_0_1 _p_o_p___a_u_t_h___t_r_y___a_l_l Type: boolean @@ -6173,7 +6242,7 @@ able. If a method is available but authentication fails, Mutt-ng will not con- nect to the POP server. - _6_._3_._1_9_6 _p_o_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s + _6_._3_._2_0_2 _p_o_p___a_u_t_h_e_n_t_i_c_a_t_o_r_s Type: string @@ -6186,25 +6255,15 @@ tication methods are either ``user'', ``apop'' or any SASL mechanism, eg ``digest-md5'', ``gssapi'' or ``cram-md5''. + The Mutt-ng E-Mail Client 115 + 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' - _6_._3_._1_9_7 _p_o_p___c_h_e_c_k_i_n_t_e_r_v_a_l - - Type: number - - Default: 60 - - The Mutt-ng E-Mail Client 114 - - Availability: POP - - This variable configures how often (in seconds) POP should look for new mail. - - _6_._3_._1_9_8 _p_o_p___d_e_l_e_t_e + _6_._3_._2_0_3 _p_o_p___d_e_l_e_t_e Type: quadoption @@ -6216,7 +6275,7 @@ 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. - _6_._3_._1_9_9 _p_o_p___h_o_s_t + _6_._3_._2_0_4 _p_o_p___h_o_s_t Type: string @@ -6232,7 +6291,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. - _6_._3_._2_0_0 _p_o_p___l_a_s_t + _6_._3_._2_0_5 _p_o_p___l_a_s_t Type: boolean @@ -6244,7 +6303,19 @@ retrieving only unread messages from the POP server when using the ``fetch- mail'' function. - _6_._3_._2_0_1 _p_o_p___p_a_s_s + _6_._3_._2_0_6 _p_o_p___m_a_i_l___c_h_e_c_k + + Type: number + + Default: 60 + + Availability: POP + + The Mutt-ng E-Mail Client 116 + + This variable configures how often (in seconds) POP should look for new mail. + + _6_._3_._2_0_7 _p_o_p___p_a_s_s Type: string @@ -6255,12 +6326,10 @@ Specifies the password for your POP account. If _u_n_s_e_t, Mutt-ng will prompt you for your password when you open POP mailbox. - The Mutt-ng E-Mail Client 115 - 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. - _6_._3_._2_0_2 _p_o_p___r_e_c_o_n_n_e_c_t + _6_._3_._2_0_8 _p_o_p___r_e_c_o_n_n_e_c_t Type: quadoption @@ -6271,7 +6340,7 @@ Controls whether or not Mutt-ng will try to reconnect to a POP server when the connection is lost. - _6_._3_._2_0_3 _p_o_p___u_s_e_r + _6_._3_._2_0_9 _p_o_p___u_s_e_r Type: string @@ -6283,53 +6352,39 @@ This variable defaults to your user name on the local machine. - _6_._3_._2_0_4 _p_o_s_t___i_n_d_e_n_t___s_t_r_i_n_g + _6_._3_._2_1_0 _p_o_s_t___i_n_d_e_n_t___s_t_r_i_n_g Type: string Default: '' - Similar to the ``_$_a_t_t_r_i_b_u_t_i_o_n (section 6.3.17 , page 69)'' variable, Mutt-ng + Similar to the ``_$_a_t_t_r_i_b_u_t_i_o_n (section 6.3.15 , page 68)'' variable, Mutt-ng will append this string after the inclusion of a message which is being replied to. - _6_._3_._2_0_5 _p_o_s_t___m_o_d_e_r_a_t_e_d + _6_._3_._2_1_1 _p_o_s_t_p_o_n_e Type: quadoption Default: ask-yes - Availability: NNTP - - If set to _y_e_s, Mutt-ng will post articles to newsgroup that have not permis- - sions to post (e.g. moderated). - - 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. - - _6_._3_._2_0_6 _p_o_s_t_p_o_n_e - - Type: quadoption - - The Mutt-ng E-Mail Client 116 - - Default: ask-yes + The Mutt-ng E-Mail Client 117 Controls whether or not messages are saved in the ``_$_p_o_s_t_p_o_n_e_d (section - 6.3.207 , page 115)'' mailbox when you elect not to send immediately. + 6.3.212 , page 116)'' mailbox when you elect not to send immediately. - _6_._3_._2_0_7 _p_o_s_t_p_o_n_e_d + _6_._3_._2_1_2 _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 6.3.206 , page 115) + Mutt-ng allows you to indefinitely ``_p_o_s_t_p_o_n_e (section 6.3.211 , page 116) 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 6.3.206 , page 115)'' variable. + ``_$_p_o_s_t_p_o_n_e (section 6.3.211 , page 116)'' variable. - _6_._3_._2_0_8 _p_r_e_c_o_n_n_e_c_t + _6_._3_._2_1_3 _p_r_e_c_o_n_n_e_c_t Type: string @@ -6348,7 +6403,7 @@ NNoottee:: For this example to work, you must be able to log in to the remote machine without having to enter a password. - _6_._3_._2_0_9 _p_r_i_n_t + _6_._3_._2_1_4 _p_r_i_n_t Type: quadoption @@ -6357,7 +6412,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. - _6_._3_._2_1_0 _p_r_i_n_t___c_o_m_m_a_n_d + _6_._3_._2_1_5 _p_r_i_n_t___c_o_m_m_a_n_d Type: path @@ -6365,49 +6420,49 @@ This specifies the command pipe that should be used to print messages. - _6_._3_._2_1_1 _p_r_i_n_t___d_e_c_o_d_e - - The Mutt-ng E-Mail Client 117 + _6_._3_._2_1_6 _p_r_i_n_t___d_e_c_o_d_e Type: boolean + The Mutt-ng E-Mail Client 118 + 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 6.3.210 , page 116). If this option is _u_n_s_e_t, no pro- + _$_p_r_i_n_t___c_o_m_m_a_n_d (section 6.3.215 , page 117). 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. - _6_._3_._2_1_2 _p_r_i_n_t___s_p_l_i_t + _6_._3_._2_1_7 _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 6.3.210 , page 116) is executed + command specified by _$_p_r_i_n_t___c_o_m_m_a_n_d (section 6.3.215 , page 117) 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 6.3.210 , page 116) is executed + command specified by _$_p_r_i_n_t___c_o_m_m_a_n_d (section 6.3.215 , page 117) is executed only once, and all the messages are concatenated, with a form feed as the mes- sage separator. Those who use the enscript(1) program's mail-printing mode will most likely want to set this option. - _6_._3_._2_1_3 _p_r_o_m_p_t___a_f_t_e_r + _6_._3_._2_1_8 _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 6.3.158 , page 104)'', setting this + If you use an _e_x_t_e_r_n_a_l ``_$_p_a_g_e_r (section 6.3.164 , page 105)'', 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. - _6_._3_._2_1_4 _q_u_e_r_y___c_o_m_m_a_n_d + _6_._3_._2_1_9 _q_u_e_r_y___c_o_m_m_a_n_d Type: path @@ -6418,29 +6473,30 @@ query string the user types. See ``_q_u_e_r_y (section 4.6 , page 42)'' for more information. - _6_._3_._2_1_5 _q_u_i_t + _6_._3_._2_2_0 _q_u_i_t Type: quadoption Default: yes - The Mutt-ng E-Mail Client 118 - This variable controls whether ``quit'' and ``exit'' actually quit from Mutt- + + The Mutt-ng E-Mail Client 119 + 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. - _6_._3_._2_1_6 _q_u_o_t_e___e_m_p_t_y + _6_._3_._2_2_1 _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 6.3.111 , page 90)''. + tion 6.3.107 , page 89)''. - _6_._3_._2_1_7 _q_u_o_t_e___q_u_o_t_e_d + _6_._3_._2_2_2 _q_u_o_t_e___q_u_o_t_e_d Type: boolean @@ -6448,9 +6504,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 6.3.111 , page 90)''. + by ``_i_n_d_e_n_t___s_t_r_i_n_g (section 6.3.107 , page 89)''. - _6_._3_._2_1_8 _q_u_o_t_e___r_e_g_e_x_p + _6_._3_._2_2_3 _q_u_o_t_e___r_e_g_e_x_p Type: regular expression @@ -6463,7 +6519,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. - _6_._3_._2_1_9 _r_e_a_d___i_n_c + _6_._3_._2_2_4 _r_e_a_d___i_n_c Type: number @@ -6477,11 +6533,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 6.3.330 , page 145)'' variable. + Also see the ``_$_w_r_i_t_e___i_n_c (section 6.3.332 , page 145)'' variable. - The Mutt-ng E-Mail Client 119 + _6_._3_._2_2_5 _r_e_a_d___o_n_l_y - _6_._3_._2_2_0 _r_e_a_d___o_n_l_y + The Mutt-ng E-Mail Client 120 Type: boolean @@ -6489,7 +6545,7 @@ If set, all folders are opened in read-only mode. - _6_._3_._2_2_1 _r_e_a_l_n_a_m_e + _6_._3_._2_2_6 _r_e_a_l_n_a_m_e Type: string @@ -6501,20 +6557,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 6.3.76 , page 82) variable. + _$_f_r_o_m (section 6.3.73 , page 81) variable. - _6_._3_._2_2_2 _r_e_c_a_l_l + _6_._3_._2_2_7 _r_e_c_a_l_l Type: quadoption 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 6.3.207 , page 115)''. + message. Also see ``_$_p_o_s_t_p_o_n_e_d (section 6.3.212 , page 116)''. Setting this variable to _y_e_s is not generally useful, and thus not recommended. - _6_._3_._2_2_3 _r_e_c_o_r_d + _6_._3_._2_2_8 _r_e_c_o_r_d Type: path @@ -6525,24 +6581,25 @@ another way to do this is using the ``_m_y___h_d_r (section 3.13 , page 25)'' 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 _6_._3_._2_2_3 _, _p_a_g_e _1_1_9_) is overridden by the - ``_$_f_o_r_c_e___n_a_m_e (section 6.3.70 , page 81)'' and ``_$_s_a_v_e___n_a_m_e (section - 6.3.234 , page 122)'' variables, and the ``_f_c_c_-_h_o_o_k (section 3.16 , page + The value of _$_r_e_c_o_r_d _(_s_e_c_t_i_o_n _6_._3_._2_2_8 _, _p_a_g_e _1_2_0_) is overridden by the + ``_$_f_o_r_c_e___n_a_m_e (section 6.3.67 , page 80)'' and ``_$_s_a_v_e___n_a_m_e (section + 6.3.239 , page 122)'' variables, and the ``_f_c_c_-_h_o_o_k (section 3.16 , page 27)'' command. - _6_._3_._2_2_4 _r_e_p_l_y___r_e_g_e_x_p + _6_._3_._2_2_9 _r_e_p_l_y___r_e_g_e_x_p Type: regular expression Default: '^(re([\[0-9\]+])*|aw):[ \t]*' - The Mutt-ng E-Mail Client 120 + A regular expression used to recognize reply messages when threading and + + The Mutt-ng E-Mail Client 121 - A regular expression used to recognize reply messages when threading and reply- - ing. The default value corresponds to the English ``Re:'' and the German + replying. The default value corresponds to the English ``Re:'' and the German ``Aw:''. - _6_._3_._2_2_5 _r_e_p_l_y___s_e_l_f + _6_._3_._2_3_0 _r_e_p_l_y___s_e_l_f Type: boolean @@ -6552,7 +6609,7 @@ that you want to reply to the recipients of that message rather than to your- self. - _6_._3_._2_2_6 _r_e_p_l_y___t_o + _6_._3_._2_3_1 _r_e_p_l_y___t_o Type: quadoption @@ -6566,7 +6623,7 @@ header field to the list address and you want to send a private message to the author of a message. - _6_._3_._2_2_7 _r_e_s_o_l_v_e + _6_._3_._2_3_2 _r_e_s_o_l_v_e Type: boolean @@ -6576,7 +6633,7 @@ undeleted) message whenever a command that modifies the current message is exe- cuted. - _6_._3_._2_2_8 _r_e_v_e_r_s_e___a_l_i_a_s + _6_._3_._2_3_3 _r_e_v_e_r_s_e___a_l_i_a_s Type: boolean @@ -6592,13 +6649,14 @@ From: abd30425@somewhere.net - The Mutt-ng E-Mail Client 121 - It would be displayed in the index menu as ``Joe User'' instead of + + The Mutt-ng E-Mail Client 122 + ``abd30425@somewhere.net.'' This is useful when the person's e-mail address is not human friendly (like CompuServe addresses). - _6_._3_._2_2_9 _r_e_v_e_r_s_e___n_a_m_e + _6_._3_._2_3_4 _r_e_v_e_r_s_e___n_a_m_e Type: boolean @@ -6612,19 +6670,19 @@ would be used doesn't match your alternates, the From: line will use your address on the current machine. - _6_._3_._2_3_0 _r_e_v_e_r_s_e___r_e_a_l_n_a_m_e + _6_._3_._2_3_5 _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 6.3.229 , - page 120) feature. When it is _s_e_t, Mutt-ng will use the address from incoming + This variable fine-tunes the behaviour of the _r_e_v_e_r_s_e___n_a_m_e (section 6.3.234 , + page 121) 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 6.3.221 , page 118) variable. + (section 6.3.226 , page 119) variable. - _6_._3_._2_3_1 _r_f_c_2_0_4_7___p_a_r_a_m_e_t_e_r_s + _6_._3_._2_3_6 _r_f_c_2_0_4_7___p_a_r_a_m_e_t_e_r_s Type: boolean @@ -6646,33 +6704,33 @@ _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. - _6_._3_._2_3_2 _s_a_v_e___a_d_d_r_e_s_s - - The Mutt-ng E-Mail Client 122 + _6_._3_._2_3_7 _s_a_v_e___a_d_d_r_e_s_s Type: boolean + The Mutt-ng E-Mail Client 123 + 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 6.3.234 , page 122)'' or - ``_$_f_o_r_c_e___n_a_m_e (section 6.3.70 , page 81)'' is _s_e_t too, the selection of the + folder for saving a mail. If ``_$_s_a_v_e___n_a_m_e (section 6.3.239 , page 122)'' or + ``_$_f_o_r_c_e___n_a_m_e (section 6.3.67 , page 80)'' is _s_e_t too, the selection of the fcc folder will be changed as well. - _6_._3_._2_3_3 _s_a_v_e___e_m_p_t_y + _6_._3_._2_3_8 _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 6.3.291 , page 135)'' which is + closed (the exception is ``_$_s_p_o_o_l_f_i_l_e (section 6.3.293 , page 135)'' 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. - _6_._3_._2_3_4 _s_a_v_e___n_a_m_e + _6_._3_._2_3_9 _s_a_v_e___n_a_m_e Type: boolean @@ -6680,37 +6738,24 @@ 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 6.3.65 , + (this is done by searching for a mailbox in the ``_$_f_o_l_d_e_r (section 6.3.63 , page 79)'' 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 6.3.223 , page 119)'' mailbox. + the message is saved to the ``_$_r_e_c_o_r_d (section 6.3.228 , page 120)'' mailbox. - Also see the ``_$_f_o_r_c_e___n_a_m_e (section 6.3.70 , page 81)'' variable. + Also see the ``_$_f_o_r_c_e___n_a_m_e (section 6.3.67 , page 80)'' variable. - _6_._3_._2_3_5 _s_a_v_e___u_n_s_u_b_s_c_r_i_b_e_d - - Type: boolean - - Default: no - - Availability: NNTP - - When _s_e_t, info about unsubscribed newsgroups will be saved into the ``newsrc'' - file and into the news cache. - - _6_._3_._2_3_6 _s_c_o_r_e + _6_._3_._2_4_0 _s_c_o_r_e Type: boolean Default: yes - The Mutt-ng E-Mail Client 123 - 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 6.3.237 , page 122)'' variable and friends are used. + _o_l_d___d_e_l_e_t_e (section 6.3.241 , page 123)'' variable and friends are used. - _6_._3_._2_3_7 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e + _6_._3_._2_4_1 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___d_e_l_e_t_e Type: number @@ -6719,9 +6764,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-ng E-Mail Client 124 + variable will never mark a message for deletion. - _6_._3_._2_3_8 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___f_l_a_g + _6_._3_._2_4_2 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___f_l_a_g Type: number @@ -6730,7 +6778,7 @@ Messages which have been assigned a score greater than or equal to this vari- able's value are automatically marked ``flagged''. - _6_._3_._2_3_9 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d + _6_._3_._2_4_3 _s_c_o_r_e___t_h_r_e_s_h_o_l_d___r_e_a_d Type: number @@ -6741,7 +6789,7 @@ scores are always greater than or equal to zero, the default setting of this variable will never mark a message read. - _6_._3_._2_4_0 _s_e_n_d___c_h_a_r_s_e_t + _6_._3_._2_4_4 _s_e_n_d___c_h_a_r_s_e_t Type: string @@ -6749,33 +6797,33 @@ A list of character sets for outgoing messages. Mutt-ng will use the first character set into which the text can be converted exactly. If your ``_$_c_h_a_r_s_e_t - (section 6.3.26 , page 71)'' is not iso-8859-1 and recipients may not under- + (section 6.3.24 , page 70)'' is not iso-8859-1 and recipients may not under- stand UTF-8, it is advisable to include in the list an appropriate widely used standard character set (such as iso-8859-2, koi8-r or iso-2022-jp) either instead of or after iso-8859-1. - _6_._3_._2_4_1 _s_e_n_d_m_a_i_l + _6_._3_._2_4_5 _s_e_n_d_m_a_i_l Type: path Default: '/usr/sbin/sendmail -oem -oi' - The Mutt-ng E-Mail Client 124 - Specifies the program and arguments used to deliver mail sent by Mutt-ng. Mutt-ng expects that the specified program interprets additional arguments as recipient addresses. - _6_._3_._2_4_2 _s_e_n_d_m_a_i_l___w_a_i_t + _6_._3_._2_4_6 _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 6.3.241 , - page 123)'' process to finish before giving up and putting delivery in the + Specifies the number of seconds to wait for the ``_$_s_e_n_d_m_a_i_l (section 6.3.245 , + page 124)'' process to finish before giving up and putting delivery in the background. + The Mutt-ng E-Mail Client 125 + Mutt-ng interprets the value of this variable as follows: >0 @@ -6791,7 +6839,7 @@ will be put in a temporary file. If there is some error, you will be informed as to where to find the output. - _6_._3_._2_4_3 _s_h_e_l_l + _6_._3_._2_4_7 _s_h_e_l_l Type: path @@ -6800,43 +6848,17 @@ Command to use when spawning a subshell. By default, the user's login shell from /etc/passwd is used. - _6_._3_._2_4_4 _s_h_o_w___n_e_w___n_e_w_s - - Type: boolean - - Default: yes - - Availability: NNTP - - If _s_e_t, the newsserver will be asked for new newsgroups on entering the - browser. Otherwise, it will be done only once for a newsserver. Also controls - whether or not the number of new articles of subscribed newsgroups will be - checked. - - _6_._3_._2_4_5 _s_h_o_w___o_n_l_y___u_n_r_e_a_d - - Type: boolean - - The Mutt-ng E-Mail Client 125 - - Default: no - - Availability: NNTP - - If _s_e_t, only subscribed newsgroups that contain unread articles will be dis- - played in the newsgroup browser. - - _6_._3_._2_4_6 _s_i_d_e_b_a_r___b_o_u_n_d_a_r_y + _6_._3_._2_4_8 _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 - 6.3.250 , page 125) is _s_e_t, this variable specifies the characters at which to + 6.3.252 , page 125) is _s_e_t, this variable specifies the characters at which to split a folder name into ``hierarchy items.'' - _6_._3_._2_4_7 _s_i_d_e_b_a_r___d_e_l_i_m + _6_._3_._2_4_9 _s_i_d_e_b_a_r___d_e_l_i_m Type: string @@ -6845,7 +6867,7 @@ This specifies the delimiter between the sidebar (if visible) and other screens. - _6_._3_._2_4_8 _s_i_d_e_b_a_r___n_e_w_m_a_i_l___o_n_l_y + _6_._3_._2_5_0 _s_i_d_e_b_a_r___n_e_w_m_a_i_l___o_n_l_y Type: boolean @@ -6853,10 +6875,12 @@ If _s_e_t, only folders with new mail will be shown in the sidebar. - _6_._3_._2_4_9 _s_i_d_e_b_a_r___n_u_m_b_e_r___f_o_r_m_a_t + _6_._3_._2_5_1 _s_i_d_e_b_a_r___n_u_m_b_e_r___f_o_r_m_a_t Type: string + The Mutt-ng E-Mail Client 126 + Default: '%c%?n?(%n)?%?f?[%f]?' This variable controls how message counts are printed when the sidebar is @@ -6872,14 +6896,12 @@ %f Number of flagged messages. - The Mutt-ng E-Mail Client 126 - %n Number of new messages. The %f and %n expandos may optionally be printed non-zero. - _6_._3_._2_5_0 _s_i_d_e_b_a_r___s_h_o_r_t_e_n___h_i_e_r_a_r_c_h_y + _6_._3_._2_5_2 _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 @@ -6887,15 +6909,15 @@ 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 - 6.3.252 , page 126)'' is set to a too low value). For example, if the news- + 6.3.254 , page 126)'' 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 6.3.246 , page 124) variable. + _b_a_r___b_o_u_n_d_a_r_y (section 6.3.248 , page 125) variable. - _6_._3_._2_5_1 _s_i_d_e_b_a_r___v_i_s_i_b_l_e + _6_._3_._2_5_3 _s_i_d_e_b_a_r___v_i_s_i_b_l_e Type: boolean @@ -6904,7 +6926,7 @@ This specifies whether or not to show the sidebar (a list of folders specified with the ``mailboxes'' command). - _6_._3_._2_5_2 _s_i_d_e_b_a_r___w_i_d_t_h + _6_._3_._2_5_4 _s_i_d_e_b_a_r___w_i_d_t_h Type: number @@ -6912,14 +6934,16 @@ The width of the sidebar. - _6_._3_._2_5_3 _s_i_g___d_a_s_h_e_s + The Mutt-ng E-Mail Client 127 + + _6_._3_._2_5_5 _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 6.3.255 , page 126)''. It is ssttrroonnggllyy recommended + your ``_$_s_i_g_n_a_t_u_r_e (section 6.3.257 , page 127)''. 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. @@ -6927,9 +6951,7 @@ For example, Mutt-ng has the ability to highlight the signature in a different color in the builtin pager. - The Mutt-ng E-Mail Client 127 - - _6_._3_._2_5_4 _s_i_g___o_n___t_o_p + _6_._3_._2_5_6 _s_i_g___o_n___t_o_p Type: boolean @@ -6940,7 +6962,7 @@ know what you are doing, and are prepared to take some heat from netiquette guardians. - _6_._3_._2_5_5 _s_i_g_n_a_t_u_r_e + _6_._3_._2_5_7 _s_i_g_n_a_t_u_r_e Type: path @@ -6950,7 +6972,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. - _6_._3_._2_5_6 _s_i_g_n_o_f_f___s_t_r_i_n_g + _6_._3_._2_5_8 _s_i_g_n_o_f_f___s_t_r_i_n_g Type: string @@ -6963,12 +6985,14 @@ witty quotes into your mails, better use a signature file instead of the sig- noff string. - _6_._3_._2_5_7 _s_i_m_p_l_e___s_e_a_r_c_h + _6_._3_._2_5_9 _s_i_m_p_l_e___s_e_a_r_c_h Type: string Default: '~f %s | ~s %s' + The Mutt-ng E-Mail Client 128 + Specifies how Mutt-ng should expand a simple search into a real search pattern. A simple search is one that does not contain any of the ~ operators. See ``_p_a_t_t_e_r_n_s (section 4.2 , page 36)'' for more information on search patterns. @@ -6979,12 +7003,10 @@ ~f joe | ~s joe - _6_._3_._2_5_8 _s_l_e_e_p___t_i_m_e + _6_._3_._2_6_0 _s_l_e_e_p___t_i_m_e Type: number - The Mutt-ng E-Mail Client 128 - Default: 1 Specifies time, in seconds, to pause while displaying certain informational @@ -6992,7 +7014,7 @@ the current folder. The default is to pause one second, so a value of zero for this option suppresses the pause. - _6_._3_._2_5_9 _s_m_a_r_t___w_r_a_p + _6_._3_._2_6_1 _s_m_a_r_t___w_r_a_p Type: boolean @@ -7000,20 +7022,20 @@ 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 6.3.124 , - page 96)'' variable. + simply wrapped at the screen edge. Also see the ``_$_m_a_r_k_e_r_s (section 6.3.119 , + page 94)'' variable. - _6_._3_._2_6_0 _s_m_i_l_e_y_s + _6_._3_._2_6_2 _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 6.3.218 , page 118)'', most notably smileys in the + ``_$_q_u_o_t_e___r_e_g_e_x_p (section 6.3.223 , page 119)'', most notably smileys in the beginning of a line - _6_._3_._2_6_1 _s_m_i_m_e___a_s_k___c_e_r_t___l_a_b_e_l + _6_._3_._2_6_3 _s_m_i_m_e___a_s_k___c_e_r_t___l_a_b_e_l Type: boolean @@ -7023,7 +7045,9 @@ cate about to be added to the database or not. It is _s_e_t by default. (S/MIME only) - _6_._3_._2_6_2 _s_m_i_m_e___c_a___l_o_c_a_t_i_o_n + _6_._3_._2_6_4 _s_m_i_m_e___c_a___l_o_c_a_t_i_o_n + + The Mutt-ng E-Mail Client 129 Type: path @@ -7032,23 +7056,20 @@ This variable contains the name of either a directory, or a file which contains trusted certificates for use with OpenSSL. (S/MIME only) - _6_._3_._2_6_3 _s_m_i_m_e___c_e_r_t_i_f_i_c_a_t_e_s + _6_._3_._2_6_5 _s_m_i_m_e___c_e_r_t_i_f_i_c_a_t_e_s Type: path Default: '' Since there is no pubring/secring as with PGP, Mutt-ng has to handle storage - - The Mutt-ng E-Mail Client 129 - and retrieval of keys by itself. This is very basic right now, and keys and certificates are stored in two different directories, both named as the hash- value retrieved from OpenSSL. There is an index file which contains mailbox- address keyid pairs, and which can be manually edited. This one points to the location of the certificates. (S/MIME only) - _6_._3_._2_6_4 _s_m_i_m_e___d_e_c_r_y_p_t___c_o_m_m_a_n_d + _6_._3_._2_6_6 _s_m_i_m_e___d_e_c_r_y_p_t___c_o_m_m_a_n_d Type: string @@ -7068,7 +7089,7 @@ 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 6.3.266 , + The key-pair specified with _$_s_m_i_m_e___d_e_f_a_u_l_t___k_e_y (section 6.3.268 , page 129) %c @@ -7079,15 +7100,17 @@ %C CA location: Depending on whether _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section - 6.3.262 , page 128) 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 6.3.262 , page 128)' or - '-CAfile _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section 6.3.262 , page 128)'. + 6.3.264 , page 128) 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 6.3.264 , page 128)' or + '-CAfile _$_s_m_i_m_e___c_a___l_o_c_a_t_i_o_n (section 6.3.264 , page 128)'. + + The Mutt-ng E-Mail Client 130 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) - _6_._3_._2_6_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 + _6_._3_._2_6_7 _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 @@ -7096,12 +7119,9 @@ 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, - - The Mutt-ng E-Mail Client 130 - if it can't find one. (S/MIME only) - _6_._3_._2_6_6 _s_m_i_m_e___d_e_f_a_u_l_t___k_e_y + _6_._3_._2_6_8 _s_m_i_m_e___d_e_f_a_u_l_t___k_e_y Type: string @@ -7110,7 +7130,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) - _6_._3_._2_6_7 _s_m_i_m_e___e_n_c_r_y_p_t___c_o_m_m_a_n_d + _6_._3_._2_6_9 _s_m_i_m_e___e_n_c_r_y_p_t___c_o_m_m_a_n_d Type: string @@ -7118,7 +7138,7 @@ This command is used to create encrypted S/MIME messages. (S/MIME only) - _6_._3_._2_6_8 _s_m_i_m_e___e_n_c_r_y_p_t___w_i_t_h + _6_._3_._2_7_0 _s_m_i_m_e___e_n_c_r_y_p_t___w_i_t_h Type: string @@ -7129,7 +7149,7 @@ If _u_n_s_e_t ``_3_d_e_s'' (TripleDES) is used. (S/MIME only) - _6_._3_._2_6_9 _s_m_i_m_e___g_e_t___c_e_r_t___c_o_m_m_a_n_d + _6_._3_._2_7_1 _s_m_i_m_e___g_e_t___c_e_r_t___c_o_m_m_a_n_d Type: string @@ -7138,7 +7158,9 @@ This command is used to extract X509 certificates from a PKCS7 structure. (S/MIME only) - _6_._3_._2_7_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 + _6_._3_._2_7_2 _s_m_i_m_e___g_e_t___c_e_r_t___e_m_a_i_l___c_o_m_m_a_n_d + + The Mutt-ng E-Mail Client 131 Type: string @@ -7148,19 +7170,17 @@ tificates, and for verification purposes (to check whether the certificate was issued for the sender's mailbox). (S/MIME only) - _6_._3_._2_7_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 + _6_._3_._2_7_3 _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 Default: '' - The Mutt-ng E-Mail Client 131 - This command is used to extract only the signers X509 certificate from a S/MIME signature, so that the certificate's owner may get compared to the email's ``From:'' header field. (S/MIME only) - _6_._3_._2_7_2 _s_m_i_m_e___i_m_p_o_r_t___c_e_r_t___c_o_m_m_a_n_d + _6_._3_._2_7_4 _s_m_i_m_e___i_m_p_o_r_t___c_e_r_t___c_o_m_m_a_n_d Type: string @@ -7168,7 +7188,7 @@ This command is used to import a certificate via smime_keysng. (S/MIME only) - _6_._3_._2_7_3 _s_m_i_m_e___i_s___d_e_f_a_u_l_t + _6_._3_._2_7_5 _s_m_i_m_e___i_s___d_e_f_a_u_l_t Type: boolean @@ -7181,9 +7201,9 @@ select the same application that was used to sign/encrypt the original message. (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 6.3.39 , page 74).) (S/MIME only) + tion 6.3.37 , page 73).) (S/MIME only) - _6_._3_._2_7_4 _s_m_i_m_e___k_e_y_s + _6_._3_._2_7_6 _s_m_i_m_e___k_e_y_s Type: path @@ -7196,7 +7216,9 @@ address keyid pair, and which can be manually edited. This one points to the location of the private keys. (S/MIME only) - _6_._3_._2_7_5 _s_m_i_m_e___p_k_7_o_u_t___c_o_m_m_a_n_d + The Mutt-ng E-Mail Client 132 + + _6_._3_._2_7_7 _s_m_i_m_e___p_k_7_o_u_t___c_o_m_m_a_n_d Type: string @@ -7205,18 +7227,16 @@ This command is used to extract PKCS7 structures of S/MIME signatures, in order to extract the public X509 certificate(s). (S/MIME only) - _6_._3_._2_7_6 _s_m_i_m_e___s_i_g_n___c_o_m_m_a_n_d + _6_._3_._2_7_8 _s_m_i_m_e___s_i_g_n___c_o_m_m_a_n_d Type: string Default: '' - The Mutt-ng E-Mail Client 132 - This command is used to created S/MIME signatures of type multipart/signed, which can be read by all mail clients. (S/MIME only) - _6_._3_._2_7_7 _s_m_i_m_e___s_i_g_n___o_p_a_q_u_e___c_o_m_m_a_n_d + _6_._3_._2_7_9 _s_m_i_m_e___s_i_g_n___o_p_a_q_u_e___c_o_m_m_a_n_d Type: string @@ -7226,7 +7246,7 @@ pkcs7-signature, which can only be handled by mail clients supporting the S/MIME extension. (S/MIME only) - _6_._3_._2_7_8 _s_m_i_m_e___t_i_m_e_o_u_t + _6_._3_._2_8_0 _s_m_i_m_e___t_i_m_e_o_u_t Type: number @@ -7235,7 +7255,7 @@ The number of seconds after which a cached passphrase will expire if not used. (S/MIME only) - _6_._3_._2_7_9 _s_m_i_m_e___v_e_r_i_f_y___c_o_m_m_a_n_d + _6_._3_._2_8_1 _s_m_i_m_e___v_e_r_i_f_y___c_o_m_m_a_n_d Type: string @@ -7244,7 +7264,7 @@ This command is used to verify S/MIME signatures of type multipart/signed. (S/MIME only) - _6_._3_._2_8_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 + _6_._3_._2_8_2 _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 @@ -7253,7 +7273,9 @@ This command is used to verify S/MIME signatures of type application/x- pkcs7-mime. (S/MIME only) - _6_._3_._2_8_1 _s_m_t_p___a_u_t_h___p_a_s_s_w_o_r_d + The Mutt-ng E-Mail Client 133 + + _6_._3_._2_8_3 _s_m_t_p___a_u_t_h___p_a_s_s_w_o_r_d Type: string @@ -7262,15 +7284,13 @@ Availability: SMTP Defines the password to use with SMTP AUTH. If ``_$_s_m_t_p___a_u_t_h___u_s_e_r_n_a_m_e (section - 6.3.282 , page 132)'' is set, but this variable is not, you will be prompted + 6.3.284 , page 132)'' 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. - The Mutt-ng E-Mail Client 133 - - _6_._3_._2_8_2 _s_m_t_p___a_u_t_h___u_s_e_r_n_a_m_e + _6_._3_._2_8_4 _s_m_t_p___a_u_t_h___u_s_e_r_n_a_m_e Type: string @@ -7281,7 +7301,7 @@ Defines the username to use with SMTP AUTH. Setting this variable will cause Mutt-ng to attempt to use SMTP AUTH when sending. - _6_._3_._2_8_3 _s_m_t_p___h_o_s_t + _6_._3_._2_8_5 _s_m_t_p___h_o_s_t Type: string @@ -7291,9 +7311,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 6.3.241 , page 123)'', and any associated variables. + _m_a_i_l (section 6.3.245 , page 124)'', and any associated variables. - _6_._3_._2_8_4 _s_m_t_p___p_o_r_t + _6_._3_._2_8_6 _s_m_t_p___p_o_r_t Type: number @@ -7307,7 +7327,9 @@ Defaults to 25, the standard SMTP port, but RFC 2476-compliant SMTP servers will probably desire 587, the mail submission port. - _6_._3_._2_8_5 _s_o_r_t + _6_._3_._2_8_7 _s_o_r_t + + The Mutt-ng E-Mail Client 134 Type: sort order @@ -7315,8 +7337,6 @@ Specifies how to sort messages in the _i_n_d_e_x menu. Valid values are: - The Mutt-ng E-Mail Client 134 - date or date-sent date-received from @@ -7331,7 +7351,7 @@ You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort=reverse-date-sent). - _6_._3_._2_8_6 _s_o_r_t___a_l_i_a_s + _6_._3_._2_8_8 _s_o_r_t___a_l_i_a_s Type: sort order @@ -7344,7 +7364,7 @@ alias (sort alphabetically by alias name) unsorted (leave in order specified in .muttrc) - _6_._3_._2_8_7 _s_o_r_t___a_u_x + _6_._3_._2_8_9 _s_o_r_t___a_u_x Type: sort order @@ -7352,7 +7372,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 6.3.285 , page 133)'' can, + This can be set to any value that ``_$_s_o_r_t (section 6.3.287 , page 133)'' 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 @@ -7361,15 +7381,16 @@ For instance, set sort_aux=last-date-received would mean that if a new message is received in a thread, that thread becomes the last one displayed (or the + + The Mutt-ng E-Mail Client 135 + first, if you have set sort=reverse-threads.) - NNoottee:: For reversed ``_$_s_o_r_t (section 6.3.285 , page 133)'' order _$_s_o_r_t___a_u_x - (section 6.3.287 , page 134) is reversed again (which is not the right thing + NNoottee:: For reversed ``_$_s_o_r_t (section 6.3.287 , page 133)'' order _$_s_o_r_t___a_u_x + (section 6.3.289 , page 134) is reversed again (which is not the right thing to do, but kept to not break any existing configuration setting). - The Mutt-ng E-Mail Client 135 - - _6_._3_._2_8_8 _s_o_r_t___b_r_o_w_s_e_r + _6_._3_._2_9_0 _s_o_r_t___b_r_o_w_s_e_r Type: sort order @@ -7386,49 +7407,48 @@ You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort_browser=reverse-date). - _6_._3_._2_8_9 _s_o_r_t___r_e + _6_._3_._2_9_1 _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 - (section 6.3.302 , page 139)'' _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 6.3.289 , - page 134) _s_e_t, Mutt-ng will only attach a message as the child of another mes- + (section 6.3.304 , page 139)'' _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 6.3.291 , + page 135) _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 6.3.224 , page 119)''. With - _$_s_o_r_t___r_e (section 6.3.289 , page 134) _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 6.3.229 , page 120)''. With + _$_s_o_r_t___r_e (section 6.3.291 , page 135) _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 - 6.3.224 , page 119)'' parts of both messages are identical. + 6.3.229 , page 120)'' parts of both messages are identical. - _6_._3_._2_9_0 _s_p_a_m___s_e_p_a_r_a_t_o_r + _6_._3_._2_9_2 _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 6.3.290 , page 135)'' controls what happens when + ``_s_p_a_m___s_e_p_a_r_a_t_o_r (section 6.3.292 , page 135)'' 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 6.3.290 , + match will append to the previous, using ``_s_p_a_m___s_e_p_a_r_a_t_o_r (section 6.3.292 , page 135)'' as a separator. - _6_._3_._2_9_1 _s_p_o_o_l_f_i_l_e + The Mutt-ng E-Mail Client 136 + + _6_._3_._2_9_3 _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-ng E-Mail Client 136 - 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. - _6_._3_._2_9_2 _s_s_l___c_a___c_e_r_t_i_f_i_c_a_t_e_s___f_i_l_e + _6_._3_._2_9_4 _s_s_l___c_a___c_e_r_t_i_f_i_c_a_t_e_s___f_i_l_e Type: path @@ -7440,7 +7460,7 @@ Example: set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt - _6_._3_._2_9_3 _s_s_l___c_l_i_e_n_t___c_e_r_t + _6_._3_._2_9_5 _s_s_l___c_l_i_e_n_t___c_e_r_t Type: path @@ -7450,7 +7470,7 @@ The file containing a client certificate and its associated private key. - _6_._3_._2_9_4 _s_s_l___m_i_n___d_h___p_r_i_m_e___b_i_t_s + _6_._3_._2_9_6 _s_s_l___m_i_n___d_h___p_r_i_m_e___b_i_t_s Type: number @@ -7462,7 +7482,7 @@ any Diffie-Hellman key exchange. A value of 0 will use the default from the GNUTLS library. - _6_._3_._2_9_5 _s_s_l___s_t_a_r_t_t_l_s + _6_._3_._2_9_7 _s_s_l___s_t_a_r_t_t_l_s Type: quadoption @@ -7470,15 +7490,16 @@ Availability: SSL or GNUTLS - If _s_e_t (the default), Mutt-ng will attempt to use STARTTLS on servers advertis- - ing the capability. When _u_n_s_e_t, Mutt-ng will not attempt to use STARTTLS - regardless of the server's capabilities. + If _s_e_t (the default), Mutt-ng will attempt to use STARTTLS on servers - _6_._3_._2_9_6 _s_s_l___u_s_e___s_s_l_v_3 + The Mutt-ng E-Mail Client 137 - Type: boolean + advertising the capability. When _u_n_s_e_t, Mutt-ng will not attempt to use START- + TLS regardless of the server's capabilities. - The Mutt-ng E-Mail Client 137 + _6_._3_._2_9_8 _s_s_l___u_s_e___s_s_l_v_3 + + Type: boolean Default: yes @@ -7487,7 +7508,7 @@ This variables specifies whether to attempt to use SSLv3 in the SSL authentica- tion process. - _6_._3_._2_9_7 _s_s_l___u_s_e___t_l_s_v_1 + _6_._3_._2_9_9 _s_s_l___u_s_e___t_l_s_v_1 Type: boolean @@ -7498,14 +7519,14 @@ This variables specifies whether to attempt to use TLSv1 in the SSL authentica- tion process. - _6_._3_._2_9_8 _s_t_a_t_u_s___c_h_a_r_s + _6_._3_._3_0_0 _s_t_a_t_u_s___c_h_a_r_s 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 6.3.299 , page 137)''. The first character is used when the mailbox is + tion 6.3.301 , page 137)''. 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 @@ -7514,7 +7535,7 @@ been opened in attach-message mode (Certain operations like composing a new mail, replying, forwarding, etc. are not permitted in this mode). - _6_._3_._2_9_9 _s_t_a_t_u_s___f_o_r_m_a_t + _6_._3_._3_0_1 _s_t_a_t_u_s___f_o_r_m_a_t Type: string @@ -7523,9 +7544,11 @@ %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 6.3.112 , page 91)'', but has + string is similar to ``_$_i_n_d_e_x___f_o_r_m_a_t (section 6.3.108 , page 89)'', but has its own set of printf(3)-like sequences: + The Mutt-ng E-Mail Client 138 + %b number of mailboxes with new mail * @@ -7535,8 +7558,6 @@ %d number of deleted messages * - The Mutt-ng E-Mail Client 138 - %f the full pathname of the current mailbox @@ -7574,15 +7595,17 @@ %r modified/read-only/won't-write/attach-message indicator, according - to _$_s_t_a_t_u_s___c_h_a_r_s (section 6.3.298 , page 136) + to _$_s_t_a_t_u_s___c_h_a_r_s (section 6.3.300 , page 137) %s - current sorting mode (_$_s_o_r_t (section 6.3.285 , page 133)) + current sorting mode (_$_s_o_r_t (section 6.3.287 , page 133)) %S - current aux sorting method (_$_s_o_r_t___a_u_x (section 6.3.287 , page + current aux sorting method (_$_s_o_r_t___a_u_x (section 6.3.289 , page 134)) + The Mutt-ng E-Mail Client 139 + %t number of tagged messages * @@ -7592,8 +7615,6 @@ %v Mutt-ng version string - The Mutt-ng E-Mail Client 139 - %V currently active limit pattern, if any * @@ -7639,7 +7660,9 @@ replace any dots in the expansion by underscores. This might be helpful with IMAP folders that don't like dots in folder names. - _6_._3_._3_0_0 _s_t_a_t_u_s___o_n___t_o_p + The Mutt-ng E-Mail Client 140 + + _6_._3_._3_0_2 _s_t_a_t_u_s___o_n___t_o_p Type: boolean @@ -7648,9 +7671,7 @@ Setting this variable causes the ``status bar'' to be displayed on the first line of the screen rather than near the bottom. - The Mutt-ng E-Mail Client 140 - - _6_._3_._3_0_1 _s_t_r_i_c_t___m_i_m_e + _6_._3_._3_0_3 _s_t_r_i_c_t___m_i_m_e Type: boolean @@ -7659,58 +7680,58 @@ When _u_n_s_e_t, non MIME-compliant messages that doesn't have any charset indica- tion in the ``Content-Type:'' header field can be displayed (non MIME-compliant messages are often generated by old mailers or buggy mailers like MS Outlook - Express). See also _$_a_s_s_u_m_e_d___c_h_a_r_s_e_t (section 6.3.13 , page 67). + Express). See also _$_a_s_s_u_m_e_d___c_h_a_r_s_e_t (section 6.3.11 , page 67). This option also replaces linear-white-space between encoded-word and *text to a single space to prevent the display of MIME-encoded ``Subject:'' header field from being devided into multiple lines. - _6_._3_._3_0_2 _s_t_r_i_c_t___t_h_r_e_a_d_s + _6_._3_._3_0_4 _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 6.3.285 , page 133)'' by mes- + ences:'' header fields when you ``_$_s_o_r_t (section 6.3.287 , page 133)'' 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. - _6_._3_._3_0_3 _s_t_r_i_p___w_a_s + _6_._3_._3_0_5 _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 6.3.304 , page 140) when replying. This is + matches _$_s_t_r_i_p___w_a_s___r_e_g_e_x (section 6.3.306 , page 140) when replying. This is useful to properly react on subject changes and reduce ``subject noise.'' (esp. in Usenet) - _6_._3_._3_0_4 _s_t_r_i_p___w_a_s___r_e_g_e_x + _6_._3_._3_0_6 _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 6.3.303 , page 139) is _s_e_t, mutt-ng + The Mutt-ng E-Mail Client 141 + + When non-empty and _$_s_t_r_i_p___w_a_s (section 6.3.305 , page 140) is _s_e_t, mutt-ng will remove this trailing part of the ``Subject'' line when replying if it won't be empty afterwards. - _6_._3_._3_0_5 _s_t_u_f_f___q_u_o_t_e_d + _6_._3_._3_0_7 _s_t_u_f_f___q_u_o_t_e_d Type: boolean Default: no - The Mutt-ng E-Mail Client 141 - 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. - _6_._3_._3_0_6 _s_u_s_p_e_n_d + _6_._3_._3_0_8 _s_u_s_p_e_n_d Type: boolean @@ -7720,7 +7741,7 @@ usually CTRL+Z. This is useful if you run Mutt-ng inside an xterm using a com- mand like ``xterm -e muttng.'' - _6_._3_._3_0_7 _t_e_x_t___f_l_o_w_e_d + _6_._3_._3_0_9 _t_e_x_t___f_l_o_w_e_d Type: boolean @@ -7731,10 +7752,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 6.3.111 , page 90) is ignored when this + Note that _$_i_n_d_e_n_t___s_t_r_i_n_g (section 6.3.107 , page 89) is ignored when this option is set. - _6_._3_._3_0_8 _t_h_o_r_o_u_g_h___s_e_a_r_c_h + _6_._3_._3_1_0 _t_h_o_r_o_u_g_h___s_e_a_r_c_h Type: boolean @@ -7745,28 +7766,27 @@ to be searched are decoded before searching. If _u_n_s_e_t, messages are searched as they appear in the folder. - _6_._3_._3_0_9 _t_h_r_e_a_d___r_e_c_e_i_v_e_d + _6_._3_._3_1_1 _t_h_r_e_a_d___r_e_c_e_i_v_e_d Type: boolean Default: no + The Mutt-ng E-Mail Client 142 + When _s_e_t, Mutt-ng uses the date received rather than the date sent to thread messages by subject. - _6_._3_._3_1_0 _t_i_l_d_e + _6_._3_._3_1_2 _t_i_l_d_e Type: boolean Default: no When _s_e_t, the internal-pager will pad blank lines to the bottom of the screen - - The Mutt-ng E-Mail Client 142 - with a tilde (~). - _6_._3_._3_1_1 _t_i_m_e_o_u_t + _6_._3_._3_1_3 _t_i_m_e_o_u_t Type: number @@ -7776,7 +7796,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. - _6_._3_._3_1_2 _t_m_p_d_i_r + _6_._3_._3_1_4 _t_m_p_d_i_r Type: path @@ -7787,7 +7807,7 @@ set, the environment variable $TMPDIR is used. If $TMPDIR is not set then '/tmp' is used. - _6_._3_._3_1_3 _t_o___c_h_a_r_s + _6_._3_._3_1_5 _t_o___c_h_a_r_s Type: string @@ -7803,24 +7823,24 @@ 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). - _6_._3_._3_1_4 _t_r_a_s_h + _6_._3_._3_1_6 _t_r_a_s_h Type: path Default: '' + The Mutt-ng E-Mail Client 143 + If _s_e_t, this variable specifies the path of the trash folder where the mails marked for deletion will be moved, instead of being irremediably purged. NNoottee: When you delete a message in the trash folder, it is really deleted, so that there is no way to recover mail. - _6_._3_._3_1_5 _t_u_n_n_e_l + _6_._3_._3_1_7 _t_u_n_n_e_l Type: string - The Mutt-ng E-Mail Client 143 - Default: '' Setting this variable will cause Mutt-ng to open a pipe to a command instead of @@ -7832,7 +7852,7 @@ NNoottee:: For this example to work you must be able to log in to the remote machine without having to enter a password. - _6_._3_._3_1_6 _u_m_a_s_k + _6_._3_._3_1_8 _u_m_a_s_k Type: number @@ -7841,7 +7861,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. - _6_._3_._3_1_7 _u_n_c_o_l_l_a_p_s_e___j_u_m_p + _6_._3_._3_1_9 _u_n_c_o_l_l_a_p_s_e___j_u_m_p Type: boolean @@ -7850,7 +7870,7 @@ When _s_e_t, Mutt-ng will jump to the next unread message, if any, when the cur- rent thread is _u_ncollapsed. - _6_._3_._3_1_8 _u_s_e___8_b_i_t_m_i_m_e + _6_._3_._3_2_0 _u_s_e___8_b_i_t_m_i_m_e Type: boolean @@ -7860,22 +7880,22 @@ which supports the -B8BITMIME flag (such as sendmail 8.8.x) or you may not be able to send mail. - When _s_e_t, Mutt-ng will invoke ``_$_s_e_n_d_m_a_i_l (section 6.3.241 , page 123)'' with + When _s_e_t, Mutt-ng will invoke ``_$_s_e_n_d_m_a_i_l (section 6.3.245 , page 124)'' with the -B8BITMIME flag when sending 8-bit messages to enable ESMTP negotiation. - _6_._3_._3_1_9 _u_s_e___d_o_m_a_i_n + _6_._3_._3_2_1 _u_s_e___d_o_m_a_i_n + + The Mutt-ng E-Mail Client 144 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 6.3.92 , page 86)''. If _u_n_s_e_t, + tion) with the value of ``_$_h_o_s_t_n_a_m_e (section 6.3.88 , page 85)''. If _u_n_s_e_t, no addresses will be qualified. - _6_._3_._3_2_0 _u_s_e___f_r_o_m - - The Mutt-ng E-Mail Client 144 + _6_._3_._3_2_2 _u_s_e___f_r_o_m Type: boolean @@ -7885,7 +7905,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.13 , page 25)'' command. - _6_._3_._3_2_1 _u_s_e___i_d_n + _6_._3_._3_2_3 _u_s_e___i_d_n Type: boolean @@ -7898,7 +7918,7 @@ NNoottee:: You can use IDNs for addresses even if this is _u_n_s_e_t. This variable only affects decoding. - _6_._3_._3_2_2 _u_s_e___i_p_v_6 + _6_._3_._3_2_4 _u_s_e___i_p_v_6 Type: boolean @@ -7908,7 +7928,7 @@ If this option is _u_n_s_e_t, Mutt-ng will restrict itself to IPv4 addresses. Nor- mally, the default should work. - _6_._3_._3_2_3 _u_s_e_r___a_g_e_n_t + _6_._3_._3_2_5 _u_s_e_r___a_g_e_n_t Type: boolean @@ -7917,23 +7937,23 @@ When _s_e_t, Mutt-ng will add a ``User-Agent:'' header to outgoing messages, indi- cating which version of Mutt-ng was used for composing them. - _6_._3_._3_2_4 _v_i_s_u_a_l + _6_._3_._3_2_6 _v_i_s_u_a_l Type: path + The Mutt-ng E-Mail Client 145 + Default: '' Specifies the visual editor to invoke when the _~_v command is given in the builtin editor. - _6_._3_._3_2_5 _w_a_i_t___k_e_y + _6_._3_._3_2_7 _w_a_i_t___k_e_y Type: boolean Default: yes - The Mutt-ng E-Mail Client 145 - Controls whether Mutt-ng will ask you to press a key after _s_h_e_l_l_- _e_s_c_a_p_e, _p_i_p_e_- _m_e_s_s_a_g_e, _p_i_p_e_-_e_n_t_r_y, _p_r_i_n_t_-_m_e_s_s_a_g_e, and _p_r_i_n_t_-_e_n_t_r_y commands. @@ -7944,7 +7964,7 @@ When _s_e_t, Mutt-ng will always ask for a key. When _u_n_s_e_t, Mutt-ng will wait for a key only if the external command returned a non-zero status. - _6_._3_._3_2_6 _w_e_e_d + _6_._3_._3_2_8 _w_e_e_d Type: boolean @@ -7953,7 +7973,7 @@ When _s_e_t, Mutt-ng will weed headers when displaying, forwarding, printing, or replying to messages. - _6_._3_._3_2_7 _w_r_a_p___s_e_a_r_c_h + _6_._3_._3_2_9 _w_r_a_p___s_e_a_r_c_h Type: boolean @@ -7964,7 +7984,7 @@ When _s_e_t, searches will wrap around the first (or last) message. When _u_n_s_e_t, searches will not wrap. - _6_._3_._3_2_8 _w_r_a_p_m_a_r_g_i_n + _6_._3_._3_3_0 _w_r_a_p_m_a_r_g_i_n Type: number @@ -7973,51 +7993,40 @@ Controls the size of the margin remaining at the right side of the terminal when Mutt-ng's pager does smart wrapping. - _6_._3_._3_2_9 _w_r_i_t_e___b_c_c + _6_._3_._3_3_1 _w_r_i_t_e___b_c_c Type: boolean + The Mutt-ng E-Mail Client 146 + Default: yes 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. - _6_._3_._3_3_0 _w_r_i_t_e___i_n_c + _6_._3_._3_3_2 _w_r_i_t_e___i_n_c Type: number Default: 10 - The Mutt-ng E-Mail Client 146 - When writing a mailbox, a message will be printed every _w_r_i_t_e___i_n_c messages to 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 6.3.219 , page 118)'' variable. - - _6_._3_._3_3_1 _x___c_o_m_m_e_n_t___t_o - - Type: boolean - - Default: no - - Availability: NNTP - - 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. + Also see the ``_$_r_e_a_d___i_n_c (section 6.3.224 , page 119)'' variable. - _6_._3_._3_3_2 _x_t_e_r_m___i_c_o_n + _6_._3_._3_3_3 _x_t_e_r_m___i_c_o_n 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 6.3.333 , page 146) 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 6.3.299 , page 137)''. + tion 6.3.334 , page 146) 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 6.3.301 , page 137)''. - _6_._3_._3_3_3 _x_t_e_r_m___s_e_t___t_i_t_l_e_s + _6_._3_._3_3_4 _x_t_e_r_m___s_e_t___t_i_t_l_e_s Type: boolean @@ -8027,15 +8036,15 @@ you're in an appropriate terminal). The default must be _u_n_s_e_t to force in the validity checking. - _6_._3_._3_3_4 _x_t_e_r_m___t_i_t_l_e + _6_._3_._3_3_5 _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 6.3.333 , page 146) 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 6.3.299 , + _$_x_t_e_r_m___s_e_t___t_i_t_l_e_s (section 6.3.334 , page 146) 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 6.3.301 , page 137)''. _6_._4 _F_u_n_c_t_i_o_n_s diff --git a/init.h b/init.h index 4a11f7e..175133f 100644 --- a/init.h +++ b/init.h @@ -210,7 +210,8 @@ struct option_t MuttVars[] = { ** This variable is valid only if $$strict_mime is unset. */ #ifdef USE_NNTP - {"ask_follow_up", DT_BOOL, R_NONE, OPTASKFOLLOWUP, 0}, + {"ask_followup_to", DT_SYN, R_NONE, UL "nntp_ask_followup_to", 0}, + {"nntp_ask_follow_up", DT_BOOL, R_NONE, OPTASKFOLLOWUP, 0}, /* ** .pp ** Availability: NNTP @@ -219,7 +220,8 @@ struct option_t MuttVars[] = { ** If \fIset\fP, Mutt-ng will prompt you for the \fTFollowup-To:\fP header ** field before editing the body of an outgoing news article. */ - {"ask_x_comment_to", DT_BOOL, R_NONE, OPTASKXCOMMENTTO, 0}, + {"ask_x_comment_to", DT_SYN, R_NONE, UL "nntp_ask_x_comment_to", 0}, + {"nntp_ask_x_comment_to", DT_BOOL, R_NONE, OPTASKXCOMMENTTO, 0}, /* ** .pp ** Availability: NNTP @@ -331,7 +333,8 @@ struct option_t MuttVars[] = { ** visual terminals don't permit making the cursor invisible. */ #ifdef USE_NNTP - {"catchup_newsgroup", DT_QUAD, R_NONE, OPT_CATCHUP, M_ASKYES}, + {"catchup_newsgroup", DT_SYN, R_NONE, UL "nntp_catchup", 0}, + {"nntp_catchup", DT_QUAD, R_NONE, OPT_CATCHUP, M_ASKYES}, /* ** .pp ** Availability: NNTP @@ -561,9 +564,6 @@ struct option_t MuttVars[] = { ** This option allows you to edit the header of your outgoing messages ** along with the body of your message. */ - {"edit_hdrs", DT_SYN, R_NONE, UL "edit_headers", 0}, - /* - */ {"editor", DT_PATH, R_NONE, UL &Editor, 0}, /* ** .pp @@ -685,7 +685,8 @@ struct option_t MuttVars[] = { ** of the same email for you. */ #ifdef USE_NNTP - {"followup_to_poster", DT_QUAD, R_NONE, OPT_FOLLOWUPTOPOSTER, M_ASKYES}, + {"followup_to_poster", DT_SYN, R_NONE, UL "nntp_followup_to_poster", 0}, + {"nntp_followup_to_poster", DT_QUAD, R_NONE, OPT_FOLLOWUPTOPOSTER, M_ASKYES}, /* ** .pp ** Availability: NNTP @@ -724,9 +725,6 @@ struct option_t MuttVars[] = { ** This variable is only used, if ``$$mime_forward'' is \fIunset\fP, ** otherwise ``$$mime_forward_decode'' is used instead. */ - {"forw_decode", DT_SYN, R_NONE, UL "forward_decode", 0}, - /* - */ {"forward_edit", DT_QUAD, R_NONE, OPT_FORWEDIT, M_YES}, /* ** .pp @@ -740,9 +738,6 @@ struct option_t MuttVars[] = { ** This variable controls the default subject when forwarding a message. ** It uses the same format sequences as the ``$$index_format'' variable. */ - {"forw_format", DT_SYN, R_NONE, UL "forward_format", 0}, - /* - */ {"forward_quote", DT_BOOL, R_NONE, OPTFORWQUOTE, 0}, /* ** .pp @@ -750,9 +745,6 @@ struct option_t MuttVars[] = { ** message (when ``$$mime_forward'' is \fIunset\fP) will be quoted using ** ``$$indent_string''. */ - {"forw_quote", DT_SYN, R_NONE, UL "forward_quote", 0}, - /* - */ {"from", DT_ADDR, R_NONE, UL &From, UL 0}, /* ** .pp @@ -783,7 +775,8 @@ struct option_t MuttVars[] = { ** ``Franklin'' to ``Franklin, Steve''. */ #ifdef USE_NNTP - {"group_index_format", DT_STR, R_BOTH, UL &GroupFormat, UL "%4C %M%N %5s %-45.45f %d"}, + {"group_index_format", DT_SYN, R_NONE, UL "nntp_group_index_format", 0}, + {"nntp_group_index_format", DT_STR, R_BOTH, UL &GroupFormat, UL "%4C %M%N %5s %-45.45f %d"}, /* ** .pp ** Availability: NNTP @@ -806,9 +799,6 @@ struct option_t MuttVars[] = { ** .te */ #endif - {"hdr_format", DT_SYN, R_NONE, UL "index_format", 0}, - /* - */ {"hdrs", DT_BOOL, R_NONE, OPTHDRS, 1}, /* ** .pp @@ -1007,15 +997,12 @@ struct option_t MuttVars[] = { ** only subscribed folders or all folders. This can be toggled in the ** IMAP browser with the \fItoggle-subscribed\fP function. */ - {"imap_mail_check", DT_NUM, R_NONE, UL &ImapBuffyTimeout, 5}, + {"imap_mail_check", DT_NUM, R_NONE, UL &ImapBuffyTimeout, 300}, /* ** .pp ** This variable configures how often (in seconds) Mutt-ng should look for ** new mail in IMAP folders. This is split from the ``$mail_check'' variable ** to generate less traffic and get more accurate information for local folders. - ** .pp - ** It defaults to the default value of ``$mail_check'' which is 5 seconds. But - ** you may want to increase it. */ {"imap_pass", DT_STR, R_NONE, UL &ImapPass, UL 0}, /* @@ -1113,9 +1100,6 @@ struct option_t MuttVars[] = { ** message to which you are replying. You are strongly encouraged not to ** change this value, as it tends to agitate the more fanatical netizens. */ - {"indent_str", DT_SYN, R_NONE, UL "indent_string", 0}, - /* - */ {"index_format", DT_STR, R_BOTH, UL &HdrFmt, UL "%4C %Z %{%b %d} %-15.15L (%?l?%4l&%4c?) %s"}, /* ** .pp @@ -1185,7 +1169,8 @@ struct option_t MuttVars[] = { ** See also: ``$$to_chars''. */ #ifdef USE_NNTP - {"inews", DT_PATH, R_NONE, UL &Inews, UL ""}, + {"inews", DT_SYN, R_NONE, UL "nntp_inews", 0}, + {"nntp_inews", DT_PATH, R_NONE, UL &Inews, UL ""}, /* ** .pp ** Availability: NNTP @@ -1508,10 +1493,6 @@ struct option_t MuttVars[] = { ** forwarding a message while ``$$mime_forward'' is \fIset\fP. Otherwise ** ``$$forward_decode'' is used instead. */ - {"mime_fwd", DT_SYN, R_NONE, UL "mime_forward", 0}, - /* - */ - {"mime_forward_rest", DT_QUAD, R_NONE, OPT_MIMEFWDREST, M_YES}, /* ** .pp @@ -1521,7 +1502,8 @@ struct option_t MuttVars[] = { */ #ifdef USE_NNTP - {"mime_subject", DT_BOOL, R_NONE, OPTMIMESUBJECT, 1}, + {"mime_subject", DT_SYN, R_NONE, UL "nntp_mime_subject", 0}, + {"nntp_mime_subject", DT_BOOL, R_NONE, OPTMIMESUBJECT, 1}, /* ** .pp ** Availability: NNTP @@ -1578,9 +1560,6 @@ struct option_t MuttVars[] = { ** attachments of type \fTmessage/rfc822\fP. For a full listing of defined ** \fTprintf(3)\fP-like sequences see the section on ``$$index_format''. */ - {"msg_format", DT_SYN, R_NONE, UL "message_format", 0}, - /* - */ {"msgid_format", DT_STR, R_NONE, UL &MsgIdFormat, UL "%Y%m%d%h%M%s.G%P%p"}, /* ** .pp @@ -1618,7 +1597,8 @@ struct option_t MuttVars[] = { ** deeper threads to fit on the screen. */ #ifdef USE_NNTP - {"news_cache_dir", DT_PATH, R_NONE, UL &NewsCacheDir, UL "~/.muttng"}, + {"news_cache_dir", DT_SYN, R_NONE, UL "nntp_cache_dir", 0}, + {"nntp_cache_dir", DT_PATH, R_NONE, UL &NewsCacheDir, UL "~/.muttng"}, /* ** .pp ** Availability: NNTP @@ -1631,7 +1611,8 @@ struct option_t MuttVars[] = { ** As for the header caching in connection with IMAP and/or Maildir, ** this drastically increases speed and lowers traffic. */ - {"news_server", DT_STR, R_NONE, UL &NewsServer, 0}, + {"news_server", DT_SYN, R_NONE, UL "nntp_host", 0}, + {"nntp_host", DT_STR, R_NONE, UL &NewsServer, 0}, /* ** .pp ** Availability: NNTP @@ -1652,7 +1633,8 @@ struct option_t MuttVars[] = { ** presents a security risk since the superuser of your machine may read it ** regardless of the file's permissions. */ - {"newsrc", DT_PATH, R_NONE, UL &NewsRc, UL "~/.newsrc"}, + {"newsrc", DT_SYN, R_NONE, UL "nntp_newsrc", 0}, + {"nntp_newsrc", DT_PATH, R_NONE, UL &NewsRc, UL "~/.newsrc"}, /* ** .pp ** Availability: NNTP @@ -1711,7 +1693,8 @@ struct option_t MuttVars[] = { ** presents a security risk since the superuser of your machine may read it ** regardless of the file's permissions. */ - {"nntp_poll", DT_NUM, R_NONE, UL &NewsPollTimeout, 60}, + {"nntp_poll", DT_SYN, R_NONE, UL "nntp_mail_check", 0}, + {"nntp_mail_check", DT_NUM, R_NONE, UL &NewsPollTimeout, 60}, /* ** .pp ** Availability: NNTP @@ -1782,7 +1765,6 @@ struct option_t MuttVars[] = { ** when you are at the end of a message and invoke the \fInext-page\fP ** function. */ - {"pgp_autosign", DT_SYN, R_NONE, UL "crypt_autosign", 0}, {"crypt_autosign", DT_BOOL, R_NONE, OPTCRYPTAUTOSIGN, 0}, /* ** .pp @@ -1794,7 +1776,6 @@ struct option_t MuttVars[] = { ** be overridden by use of the \fIsmime-menu\fP. ** (Crypto only) */ - {"pgp_autoencrypt", DT_SYN, R_NONE, UL "crypt_autoencrypt", 0}, {"crypt_autoencrypt", DT_BOOL, R_NONE, OPTCRYPTAUTOENCRYPT, 0}, /* ** .pp @@ -1815,7 +1796,6 @@ struct option_t MuttVars[] = { ** if you want to play interesting key selection games. ** (PGP only) */ - {"pgp_replyencrypt", DT_SYN, R_NONE, UL "crypt_replyencrypt", 1}, {"crypt_replyencrypt", DT_BOOL, R_NONE, OPTCRYPTREPLYENCRYPT, 1}, /* ** .pp @@ -1823,7 +1803,6 @@ struct option_t MuttVars[] = { ** encrypted. ** (Crypto only) */ - {"pgp_replysign", DT_SYN, R_NONE, UL "crypt_replysign", 0}, {"crypt_replysign", DT_BOOL, R_NONE, OPTCRYPTREPLYSIGN, 0}, /* ** .pp @@ -1833,7 +1812,6 @@ struct option_t MuttVars[] = { ** \fBNote:\fP this does not work on messages that are encrypted \fBand\fP signed! ** (Crypto only) */ - {"pgp_replysignencrypted", DT_SYN, R_NONE, UL "crypt_replysignencrypted", 0}, {"crypt_replysignencrypted", DT_BOOL, R_NONE, OPTCRYPTREPLYSIGNENCRYPTED, 0}, /* ** .pp @@ -1860,7 +1838,6 @@ struct option_t MuttVars[] = { ** If \fIset\fP, Mutt-ng will use a possibly-running gpg-agent process. ** (PGP only) */ - {"pgp_verify_sig", DT_SYN, R_NONE, UL "crypt_verify_sig", 0}, {"crypt_verify_sig", DT_QUAD, R_NONE, OPT_VERIFYSIG, M_YES}, /* ** .pp @@ -1953,7 +1930,6 @@ struct option_t MuttVars[] = { ** removed, while the inner multipart/signed part is retained. ** (PGP only) */ - {"pgp_create_traditional", DT_SYN, R_NONE, UL "pgp_autoinline", 0}, {"pgp_autoinline", DT_BOOL, R_NONE, OPTPGPAUTOINLINE, 0}, /* ** .pp @@ -1972,7 +1948,6 @@ struct option_t MuttVars[] = { ** \fBdeprecated\fP. ** (PGP only) */ - {"pgp_auto_traditional", DT_SYN, R_NONE, UL "pgp_replyinline", 0}, {"pgp_replyinline", DT_BOOL, R_NONE, OPTPGPREPLYINLINE, 0}, /* ** .pp @@ -2190,10 +2165,6 @@ struct option_t MuttVars[] = { ** ``$$mime_forward_decode'' is \fIunset\fP. ** (PGP only) */ - {"forw_decrypt", DT_SYN, R_NONE, UL "forward_decrypt", 0}, - /* - */ - {"smime_timeout", DT_NUM, R_NONE, UL &SmimeTimeout, 300}, /* ** .pp @@ -2336,7 +2307,6 @@ struct option_t MuttVars[] = { ** certificate was issued for the sender's mailbox). ** (S/MIME only) */ - {"smime_sign_as", DT_SYN, R_NONE, UL "smime_default_key", 0}, {"smime_default_key", DT_STR, R_NONE, UL &SmimeDefaultKey, 0}, /* ** .pp @@ -2557,7 +2527,8 @@ struct option_t MuttVars[] = { ** methods are unavailable. If a method is available but authentication ** fails, Mutt-ng will not connect to the POP server. */ - {"pop_checkinterval", DT_NUM, R_NONE, UL &PopCheckTimeout, 60}, + {"pop_checkinterval", DT_SYN, R_NONE, UL "pop_mail_check", 0}, + {"pop_mail_check", DT_NUM, R_NONE, UL &PopCheckTimeout, 60}, /* ** .pp ** Availability: POP @@ -2640,11 +2611,9 @@ struct option_t MuttVars[] = { ** Similar to the ``$$attribution'' variable, Mutt-ng will append this ** string after the inclusion of a message which is being replied to. */ - {"post_indent_str", DT_SYN, R_NONE, UL "post_indent_string", 0}, - /* - */ #ifdef USE_NNTP - {"post_moderated", DT_QUAD, R_NONE, OPT_TOMODERATED, M_ASKYES}, + {"post_moderated", DT_SYN, R_NONE, UL "nntp_post_moderated", 0 }, + {"nntp_post_moderated", DT_QUAD, R_NONE, OPT_TOMODERATED, M_ASKYES}, /* ** .pp ** Availability: NNTP @@ -2703,9 +2672,6 @@ struct option_t MuttVars[] = { ** .pp ** This specifies the command pipe that should be used to print messages. */ - {"print_cmd", DT_SYN, R_NONE, UL "print_command", 0}, - /* - */ {"print_decode", DT_BOOL, R_NONE, OPTPRINTDECODE, 1}, /* ** .pp @@ -3022,7 +2988,8 @@ struct option_t MuttVars[] = { ** shell from \fT/etc/passwd\fP is used. */ #ifdef USE_NNTP - {"save_unsubscribed", DT_BOOL, R_NONE, OPTSAVEUNSUB, 0}, + {"save_unsubscribed", DT_SYN, R_NONE, UL "nntp_save_unsubscribed", 0 }, + {"nntp_save_unsubscribed", DT_BOOL, R_NONE, OPTSAVEUNSUB, 0}, /* ** .pp ** Availability: NNTP @@ -3032,9 +2999,9 @@ struct option_t MuttVars[] = { ** ``newsrc'' file and into the news cache. */ #endif - {"shorten_hierarchy", DT_SYN, R_NONE, UL "sidebar_shorten_hierarchy", 0 }, #ifdef USE_NNTP - {"show_new_news", DT_BOOL, R_NONE, OPTSHOWNEWNEWS, 1}, + {"show_new_news", DT_SYN, R_NONE, UL "nntp_show_new_news", 0 }, + {"nntp_show_new_news", DT_BOOL, R_NONE, OPTSHOWNEWNEWS, 1}, /* ** .pp ** Availability: NNTP @@ -3045,7 +3012,8 @@ struct option_t MuttVars[] = { ** Also controls whether or not the number of new articles of subscribed ** newsgroups will be checked. */ - {"show_only_unread", DT_BOOL, R_NONE, OPTSHOWONLYUNREAD, 0}, + {"show_only_unread", DT_SYN, R_NONE, UL "nntp_show_only_unread", 0 }, + {"nntp_show_only_unread", DT_BOOL, R_NONE, OPTSHOWONLYUNREAD, 0}, /* ** .pp ** Availability: NNTP @@ -3593,7 +3561,8 @@ struct option_t MuttVars[] = { ** to the one used by ``$$status_format''. */ #ifdef USE_NNTP - {"x_comment_to", DT_BOOL, R_NONE, OPTXCOMMENTTO, 0}, + {"x_comment_to", DT_SYN, R_NONE, UL "nntp_x_comment_to", 0}, + {"nntp_x_comment_to", DT_BOOL, R_NONE, OPTXCOMMENTTO, 0}, /* ** .pp ** Availability: NNTP -- 2.20.1