[PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-02-16 Thread Jules Aguillon
Other queries have exclude_tags taken into account but this one. This is annoying when using an excluded tag to ignore past messages from a thread (for example the 'deleted' tag), the entire thread is shown all the time. --- NEWS| 5 + vim/notmuch.vim | 3 +++ 2 files changed, 8 in

Re: [PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-04-23 Thread David Bremner
Jules Aguillon writes: > Other queries have exclude_tags taken into account but this one. > This is annoying when using an excluded tag to ignore past messages from a > thread (for example the 'deleted' tag), the entire thread is shown all the Hi; The two of you are the most recent submitters o

Re: [PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-04-25 Thread Felipe Contreras
On Fri, Apr 23, 2021 at 7:23 AM David Bremner wrote: > > Jules Aguillon writes: > > > Other queries have exclude_tags taken into account but this one. > > This is annoying when using an excluded tag to ignore past messages from a > > thread (for example the 'deleted' tag), the entire thread is sh

Re: [PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-04-26 Thread David Bremner
Felipe Contreras writes: > > I don't need to test it, the patch is obviously correct. > > Reviewed-by: Felipe Contreras Famous last words ;). But OK, applied to master. d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email

Re: [PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-04-27 Thread Felipe Contreras
On Mon, Apr 26, 2021 at 6:39 PM David Bremner wrote: > > Felipe Contreras writes: > > > > I don't need to test it, the patch is obviously correct. > > > > Reviewed-by: Felipe Contreras > > Famous last words ;). But OK, applied to master. Er, I acked the first patch, not the second. The second

Re: [PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-04-27 Thread David Bremner
Felipe Contreras writes: > On Mon, Apr 26, 2021 at 6:39 PM David Bremner wrote: >> >> Felipe Contreras writes: >> > >> > I don't need to test it, the patch is obviously correct. >> > >> > Reviewed-by: Felipe Contreras >> >> Famous last words ;). But OK, applied to master. > > Er, I acked the f

Re: [PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-04-27 Thread Felipe Contreras
On Tue, Apr 27, 2021 at 3:09 PM David Bremner wrote: > > Felipe Contreras writes: > > > On Mon, Apr 26, 2021 at 6:39 PM David Bremner wrote: > >> > >> Felipe Contreras writes: > >> > > >> > I don't need to test it, the patch is obviously correct. > >> > > >> > Reviewed-by: Felipe Contreras > >

Re: [PATCH 1/2] Vim: Respect excluded tags when showing a thread

2021-04-28 Thread David Bremner
Felipe Contreras writes: > On Tue, Apr 27, 2021 at 3:09 PM David Bremner wrote: >> >> Felipe Contreras writes: >> >> OK, let me know if I should revert the second patch. > > Yes please. > > -- > Felipe Contreras reverted (on master; it was never on release). __