X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=doc%2Fmanual.txt;h=9e08514252f34f492c084374e0ba5563cac12ac0;hb=34bdd3478859130bc69e3253a03590f1bd0be2b5;hp=57f6f01ee8f4b2c198915bcb8e0ae554205c3ae7;hpb=277e5c46345857e1f2a22e59eb67a20342737cd6;p=apps%2Fmadmutt.git diff --git a/doc/manual.txt b/doc/manual.txt index 57f6f01..9e08514 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -350,6 +350,8 @@ 1. Acknowledgments + Index + List of Tables 2.1. Default Menu Movement Keys @@ -873,7 +875,7 @@ Chapter 2. Getting Started |----------+----------+---------------------------------------------| | | | display-message | |----------+----------+---------------------------------------------| - | | | jump to the next new message | + | | | jump to the next new or unread message | |----------+----------+---------------------------------------------| | @ | | show the author's full e-mail address | |----------+----------+---------------------------------------------| @@ -1976,7 +1978,8 @@ Chapter 3. Configuration 4. Defining/Using aliases - Usage: alias key address [ , address, ... ] + Usage: alias key address[ , address, ... ] + It's usually very cumbersome to remember or type out the address of someone you are communicating with. Mutt-ng allows you to create @@ -2029,6 +2032,7 @@ Chapter 3. Configuration Usage: bind map key function + This command allows you to change the default key bindings (operation invoked when pressing a key). @@ -2160,7 +2164,9 @@ Chapter 3. Configuration 6. Defining aliases for character sets - Usage: charset-hook alias charset Usage: iconv-hook charset local-charset + Usage: charset-hook alias charset + Usage: iconv-hook charset local-charset + The charset-hook command defines an alias for a character set. This is useful to properly display messages which are tagged with a character set @@ -2174,6 +2180,7 @@ Chapter 3. Configuration Usage: folder-hook [!]regexp command + It is often desirable to change settings based on which mailbox you are reading. The folder-hook command provides a method by which you can execute any configuration command. regexp is a regular expression @@ -2199,7 +2206,8 @@ Chapter 3. Configuration 8. Keyboard macros - Usage: macro menu key sequence [ description ] + Usage: macro menu key sequence [ description ] + Macros are useful when you would like a single key to perform a series of actions. When you press key in menu menu ,Mutt-ng will behave as if you @@ -2232,8 +2240,10 @@ Chapter 3. Configuration 9. Using color and mono video attributes - Usage: color object foreground background [ regexp ] Usage: color index - foreground background pattern Usage: uncolor index pattern [ pattern ... ] + Usage: color object foregroundbackground [ regexp] + Usage: color index foreground backgroundpattern + Usage: uncolor index pattern[ pattern ... ] + If your terminal supports color, you can spice up Mutt-ng by creating your own color scheme. To define the color of an object (type of information), @@ -2332,8 +2342,9 @@ Chapter 3. Configuration If your terminal does not support color, it is still possible change the video attributes through the use of the ``mono'' command: - Usage: mono [ regexp ] Usage: mono index attribute - pattern Usage: unmono index pattern [ pattern ... ] + Usage: mono [ regexp ] + Usage: mono index attribute pattern + Usage: unmono index pattern[ pattern ... ] where attribute is one of the following: @@ -2349,7 +2360,8 @@ Chapter 3. Configuration 10. Ignoring (weeding) unwanted message headers - Usage: [un]ignore pattern [ pattern ... ] + Usage: [un]ignore pattern [ pattern... ] + Messages often have many header fields added by automatic processing systems, or which may not seem useful to display on the screen. This @@ -2383,8 +2395,8 @@ Chapter 3. Configuration whether you sent them or whether you received them from someone else. For instance, when replying to a message that you sent to a different party, mutt will automatically suggest to send the response to the original - message's recipients -- responding to yourself won't make much sense in - many cases. (See reply-to .) + message's recipients--responding to yourself won't make much sense in many + cases. (See reply-to .) Many users receive e-mail under a number of different addresses. To fully use mutt's features here, the program must be able to recognize what @@ -2502,8 +2514,9 @@ Chapter 3. Configuration 13. Mailing lists - Usage: [un]lists regexp [ regexp ... ] Usage: [un]subscribe regexp [ - regexp ... ] + Usage: [un]lists regexp [ regexp... ] + Usage: [un]subscribe regexp [ regexp... ] + Mutt-ng has a few nice features for using-lists .In order to take advantage of them, you must specify which addresses belong to mailing @@ -2548,6 +2561,7 @@ Chapter 3. Configuration Usage: mbox-hook [!]pattern mailbox + This command is used to move read messages from a specified mailbox to adifferent mailbox automatically when you quit or change folders. pattern is a regular expression specifying the mailbox to treat as a ``spool'' @@ -2558,7 +2572,8 @@ Chapter 3. Configuration 15. Defining mailboxes which receive mail - Usage: [un]mailboxes [!]filename [ filename ... ] + Usage: [un]mailboxes [!]filename[ filename ... ] + This command specifies folders which can receive mail and which will be checked for new messages. By default, the main menu status bar displays @@ -2588,7 +2603,9 @@ Chapter 3. Configuration 16. User defined headers - Usage: my_hdr string unmy_hdr field [ field ... ] + Usage: my_hdr string + Usage: unmy_hdr field [ field... ] + The ``my_hdr'' command allows you to create your own header fields which will be added to every message you send. @@ -2618,7 +2635,8 @@ Chapter 3. Configuration 17. Defining the order of headers when viewing messages - Usage: hdr_order header1 header2 header3 + Usage: hdr_order header1header2 header3 + With this command, you can specify an order in which mutt will attempt to present headers to you when viewing messages. @@ -2633,6 +2651,7 @@ Chapter 3. Configuration Usage: save-hook [!]pattern filename + This command is used to override the default filename used when saving messages. filename will be used as the default filename if the message is From: an address matching regexp or if you are the author and the message @@ -2651,6 +2670,7 @@ Chapter 3. Configuration Usage: fcc-hook [!]pattern mailbox + This command is used to save outgoing mail in a mailbox other than record. Mutt-ng searches the initial list of message recipients for the first matching regexp and uses mailbox as the default Fcc: mailbox. If no match @@ -2667,14 +2687,19 @@ Chapter 3. Configuration Usage: fcc-save-hook [!]pattern mailbox + This command is a shortcut, equivalent to doing both a fcc-hook and a save-hook with its arguments. 21. Change settings based upon message recipients - Usage: reply-hook [!]pattern command Usage: send-hook [!]pattern command + Usage: reply-hook [!]pattern command + Usage: send-hook [!]pattern command Usage: send2-hook [!]pattern command + + v + These commands can be used to execute arbitrary configuration commands based upon recipients of the message. pattern is a regular expression matching the desired address. command is executed when regexp matches @@ -2713,6 +2738,7 @@ Chapter 3. Configuration Usage: message-hook [!]pattern command + This command can be used to execute arbitrary configuration commands before viewing or formatting a message based upon information about the message. command is executed if the pattern matches the message to be @@ -2730,6 +2756,7 @@ Chapter 3. Configuration Usage: crypt-hook pattern keyid + When encrypting messages with PGP or OpenSSL, you may want to associate a certain key with a given e-mail address automatically, either because the recipient's public key can't be deduced from the destination address, or @@ -2746,21 +2773,30 @@ Chapter 3. Configuration Usage: push string + This command adds the named string to the keyboard buffer. The string may contain control characters, key names and function names like the sequence string in the macro command. You may use it to automatically run a - sequence of commands at startup, or when entering certain folders. + sequence of commands at startup, or when entering certain folders. For + example, the following command will automatically collapse all threads + when entering a folder: + + folder-hook . 'push ' + 25. Executing functions - Usage: exec function [ function ... ] + Usage: exec function [ function ... ] + This command can be used to execute any function. Functions are listed in the functions. ``exec function'' is equivalent to ``push ''. 26. Message Scoring - Usage: score pattern value Usage: unscore pattern [ pattern ... ] + Usage: score pattern value + Usage: unscore pattern [ pattern... ] + In situations where you have to cope with a lot of emails, e.g. when you read many different mailing lists, and take part in discussions, it is @@ -2818,7 +2854,9 @@ Chapter 3. Configuration 27. Spam detection - Usage: spam pattern format Usage: nospam pattern + Usage: spam pattern format + Usage: nospam pattern + Mutt-ng has generalized support for external spam-scoring filters. By defining your spam patterns with the spam and nospam commands, you can @@ -2908,9 +2946,11 @@ Chapter 3. Configuration 28. Setting variables - Usage: set [no|inv]variable [=value] [ variable ... ] Usage: toggle - variable [variable ... ] Usage: unset variable [variable ... ] Usage: - reset variable [variable ... ] + Usage: set [no|inv]variable[=value] [ variable ... ] + Usage: toggle variable [variable... ] + Usage: unset variable [variable... ] + Usage: reset variable [variable... ] + This command is used to set (and unset) variables .There are four basic types of variables: boolean, number, string and quadoption. boolean @@ -2961,7 +3001,8 @@ Chapter 3. Configuration 29. Reading initialization commands from another file - Usage: source filename [ filename ... ] + Usage: source filename [ filename... ] + This command allows the inclusion of initialization commands from other files. For example, I place all of my aliases in ˜/.mail_aliases so that @@ -2976,7 +3017,8 @@ Chapter 3. Configuration 30. Removing hooks - Usage: unhook [ * | hook-type ] + Usage: unhook [ * | hook-type ] + This command permits you to flush hooks you have previously defined. You can either remove all hooks by giving the ``*'' character as an argument, @@ -4239,7 +4281,7 @@ Chapter 4. Advanced Usage 19.2. Write a compressed mailbox - Usage: close-hook regexp "command" + Usage: close-hook regexp"command" This is used to close the folder that was open with the open-hook command after some changes were made to it. @@ -4264,7 +4306,7 @@ Chapter 4. Advanced Usage 19.3. Append a message to a compressed mailbox - Usage: append-hook regexp "command" + Usage: append-hook regexp"command" This command is used for saving to an existing compressed folder. The command is the command that can be used for appending to the folders whose @@ -6068,7 +6110,7 @@ Chapter 7. Reference Type: number - Default: 0 + Default: 1 Availability: debug @@ -7602,7 +7644,7 @@ Chapter 7. Reference Type: system property - Value: 477 + Value: 503 This is a read-only system property and specifies muttng's subversion revision string. @@ -7633,7 +7675,19 @@ Chapter 7. Reference This variable, when set, makes the thread tree narrower, allowing deeper threads to fit on the screen. -160. nntp_ask_followup_to +160. net_inc + + Type: number + + Default: 10 + + Operations that expect to transfer a large amount of data over the network + will update their progress every net_inc kilobytes. If set to 0, no + progress messages will be displayed. + + See also ``$read_inc'' and ``$write_inc''. + +161. nntp_ask_followup_to Type: boolean @@ -7644,7 +7698,7 @@ Chapter 7. Reference If set, Mutt-ng will prompt you for the Followup-To: header field before editing the body of an outgoing news article. -161. nntp_ask_x_comment_to +162. nntp_ask_x_comment_to Type: boolean @@ -7655,7 +7709,7 @@ Chapter 7. Reference If set, Mutt-ng will prompt you for the X-Comment-To: header field before editing the body of an outgoing news article. -162. nntp_cache_dir +163. nntp_cache_dir Type: path @@ -7670,7 +7724,7 @@ Chapter 7. Reference As for the header caching in connection with IMAP and/or Maildir, this drastically increases speed and lowers traffic. -163. nntp_catchup +164. nntp_catchup Type: quadoption @@ -7681,7 +7735,7 @@ Chapter 7. Reference If this variable is set, Mutt-ng will mark all articles in a newsgroup as read when you leaving it. -164. nntp_context +165. nntp_context Type: number @@ -7696,7 +7750,7 @@ Chapter 7. Reference If there're more articles than defined with $nntp_context, all older ones will be removed/not shown in the index. -165. nntp_followup_to_poster +166. nntp_followup_to_poster Type: quadoption @@ -7708,7 +7762,7 @@ Chapter 7. Reference Followup-To: header field, a follow-up to the newsgroup is not permitted. The message will be mailed to the submitter of the message via mail. -166. nntp_group_index_format +167. nntp_group_index_format Type: string @@ -7731,7 +7785,7 @@ Chapter 7. Reference %|X pad to the end of the line with character "X" -167. nntp_host +168. nntp_host Type: string @@ -7754,7 +7808,7 @@ Chapter 7. Reference presents a security risk since the superuser of your machine may read it regardless of the file's permissions. -168. nntp_inews +169. nntp_inews Type: path @@ -7771,7 +7825,7 @@ Chapter 7. Reference Example: set inews="/usr/local/bin/inews -hS" -169. nntp_load_description +170. nntp_load_description Type: boolean @@ -7782,7 +7836,7 @@ Chapter 7. Reference This variable controls whether or not descriptions for newsgroups are to be loaded when subscribing to a newsgroup. -170. nntp_mail_check +171. nntp_mail_check Type: number @@ -7794,7 +7848,7 @@ Chapter 7. Reference new article will cause a recheck for new news. If set to 0, Mutt-ng will recheck on each operation in index (stepping, read article, etc.). -171. nntp_mime_subject +172. nntp_mime_subject Type: boolean @@ -7807,7 +7861,7 @@ Chapter 7. Reference Note: Only change this setting if you know what you are doing. -172. nntp_newsrc +173. nntp_newsrc Type: path @@ -7824,7 +7878,7 @@ Chapter 7. Reference %s newsserver name -173. nntp_pass +174. nntp_pass Type: string @@ -7838,7 +7892,7 @@ Chapter 7. Reference since the superuser of your machine may read it regardless of the file's permissions. -174. nntp_post_moderated +175. nntp_post_moderated Type: quadoption @@ -7852,7 +7906,7 @@ Chapter 7. Reference Note: if the newsserver does not support posting to that newsgroup or a group is totally read-only, that posting will not have any effect. -175. nntp_reconnect +176. nntp_reconnect Type: quadoption @@ -7863,7 +7917,7 @@ Chapter 7. Reference Controls whether or not Mutt-ng will try to reconnect to a newsserver when the was connection lost. -176. nntp_save_unsubscribed +177. nntp_save_unsubscribed Type: boolean @@ -7874,7 +7928,7 @@ Chapter 7. Reference When set, info about unsubscribed newsgroups will be saved into the ``newsrc'' file and into the news cache. -177. nntp_show_new_news +178. nntp_show_new_news Type: boolean @@ -7887,7 +7941,7 @@ Chapter 7. Reference controls whether or not the number of new articles of subscribed newsgroups will be checked. -178. nntp_show_only_unread +179. nntp_show_only_unread Type: boolean @@ -7898,7 +7952,7 @@ Chapter 7. Reference If set, only subscribed newsgroups that contain unread articles will be displayed in the newsgroup browser. -179. nntp_user +180. nntp_user Type: string @@ -7909,7 +7963,7 @@ Chapter 7. Reference Your login name on the NNTP server. If unset and the server requires authentification, Mutt-ng will prompt you for your account name. -180. nntp_x_comment_to +181. nntp_x_comment_to Type: boolean @@ -7921,7 +7975,7 @@ Chapter 7. Reference full name of the original article author) to articles that you followup to. -181. operating_system +182. operating_system Type: string @@ -7933,7 +7987,7 @@ Chapter 7. Reference It may, for example, look as: ``mutt-ng 1.5.9i (Linux)''. -182. pager +183. pager Type: path @@ -7949,7 +8003,7 @@ Chapter 7. Reference pager, and screen resizes cause lines longer than the screen width to be badly formatted in the help menu. -183. pager_context +184. pager_context Type: number @@ -7960,7 +8014,7 @@ Chapter 7. Reference Mutt-ng will display the line after the last one on the screen at the top of the next page (0 lines of context). -184. pager_format +185. pager_format Type: string @@ -7970,7 +8024,7 @@ Chapter 7. Reference displayed before each message in either the internal or an external pager. The valid sequences are listed in the ``$index_format'' section. -185. pager_index_lines +186. pager_index_lines Type: number @@ -7987,7 +8041,7 @@ Chapter 7. Reference of messages in the current folder is less than pager_index_lines, then the index will only use as many lines as it needs. -186. pager_stop +187. pager_stop Type: boolean @@ -7996,7 +8050,7 @@ Chapter 7. Reference When set, the internal-pager will not move to the next message when you are at the end of a message and invoke the next-page function. -187. pgp_auto_decode +188. pgp_auto_decode Type: boolean @@ -8009,7 +8063,7 @@ Chapter 7. Reference checked with the check-traditional-pgp function, Mutt-ng will automatically check the message for traditional pgp. -188. pgp_autoinline +189. pgp_autoinline Type: boolean @@ -8028,7 +8082,7 @@ Chapter 7. Reference Also note that using the old-style PGP message format is strongly deprecated. (PGP only) -189. pgp_check_exit +190. pgp_check_exit Type: boolean @@ -8038,7 +8092,7 @@ Chapter 7. Reference signing or encrypting. A non-zero exit code means that the subprocess failed. (PGP only) -190. pgp_clearsign_command +191. pgp_clearsign_command Type: string @@ -8048,7 +8102,7 @@ Chapter 7. Reference Note that the use of this format is strongly deprecated. (PGP only) -191. pgp_decode_command +192. pgp_decode_command Type: string @@ -8086,7 +8140,7 @@ Chapter 7. Reference samples/ subdirectory which has been installed on your system alongside the documentation. (PGP only) -192. pgp_decrypt_command +193. pgp_decrypt_command Type: string @@ -8094,7 +8148,7 @@ Chapter 7. Reference This command is used to decrypt a PGP encrypted message. (PGP only) -193. pgp_encrypt_only_command +194. pgp_encrypt_only_command Type: string @@ -8102,7 +8156,7 @@ Chapter 7. Reference This command is used to encrypt a body part without signing it. (PGP only) -194. pgp_encrypt_sign_command +195. pgp_encrypt_sign_command Type: string @@ -8110,7 +8164,7 @@ Chapter 7. Reference This command is used to both sign and encrypt a body part. (PGP only) -195. pgp_entry_format +196. pgp_entry_format Type: string @@ -8158,7 +8212,7 @@ Chapter 7. Reference (PGP only) -196. pgp_export_command +197. pgp_export_command Type: string @@ -8167,7 +8221,7 @@ Chapter 7. Reference This command is used to export a public key from the user's key ring. (PGP only) -197. pgp_getkeys_command +198. pgp_getkeys_command Type: string @@ -8176,7 +8230,7 @@ Chapter 7. Reference This command is invoked whenever Mutt-ng will need public key information. %r is the only printf(3)-like sequence used with this format. (PGP only) -198. pgp_good_sign +199. pgp_good_sign Type: regular expression @@ -8187,7 +8241,7 @@ Chapter 7. Reference text. Use this variable if the exit code from the command is 0 even for bad signatures. (PGP only) -199. pgp_ignore_subkeys +200. pgp_ignore_subkeys Type: boolean @@ -8197,7 +8251,7 @@ Chapter 7. Reference Instead, the principal key will inherit the subkeys' capabilities. Unset this if you want to play interesting key selection games. (PGP only) -200. pgp_import_command +201. pgp_import_command Type: string @@ -8206,7 +8260,7 @@ Chapter 7. Reference This command is used to import a key from a message into the user's public key ring. (PGP only) -201. pgp_list_pubring_command +202. pgp_list_pubring_command Type: string @@ -8218,7 +8272,7 @@ Chapter 7. Reference This format is also generated by the pgpring utility which comes with Mutt-ng. (PGP only) -202. pgp_list_secring_command +203. pgp_list_secring_command Type: string @@ -8230,7 +8284,7 @@ Chapter 7. Reference This format is also generated by the pgpring utility which comes with Mutt-ng. (PGP only) -203. pgp_long_ids +204. pgp_long_ids Type: boolean @@ -8239,7 +8293,7 @@ Chapter 7. Reference If set, use 64 bit PGP key IDs. Unset uses the normal 32 bit Key IDs. (PGP only) -204. pgp_mime_auto +205. pgp_mime_auto Type: quadoption @@ -8252,7 +8306,7 @@ Chapter 7. Reference Also note that using the old-style PGP message format is strongly deprecated. (PGP only) -205. pgp_replyinline +206. pgp_replyinline Type: boolean @@ -8273,7 +8327,7 @@ Chapter 7. Reference Also note that using the old-style PGP message format is strongly deprecated. (PGP only) -206. pgp_retainable_sigs +207. pgp_retainable_sigs Type: boolean @@ -8286,7 +8340,7 @@ Chapter 7. Reference where the outer layer (multipart/encrypted) can be easily removed, while the inner multipart/signed part is retained. (PGP only) -207. pgp_show_unusable +208. pgp_show_unusable Type: boolean @@ -8296,7 +8350,7 @@ Chapter 7. Reference menu. This includes keys which have been revoked, have expired, or have been marked as ``disabled'' by the user. (PGP only) -208. pgp_sign_as +209. pgp_sign_as Type: string @@ -8306,7 +8360,7 @@ Chapter 7. Reference which of your private keys to use. It is recommended that you use the keyid form to specify your key (e.g., ``0x00112233''). (PGP only) -209. pgp_sign_command +210. pgp_sign_command Type: string @@ -8315,7 +8369,7 @@ Chapter 7. Reference This command is used to create the detached PGP signature for a multipart/signed PGP/MIME body part. (PGP only) -210. pgp_sort_keys +211. pgp_sort_keys Type: sort order @@ -8343,7 +8397,7 @@ Chapter 7. Reference If you prefer reverse order of the above values, prefix it with ``reverse-''. (PGP only) -211. pgp_strict_enc +212. pgp_strict_enc Type: boolean @@ -8354,7 +8408,7 @@ Chapter 7. Reference problems with non-verifyable PGP signatures, so only change this if you know what you are doing. (PGP only) -212. pgp_timeout +213. pgp_timeout Type: number @@ -8363,7 +8417,7 @@ Chapter 7. Reference The number of seconds after which a cached passphrase will expire if not used. Default: 300. (PGP only) -213. pgp_use_gpg_agent +214. pgp_use_gpg_agent Type: boolean @@ -8371,7 +8425,7 @@ Chapter 7. Reference If set, Mutt-ng will use a possibly-running gpg-agent process. (PGP only) -214. pgp_verify_command +215. pgp_verify_command Type: string @@ -8379,7 +8433,7 @@ Chapter 7. Reference This command is used to verify PGP signatures. (PGP only) -215. pgp_verify_key_command +216. pgp_verify_key_command Type: string @@ -8388,7 +8442,7 @@ Chapter 7. Reference This command is used to verify key information from the key selection menu. (PGP only) -216. pipe_decode +217. pipe_decode Type: boolean @@ -8398,7 +8452,7 @@ Chapter 7. Reference pipe the messages without any preprocessing. When set, Mutt-ng will weed headers and will attempt to PGP/MIME decode the messages first. -217. pipe_sep +218. pipe_sep Type: string @@ -8407,7 +8461,7 @@ Chapter 7. Reference The separator to add between messages when piping a list of tagged messages to an external Unix command. -218. pipe_split +219. pipe_split Type: boolean @@ -8420,7 +8474,7 @@ Chapter 7. Reference by one. In both cases the messages are piped in the current sorted order, and the ``$pipe_sep'' separator is added after each message. -219. pop_auth_try_all +220. pop_auth_try_all Type: boolean @@ -8433,7 +8487,7 @@ Chapter 7. Reference unavailable. If a method is available but authentication fails, Mutt-ng will not connect to the POP server. -220. pop_authenticators +221. pop_authenticators Type: string @@ -8452,7 +8506,7 @@ Chapter 7. Reference Example: set pop_authenticators="digest-md5:apop:user" -221. pop_delete +222. pop_delete Type: quadoption @@ -8464,7 +8518,7 @@ Chapter 7. Reference server when using the ``fetch-mail'' function. When unset, Mutt-ng will download messages but also leave them on the POP server. -222. pop_host +223. pop_host Type: string @@ -8481,7 +8535,7 @@ Chapter 7. Reference since the superuser of your machine may read it regardless of the file's permissions. -223. pop_last +224. pop_last Type: boolean @@ -8493,7 +8547,7 @@ Chapter 7. Reference for retrieving only unread messages from the POP server when using the ``fetch-mail'' function. -224. pop_mail_check +225. pop_mail_check Type: number @@ -8504,7 +8558,7 @@ Chapter 7. Reference This variable configures how often (in seconds) POP should look for new mail. -225. pop_pass +226. pop_pass Type: string @@ -8519,7 +8573,7 @@ Chapter 7. Reference since the superuser of your machine may read it regardless of the file's permissions. -226. pop_reconnect +227. pop_reconnect Type: quadoption @@ -8530,7 +8584,7 @@ Chapter 7. Reference Controls whether or not Mutt-ng will try to reconnect to a POP server when the connection is lost. -227. pop_user +228. pop_user Type: string @@ -8542,7 +8596,7 @@ Chapter 7. Reference This variable defaults to your user name on the local machine. -228. post_indent_string +229. post_indent_string Type: string @@ -8551,7 +8605,7 @@ Chapter 7. Reference Similar to the ``$attribution'' variable, Mutt-ng will append this string after the inclusion of a message which is being replied to. -229. postpone +230. postpone Type: quadoption @@ -8560,7 +8614,7 @@ Chapter 7. Reference Controls whether or not messages are saved in the ``$postponed'' mailbox when you elect not to send immediately. -230. postponed +231. postponed Type: path @@ -8571,7 +8625,7 @@ Chapter 7. Reference in the mailbox specified by this variable. Also see the ``$postpone'' variable. -231. preconnect +232. preconnect Type: string @@ -8591,7 +8645,7 @@ Chapter 7. Reference Note: For this example to work, you must be able to log in to the remote machine without having to enter a password. -232. print +233. print Type: quadoption @@ -8600,7 +8654,7 @@ Chapter 7. Reference Controls whether or not Mutt-ng really prints messages. This is set to ask-no by default, because some people accidentally hit ``p'' often. -233. print_command +234. print_command Type: path @@ -8608,7 +8662,7 @@ Chapter 7. Reference This specifies the command pipe that should be used to print messages. -234. print_decode +235. print_decode Type: boolean @@ -8621,7 +8675,7 @@ Chapter 7. Reference useful if you are using some advanced printer filter which is able to properly format e-mail messages for printing. -235. print_split +236. print_split Type: boolean @@ -8636,7 +8690,7 @@ Chapter 7. Reference Those who use the enscript(1) program's mail-printing mode will most likely want to set this option. -236. prompt_after +237. prompt_after Type: boolean @@ -8647,7 +8701,7 @@ Chapter 7. Reference returning to the index menu. If unset, Mutt-ng will return to the index menu when the external pager exits. -237. query_command +238. query_command Type: path @@ -8657,7 +8711,7 @@ Chapter 7. Reference queries. The string should contain a %s, which will be substituted with the query string the user types. See ``query'' for more information. -238. quit +239. quit Type: quadoption @@ -8668,7 +8722,7 @@ Chapter 7. Reference effect, and if it is set to ask-yes or ask-no, you are prompted for confirmation when you try to quit. -239. quote_empty +240. quote_empty Type: boolean @@ -8677,7 +8731,7 @@ Chapter 7. Reference Controls whether or not empty lines will be quoted using ``indent_string''. -240. quote_quoted +241. quote_quoted Type: boolean @@ -8687,7 +8741,7 @@ Chapter 7. Reference be added to the end of existing prefix. Otherwise, quoted lines will be prepended by ``indent_string''. -241. quote_regexp +242. quote_regexp Type: regular expression @@ -8700,7 +8754,7 @@ Chapter 7. Reference to set this to a regular expression that matches exactly the quote characters at the beginning of quoted lines. -242. read_inc +243. read_inc Type: number @@ -8716,7 +8770,7 @@ Chapter 7. Reference Also see the ``$write_inc'' variable. -243. read_only +244. read_only Type: boolean @@ -8724,7 +8778,7 @@ Chapter 7. Reference If set, all folders are opened in read-only mode. -244. realname +245. realname Type: string @@ -8738,7 +8792,7 @@ Chapter 7. Reference Note: This variable will not be used when the user has set a real name in the $from variable. -245. recall +246. recall Type: quadoption @@ -8750,7 +8804,7 @@ Chapter 7. Reference Setting this variable to yes is not generally useful, and thus not recommended. -246. record +247. record Type: path @@ -8764,7 +8818,7 @@ Chapter 7. Reference The value of $record is overridden by the ``$force_name'' and ``$save_name'' variables, and the ``fcc-hook'' command. -247. reply_regexp +248. reply_regexp Type: regular expression @@ -8774,7 +8828,7 @@ Chapter 7. Reference replying. The default value corresponds to the English ``Re:'' and the German ``Aw:''. -248. reply_self +249. reply_self Type: boolean @@ -8784,7 +8838,7 @@ Chapter 7. Reference assume that you want to reply to the recipients of that message rather than to yourself. -249. reply_to +250. reply_to Type: quadoption @@ -8798,7 +8852,7 @@ Chapter 7. Reference ``Reply-To:'' header field to the list address and you want to send a private message to the author of a message. -250. resolve +251. resolve Type: boolean @@ -8808,7 +8862,7 @@ Chapter 7. Reference undeleted) message whenever a command that modifies the current message is executed. -251. reverse_alias +252. reverse_alias Type: boolean @@ -8829,7 +8883,7 @@ Chapter 7. Reference ``abd30425@somewhere.net.'' This is useful when the person's e-mail address is not human friendly (like CompuServe addresses). -252. reverse_name +253. reverse_name Type: boolean @@ -8843,7 +8897,7 @@ Chapter 7. Reference is unset, or the address that would be used doesn't match your alternates, the From: line will use your address on the current machine. -253. reverse_realname +254. reverse_realname Type: boolean @@ -8854,7 +8908,7 @@ Chapter 7. Reference possibly including eventual real names. When it is unset, Mutt-ng will override any such real names with the setting of the realname variable. -254. rfc2047_parameters +255. rfc2047_parameters Type: boolean @@ -8876,7 +8930,7 @@ Chapter 7. Reference Mutt-ng generates this kind of encoding. Instead, Mutt-ng will unconditionally use the encoding specified in RFC 2231. -255. save_address +256. save_address Type: boolean @@ -8886,7 +8940,7 @@ Chapter 7. Reference default folder for saving a mail. If ``$save_name'' or ``$force_name'' is set too, the selection of the fcc folder will be changed as well. -256. save_empty +257. save_empty Type: boolean @@ -8899,7 +8953,7 @@ Chapter 7. Reference Note: This only applies to mbox and MMDF folders, Mutt-ng does not delete MH and Maildir directories. -257. save_name +258. save_name Type: boolean @@ -8914,7 +8968,7 @@ Chapter 7. Reference Also see the ``$force_name'' variable. -258. score +259. score Type: boolean @@ -8924,7 +8978,7 @@ Chapter 7. Reference selectively disable scoring for certain folders when the ``$score_threshold_delete'' variable and friends are used. -259. score_threshold_delete +260. score_threshold_delete Type: number @@ -8935,7 +8989,7 @@ Chapter 7. Reference Mutt-ng scores are always greater than or equal to zero, the default setting of this variable will never mark a message for deletion. -260. score_threshold_flag +261. score_threshold_flag Type: number @@ -8944,7 +8998,7 @@ Chapter 7. Reference Messages which have been assigned a score greater than or equal to this variable's value are automatically marked ``flagged''. -261. score_threshold_read +262. score_threshold_read Type: number @@ -8955,7 +9009,7 @@ Chapter 7. Reference Mutt-ng scores are always greater than or equal to zero, the default setting of this variable will never mark a message read. -262. send_charset +263. send_charset Type: string @@ -8968,7 +9022,7 @@ Chapter 7. Reference character set (such as iso-8859-2, koi8-r or iso-2022-jp) either instead of or after iso-8859-1. -263. sendmail +264. sendmail Type: path @@ -8978,7 +9032,7 @@ Chapter 7. Reference Mutt-ng expects that the specified program interprets additional arguments as recipient addresses. -264. sendmail_wait +265. sendmail_wait Type: number @@ -9005,7 +9059,7 @@ Chapter 7. Reference process will be put in a temporary file. If there is some error, you will be informed as to where to find the output. -265. shell +266. shell Type: path @@ -9014,7 +9068,7 @@ Chapter 7. Reference Command to use when spawning a subshell. By default, the user's login shell from /etc/passwd is used. -266. sidebar_boundary +267. sidebar_boundary Type: string @@ -9024,7 +9078,7 @@ Chapter 7. Reference variable specifies the characters at which to split a folder name into ``hierarchy items.'' -267. sidebar_delim +268. sidebar_delim Type: string @@ -9033,7 +9087,7 @@ Chapter 7. Reference This specifies the delimiter between the sidebar (if visible) and other screens. -268. sidebar_newmail_only +269. sidebar_newmail_only Type: boolean @@ -9041,7 +9095,7 @@ Chapter 7. Reference If set, only folders with new mail will be shown in the sidebar. -269. sidebar_number_format +270. sidebar_number_format Type: string @@ -9082,7 +9136,7 @@ Chapter 7. Reference 1) These expandos only have a non-zero value for the current mailbox and will always be zero otherwise. -270. sidebar_shorten_hierarchy +271. sidebar_shorten_hierarchy Type: boolean @@ -9098,7 +9152,7 @@ Chapter 7. Reference At which characters this compression is done is controled via the $sidebar_boundary variable. -271. sidebar_visible +272. sidebar_visible Type: boolean @@ -9107,7 +9161,7 @@ Chapter 7. Reference This specifies whether or not to show the sidebar (a list of folders specified with the ``mailboxes'' command). -272. sidebar_width +273. sidebar_width Type: number @@ -9115,7 +9169,7 @@ Chapter 7. Reference The width of the sidebar. -273. sig_dashes +274. sig_dashes Type: boolean @@ -9130,7 +9184,7 @@ Chapter 7. Reference For example, Mutt-ng has the ability to highlight the signature in a different color in the builtin pager. -274. sig_on_top +275. sig_on_top Type: boolean @@ -9141,7 +9195,7 @@ Chapter 7. Reference you really know what you are doing, and are prepared to take some heat from netiquette guardians. -275. signature +276. signature Type: path @@ -9151,7 +9205,7 @@ Chapter 7. Reference outgoing messages. If the filename ends with a pipe (``|''), it is assumed that filename is a shell command and input should be read from its stdout. -276. signoff_string +277. signoff_string Type: string @@ -9164,7 +9218,7 @@ Chapter 7. Reference or witty quotes into your mails, better use a signature file instead of the signoff string. -277. simple_search +278. simple_search Type: string @@ -9180,7 +9234,7 @@ Chapter 7. Reference ˜f joe | ˜s joe -278. sleep_time +279. sleep_time Type: number @@ -9191,7 +9245,7 @@ Chapter 7. Reference expunging messages from the current folder. The default is to pause one second, so a value of zero for this option suppresses the pause. -279. smart_wrap +280. smart_wrap Type: boolean @@ -9201,7 +9255,7 @@ Chapter 7. Reference pager. If set, long lines are wrapped at a word boundary. If unset, lines are simply wrapped at the screen edge. Also see the ``$markers'' variable. -280. smileys +281. smileys Type: regular expression @@ -9210,7 +9264,7 @@ Chapter 7. Reference The pager uses this variable to catch some common false positives of ``$quote_regexp'', most notably smileys in the beginning of a line -281. smime_ask_cert_label +282. smime_ask_cert_label Type: boolean @@ -9220,7 +9274,7 @@ Chapter 7. Reference certificate about to be added to the database or not. It is set by default. (S/MIME only) -282. smime_ca_location +283. smime_ca_location Type: path @@ -9229,7 +9283,7 @@ Chapter 7. Reference This variable contains the name of either a directory, or a file which contains trusted certificates for use with OpenSSL. (S/MIME only) -283. smime_certificates +284. smime_certificates Type: path @@ -9242,7 +9296,7 @@ Chapter 7. Reference contains mailbox-address keyid pairs, and which can be manually edited. This one points to the location of the certificates. (S/MIME only) -284. smime_decrypt_command +285. smime_decrypt_command Type: string @@ -9285,7 +9339,7 @@ Chapter 7. Reference samples/ subdirectory which has been installed on your system alongside the documentation. (S/MIME only) -285. smime_decrypt_use_default_key +286. smime_decrypt_use_default_key Type: boolean @@ -9296,7 +9350,7 @@ Chapter 7. Reference use the mailbox-address to determine the key to use. It will ask you to supply a key, if it can't find one. (S/MIME only) -286. smime_default_key +287. smime_default_key Type: string @@ -9306,7 +9360,7 @@ Chapter 7. Reference keyid (the hash-value that OpenSSL generates) to work properly (S/MIME only) -287. smime_encrypt_command +288. smime_encrypt_command Type: string @@ -9314,7 +9368,7 @@ Chapter 7. Reference This command is used to create encrypted S/MIME messages. (S/MIME only) -288. smime_encrypt_with +289. smime_encrypt_with Type: string @@ -9325,7 +9379,7 @@ Chapter 7. Reference If unset ``3des'' (TripleDES) is used. (S/MIME only) -289. smime_get_cert_command +290. smime_get_cert_command Type: string @@ -9334,7 +9388,7 @@ Chapter 7. Reference This command is used to extract X509 certificates from a PKCS7 structure. (S/MIME only) -290. smime_get_cert_email_command +291. smime_get_cert_email_command Type: string @@ -9344,7 +9398,7 @@ Chapter 7. Reference certificates, and for verification purposes (to check whether the certificate was issued for the sender's mailbox). (S/MIME only) -291. smime_get_signer_cert_command +292. smime_get_signer_cert_command Type: string @@ -9354,7 +9408,7 @@ Chapter 7. Reference S/MIME signature, so that the certificate's owner may get compared to the email's ``From:'' header field. (S/MIME only) -292. smime_import_cert_command +293. smime_import_cert_command Type: string @@ -9363,7 +9417,7 @@ Chapter 7. Reference This command is used to import a certificate via smime_keysng. (S/MIME only) -293. smime_is_default +294. smime_is_default Type: boolean @@ -9379,7 +9433,7 @@ Chapter 7. Reference (Note that this variable can be overridden by unsetting $crypt_autosmime.) (S/MIME only) -294. smime_keys +295. smime_keys Type: path @@ -9392,7 +9446,7 @@ Chapter 7. Reference which contains mailbox-address keyid pair, and which can be manually edited. This one points to the location of the private keys. (S/MIME only) -295. smime_pk7out_command +296. smime_pk7out_command Type: string @@ -9401,7 +9455,7 @@ Chapter 7. Reference This command is used to extract PKCS7 structures of S/MIME signatures, in order to extract the public X509 certificate(s). (S/MIME only) -296. smime_sign_command +297. smime_sign_command Type: string @@ -9410,7 +9464,7 @@ Chapter 7. Reference This command is used to created S/MIME signatures of type multipart/signed, which can be read by all mail clients. (S/MIME only) -297. smime_sign_opaque_command +298. smime_sign_opaque_command Type: string @@ -9420,7 +9474,7 @@ Chapter 7. Reference application/x-pkcs7-signature, which can only be handled by mail clients supporting the S/MIME extension. (S/MIME only) -298. smime_timeout +299. smime_timeout Type: number @@ -9429,7 +9483,7 @@ Chapter 7. Reference The number of seconds after which a cached passphrase will expire if not used. (S/MIME only) -299. smime_verify_command +300. smime_verify_command Type: string @@ -9438,7 +9492,7 @@ Chapter 7. Reference This command is used to verify S/MIME signatures of type multipart/signed. (S/MIME only) -300. smime_verify_opaque_command +301. smime_verify_opaque_command Type: string @@ -9447,7 +9501,7 @@ Chapter 7. Reference This command is used to verify S/MIME signatures of type application/x-pkcs7-mime. (S/MIME only) -301. smtp_envelope +302. smtp_envelope Type: string @@ -9463,7 +9517,7 @@ Chapter 7. Reference as the envelope sender but only a particular one which may not be the same as the user's desired From: header. -302. smtp_host +303. smtp_host Type: string @@ -9475,7 +9529,7 @@ Chapter 7. Reference invoking the sendmail binary. Setting this variable overrides the value of ``$sendmail'', and any associated variables. -303. smtp_pass +304. smtp_pass Type: string @@ -9490,7 +9544,7 @@ Chapter 7. Reference since the superuser of your machine may read it regardless of the file's permissions. -304. smtp_port +305. smtp_port Type: number @@ -9504,7 +9558,7 @@ Chapter 7. Reference Defaults to 25, the standard SMTP port, but RFC 2476-compliant SMTP servers will probably desire 587, the mail submission port. -305. smtp_use_tls +306. smtp_use_tls Type: string @@ -9518,7 +9572,7 @@ Chapter 7. Reference to start TLS and continue without TLS in case of an error. Muttng still needs to have SSL support enabled in order to use it. -306. smtp_user +307. smtp_user Type: string @@ -9529,7 +9583,7 @@ Chapter 7. Reference Defines the username to use with SMTP AUTH. Setting this variable will cause Mutt-ng to attempt to use SMTP AUTH when sending. -307. sort +308. sort Type: sort order @@ -9552,7 +9606,7 @@ Chapter 7. Reference You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort=reverse-date-sent). -308. sort_alias +309. sort_alias Type: sort order @@ -9566,7 +9620,7 @@ Chapter 7. Reference unsorted (leave in order specified in .muttrc) -309. sort_aux +310. sort_aux Type: sort order @@ -9589,7 +9643,7 @@ Chapter 7. Reference not the right thing to do, but kept to not break any existing configuration setting). -310. sort_browser +311. sort_browser Type: sort order @@ -9607,7 +9661,7 @@ Chapter 7. Reference You may optionally use the ``reverse-'' prefix to specify reverse sorting order (example: set sort_browser=reverse-date). -311. sort_re +312. sort_re Type: boolean @@ -9622,7 +9676,7 @@ Chapter 7. Reference whether or not this is the case, as long as the non-``$reply_regexp'' parts of both messages are identical. -312. spam_separator +313. spam_separator Type: string @@ -9633,7 +9687,7 @@ Chapter 7. Reference matches value for the spam label. If set, each successive match will append to the previous, using ``spam_separator'' as a separator. -313. spoolfile +314. spoolfile Type: path @@ -9644,7 +9698,7 @@ Chapter 7. Reference automatically set this variable to the value of the environment variable $MAIL if it is not set. -314. ssl_ca_certificates_file +315. ssl_ca_certificates_file Type: path @@ -9656,7 +9710,7 @@ Chapter 7. Reference Example: set ssl_ca_certificates_file=/etc/ssl/certs/ca-certificates.crt -315. ssl_client_cert +316. ssl_client_cert Type: path @@ -9666,7 +9720,7 @@ Chapter 7. Reference The file containing a client certificate and its associated private key. -316. ssl_force_tls +317. ssl_force_tls Type: boolean @@ -9678,7 +9732,7 @@ Chapter 7. Reference otherwise have to abort the connection anyway. This option supersedes ``$ssl_starttls''. -317. ssl_min_dh_prime_bits +318. ssl_min_dh_prime_bits Type: number @@ -9690,7 +9744,7 @@ Chapter 7. Reference use in any Diffie-Hellman key exchange. A value of 0 will use the default from the GNUTLS library. -318. ssl_starttls +319. ssl_starttls Type: quadoption @@ -9702,7 +9756,7 @@ Chapter 7. Reference advertising the capability. When unset, Mutt-ng will not attempt to use STARTTLS regardless of the server's capabilities. -319. ssl_use_sslv2 +320. ssl_use_sslv2 Type: boolean @@ -9713,7 +9767,7 @@ Chapter 7. Reference This variables specifies whether to attempt to use SSLv2 in the SSL authentication process. -320. ssl_use_sslv3 +321. ssl_use_sslv3 Type: boolean @@ -9724,7 +9778,7 @@ Chapter 7. Reference This variables specifies whether to attempt to use SSLv3 in the SSL authentication process. -321. ssl_use_tlsv1 +322. ssl_use_tlsv1 Type: boolean @@ -9735,7 +9789,7 @@ Chapter 7. Reference This variables specifies whether to attempt to use TLSv1 in the SSL authentication process. -322. ssl_usesystemcerts +323. ssl_usesystemcerts Type: boolean @@ -9747,7 +9801,7 @@ Chapter 7. Reference certificate store when checking if server certificate is signed by a trusted CA. -323. status_chars +324. status_chars Type: string @@ -9764,7 +9818,7 @@ Chapter 7. Reference (Certain operations like composing a new mail, replying, forwarding, etc. are not permitted in this mode). -324. status_format +325. status_format Type: string @@ -9908,7 +9962,7 @@ Chapter 7. Reference will replace any dots in the expansion by underscores. This might be helpful with IMAP folders that don't like dots in folder names. -325. status_on_top +326. status_on_top Type: boolean @@ -9917,7 +9971,7 @@ Chapter 7. Reference Setting this variable causes the ``status bar'' to be displayed on the first line of the screen rather than near the bottom. -326. strict_mailto +327. strict_mailto Type: boolean @@ -9932,7 +9986,7 @@ Chapter 7. Reference ``X-Mailto-'' and the message including headers will be shown in the editor regardless of what ``$edit_headers'' is set to. -327. strict_mime +328. strict_mime Type: boolean @@ -9947,7 +10001,7 @@ Chapter 7. Reference *text to a single space to prevent the display of MIME-encoded ``Subject:'' header field from being devided into multiple lines. -328. strict_threads +329. strict_threads Type: boolean @@ -9958,9 +10012,10 @@ Chapter 7. Reference 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. + which will get grouped together. See also ``$sort_re'' for a less drastic + way of controlling this behaviour. -329. strip_was +330. strip_was Type: boolean @@ -9970,7 +10025,7 @@ Chapter 7. Reference which matches $strip_was_regex when replying. This is useful to properly react on subject changes and reduce ``subject noise.'' (esp. in Usenet) -330. strip_was_regex +331. strip_was_regex Type: regular expression @@ -9980,7 +10035,7 @@ Chapter 7. Reference part of the ``Subject'' line when replying if it won't be empty afterwards. -331. stuff_quoted +332. stuff_quoted Type: boolean @@ -9990,7 +10045,7 @@ Chapter 7. Reference ``stuffed'', i.e. a space will be inserted between the quote characters and the actual text. -332. suspend +333. suspend Type: boolean @@ -10000,7 +10055,7 @@ Chapter 7. Reference key, usually CTRL+Z. This is useful if you run Mutt-ng inside an xterm using a command like ``xterm -e muttng.'' -333. text_flowed +334. text_flowed Type: boolean @@ -10013,7 +10068,7 @@ Chapter 7. Reference Note that $indent_string is ignored when this option is set. -334. thorough_search +335. thorough_search Type: boolean @@ -10024,7 +10079,7 @@ Chapter 7. Reference searched are decoded before searching. If unset, messages are searched as they appear in the folder. -335. thread_received +336. thread_received Type: boolean @@ -10033,7 +10088,7 @@ Chapter 7. Reference When set, Mutt-ng uses the date received rather than the date sent to thread messages by subject. -336. tilde +337. tilde Type: boolean @@ -10042,7 +10097,7 @@ Chapter 7. Reference When set, the internal-pager will pad blank lines to the bottom of the screen with a tilde (˜). -337. timeout +338. timeout Type: number @@ -10052,7 +10107,7 @@ Chapter 7. Reference to be pressed in the main menu before timing out and checking for new mail. A value of zero or less will cause Mutt-ng to never time out. -338. tmpdir +339. tmpdir Type: path @@ -10063,7 +10118,7 @@ Chapter 7. Reference not set, the environment variable $TMPDIR is used. If $TMPDIR is not set then "/tmp" is used. -339. to_chars +340. to_chars Type: string @@ -10080,7 +10135,7 @@ Chapter 7. Reference character is used to indicate when a mail was sent to a mailing-list you're subscribe to (default: L). -340. trash +341. trash Type: path @@ -10093,7 +10148,7 @@ Chapter 7. Reference Note: When you delete a message in the trash folder, it is really deleted, so that there is no way to recover mail. -341. tunnel +342. tunnel Type: string @@ -10108,7 +10163,7 @@ Chapter 7. Reference Note: For this example to work you must be able to log in to the remote machine without having to enter a password. -342. umask +343. umask Type: number @@ -10117,7 +10172,7 @@ Chapter 7. Reference This sets the umask that will be used by Mutt-ng when creating all kinds of files. If unset, the default value is 077. -343. uncollapse_jump +344. uncollapse_jump Type: boolean @@ -10126,7 +10181,7 @@ Chapter 7. Reference When set, Mutt-ng will jump to the next unread message, if any, when the current thread is uncollapsed. -344. use_8bitmime +345. use_8bitmime Type: boolean @@ -10141,7 +10196,7 @@ Chapter 7. Reference flag when sending 8-bit messages to enable ESMTP negotiation or tell libESMTP to do so. -345. use_domain +346. use_domain Type: boolean @@ -10151,7 +10206,7 @@ Chapter 7. Reference portion) with the value of ``$hostname''. If unset, no addresses will be qualified. -346. use_from +347. use_from Type: boolean @@ -10161,7 +10216,7 @@ Chapter 7. Reference messages. If unset, no ``From:'' header field will be generated unless the user explicitly sets one using the ``my_hdr'' command. -347. use_idn +348. use_idn Type: boolean @@ -10174,7 +10229,7 @@ Chapter 7. Reference Note: You can use IDNs for addresses even if this is unset. This variable only affects decoding. -348. use_ipv6 +349. use_ipv6 Type: boolean @@ -10184,7 +10239,7 @@ Chapter 7. Reference contact. If this option is unset, Mutt-ng will restrict itself to IPv4 addresses. Normally, the default should work. -349. visual +350. visual Type: path @@ -10193,7 +10248,7 @@ Chapter 7. Reference Specifies the visual editor to invoke when the ˜v command is given in the builtin editor. -350. wait_key +351. wait_key Type: boolean @@ -10209,7 +10264,7 @@ Chapter 7. Reference When set, Mutt-ng will always ask for a key. When unset, Mutt-ng will wait for a key only if the external command returned a non-zero status. -351. weed +352. weed Type: boolean @@ -10218,7 +10273,7 @@ Chapter 7. Reference When set, Mutt-ng will weed headers when displaying, forwarding, printing, or replying to messages. -352. wrap_search +353. wrap_search Type: boolean @@ -10229,7 +10284,7 @@ Chapter 7. Reference When set, searches will wrap around the first (or last) message. When unset, searches will not wrap. -353. wrapmargin +354. wrapmargin Type: number @@ -10238,7 +10293,7 @@ Chapter 7. Reference Controls the size of the margin remaining at the right side of the terminal when Mutt-ng's pager does smart wrapping. -354. write_bcc +355. write_bcc Type: boolean @@ -10247,7 +10302,7 @@ Chapter 7. Reference Controls whether Mutt-ng writes out the Bcc header when preparing messages to be sent. Exim users may wish to unset this. -355. write_inc +356. write_inc Type: number @@ -10259,7 +10314,7 @@ Chapter 7. Reference Also see the ``$read_inc'' variable. -356. xterm_icon +357. xterm_icon Type: string @@ -10269,7 +10324,7 @@ Chapter 7. Reference set. This string is identical in formatting to the one used by ``$status_format''. -357. xterm_leave +358. xterm_leave Type: string @@ -10285,7 +10340,7 @@ Chapter 7. Reference set xterm_leave = "`test x$DISPLAY != x && xprop -id $WINDOWID | grep WM_NAME | cut -d '"' -f 2`" -358. xterm_set_titles +359. xterm_set_titles Type: boolean @@ -10295,7 +10350,7 @@ Chapter 7. Reference as you're in an appropriate terminal). The default must be unset to force in the validity checking. -359. xterm_title +360. xterm_title Type: string @@ -10392,7 +10447,8 @@ Chapter 7. Reference list mail m compose a new mail message mail-key ESC k mail a PGP public key - next-new TAB jump to the next new message + next-new not bound jump to the next new message + next-new-then-unread TAB jump to the next new or unread message next-subthread ESC n jump to the next subthread next-thread ^N jump to the next thread next-undeleted j move to the next undeleted message @@ -10400,7 +10456,10 @@ Chapter 7. Reference parent-message P jump to parent message in thread pipe-message | pipe message/attachment to a shell command - previous-new ESC TAB jump to the previous new message + previous-new not bound jump to the previous new message + previous-new-then-unread + ESC TAB jump to the previous new or unread message + previous-page Z move to the previous page previous-subthread ESC p jump to previous subthread previous-thread ^P jump to previous thread @@ -10477,7 +10536,8 @@ Chapter 7. Reference mark-as-new N toggle a message's 'new' flag next-line RET scroll down one line next-entry J move to the next entry - next-new TAB jump to the next new message + next-new not bound jump to the next new message + next-new-then-unread TAB jump to the next new or unread message next-page move to the next page next-subthread ESC n jump to the next subthread next-thread ^N jump to the next thread @@ -10489,6 +10549,8 @@ Chapter 7. Reference previous-line BackSpace scroll up one line previous-entry K move to the previous entry previous-new not bound jump to the previous new message + previous-new-then-unread + not bound jump to the previous new or unread message previous-page - move to the previous page previous-subthread ESC p jump to previous subthread previous-thread ^P jump to previous thread @@ -10757,3 +10819,729 @@ Chapter 8. Miscellany o Andreas Kneib o Carsten Schoelzki o Elimar Riesebieter + +Index + + C + + Configuration Variables + + abort_noattach, abort_noattach + + abort_nosubject, abort_nosubject + + abort_unmodified, abort_unmodified + + agent_string, agent_string + + alias_file, alias_file + + alias_format, alias_format + + allow_8bit, allow_8bit + + allow_ansi, allow_ansi + + arrow_cursor, arrow_cursor + + ascii_chars, ascii_chars + + askbcc, askbcc + + askcc, askcc + + assumed_charset, assumed_charset + + attach_format, attach_format + + attach_remind_regexp, attach_remind_regexp + + attach_sep, attach_sep + + attach_split, attach_split + + attribution, attribution + + autoedit, autoedit + + auto_tag, auto_tag + + beep, beep + + beep_new, beep_new + + bounce, bounce + + bounce_delivered, bounce_delivered + + braille_friendly, braille_friendly + + certificate_file, certificate_file + + charset, charset + + check_new, check_new + + collapse_unread, collapse_unread + + compose_format, compose_format + + config_charset, config_charset + + confirmappend, confirmappend + + confirmcreate, confirmcreate + + connect_timeout, connect_timeout + + content_type, content_type + + copy, copy + + crypt_autoencrypt, crypt_autoencrypt + + crypt_autopgp, crypt_autopgp + + crypt_autosign, crypt_autosign + + crypt_autosmime, crypt_autosmime + + crypt_replyencrypt, crypt_replyencrypt + + crypt_replysign, crypt_replysign + + crypt_replysignencrypted, crypt_replysignencrypted + + crypt_timestamp, crypt_timestamp + + crypt_use_gpgme, crypt_use_gpgme + + crypt_verify_sig, crypt_verify_sig + + date_format, date_format + + debug_level, debug_level + + default_hook, default_hook + + delete, delete + + delete_space, delete_space + + delete_untag, delete_untag + + digest_collapse, digest_collapse + + display_filter, display_filter + + dotlock_program, dotlock_program + + dsn_notify, dsn_notify + + dsn_return, dsn_return + + duplicate_threads, duplicate_threads + + editor, editor + + editor_headers, editor_headers + + edit_headers, edit_headers + + encode_from, encode_from + + entropy_file, entropy_file + + envelope_from, envelope_from + + escape, escape + + fast_reply, fast_reply + + fcc_attach, fcc_attach + + fcc_clear, fcc_clear + + file_charset, file_charset + + folder, folder + + folder_format, folder_format + + followup_to, followup_to + + force_buffy_check, force_buffy_check + + force_name, force_name + + forward_decode, forward_decode + + forward_decrypt, forward_decrypt + + forward_edit, forward_edit + + forward_format, forward_format + + forward_quote, forward_quote + + from, from + + gecos_mask, gecos_mask + + hdrs, hdrs + + header, header + + header_cache, header_cache + + header_cache_compress, header_cache_compress + + help, help + + hidden_host, hidden_host + + hide_limited, hide_limited + + hide_missing, hide_missing + + hide_thread_subject, hide_thread_subject + + hide_top_limited, hide_top_limited + + hide_top_missing, hide_top_missing + + history, history + + honor_followup_to, honor_followup_to + + hostname, hostname + + ignore_list_reply_to, ignore_list_reply_to + + imap_authenticators, imap_authenticators + + imap_check_subscribed, imap_check_subscribed + + imap_delim_chars, imap_delim_chars + + imap_headers, imap_headers + + imap_home_namespace, imap_home_namespace + + imap_keepalive, imap_keepalive + + imap_list_subscribed, imap_list_subscribed + + imap_login, imap_login + + imap_mail_check, imap_mail_check + + imap_pass, imap_pass + + imap_passive, imap_passive + + imap_peek, imap_peek + + imap_reconnect, imap_reconnect + + imap_servernoise, imap_servernoise + + imap_user, imap_user + + implicit_autoview, implicit_autoview + + include, include + + include_onlyfirst, include_onlyfirst + + indent_string, indent_string + + index_format, index_format + + ispell, ispell + + keep_flagged, keep_flagged + + list_reply, list_reply + + locale, locale + + mailcap_path, mailcap_path + + mailcap_sanitize, mailcap_sanitize + + maildir_header_cache_verify, maildir_header_cache_verify + + maildir_trash, maildir_trash + + mail_check, mail_check + + markers, markers + + mark_old, mark_old + + mask, mask + + max_display_recips, max_display_recips + + max_line_length, max_line_length + + mbox, mbox + + mbox_type, mbox_type + + menu_context, menu_context + + menu_move_off, menu_move_off + + menu_scroll, menu_scroll + + message_format, message_format + + meta_key, meta_key + + metoo, metoo + + mh_purge, mh_purge + + mh_seq_flagged, mh_seq_flagged + + mh_seq_replied, mh_seq_replied + + mh_seq_unseen, mh_seq_unseen + + mime_forward, mime_forward + + mime_forward_decode, mime_forward_decode + + mime_forward_rest, mime_forward_rest + + mixmaster, mixmaster + + mix_entry_format, mix_entry_format + + move, move + + msgid_format, msgid_format + + muttng_bindir, muttng_bindir + + muttng_docdir, muttng_docdir + + muttng_folder_name, muttng_folder_name + + muttng_folder_path, muttng_folder_path + + muttng_hcache_backend, muttng_hcache_backend + + muttng_pwd, muttng_pwd + + muttng_revision, muttng_revision + + muttng_sysconfdir, muttng_sysconfdir + + muttng_version, muttng_version + + narrow_tree, narrow_tree + + net_inc, net_inc + + nntp_ask_followup_to, nntp_ask_followup_to + + nntp_ask_x_comment_to, nntp_ask_x_comment_to + + nntp_cache_dir, nntp_cache_dir + + nntp_catchup, nntp_catchup + + nntp_context, nntp_context + + nntp_followup_to_poster, nntp_followup_to_poster + + nntp_group_index_format, nntp_group_index_format + + nntp_host, nntp_host + + nntp_inews, nntp_inews + + nntp_load_description, nntp_load_description + + nntp_mail_check, nntp_mail_check + + nntp_mime_subject, nntp_mime_subject + + nntp_newsrc, nntp_newsrc + + nntp_pass, nntp_pass + + nntp_post_moderated, nntp_post_moderated + + nntp_reconnect, nntp_reconnect + + nntp_save_unsubscribed, nntp_save_unsubscribed + + nntp_show_new_news, nntp_show_new_news + + nntp_show_only_unread, nntp_show_only_unread + + nntp_user, nntp_user + + nntp_x_comment_to, nntp_x_comment_to + + operating_system, operating_system + + pager, pager + + pager_context, pager_context + + pager_format, pager_format + + pager_index_lines, pager_index_lines + + pager_stop, pager_stop + + pgp_autoinline, pgp_autoinline + + pgp_auto_decode, pgp_auto_decode + + pgp_check_exit, pgp_check_exit + + pgp_clearsign_command, pgp_clearsign_command + + pgp_decode_command, pgp_decode_command + + pgp_decrypt_command, pgp_decrypt_command + + pgp_encrypt_only_command, pgp_encrypt_only_command + + pgp_encrypt_sign_command, pgp_encrypt_sign_command + + pgp_entry_format, pgp_entry_format + + pgp_export_command, pgp_export_command + + pgp_getkeys_command, pgp_getkeys_command + + pgp_good_sign, pgp_good_sign + + pgp_ignore_subkeys, pgp_ignore_subkeys + + pgp_import_command, pgp_import_command + + pgp_list_pubring_command, pgp_list_pubring_command + + pgp_list_secring_command, pgp_list_secring_command + + pgp_long_ids, pgp_long_ids + + pgp_mime_auto, pgp_mime_auto + + pgp_replyinline, pgp_replyinline + + pgp_retainable_sigs, pgp_retainable_sigs + + pgp_show_unusable, pgp_show_unusable + + pgp_sign_as, pgp_sign_as + + pgp_sign_command, pgp_sign_command + + pgp_sort_keys, pgp_sort_keys + + pgp_strict_enc, pgp_strict_enc + + pgp_timeout, pgp_timeout + + pgp_use_gpg_agent, pgp_use_gpg_agent + + pgp_verify_command, pgp_verify_command + + pgp_verify_key_command, pgp_verify_key_command + + pipe_decode, pipe_decode + + pipe_sep, pipe_sep + + pipe_split, pipe_split + + pop_authenticators, pop_authenticators + + pop_auth_try_all, pop_auth_try_all + + pop_delete, pop_delete + + pop_host, pop_host + + pop_last, pop_last + + pop_mail_check, pop_mail_check + + pop_pass, pop_pass + + pop_reconnect, pop_reconnect + + pop_user, pop_user + + postpone, postpone + + postponed, postponed + + post_indent_string, post_indent_string + + preconnect, preconnect + + print, print + + print_command, print_command + + print_decode, print_decode + + print_split, print_split + + prompt_after, prompt_after + + query_command, query_command + + quit, quit + + quote_empty, quote_empty + + quote_quoted, quote_quoted + + quote_regexp, quote_regexp + + read_inc, read_inc + + read_only, read_only + + realname, realname + + recall, recall + + record, record + + reply_regexp, reply_regexp + + reply_self, reply_self + + reply_to, reply_to + + resolve, resolve + + reverse_alias, reverse_alias + + reverse_name, reverse_name + + reverse_realname, reverse_realname + + rfc2047_parameters, rfc2047_parameters + + save_address, save_address + + save_empty, save_empty + + save_name, save_name + + score, score + + score_threshold_delete, score_threshold_delete + + score_threshold_flag, score_threshold_flag + + score_threshold_read, score_threshold_read + + sendmail, sendmail + + sendmail_wait, sendmail_wait + + send_charset, send_charset + + shell, shell + + sidebar_boundary, sidebar_boundary + + sidebar_delim, sidebar_delim + + sidebar_newmail_only, sidebar_newmail_only + + sidebar_number_format, sidebar_number_format + + sidebar_shorten_hierarchy, sidebar_shorten_hierarchy + + sidebar_visible, sidebar_visible + + sidebar_width, sidebar_width + + signature, signature + + signoff_string, signoff_string + + sig_dashes, sig_dashes + + sig_on_top, sig_on_top + + simple_search, simple_search + + sleep_time, sleep_time + + smart_wrap, smart_wrap + + smileys, smileys + + smime_ask_cert_label, smime_ask_cert_label + + smime_ca_location, smime_ca_location + + smime_certificates, smime_certificates + + smime_decrypt_command, smime_decrypt_command + + smime_decrypt_use_default_key, smime_decrypt_use_default_key + + smime_default_key, smime_default_key + + smime_encrypt_command, smime_encrypt_command + + smime_encrypt_with, smime_encrypt_with + + smime_get_cert_command, smime_get_cert_command + + smime_get_cert_email_command, smime_get_cert_email_command + + smime_get_signer_cert_command, smime_get_signer_cert_command + + smime_import_cert_command, smime_import_cert_command + + smime_is_default, smime_is_default + + smime_keys, smime_keys + + smime_pk7out_command, smime_pk7out_command + + smime_sign_command, smime_sign_command + + smime_sign_opaque_command, smime_sign_opaque_command + + smime_timeout, smime_timeout + + smime_verify_command, smime_verify_command + + smime_verify_opaque_command, smime_verify_opaque_command + + smtp_envelope, smtp_envelope + + smtp_host, smtp_host + + smtp_pass, smtp_pass + + smtp_port, smtp_port + + smtp_user, smtp_user + + smtp_use_tls, smtp_use_tls + + sort, sort + + sort_alias, sort_alias + + sort_aux, sort_aux + + sort_browser, sort_browser + + sort_re, sort_re + + spam_separator, spam_separator + + spoolfile, spoolfile + + ssl_ca_certificates_file, ssl_ca_certificates_file + + ssl_client_cert, ssl_client_cert + + ssl_force_tls, ssl_force_tls + + ssl_min_dh_prime_bits, ssl_min_dh_prime_bits + + ssl_starttls, ssl_starttls + + ssl_usesystemcerts, ssl_usesystemcerts + + ssl_use_sslv2, ssl_use_sslv2 + + ssl_use_sslv3, ssl_use_sslv3 + + ssl_use_tlsv1, ssl_use_tlsv1 + + status_chars, status_chars + + status_format, status_format + + status_on_top, status_on_top + + strict_mailto, strict_mailto + + strict_mime, strict_mime + + strict_threads, strict_threads + + strip_was, strip_was + + strip_was_regex, strip_was_regex + + stuff_quoted, stuff_quoted + + suspend, suspend + + text_flowed, text_flowed + + thorough_search, thorough_search + + thread_received, thread_received + + tilde, tilde + + timeout, timeout + + tmpdir, tmpdir + + to_chars, to_chars + + trash, trash + + tunnel, tunnel + + umask, umask + + uncollapse_jump, uncollapse_jump + + use_8bitmime, use_8bitmime + + use_domain, use_domain + + use_from, use_from + + use_idn, use_idn + + use_ipv6, use_ipv6 + + visual, visual + + wait_key, wait_key + + weed, weed + + wrapmargin, wrapmargin + + wrap_search, wrap_search + + write_bcc, write_bcc + + write_inc, write_inc + + xterm_icon, xterm_icon + + xterm_leave, xterm_leave + + xterm_set_titles, xterm_set_titles + + xterm_title, xterm_title