[PATCH v2] emacs: new command notmuch-tree-filter

2021-07-31 Thread jao
This command is analogous to notmuch-filter, but is defined on tree mode buffers. --- doc/notmuch-emacs.rst | 3 +++ emacs/notmuch-tree.el | 16 2 files changed, 19 insertions(+) diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 952fe2a5..5accfa60 100644 ---

emacs: new command notmuch-tree-filter (alternative)

2021-07-31 Thread jao
The following patch is an alternative, shorter implementation of notmuch-tree-filter that doesn't try to use the notmuch-tree--define-close-message-window-and somewhat artificially. Either version works for me. ___ notmuch mailing list --

[PATCH] emacs: new command notmuch-tree-filter

2021-07-31 Thread jao
This command is analogous to notmuch-filter, but is defined on tree mode buffers. --- doc/notmuch-emacs.rst | 3 +++ emacs/notmuch-tree.el | 19 +++ 2 files changed, 22 insertions(+) diff --git a/doc/notmuch-emacs.rst b/doc/notmuch-emacs.rst index 952fe2a5..5accfa60 100644 ---

Re: emacs: honoring notmuch-show-insert-part-text/html for 'w3m renderer

2021-07-31 Thread David Edmondson
On Saturday, 2021-07-31 at 00:18:45 +01, Jose Antonio Ortega Ruiz wrote: > Hi, > > notmuch-show-insert-part-text/html correctly binds shr-blocked-images to > notmuch-show-text/html-blocked-images when using 'shr as the > mm-text-html-renderer. However, when the latter is not shr, the > function

Re: [PATCH 1/1] python/notmuch2: provide binding for database_get_directory()

2021-07-31 Thread Floris Bruynooghe
On Sat 31 Jul 2021 at 00:33 +0200, Ludovic LANGE wrote: > (Btw, it seems your mail was sent directly to me, not the M/L, was it > intentional or an accident ? Both are OK for me.) No, that was accidental. Apologies! > While you review the new version of the patch, a few thoughts on your >