emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail pmail.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mail pmail.el
Date: Tue, 20 Jan 2009 01:21:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/01/20 01:21:37

Modified files:
        lisp/mail      : pmail.el 

Log message:
        Restore comment lost in previous change.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/pmail.el?cvsroot=emacs&r1=1.49&r2=1.50

Patches:
Index: pmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmail.el,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -b -r1.49 -r1.50
--- pmail.el    20 Jan 2009 01:18:20 -0000      1.49
+++ pmail.el    20 Jan 2009 01:21:37 -0000      1.50
@@ -2212,6 +2212,8 @@
 Return non-nil if the unseen attribute is set, nil otherwise."
   (pmail-message-attr-p msgnum "......U"))
 
+;; Return t if the attributes/keywords line of msg number MSG
+;; contains a match for the regexp LABELS.
 (defun pmail-message-labels-p (msg labels)
   (string-match labels (pmail-get-labels msg)))
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]