comparison lisp/mail/ChangeLog @ 88191:ce303d6c17eb

*** empty log message ***
author Alex Schroeder <alex@gnu.org>
date Tue, 17 Jan 2006 10:04:56 +0000
parents 50e619785920
children e51e186c9e33
comparison
equal deleted inserted replaced
88190:e40931b9db5d 88191:ce303d6c17eb
1 2006-01-17 Alex Schroeder <alex@gnu.org> 1 2006-01-17 Alex Schroeder <alex@gnu.org>
2
3 * rmailsum.el (rmail-summary-by-labels): No longer concatenate
4 regexp with commas because of recent change to
5 rmail-message-labels-p.
6 (rmail-summary-rmail-update): Replace rmail-message-labels-p test
7 with simple rmail-desc-get-keywords.
8
9 * rmail.el (rmail-message-labels-p): Rewrote using
10 rmail-desc-get-keywords.
11 (rmail-auto-file): Rewrote test for "filed" using
12 rmail-desc-get-keywords.
2 13
3 * rmailsum.el (rmail-summary-font-lock-keywords): Fix regular 14 * rmailsum.el (rmail-summary-font-lock-keywords): Fix regular
4 expression for unread messages. 15 expression for unread messages.
5 (rmail-summary-mode): Added documentation for the filtering 16 (rmail-summary-mode): Added documentation for the filtering
6 commands. 17 commands.