(mail-bury): Revert previous change now pmail is no more.
This commit is contained in:
parent
bd5e4c2b1d
commit
b77965621c
2 changed files with 8 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue