]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-get-new-mail): Remove useless use of
authorAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:36:05 +0000 (22:36 +0000)
committerAndreas Schwab <schwab@suse.de>
Sun, 8 Feb 2004 22:36:05 +0000 (22:36 +0000)
format.

lisp/mail/rmail.el

index 5bd5a11a26c1fa519019cbe9eb2548f286e867a6..f95439b0cb2ab6eba7fa0b37697c16336900733b 100644 (file)
@@ -1488,11 +1488,11 @@ It returns t if it got any new messages."
                         ;; print out a message on number of spam messages found:
                         (if (and rmail-use-spam-filter (> rsf-number-of-spam 0))
                             (if (= 1 new-messages)
-                                (format ", and found to be a spam message")
+                                ", and found to be a spam message"
                               (if (> rsf-number-of-spam 1)
                                   (format ", %d of which found to be spam messages"
                                           rsf-number-of-spam)
-                                (format ", one of which found to be a spam message")))
+                                ", one of which found to be a spam message"))
                           ""))
                (if (and rmail-use-spam-filter (> rsf-number-of-spam 0))
                    (progn (if rmail-spam-filter-beep (beep t))