changeset 100127:ca1811905ee1

* pmailsum.el (pmail-new-summary): Check for pmail-summary-mode in the current buffer, not in the pmail buffer.
author Chong Yidong <cyd@stupidchicken.com>
date Tue, 02 Dec 2008 22:56:56 +0000
parents dcdbc6ad9e02
children e21451392719
files lisp/mail/ChangeLog.pmail
diffstat 1 files changed, 5 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/ChangeLog.pmail	Tue Dec 02 22:47:20 2008 +0000
+++ b/lisp/mail/ChangeLog.pmail	Tue Dec 02 22:56:56 2008 +0000
@@ -3,8 +3,11 @@
 	* pmail.el (pmail-only-expunge): Pass correct arg to
 	pmail-show-message-maybe.
 
-	* pmailsum.el (pmail-get-summary-labels): If no attribute
-	headers are found, use the empty string.
+	* pmailsum.el (pmail-get-summary-labels): If no attribute headers
+	are found, use the empty string.
+	(pmail-summary): Call pmail-summary-beginning-of-message
+	(pmail-new-summary): Check for pmail-summary-mode in the current
+	buffer, not in the pmail buffer.
 
 2008-11-13  Paul Reilly  <pmr@pajato.com>