Tweak previous change.
authorGlenn Morris <rgm@gnu.org>
Tue, 3 Feb 2009 08:20:33 +0000 (08:20 +0000)
committerGlenn Morris <rgm@gnu.org>
Tue, 3 Feb 2009 08:20:33 +0000 (08:20 +0000)
lisp/mail/unrmail.el

index 8fb15f1..bd000de 100644 (file)
@@ -193,11 +193,10 @@ For example, invoke `emacs -batch -f batch-unrmail RMAIL'."
                                (let ((date (mail-fetch-field "date")))
                                  (or
                                   (and date
-                                       (setq date
-                                             (ignore-errors
-                                              (format-time-string
-                                               "%a %b %e %T %Y"
-                                               (date-to-time date)))))
+                                       (ignore-errors
+                                        (format-time-string
+                                         "%a %b %e %T %Y"
+                                         (date-to-time date))))
                                   (current-time-string))))))
 
              ;; If the message specifies a coding system, use it.