Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
bf68d4e6
Commit
bf68d4e6
authored
Mar 16, 2005
by
Lute Kamstra
Browse files
(message-make-date): Require parse-time.
parent
4693dbc9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
0 deletions
+5
-0
lisp/gnus/ChangeLog
lisp/gnus/ChangeLog
+4
-0
lisp/gnus/message.el
lisp/gnus/message.el
+1
-0
No files found.
lisp/gnus/ChangeLog
View file @
bf68d4e6
2005-03-16 Lute Kamstra <lute@gnu.org>
* message.el (message-make-date): Require parse-time.
2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
* nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
...
...
lisp/gnus/message.el
View file @
bf68d4e6
...
...
@@ -4567,6 +4567,7 @@ Otherwise, generate and save a value for `canlock-password' first."
(defun message-make-date (&optional now)
"Make a valid data header.
If NOW, use that time instead."
(require 'parse-time)
(let* ((now (or now (current-time)))
(zone (nth 8 (decode-time now)))
(sign "+"))
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment