]> git.eshelyaron.com Git - emacs.git/commitdiff
* pmailsum.el (pmail-new-summary): Check for pmail-summary-mode in the
authorChong Yidong <cyd@stupidchicken.com>
Tue, 2 Dec 2008 22:56:56 +0000 (22:56 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Tue, 2 Dec 2008 22:56:56 +0000 (22:56 +0000)
current buffer, not in the pmail buffer.

lisp/mail/ChangeLog.pmail

index 31296a70315a047ea99fb9aeed172f40758897d1..653e2c045c92a4d4483bf69b27689ccfd5d0fe32 100644 (file)
@@ -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>