mu4e: minor cleanup in mu4e-compose

This commit is contained in:
djcb 2017-03-18 10:24:51 +02:00
parent 42cd4f89d2
commit 21b637f291
1 changed files with 4 additions and 1 deletions

View File

@ -51,7 +51,8 @@
;; a) move the message from drafts to the sent folder (maybe; depends on
;; `mu4e-sent-messages-behavior')
;; b) if it's a reply, mark the replied-to message as "R", i.e. replied
;; if it's a forward, mark the forwarded message as "P", i.e. passed (forwarded)
;; if it's a forward, mark the forwarded message as "P", i.e.
;; passed (forwarded)
;; c) kill all buffers looking at the sent message
;; a) is dealt with by message-mode, but we need to tell it where to move the
@ -83,6 +84,8 @@
(require 'mu4e-actions)
(require 'mu4e-message)
(require 'mu4e-draft)
(require 'mu4e-context)
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Composing / Sending messages