From: Chong Yidong Date: Thu, 4 Dec 2008 03:24:41 +0000 (+0000) Subject: (pmail-sort-messages): Don't call removed function X-Git-Tag: emacs-pretest-23.0.90~1290 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3e551df73c280204006d99648c08281256dfae6a;p=emacs.git (pmail-sort-messages): Don't call removed function pmail-header-show-headers. --- diff --git a/lisp/mail/pmailsort.el b/lisp/mail/pmailsort.el index bded0efde4f..621cca86168 100644 --- a/lisp/mail/pmailsort.el +++ b/lisp/mail/pmailsort.el @@ -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)