projects
/
elisp
/
gnus.git-
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32c8ed4
)
(nnmail-date-to-time): Use current timezone if `date' does not contain
shuhei-k
shuhei-k-199811302358
shuhei-k-last-snapshot-
author
shuhei-k
<shuhei-k>
Mon, 7 Sep 1998 03:06:04 +0000
(
03:06
+0000)
committer
shuhei-k
<shuhei-k>
Mon, 7 Sep 1998 03:06:04 +0000
(
03:06
+0000)
timezone info.
lisp/nnmail.el
patch
|
blob
|
history
diff --git
a/lisp/nnmail.el
b/lisp/nnmail.el
index
bc8d1f5
..
eb068b5
100644
(file)
--- a/
lisp/nnmail.el
+++ b/
lisp/nnmail.el
@@
-532,7
+532,8
@@
parameter. It should return nil, `warn' or `delete'."
(aref t1 2) (aref t1 1) (aref t1 0)
(aref d1 2) (aref d1 1) (aref d1 0)
(number-to-string
- (* 60 (timezone-zone-to-minute (aref d1 4))))))))
+ (* 60 (timezone-zone-to-minute
+ (or (aref d1 4) (current-time-zone)))))))))
;; If we get an error, then we just return a 0 time.
(error (list 0 0))))