aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2009-02-14 05:17:25 +0000
committerGlenn Morris2009-02-14 05:17:25 +0000
commit8b54387b274687d09ddb1a2dd9beef3ca7b28f53 (patch)
tree68a5c96470afb1f2c4b6c7b20b7e2ad81e75ee53
parentfef8d38ee0b25a6817282478ca501a7727265b5c (diff)
downloademacs-8b54387b274687d09ddb1a2dd9beef3ca7b28f53.tar.gz
emacs-8b54387b274687d09ddb1a2dd9beef3ca7b28f53.zip
Update Rmail notes.
-rw-r--r--admin/FOR-RELEASE30
1 files changed, 20 insertions, 10 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index e0692cda6fc..5eef0f6e86d 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -72,19 +72,29 @@ Fixed by this change?
72** In C, use EMACS_INT for variables and structure members 72** In C, use EMACS_INT for variables and structure members
73for buffer/string positions. E.g. struct it, struct text_pos. 73for buffer/string positions. E.g. struct it, struct text_pos.
74 74
75** These lisp files refer to rmail, and might need updating post-mbox. 75** Rmail issues:
76
77It seems that rmail-output-to-rmail-file can be replaced by rmail-output.
78 76
79mail/rmail-spam-filter.el: check it still (?) works 77mail/rmail-spam-filter.el: check it still (?) works
80 78
81Remainder all in lisp/gnus: 79Gnus/Rmail issues:
82 80gnus-util.el:
83gnus-art.el ; mainly doc fixes? change Rmail to Babyl Rmail? 81 rmail-insert-rmail-file-header does not exist and should not be
84gnus-util.el fix gnus-output-to-rmail 82 autoloaded (it was only a compiler pacifier)
85message.el fix message-do-fcc 83 Ditto rmail-default-rmail-file.
86 84 gnus-output-to-rmail should be fixed to do the following (ideally):
87nnbabyl seems ok, but Gnus manual needs updating with respect to rmail. 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
90message.el:
91 Fix message-fcc-handler-function for the case
92 message-fcc-handler-function = rmail-output
93 Ideally, it should behave as gnus-output-to-rmail above. In fact,
94 why doesn't it just use gnus-output-to-rmail?
95
96Gnus manual needs updating with respect to Rmail (but then so does the
97Rmail manual).
88 98
89 99
90* DOCUMENTATION 100* DOCUMENTATION