Rocco Rutte:
[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 Note: as development goes fast and as documentation is way behind it,
14 this still likely is incomplete. Please report missing items to
15 <mutt-ng-devel@lists.berlios.de>
16
17 2005-03-16:
18   New Configuration Variables:
19     - $sidebar_newmail_only - if set, only mailboxes with new mail will be shown in the sidebar
20
21 2005-03-14
22
23   New Configuration Variables:
24     - $strip_was
25     - $strip_was_regex
26
27 2005-03-10
28
29   New Configuration Command (based on CD's ifdef Patch):
30     - ifdef
31     - ifndef
32
33 2005-03-07
34
35   New Variables: 
36     - $imap_mail_check is split from $mail_check
37     - $force_buffy_check forces check on <buffy-list>
38
39 2005-03-05
40
41   New Color:
42     - 'sidebar [fg] [bg]' for the delimiter
43
44 2005-03-01 (init)
45
46   New Variables:
47
48     NNTP-Support:
49     ask_follow_up, ask_x_comment_to, followup_to_poster,
50     group_index_format, catchup_newsgroup, inews, news_cache_dir,
51     newsrc,news_server, nntp_context, nntp_load_description, nntp_pass,
52     nntp_poll, nntp_reconnect, nntp_user, post_moderated,
53     save_unsubscribed, show_new_news, show_only_unread, x_comment_to
54
55     Quoting-Initials-Support
56     indent_string
57
58     libESMTP-Support:
59     smtp_auth_password, smtp_auth_username, smtp_host, smtp_port
60
61     Assumed Character Set Patch:
62     assumed_charset, strict_mime, file_charset 
63
64     Header Caching:
65     maildir_header_cache_verify, header_cache 
66
67     Sidebar:
68     sidebar_delim, sidebar_visible, sidebar_width, shorten_hierarchy
69
70     Format Flowed Improvements:
71     max_line_length, quote_empty, quote_quoted, stuff_quoted
72
73     XTerm-Titles Patch:
74     xterm_icon, xterm_set_titles, xterm_title
75
76     Misc.
77     imap_reconnect, msgid_format, operating_system, shorten_hierarchy,
78     signoff_string, umask
79     
80     Trash-Folder Patch:
81     trash
82
83   New Functions:
84
85     NNTP-Support:
86     change-newsgroup, change-newsgroup-readonly, forward-to-group,
87     followup-message, get-children, get-message, get-parent,
88     reconstruct-thread, post-message, catchup, edit-newsgroups,
89     edit-followup-to, edit-x-comment-to, reload-active,
90     subscribe-pattern, unsubscribe-pattern, catchup, uncatchup,
91
92     Purge-Message Patch:
93     purge-message
94
95     List-Reply Patch
96     list_reply 
97
98     Patch edit_threads:
99     break-thread, link-threads
100
101     Sidebar:
102     sidebar-open, sidebar-next, sidebar-prev, sidebar-next-new,
103     sidebar-prev-new, sidebar-scroll-up, sidebar-scroll-down
104
105   New Hooks:
106
107     Compressed-Folder Support:
108     close-hook, open-hook, append-hook
109
110   New Misc.:
111
112     Sidebar Colors:
113     sidebar_new, sidebar_flagged
114
115     Scoring Patterns:
116     ~*
117
118   Other Changes:
119   
120     The config files were renamed. Instead of ~/.muttrc it's now
121     ~/.muttngrc, instead of /etc/Muttrc it's now /etc/Muttngrc and
122     so on.
123
124     The config directories were renamed too. If you used .mutt/ for
125     config file you have to use .muttng/ now.
126
127     The following tools were removed:
128     bin/flea, bin/muttbug, bin/mutt_dotlock, bin/pgpewrap, bin/pgpring,
129     bin/smime_keys and etc/mime.types.
130     They were replaced by:
131     bin/fleang, bin/muttngbug, bin/muttng_dotlock, bin/pgpewrapng
132     bin/pgpringng, bin/smime_keysng and etc/muttng-mime.types.
133     Please check and update your configuration.