]> git.llucax.com Git - software/mutt-debian.git/blob - UPDATING
small typo, it is ~f, not ~F
[software/mutt-debian.git] / UPDATING
1 This file lists incompatible changes and additional/new features made to
2 mutt. Please read this file carefully when upgrading your installation.
3
4 The keys used are:
5   !: modified feature, -: deleted feature, +: new feature
6
7 hg tip:
8   ! $fcc_attach is a quadoption now
9   + $honor_disposition to honor Content-Disposition headers
10   + $search_context specifies number of context lines for search results
11     in pager/page-based menus
12   + ssl_use_sslv2 defaults to no
13   + uncolor works for header + body objects, too
14   + the "flagged" and "replied" flags are enabled/supported for
15     POP when built with header caching
16   ! browser correctly displays maildir's mtime
17   + <set-flag> and <clear-flag> work in the pager, too
18   + ~x pattern also matches against In-Reply-To
19   + lower case patterns for string searches perform case-insensitive
20     search as regex patterns do (except IMAP)
21   + $ssl_verify_dates controls whether mutt checks the validity period of
22     SSL certificates
23   + $ssl_verify_hostname controls whether mutt will accept certificates whose
24     host names do not match the host name in the folder URL.
25
26 1.5.19 (2009-01-05):
27
28   + support for SSL certificate chains
29   + <what-key> function works in pager, too
30   + support for tokyocabinet (qdbm successor)
31   ! $move now defaults to "no" instead of "ask-no"
32   + $imap_pipeline_depth controls the number of commands that mutt can issue
33     to an IMAP server before it must collect the responses
34   + $ssl_client_cert available with gnutls as well as openssl
35   + 'mime_lookup application/octet-stream' added to system Muttrc
36
37 1.5.18 (2008-05-17):
38
39   ! header caches internally are utf-8 regardless of current locale
40   + $query_format (customize external query menu)
41   ! inode sorting is always enabled
42   + $time_inc suppresses progress updates less than $time_inc
43     milliseconds apart.
44   + X-Label: headers must now be RfC2047-encoded
45
46 1.5.17 (2007-11-01):
47
48   ! --enable-exact-address works again
49
50 1.5.16 (2007-06-09):
51
52   + next-unread-mailbox
53   + $message_cache_clean (clean cache on sync)
54   + $smtp_pass
55   ! $header_cache_compress defaults to yes
56
57 1.5.15 (2007-04-06):
58
59   - $imap_home_namespace (useless clutter)
60   + $check_mbox_size (use size change instead of atime for new mail)
61   ! improved f=f support wraps lines at $wrap if $wrap is not 0
62   + $wrap (>0 wraps at $wrap, <0 = $wrapmargin)
63   + $assumed_charset, $attach_charset, $ignore_linear_white_space
64   + $save_history, $history_file (save history across sessions)
65   + $smtp_url (ESMTP relay support)
66   + $crypt_use_pka (use GPGME PKA signature verification)
67   ! format pipe support: format strings ending in | are filtered
68   ! buffy size is configurable at runtime (no --enable-buffy-size
69     configure option, new $check_mbox_size variable)
70
71 1.5.13 (2006-08-14):
72
73   + thread patterns.  Use ~(...) to match all threads that
74     contain a message that matches ...
75
76 1.5.12 (2006-07-14):
77
78   - $imap_cachedir replaced with $message_cachedir
79   + Header/body caching for POP ($message_cachedir)
80   + Header caching for MH folders 
81   ! $record now defaults to ~/sent
82   ! $imap_idle now defaults to "yes" instead of "no"
83   + Tab-completion for $my_* variable names and values
84   + Expansion of mutt variables (except shell escape)
85   + Self-defined variables with $my_* prefix 
86   + Pattern group support 
87   + $imap_cachedir
88   + 'old' flag on IMAP folders
89   + SASL-IR support for IMAP
90   + IMAP IDLE support and $imap_idle
91   + Pipeline-based IMAP communicaton
92   + Full large file support
93   + Attachment counting: attachments and unattachments commands,
94     %Q and %X for $attach_format, %X for $index_format
95   + Basque translation
96   + QDBM backend for header caching
97   + Irish translation
98
99 1.5.11 (2005-09-15):
100
101   ! $envelope_from_address has been added, $envelope_from has been renamed
102     to $use_envelope_from
103   + Progress bar via $net_inc
104   + IMAP server-side simple string search
105   + Simple string matches instead of full regex matches for '=' instead
106     of '~' with pattern modifiers
107   ! ~l matches all known lists, ~u only subscribed
108   - SASL 1.5 support
109   ! The manual is now build from DocBook/XML instead of Linuxdoc/SGML source
110
111 1.5.10 (2005-08-11):
112
113   + $imap_check_subscribed
114   + Tab-completion for IMAP hosts
115   ! $imap_force_ssl has been replaced without synonym by $ssl_force_tls
116   - NSS support
117   ! The default for $menu_move_off has been changed from "no" to "yes"
118   ! An empty <limit> now cancels the current limit
119   + Editing threads via <break-thread> and <link-threads>
120   + -D command line option
121   + the folder shortcut '^' refers to the currently opened folder
122   + $imap_login
123   + $braille_friendly
124   + Header caching for Maildir folders
125
126 Mutt 1.5.9 (2005-03-13):
127
128   + $menu_move_off
129   + <rename-mailbox> function for IMAP
130
131 Mutt 1.5.8 (2005-02-12):
132
133   + $menu_context
134   ! IDNA decoding is now optional via $use_idn defaulting to "yes"
135   + GPGME support via $crypt_use_gpgme
136
137 Mutt 1.5.7 (2005-01-28):
138
139   + SSL support via GNUTLS
140   + Header caching for IMAP via $header_cache and $header_cache_pagesize
141   + send2-hook
142   + $ssl_client_cert
143   + $hide_thread_subject
144   + Generic spam detection: new configuration commands: 'spam' and
145     'nospam', new options: $spam_separator, new expando: %H (for
146     $index_format), new pattern: ~H pattern
147   + $include_onlyfirst
148   ! $pgp_mime_ask has been renamed without synonym to $pgp_mime_auto,
149     new default is "ask-yes" rather than "no"
150   + Inline PGP creation support via $pgp_replyinline, $pgp_autoinline
151     and $pgp_mime_ask
152   ! the 'bind' command can now be used on multiple menus at once
153   + $config_charset
154   + ~$ pattern
155
156 1.5.6 (2004-02-01):
157
158   ! the 'list' and 'subscribe' commands now take regular expression
159     rather than string lists
160   ! the $alternates option is replaced by the 'alternates' command
161     taking lists of regular expressions
162   ! mailing lists can be recognized via domain matching when
163     starting with '@'
164   + STLS (STARTTLS) support for POP3
165
166 1.5.5 (2003-11-05):
167
168   + Bulgarian translation
169   - Kendra mailbox support
170   + <tag-prefix-cond> and <cond-end>
171   + ':' as expando modifier (e.g. '%:A')
172   + $crypt_autopgp and $crypt_autosmime
173   + $pgp_check_exit
174
175 1.5.4 (2003-03-19):
176
177   + IDNA support
178   + $bounce
179   ! $crypt_replyencrypt and $pgp_replyencrypt now default
180     to "yes" instead of "no"
181   + $pgp_auto_traditional
182   + %A for $index_format
183
184 1.5.3 (2002-12-17):
185
186   + <next-new-then-unread> and <previous-new-then-unread>
187   ! $mark_old: it only controls whether new messages
188     are marked as old when leaving the mailbox
189   + <what-key>
190
191 1.5.2 (2002-12-06):
192
193   + -A command line option
194   + SASL2 support
195   + <buffy-list>
196   + $forward_edit
197   + $content_type
198   + unmailboxes command
199   + unalternative_order command
200   + reply-hook
201
202 1.5.1 (2002-01-24):
203
204   + $smime_default_key
205   + $narrow_tree
206   + -Q command line option
207   + $crypt_timestamp
208   + ~V pattern
209   + S/MIME support
210   + mime_lookup command