From 48d5c7532ee9fdfb5d1d06483ef6bf8e3b09891d Mon Sep 17 00:00:00 2001 From: pdmef Date: Thu, 13 Oct 2005 19:38:24 +0000 Subject: [PATCH] Rocco Rutte: - kill $list_reply and add $force_list_reply (without synonym) (see mailing lists) git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@546 e385b8ad-14ed-0310-8656-cc95a2468c6d --- UPGRADING | 5 + VERSION.svn | 2 +- doc/manual.txt | 699 +++++++++++++++++++++++++------------------------ init.h | 8 +- send.c | 5 +- 5 files changed, 374 insertions(+), 345 deletions(-) diff --git a/UPGRADING b/UPGRADING index 1af4ff7..7c6450f 100644 --- a/UPGRADING +++ b/UPGRADING @@ -10,6 +10,11 @@ This document is not the place for verbose documentation; it only offers the necessary keywords to look them up in the manual, ChangeLog or other sources of information. +2005-10-13: + + The $list_reply variable has been removed and replaced by + $force_list_reply without a synonym. + 2005-10-09: The "attachments" and "unattachments" commands were added. The %X diff --git a/VERSION.svn b/VERSION.svn index fc3dff1..f50c65e 100644 --- a/VERSION.svn +++ b/VERSION.svn @@ -1 +1 @@ -545 +546 diff --git a/doc/manual.txt b/doc/manual.txt index f6dd5af..1540e0f 100644 --- a/doc/manual.txt +++ b/doc/manual.txt @@ -8,7 +8,7 @@ - version devel-r541 + version devel-r545 Abstract @@ -4827,6 +4827,11 @@ Chapter 5. Mutt-ng's MIME Support "attachments ?" will list your current settings in Muttrc format, so that it can be pasted elsewhere. + Please note that counting attachments may require lots of data be loaded. + This may cause noticeable slowdowns over network links depending on the + connection speed and message sizes. To fine-tune the behavior on a + per-folder or other basis, the $count_attachments variable may be used. + 7. MIME Lookup Usage: mime_lookupmime-type [mime-type ...] @@ -5826,7 +5831,23 @@ Chapter 7. Reference will be saved for later references. Also see ``$record'', ``$save_name'', ``$force_name'' and ``fcc-hook''. -37. $crypt_autoencrypt +37. $count_attachments + + Type: boolean + + Default: yes + + This variable controls whether attachments should be counted for + $index_format and its %X expando or not. As for scoring, this variable can + be used to selectively turn counting on or off instead of removing and + re-adding rules as prefered because counting requires full loading of + messages. + + If it is set and rules were defined via the attachments and/or + unattachments commands, counting will be done. If it is unset no counting + will be done regardless whether rules were defined or not. + +38. $crypt_autoencrypt Type: boolean @@ -5840,7 +5861,7 @@ Chapter 7. Reference S/MIME messages and settings can be overridden by use of the smime-menu. (Crypto only) -38. $crypt_autopgp +39. $crypt_autopgp Type: boolean @@ -5851,7 +5872,7 @@ Chapter 7. Reference ``$crypt_replyencrypt'', ``$crypt_autosign'', ``$crypt_replysign'' and ``$smime_is_default''. -39. $crypt_autosign +40. $crypt_autosign Type: boolean @@ -5864,7 +5885,7 @@ Chapter 7. Reference create S/MIME messages and settings can be overridden by use of the smime-menu. (Crypto only) -40. $crypt_autosmime +41. $crypt_autosmime Type: boolean @@ -5875,7 +5896,7 @@ Chapter 7. Reference ``$crypt_replyencrypt'', ``$crypt_autosign'', ``$crypt_replysign'' and ``$smime_is_default''. -41. $crypt_replyencrypt +42. $crypt_replyencrypt Type: boolean @@ -5884,7 +5905,7 @@ Chapter 7. Reference If set, automatically PGP or OpenSSL encrypt replies to messages which are encrypted. (Crypto only) -42. $crypt_replysign +43. $crypt_replysign Type: boolean @@ -5896,7 +5917,7 @@ Chapter 7. Reference Note: this does not work on messages that are encrypted and signed! (Crypto only) -43. $crypt_replysignencrypted +44. $crypt_replysignencrypted Type: boolean @@ -5909,7 +5930,7 @@ Chapter 7. Reference that Mutt-ng is not able to find out whether an encrypted message is also signed. (Crypto only) -44. $crypt_timestamp +45. $crypt_timestamp Type: boolean @@ -5920,7 +5941,7 @@ Chapter 7. Reference colors to mark these lines, and rely on these, you may unset this setting. (Crypto only) -45. $crypt_use_gpgme +46. $crypt_use_gpgme Type: boolean @@ -5933,7 +5954,7 @@ Chapter 7. Reference Note: You need to use this option in your .muttngrc configuration file as it won't have any effect when used interactively. -46. $crypt_verify_sig +47. $crypt_verify_sig Type: quadoption @@ -5943,7 +5964,7 @@ Chapter 7. Reference ask whether or not to verify the signature. If ``no'', never attempt to verify cryptographic signatures. (Crypto only) -47. $date_format +48. $date_format Type: string @@ -5959,7 +5980,7 @@ Chapter 7. Reference bang is discarded, and the month and week day names in the rest of the string are expanded in the C locale (that is in US English). -48. $debug_level +49. $debug_level Type: number @@ -5974,7 +5995,7 @@ Chapter 7. Reference Currently, this number must be >= 0 and <= 5 and muttng must be started with -d to enable debugging at all; enabling at runtime is not possible. -49. $default_hook +50. $default_hook Type: string @@ -5989,7 +6010,7 @@ Chapter 7. Reference or if it is from you (if the from address matches ``alternates'') and is to or cc'ed to a user matching the given regular expression. -50. $delete +51. $delete Type: quadoption @@ -6000,7 +6021,7 @@ Chapter 7. Reference automatically be purged without prompting. If set to no, messages marked for deletion will be kept in the mailbox. -51. $delete_space +52. $delete_space Type: boolean @@ -6014,7 +6035,7 @@ Chapter 7. Reference Note: this variable only has an effect on outgoing messages (if $text_flowed is set) but not on incomming. -52. $delete_untag +53. $delete_untag Type: boolean @@ -6024,7 +6045,7 @@ Chapter 7. Reference deletion. This applies when you either explicitly delete a message, or when you save it to another folder. -53. $digest_collapse +54. $digest_collapse Type: boolean @@ -6034,7 +6055,7 @@ Chapter 7. Reference the subparts of individual messages in a multipart/digest. To see these subparts, press 'v' on that menu. -54. $display_filter +55. $display_filter Type: path @@ -6044,7 +6065,7 @@ Chapter 7. Reference viewed it is passed as standard input to $display_filter, and the filtered message is read from the standard output. -55. $dotlock_program +56. $dotlock_program Type: path @@ -6054,7 +6075,7 @@ Chapter 7. Reference Contains the path of the muttng_dotlock(1) binary to be used by Mutt-ng. -56. $dsn_notify +57. $dsn_notify Type: string @@ -6071,7 +6092,7 @@ Chapter 7. Reference Example: set dsn_notify="failure,delay" -57. $dsn_return +58. $dsn_return Type: string @@ -6086,7 +6107,7 @@ Chapter 7. Reference Example: set dsn_return=hdrs -58. $duplicate_threads +59. $duplicate_threads Type: boolean @@ -6097,7 +6118,7 @@ Chapter 7. Reference will indicate that it thinks they are duplicates of each other with an equals sign in the thread diagram. -59. $edit_headers +60. $edit_headers Type: boolean @@ -6109,7 +6130,7 @@ Chapter 7. Reference Which empty header fields to show is controlled by the $editor_headers option. -60. $editor +61. $editor Type: path @@ -6119,7 +6140,7 @@ Chapter 7. Reference the value of the $VISUAL, or $EDITOR, environment variable, or to the string "vi" if neither of those are set. -61. $editor_headers +62. $editor_headers Type: string @@ -6132,7 +6153,7 @@ Chapter 7. Reference Note: if $edit_headers had to be turned on by force because $strict_mailto is unset, this option has no effect. -62. $encode_from +63. $encode_from Type: boolean @@ -6148,7 +6169,7 @@ Chapter 7. Reference standard. Alternatively, you must take care of space-stuffing