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