Re: notmuch-message-mark-replied

Subject: Re: notmuch-message-mark-replied

Date: Mon, 03 Jun 2019 17:32:57 +0200

To: Rollins, Jameson, notmuch@notmuchmail.org

Cc:

From: Örjan Ekeberg


"Rollins, Jameson" <jrollins@caltech.edu> writes:
> I have the following in my emacs config:
>
>  '(message-send-hook
>    (quote
>     (notmuch-message-mark-replied notmuch-fcc-header-setup)))
>
> I'm wondering what if anything I should replace this with.

You should probably remove this altogether.

notmuch-message-mark-replied used to be the default value for this hook,
but has now been replaced by notmuch-message-apply-queued-tag-changes.

notmuch-fcc-header-setup is called already when composing a message, so
it no longer is needed to call is from the hook.

/Örjan
_______________________________________________
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch

Thread: