X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=emacs%2Fnotmuch-show.el;h=1bc3b3196ecdf8331fbee59d83c3058db4fae1d8;hb=1ef7c75111b84ea19af3186ddc12f2ba434c93de;hp=0d9bf0710d4c58d369f7674e4533279824baea78;hpb=24decfc1dd294b7546da53890f1c4d16105cc8d6;p=notmuch diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el index 0d9bf071..1bc3b319 100644 --- a/emacs/notmuch-show.el +++ b/emacs/notmuch-show.el @@ -2020,13 +2020,15 @@ any effects from previous calls to (defun notmuch-show-reply (&optional prompt-for-sender) "Reply to the sender and all recipients of the current message." (interactive "P") - (notmuch-mua-new-reply (notmuch-show-get-message-id) prompt-for-sender t)) + (notmuch-mua-new-reply (notmuch-show-get-message-id) prompt-for-sender t + (notmuch-show-get-prop :duplicate))) (put 'notmuch-show-reply-sender 'notmuch-prefix-doc "... and prompt for sender") (defun notmuch-show-reply-sender (&optional prompt-for-sender) "Reply to the sender of the current message." (interactive "P") - (notmuch-mua-new-reply (notmuch-show-get-message-id) prompt-for-sender nil)) + (notmuch-mua-new-reply (notmuch-show-get-message-id) prompt-for-sender nil + (notmuch-show-get-prop :duplicate))) (put 'notmuch-show-forward-message 'notmuch-prefix-doc "... and prompt for sender")