comparison admin/FOR-RELEASE @ 102045:ea3f7354bb96

Updated gnus-util.el for mbox rmail.
author Glenn Morris <rgm@gnu.org>
date Sun, 15 Feb 2009 00:34:20 +0000
parents 7c70a940a53d
children f87990d77917
comparison
equal deleted inserted replaced
102044:8cc6c7d847fe 102045:ea3f7354bb96
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 Gnus/Rmail issues:
80 gnus-util.el:
81 rmail-insert-rmail-file-header does not exist and should not be
82 autoloaded (it was only a compiler pacifier)
83 Ditto rmail-default-rmail-file.
84 gnus-output-to-rmail should be fixed to do the following (ideally):
85 In Emacs 23, write Babyl only if FILENAME is Babyl, otherwise mbox.
86 (rmailout can handle this?)
87 In Emacs 22, write Babyl
88 In both cases, if an Rmail buffer is visiting FILENAME, update it
89 80
90 message.el: 81 message.el:
91 Fix message-fcc-handler-function for the case 82 Fix message-fcc-handler-function for the case
92 message-fcc-handler-function = rmail-output 83 message-fcc-handler-function = rmail-output
93 Ideally, it should behave as gnus-output-to-rmail above. In fact, 84 (but is this even a sensible option? It is not the default.)
94 why doesn't it just use gnus-output-to-rmail? 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 (?).
95 92
96 Gnus manual needs updating with respect to Rmail (but then so does the 93 Gnus manual needs updating with respect to Rmail (but then so does the
97 Rmail manual). 94 Rmail manual).
98 95
99 96