comparison admin/FOR-RELEASE @ 102064:f87990d77917

message.el is ok with rmail now following 2009-02-17 changes to rmailout.
author Glenn Morris <rgm@gnu.org>
date Tue, 17 Feb 2009 02:38:54 +0000
parents ea3f7354bb96
children 27237bcb2b9a
comparison
equal deleted inserted replaced
102063:4576476829ed 102064:f87990d77917
74 74
75 ** Rmail issues: 75 ** Rmail issues:
76 76
77 mail/rmail-spam-filter.el: check it still (?) works 77 mail/rmail-spam-filter.el: check it still (?) works
78 78
79 Gnus/Rmail issues: 79 Update the rmail (and gnus) manuals for mbox rmail.
80
81 message.el:
82 Fix message-fcc-handler-function for the case
83 message-fcc-handler-function = rmail-output
84 (but is this even a sensible option? It is not the default.)
85 Ideally, it should behave as gnus-output-to-rmail does:
86 In Emacs 23, write Babyl only if FILENAME is Babyl, otherwise mbox.
87 (rmailout can handle this?)
88 In Emacs 22, write Babyl
89 In both cases, if an Rmail buffer is visiting FILENAME, update it
90 It could just use gnus-output-to-rmail, but message.el probably
91 wants to remain independent from gnus (?).
92
93 Gnus manual needs updating with respect to Rmail (but then so does the
94 Rmail manual).
95
96 80
97 * DOCUMENTATION 81 * DOCUMENTATION
98 82
99 ** Clean up Emacs.app references in code and documentation. 83 ** Clean up Emacs.app references in code and documentation.
100 84