Tweak previous change.
This commit is contained in:
parent
58400e4fa8
commit
5ff43aba5c
1 changed files with 4 additions and 5 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue