Felipe Contreras <felipe.contre...@gmail.com> 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) > + if empty(a:intags) > + let tags = input('tags: ') > + else > + let tags = a:intags > + endif > + ruby do_tag('id:' + get_message.message_id, VIM::evaluate('l:tags')) > + call s:show_next_msg() > +endfunction > + As we discussed, I can't meaningfully review the vimscript parts (and nobody else seems interested / willing). I've (re?) enabled push access for you at g...@git.notmuchmail.org:notmuch For now the access is to everything under vim/. We can discuss direct access for the ruby bindings later. It's the first time I've used this feature of gitolite, so if you can't get it to work let me know, either by email or (perhaps more efficiently) by IRC on irc://irc.libera.chat/notmuch _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org