notmuch release 0.32.2 now available

2021-06-27 Thread David Bremner
Where to obtain notmuch 0.32.2 === https://notmuchmail.org/releases/notmuch-0.32.2.tar.xz Which can be verified with: https://notmuchmail.org/releases/notmuch-0.32.2.tar.xz.sha256.asc -BEGIN PGP SIGNED MESSAGE- Hash: SHA256

Re: [PATCH] emacs: Prefer email address over User ID when showing valid signature

2021-06-27 Thread Daniel Kahn Gillmor
On Sat 2021-06-26 13:41:44 -0300, David Bremner wrote: > From: Daniel Kahn Gillmor > > Most concrete verification steps are likely only taken on the e-mail > address in the first place, and e-mail addresses render more > intelligibly than arbitrary User IDs in the first place. > > Signed-off-by:

Re: Commit after some number of transactions

2021-06-27 Thread David Bremner
David Bremner writes: > The main rational is explained in the commit message to > > [PATCH 4/5] lib: autocommit after some number of completed > > I'm not super-happy with the documentation in [5/5], as it explains > things in terms of database concepts the user shouldn't really need to >

Re: [PATCH v2 1/2] ruby: add keyword arguments to db.query

2021-06-27 Thread David Bremner
Felipe Contreras writes: > That way we don't need pass them to the query object ourselves. > I have applied this change to master. As we discussed previously, I prefer to leave the sort order explicit in the tests. d ___ notmuch mailing list --

Re: [PATCH] emacs: Prefer email address over User ID when showing valid signature

2021-06-27 Thread David Bremner
David Bremner writes: > From: Daniel Kahn Gillmor > > Most concrete verification steps are likely only taken on the e-mail > address in the first place, and e-mail addresses render more > intelligibly than arbitrary User IDs in the first place. > > Signed-off-by: Daniel Kahn Gillmor >

Re: [PATCH 1/2] cli/show: produce "email" element in sigstatus

2021-06-27 Thread David Bremner
Daniel Kahn Gillmor writes: > When the certificate that signs a message is known to be valid, GMime > is capable of reporting on the e-mail address embedded in the > certificate. applied to master. ___ notmuch mailing list -- notmuch@notmuchmail.org

Re: [PATCH 1/3] ruby: add new Database.open_with_config

2021-06-27 Thread David Bremner
Felipe Contreras writes: > +ret = notmuch_database_open_with_config (database_path, mode, > + config_path, profile, , > + NULL); I'm curious why you ignore the error_message ouput parameter. Of course it's

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

2021-06-27 Thread David Bremner
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. > applied to master, thanks d ___ notmuch mailing list --

Re: [PATCH v2] emacs: remap send-message and send-message-and-exit

2021-06-27 Thread David Bremner
edef writes: > All three of C-c C-c, , > and are bound to message-send-and-exit by > message.el, but notmuch-mua.el only had an explicit override for the > keyboard binding. This mostly manifests as confusing Fcc behaviour for > GUI users. > > Patching the bindings for specific keys is

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

2021-06-27 Thread Protesilaos Stavrou
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. >> > > applied to master, thanks You are

Re: [PATCH 1/3] ruby: add new Database.open_with_config

2021-06-27 Thread Felipe Contreras
On Sun, Jun 27, 2021 at 1:02 PM David Bremner wrote: > > Felipe Contreras writes: > > > +ret = notmuch_database_open_with_config (database_path, mode, > > + config_path, profile, , > > + NULL); > > I'm curious

Re: [PATCH 3/3] emacs/tree use notmuch-show-single-message

2021-06-27 Thread David Bremner
David Bremner writes: > This is more efficient than notmuch-show-only-matching-messages, since > we do not parse the potentially large thread structure to find a > single message. > > This is only a partial fix for notmuch-tree view, because displaying > the thread structure in the tree-mode