Re: [PATCH] vim: add per-message tagging

2023-05-25 Thread David Bremner
Felipe Contreras writes: > Also map space to mark a message as read and archived. Is this a change that would make sense by itself? If so I think it would be better as a separate commit, especially since I use "git shortlog" to make up release notes. > +function! s:show_message_tag(intags) >

[PATCH] vim: add per-message tagging

2023-05-09 Thread Felipe Contreras
Also map space to mark a message as read and archived. Signed-off-by: Felipe Contreras --- I forced myself to use the version of notmuch-vim in notmuch and while it works, this is the single most important feature I missed the most. vim/notmuch.vim | 11 +++ 1 file changed, 11