]> git.eshelyaron.com Git - emacs.git/commitdiff
(pmail-sort-messages): Don't call removed function
authorChong Yidong <cyd@stupidchicken.com>
Thu, 4 Dec 2008 03:24:41 +0000 (03:24 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 4 Dec 2008 03:24:41 +0000 (03:24 +0000)
pmail-header-show-headers.

lisp/mail/pmailsort.el

index bded0efde4f1bc7415286323677f17e793ed8246..621cca8616891e075e0d512f53b2274b0d6d0623 100644 (file)
@@ -167,7 +167,6 @@ If 1st argument REVERSE is non-nil, sort them in reverse order.
          (predicate nil)                       ;< or string-lessp
          (sort-lists nil))
       (message "Finding sort keys...")
-      (pmail-header-show-headers)
       (widen)
       (let ((msgnum 1))
        (while (>= pmail-total-messages msgnum)