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