From 21b637f291e08a4b6da1a6ea073f1cc99e57dd5d Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 18 Mar 2017 10:24:51 +0200 Subject: [PATCH] mu4e: minor cleanup in mu4e-compose --- mu4e/mu4e-compose.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index a5547448..24cae92d 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -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