notmuch-message-mark-replied

Rollins, Jameson jrollins at caltech.edu
Mon Jun 3 08:16:17 PDT 2019


On Mon, Jun 03 2019, David Bremner <david at tethera.net> wrote:
> Örjan Ekeberg <ekeberg at kth.se> writes:
>
>> David Bremner <david at tethera.net> writes:
>>> In  d9800c8 we deleted the function notmuch-message-mark-replied.
>>>
>>> Should we make a deprecated-alias for
>>> notmuch-message-apply-queued-tag-changes?
>>
>> The two functions are not interchangeable, so it may not be appropriate
>> to mark it as an alias.
> [snip]
>> On the other hand; if a user has code which explicitly sets the
>> message-send-hook, the new function will serve as the natural
>> replacement for the deleted one.
>
> So maybe just a NEWS snippet to point those users in the right
> direction?

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.

jamie.


More information about the notmuch mailing list