From fe53c5a0f88ef238c718c74858ec43e60f44c087 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bosch=C3=A9=20Aur=C3=A9lien?= Date: Sat, 24 May 2014 19:38:14 +0200 Subject: [PATCH] Added a missing ";; New" comment. --- mu4e/mu4e-draft.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 9e17d05f..63c42867 100644 --- a/mu4e/mu4e-draft.el +++ b/mu4e/mu4e-draft.el @@ -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))