From 475fec0d1601f69b733a2464339efd4d2eddd9eb Mon Sep 17 00:00:00 2001 From: djcb Date: Tue, 24 Jan 2017 18:48:27 +0200 Subject: [PATCH] mu4e: treat 'traditional as 'above --- mu4e/mu4e-compose.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mu4e/mu4e-compose.el b/mu4e/mu4e-compose.el index 9e9497ff..3ca1c7e6 100644 --- a/mu4e/mu4e-compose.el +++ b/mu4e/mu4e-compose.el @@ -107,8 +107,8 @@ which takes no arguments, and which should return on of the mentioned symbols, for example: (setq mu4e-sent-messages-behavior (lambda () - (if (string= (message-sendmail-envelope-from) \"foo@example.com\") - 'delete 'sent))) + (if (string= (message-sendmail-envelope-from) \"foo@example.com\") + 'delete 'sent))) The various `message-' functions from `message-mode' are available for querying the message information." @@ -581,12 +581,12 @@ tempfile)." (message-goto-to) ;; otherwise, it depends... (case message-cite-reply-position - (above + ((above traditional) (message-goto-body)) (t (when (message-goto-signature) (forward-line -2))))) - + ;; bind to `mu4e-compose-parent-message' of compose buffer (set (make-local-variable 'mu4e-compose-parent-message) original-msg) (put 'mu4e-compose-parent-message 'permanent-local t)