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