comparison lisp/ChangeLog @ 102357:965102fa40ea

(rmail-delete-headers): New function. (rmail-retry-failure): Restore yet another feature mbox Rmail removed without telling anyone, namely rmail-retry-ignored-headers.
author Glenn Morris <rgm@gnu.org>
date Mon, 02 Mar 2009 08:03:41 +0000
parents fd6b5c8dd39b
children 21c800bf2b35
comparison
equal deleted inserted replaced
102356:fd6b5c8dd39b 102357:965102fa40ea
8 Avoid extraneous leading whitespace in `References'. 8 Avoid extraneous leading whitespace in `References'.
9 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names): 9 (rmail-dont-reply-to-names, rmail-default-dont-reply-to-names):
10 Doc fixes. 10 Doc fixes.
11 (rmail-retry-failure): Use rmail-get-header rather than a magical 11 (rmail-retry-failure): Use rmail-get-header rather than a magical
12 save-excursion/restriction combination that does nothing. 12 save-excursion/restriction combination that does nothing.
13 (rmail-delete-headers): New function.
14 (rmail-retry-failure): Restore yet another feature mbox Rmail removed
15 without telling anyone, namely rmail-retry-ignored-headers.
13 16
14 2009-03-01 Chong Yidong <cyd@stupidchicken.com> 17 2009-03-01 Chong Yidong <cyd@stupidchicken.com>
15 18
16 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515). 19 * abbrev.el (clear-abbrev-table): Always return nil (Bug#2515).
17 20