From: Glenn Morris Date: Fri, 23 Jan 2009 05:07:37 +0000 (+0000) Subject: (mail-bury): Revert previous change now pmail is no more. X-Git-Tag: emacs-pretest-23.0.90~272 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b77965621cf928d028bdfe55dcde0de2b9d29b9d;p=emacs.git (mail-bury): Revert previous change now pmail is no more. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b5c79754419..677ee82d6cb 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2009-01-23 Glenn Morris + + * 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 * server.el (server-name): Make it a defcustom. diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 8f2668d3e78..6b43a378948 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el @@ -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)