unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
From: David Bremner <david@tethera.net>
To: Felipe Contreras <felipe.contreras@gmail.com>, notmuch@notmuchmail.org
Subject: Re: [PATCH] vim: add per-message tagging
Date: Thu, 25 May 2023 07:18:05 -0300	[thread overview]
Message-ID: <87h6s0vhnm.fsf@tethera.net> (raw)
In-Reply-To: <20230509161831.1793709-1-felipe.contreras@gmail.com>

Felipe Contreras <felipe.contreras@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

        git@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

      reply	other threads:[~2023-05-25 10:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-09 16:18 [PATCH] vim: add per-message tagging Felipe Contreras
2023-05-25 10:18 ` David Bremner [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://notmuchmail.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87h6s0vhnm.fsf@tethera.net \
    --to=david@tethera.net \
    --cc=felipe.contreras@gmail.com \
    --cc=notmuch@notmuchmail.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).