diff --git a/emacs/mu4e-compose.el b/emacs/mu4e-compose.el index 1af67263..ef5a6fc3 100644 --- a/emacs/mu4e-compose.el +++ b/emacs/mu4e-compose.el @@ -105,6 +105,9 @@ such all its settings apply." (with-temp-buffer (when (fboundp 'mu4e-view-message-text) ;; keep bytecompiler happy (insert (mu4e-view-message-text msg)) + ;; this seems to be needed, otherwise existing signatures + ;; won't be stripped + (message-yank-original) (goto-char (point-min)) (push-mark (point-max)) (funcall message-cite-function)