Re: [ANN] notmuch-vim 0.7 released

2021-07-07 Thread Ralph Seichter
* Felipe Contreras: > https://github.com/felipec/notmuch-vim > > I stopped working on it in 2014, but I'm back. Welcome back. This is an interesting plugin for sure. I'd like to package notmuch-vim for Gentoo Linux, but I have not been able to find information about licensing. Could you please

[ANN] notmuch-vim 0.7 released

2021-07-07 Thread Felipe Contreras
Hello, notmuch-vim is a fully-functional mail user agent implemented in vim. It uses as inspiration other text-based MUAs such as mutt and sup, but it's better because it uses two amazing programs: vim and notmuch. It by itself doesn't do much, following the UNIX philosophy you need other tools

Re: [PATCH] replace references to freenode with references to libera

2021-07-07 Thread David Bremner
David Bremner writes: > I left the reference to freenode in the test suite data, since it is > historical. pushed d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

Re: [PATCH] emacs: fix typo in variable name

2021-07-07 Thread David Bremner
David Bremner writes: > This error crept in during my style rewrite of dkg's proposed change. pushed d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

Re: [PATCH] replace references to freenode with references to libera

2021-07-07 Thread Hannu Hartikainen
LGTM. Hannu ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

Re: [PATCH] emacs: use new face for notmuch-jump and related

2021-07-07 Thread David Bremner
Protesilaos Stavrou writes: > On 2021-06-27, 13:39 -0300, David Bremner wrote: > >> Protesilaos Stavrou writes: >> >>> The use of a named face, notmuch-jump-key, makes it possible for users >>> or theme developers to apply properties that are specific to each of >>> those two cases. >>> >> >>