Re: [PATCH 0/2] Updating tags when replying or forwarding via a buffer-local variable

2019-04-03 Thread Tomi Ollila
On Tue, Apr 02 2019, Örjan Ekeberg wrote: > Tomi Ollila writes: >> two things >> >> - I wonder whether we could drop (defun notmuch-message-mark-replied ()...) >> - why is it needed for backward compatibility ? > > Yes, it would be cleaner to simply remove it. My thought was that there > is a

Re: [PATCH 0/2] Updating tags when replying or forwarding via a buffer-local variable

2019-04-02 Thread Örjan Ekeberg
Tomi Ollila writes: > two things > > - I wonder whether we could drop (defun notmuch-message-mark-replied ()...) > - why is it needed for backward compatibility ? Yes, it would be cleaner to simply remove it. My thought was that there is a slight risk that someone is explicitly using or

Re: [PATCH 0/2] Updating tags when replying or forwarding via a buffer-local variable

2019-04-01 Thread Tomi Ollila
On Sat, Mar 30 2019, Örjan Ekeberg wrote: > These patches implement a message-send-hook which uses a buffer-local variable > to tag replied and forwarded messages. > > The first patch replaces the current heuristic hook for detecting reply > messages with an explicit setting when the reply is

Re: [PATCH 0/2] Updating tags when replying or forwarding via a buffer-local variable

2019-03-31 Thread Daniel Kahn Gillmor
On Sat 2019-03-30 22:48:19 +0100, Örjan Ekeberg wrote: > These patches implement a message-send-hook which uses a buffer-local variable > to tag replied and forwarded messages. > > The first patch replaces the current heuristic hook for detecting reply > messages with an explicit setting when the

[PATCH 0/2] Updating tags when replying or forwarding via a buffer-local variable

2019-03-30 Thread Örjan Ekeberg
These patches implement a message-send-hook which uses a buffer-local variable to tag replied and forwarded messages. The first patch replaces the current heuristic hook for detecting reply messages with an explicit setting when the reply is composed. The second patch adds the corresponding