Re: [PATCH] emacs: Make first documentation line distinct for "a" and "x" commands.

2019-04-26 Thread David Bremner
Örjan Ekeberg  writes:

> Since only the first line of the documentation is shown by the
> help command, it is confusing when "x" and "a" seem to have the same
> binding in show-mode.  This commit makes the two function documentations
> first lines different and (hopefully) clearer.

Pushed, sorry it took so long,

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: Index user defined headers

2019-04-26 Thread David Bremner
David Bremner  writes:

> This obsoletes [1]. Compared to the previous version the main change
> is that it imposes the restriction that user defined prefixes may not
> start with [a-z], and must consist of "unicode word characters". This
> assumes a utf8 input encoding. People that don't like utf8 are welcome
> to use ASCII :P
>
> [1]: id:20190302154133.25642-1-da...@tethera.net
> [2]: https://salsa.debian.org/bremner/notmuch/commits/wip/user-headers

Last call for review or other feedback. I'll merge this in the next week
if I don't hear anything.

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch


Re: [PATCH] crypto: Avoid pretending to verify signatures on unsigned encrypted mail

2019-04-26 Thread David Bremner
Daniel Kahn Gillmor  writes:

> Unsigned encrypted mail shows up with a weird empty signature list.
> If we successfully decrypted and there was no signature in it, we
> should just not show a sigstatus at all.
>
> The documentation for g_mime_decrypt_result_get_signatures says:
>
> a GMimeSignatureList or NULL if the stream was not signed.

pushed to master,

d
___
notmuch mailing list
notmuch@notmuchmail.org
https://notmuchmail.org/mailman/listinfo/notmuch