On Tue, Jul 27 2021, alan schmitt wrote:
> Hello,
>
> I have an issue when using the vertico completion system to add tags to
> messages that boils down to the following: the notmuch-tag function is
> called like this:
> notmuch-tag("id:CA+b3G33ad9PX5SuOwqaWS8TWBTtZcdguKtcQ3XmPvzSCsU..." ("+cwn "))
> and it fails because of the extra space at the end.
>
> Could notmuch-tag be modified to accept trailing spaces?
$ notmuch tag '+foo ' id:87im0w6u5r.fsf@m4x.org
works -- the tag is 'foo ' in this case.
The following fails (what I tried first based on your sample above):
$ notmuch tag id:87im0w6u5r.fsf@m4x.org '+foo '
Error: 'notmuch tag' requires at least one tag to add or remove.
(i.e. tags first then search terms)
>
> Thanks,
>
> Alan
Tomi
_______________________________________________
notmuch mailing list -- notmuch@notmuchmail.org
To unsubscribe send an email to notmuch-leave@notmuchmail.org