1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(mail-bury): Revert previous change now pmail is no more.

This commit is contained in:
Glenn Morris 2009-01-23 05:07:37 +00:00
parent bd5e4c2b1d
commit b77965621c
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2009-01-23 Glenn Morris <rgm@gnu.org>
* mail/sendmail.el (mail-bury): Revert previous change now pmail is no
more.
* mail/uce.el (rmail-msg-is-pruned): Remove declaration of deleted func.
2009-01-23 Chong Yidong <cyd@stupidchicken.com>
* server.el (server-name): Make it a defcustom.

View File

@ -791,7 +791,7 @@ Prefix arg means don't delete this window."
(not (one-window-p))
(with-current-buffer
(window-buffer (next-window (selected-window) 'not))
(setq rmail-flag (memq major-mode '(rmail-mode pmail-mode)))
(setq rmail-flag (eq major-mode 'rmail-mode))
(setq summary-buffer
(and mail-bury-selects-summary
(boundp 'rmail-summary-buffer)