96a497053c6925e133458f0b71026715c00b6937
[apps/madmutt.git] / UPGRADING
1 This documents describes changes
2
3   - made to configuration variables, functions and the like which are
4     not backwards-compatible and/or which do not exist in mutt
5
6   - other changes which might break existing user configuration and thus
7     have to be documented
8
9 This document is not the place for verbose documentation; it only offers
10 the necessary keywords to look them up in the manual, ChangeLog or other
11 sources of information.
12
13 2005-24-07:
14
15   The '^' shortcut pointing to the current folder is no longer
16   only available in muttng as it has been integrated into mutt, too.
17
18 2005-07-16:
19
20   The 'prepare' script has been renamed to 'autogen.sh' as this name
21   seems to be used in many projects using the autotools too.
22
23 2005-06-16:
24
25   Pine compatibility for naming IMAP mailboxes has been removed, only
26   the common imap[s]:// syntax remains.
27
28   The first "round" of removing synonym variables is completed. The
29   replacements for the next round are: ask_followup_to ->
30   nntp_ask_followup_to, ask_x_comment_to -> nntp_ask_x_comment_to,
31   catchup_newsgroup -> nntp_catchup, followup_to_poster ->
32   nntp_followup_to_poster, group_index_format ->
33   nntp_group_index_format, inews -> nntp_inews, mime_subject ->
34   nntp_mime_subject, news_cache_dir -> nntp_cache_dir, news_server ->
35   nntp_host, newsrc -> nntp_newsrc, nntp_poll -> nntp_mail_check,
36   pop_checkinterval -> pop_mail_check, post_moderated ->
37   nntp_post_moderated, save_unsubscribed -> nntp_save_unsubscribed,
38   show_new_news -> nntp_show_new_news, show_only_unread ->
39   nntp_show_only_unread, x_comment_to -> nntp_x_comment_to. Please use
40   the contrib/update-config.pl script to update.
41
42   Due to frequent trouble, $imap_mail_check now defaults to 300 seconds
43   (5 minutes) rather than 5 seconds.
44
45   The configuration variable $strict_mailto has been added.
46
47 2005-05-17:
48
49   Changes due to better integration of qdbm support w/ header caching:
50   
51     - the $header_cache_pagesize variable is not available with as it's 
52       not used
53     - the following feature tests were added: feature_qdbm, feature_gdbm,
54       feature_db4 (for ifdef/ifndef)
55
56 2005-05-14:
57
58   New Configuration Variables:
59     - $header_cache_compress - compress header cache database with qdbm
60       when switching to qdbm, please make sure to _first_ _completely_
61       remove the old header cache (files) as you need to start off from
62       scratch; compressed qdbm require much less space (only ~1/5)
63
64 2005-04-18:
65
66   New Configuration Variables:
67     - $sidebar_boundary - boundary characters for name compression
68     - $sidebar_number_format - control if and how to print/count numbers
69
70   Renamed Variables:
71     - $shorten_hierarchy is now named $sidebar_shorten_hierarchy
72       (still kept as synonym)
73
74 2005-03-16:
75
76   New Configuration Variables:
77     - $sidebar_newmail_only - if set, only mailboxes with new mail will
78       be shown in the sidebar
79
80 2005-03-14
81
82   New Configuration Variables:
83     - $strip_was
84     - $strip_was_regex
85
86 2005-03-10
87
88   New Configuration Command (based on CD's ifdef Patch):
89     - ifdef
90     - ifndef
91
92 2005-03-07
93
94   New Variables: 
95     - $imap_mail_check is split from $mail_check
96     - $force_buffy_check forces check on <buffy-list>
97
98 2005-03-05
99
100   New Color:
101     - 'sidebar [fg] [bg]' for the delimiter
102
103 2005-03-01 (init)
104
105   New Variables:
106
107     NNTP-Support:
108     ask_follow_up, ask_x_comment_to, followup_to_poster,
109     group_index_format, catchup_newsgroup, inews, news_cache_dir,
110     newsrc,news_server, nntp_context, nntp_load_description, nntp_pass,
111     nntp_poll, nntp_reconnect, nntp_user, post_moderated,
112     save_unsubscribed, show_new_news, show_only_unread, x_comment_to
113
114     Quoting-Initials-Support
115     indent_string
116
117     libESMTP-Support:
118     smtp_auth_password, smtp_auth_username, smtp_host, smtp_port
119
120     Assumed Character Set Patch:
121     assumed_charset, strict_mime, file_charset 
122
123     Header Caching:
124     maildir_header_cache_verify, header_cache 
125
126     Sidebar:
127     sidebar_delim, sidebar_visible, sidebar_width, shorten_hierarchy
128
129     Format Flowed Improvements:
130     max_line_length, quote_empty, quote_quoted, stuff_quoted
131
132     XTerm-Titles Patch:
133     xterm_icon, xterm_set_titles, xterm_title
134
135     Misc.
136     imap_reconnect, msgid_format, operating_system, shorten_hierarchy,
137     signoff_string, umask
138     
139     Trash-Folder Patch:
140     trash
141
142   New Functions:
143
144     NNTP-Support:
145     change-newsgroup, change-newsgroup-readonly, forward-to-group,
146     followup-message, get-children, get-message, get-parent,
147     reconstruct-thread, post-message, catchup, edit-newsgroups,
148     edit-followup-to, edit-x-comment-to, reload-active,
149     subscribe-pattern, unsubscribe-pattern, catchup, uncatchup,
150
151     Purge-Message Patch:
152     purge-message
153
154     List-Reply Patch
155     list_reply 
156
157     Patch edit_threads:
158     break-thread, link-threads
159
160     Sidebar:
161     sidebar-open, sidebar-next, sidebar-prev, sidebar-next-new,
162     sidebar-prev-new, sidebar-scroll-up, sidebar-scroll-down
163
164   New Hooks:
165
166     Compressed-Folder Support:
167     close-hook, open-hook, append-hook
168
169   New Misc.:
170
171     Sidebar Colors:
172     sidebar_new, sidebar_flagged
173
174     Scoring Patterns:
175     ~*
176
177   Other Changes:
178   
179     The config files were renamed. Instead of ~/.muttrc it's now
180     ~/.muttngrc, instead of /etc/Muttrc it's now /etc/Muttngrc and
181     so on.
182
183     The config directories were renamed too. If you used .mutt/ for
184     config file you have to use .muttng/ now.
185
186     The following tools were removed:
187     bin/flea, bin/muttbug, bin/mutt_dotlock, bin/pgpewrap, bin/pgpring,
188     bin/smime_keys and etc/mime.types.
189     They were replaced by:
190     bin/fleang, bin/muttngbug, bin/muttng_dotlock, bin/pgpewrapng
191     bin/pgpringng, bin/smime_keysng and etc/muttng-mime.types.
192     Please check and update your configuration.