diff options
| author | Glenn Morris | 2009-01-31 03:15:35 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-01-31 03:15:35 +0000 |
| commit | ab383a615f145c03fa62cb469c3307b0df7be1fc (patch) | |
| tree | b1a3f94f85312f04095aadf0888ec9ce0e8dcf89 /lisp/ChangeLog | |
| parent | 49e787c9e2d49f3bdcf8a287ea15bcbbd4a90fb9 (diff) | |
| download | emacs-ab383a615f145c03fa62cb469c3307b0df7be1fc.tar.gz emacs-ab383a615f145c03fa62cb469c3307b0df7be1fc.zip | |
(rmail-new-summary): Don't try to summarize an empty folder.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bcaa546ad75..338a9eb23ef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2009-01-31 Glenn Morris <rgm@gnu.org> | 1 | 2009-01-31 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * mail/rmailsum.el (rmail-new-summary): Don't try to summarize an empty | ||
| 4 | folder. | ||
| 5 | |||
| 3 | * mail/rmail.el (rmail-msg-is-pruned): New function. | 6 | * mail/rmail.el (rmail-msg-is-pruned): New function. |
| 4 | (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned. | 7 | (rmail-toggle-header): Doc fix. Use rmail-msg-is-pruned. |
| 5 | (rmail-reply): Set up to yank from the decoded message rather than the | 8 | (rmail-reply): Set up to yank from the decoded message rather than the |