diff options
| author | Bosché Aurélien <aurelien_bosche@yahoo.fr> | 2014-05-24 19:38:14 +0200 |
|---|---|---|
| committer | Bosché Aurélien <aurelien_bosche@yahoo.fr> | 2014-05-24 19:38:14 +0200 |
| commit | fe53c5a0f88ef238c718c74858ec43e60f44c087 (patch) | |
| tree | 30fb6be40b57ce16d10ccc3aa17a129fd60a8478 /mu4e | |
| parent | fdbc1d6f9a7f82f422809af2942264f9c6a061b4 (diff) | |
Added a missing ";; New" comment.
Diffstat (limited to 'mu4e')
| -rw-r--r-- | mu4e/mu4e-draft.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mu4e/mu4e-draft.el b/mu4e/mu4e-draft.el index 9e17d05..63c4286 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)) |
