* make sure mu4e-compose-parent-message is available in mu4e-compose-mode as

well (thanks to Tsunenobu Kai)
This commit is contained in:
djcb 2012-12-15 12:01:50 +02:00
parent 5921afbe5c
commit a9d3e6e503
1 changed files with 3 additions and 0 deletions

View File

@ -343,6 +343,9 @@ tempfile)."
(if (member compose-type '(new forward))
(message-goto-to)
(message-goto-body))
;; 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)
;; switch on the mode
(mu4e-compose-mode))