emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/mail/pmailsort.el,v


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/lisp/mail/pmailsort.el,v
Date: Sat, 06 Sep 2008 02:50:19 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       08/09/06 02:50:18

Index: pmailsort.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/pmailsort.el,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -b -r1.4 -r1.5
--- pmailsort.el        29 Aug 2008 04:27:46 -0000      1.4
+++ pmailsort.el        6 Sep 2008 02:50:14 -0000       1.5
@@ -33,9 +33,8 @@
 
 (autoload 'timezone-make-date-sortable "timezone")
 
-(declare-function pmail-dont-reply-to "mail-utils" (destinations))
-(declare-function pmail-desc-get-marker-end "pmailsort" (msgnum))
-(declare-function pmail-desc-get-marker-start "pmailsort" (msgnum))
+;(declare-function pmail-desc-get-marker-end "pmailsort" (msgnum))
+;(declare-function pmail-desc-get-marker-start "pmailsort" (msgnum))
 (declare-function pmail-update-summary "pmailsum" (&rest ignore))
 
 ;; Sorting messages in Pmail buffer
@@ -109,7 +108,8 @@
   (let ((ans ""))
     (while (and fields (string= ans ""))
       (setq ans
-           (pmail-dont-reply-to
+           ;; NB despite the name, this lives in mail-utils.el.
+           (rmail-dont-reply-to
             (mail-strip-quoted-names
              (or (pmail-fetch-field msg (car fields)) ""))))
       (setq fields (cdr fields)))




reply via email to

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