Added a missing ";; New" comment.

This commit is contained in:
Bosché Aurélien
2014-05-24 19:38:14 +02:00
parent fdbc1d6f9a
commit fe53c5a0f8

View File

@ -301,6 +301,9 @@ You can append flags."
(format-time-string "%Y%m%d" (current-time))
(random 255) (random 65535) hostname (or flagstr ""))))
;; New
;; Automatically add a date to new drafts, so one can
;; sort drafts by date.
(defun mu4e~draft-common-construct ()
"Construct the common headers for each message."
(mu4e~draft-header "User-agent" (mu4e~draft-user-agent-construct))