changeset 101771:60634423f085

Tweak previous change.
author Glenn Morris <rgm@gnu.org>
date Tue, 03 Feb 2009 08:20:33 +0000
parents dab601ced3e6
children a7180fd488bb
files lisp/mail/unrmail.el
diffstat 1 files changed, 4 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/unrmail.el	Tue Feb 03 08:09:03 2009 +0000
+++ b/lisp/mail/unrmail.el	Tue Feb 03 08:20:33 2009 +0000
@@ -193,11 +193,10 @@
 				(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.