comparison lisp/ChangeLog @ 101595:93295628737c

(rmail-expunge-and-save): Always show a message, even when called from the summary. (Bug#2075) (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe. (rmail-show-message-maybe): Use rmail-no-mail-p. (rmail-show-message): If empty folder, do nothing. (Bug#2076)
author Glenn Morris <rgm@gnu.org>
date Wed, 28 Jan 2009 02:50:41 +0000
parents af8051ca04f7
children d8799ea52d74
comparison
equal deleted inserted replaced
101594:76012a3bc99d 101595:93295628737c
1 2009-01-28 Glenn Morris <rgm@gnu.org>
2
3 * mail/rmail.el (rmail-expunge-and-save): Always show a message,
4 even when called from the summary. (Bug#2075)
5 (rmail-no-mail-p): New func, extracted from rmail-show-message-maybe.
6 (rmail-show-message-maybe): Use rmail-no-mail-p.
7 (rmail-show-message): If empty folder, do nothing. (Bug#2076)
8
9 (rmail-get-labels): Separate status and label fields with a semicolon,
10 rather than a comma, for consistency with old Rmail.
11
12 * mail/rmailsum.el (rmail-message-recipients-p-1): Don't bother
13 starting from the beginning, since mail-fetch-field does not care.
14 (rmail-create-summary-line): Fix unseen handling. (Bug#2089)
15 (rmail-get-summary-status): New name for old rmail-get-summary-labels.
16 (rmail-get-summary-labels): New function. Returns labels rather than
17 status (edited, etc).
18 (rmail-create-summary): Insert an extra space after the status
19 flags, for consistency with old rmail, and with current
20 rmail-summary-font-lock-keywords.
21
1 2009-01-28 Chong Yidong <cyd@stupidchicken.com> 22 2009-01-28 Chong Yidong <cyd@stupidchicken.com>
2 23
3 * progmodes/perl-mode.el (perl-indent-line-command): Call 24 * progmodes/perl-mode.el (perl-indent-line-command): Call
4 indent-region if region is active. Use cond instead of nested 25 indent-region if region is active. Use cond instead of nested
5 ifs. 26 ifs.
82 103
83 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration. 104 * mail/unrmail.el (command-line-args-left): Remove unneeded declaration.
84 (batch-unrmail, unrmail): Doc fix. 105 (batch-unrmail, unrmail): Doc fix.
85 106
86 * mail/rmailsum.el (rmail-message-recipients-p-1) 107 * mail/rmailsum.el (rmail-message-recipients-p-1)
87 (rmail-message-regexp-p-1): Avoid clobbering the mark. 108 (rmail-message-regexp-p-1): Ensure searches start from the
109 beginning of the header.
88 110
89 2009-01-27 Chong Yidong <cyd@stupidchicken.com> 111 2009-01-27 Chong Yidong <cyd@stupidchicken.com>
90 112
91 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary. 113 * mail/rmailsum.el (rmail-summary-mark-deleted): Recache summary.
92 114