Re: testing moderation #2

2021-08-03 Thread David Bremner
Further moderation testing. On Sun, 1 Aug 2021 at 21:15, David Bremner wrote: > this is a second, and hopefully final test of the moderation mechanism > (at least for today) > > d > > ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe

Re: emacs: Use of seq-some breaks 'nil' values in notmuch-fcc-dirs

2021-08-03 Thread David Bremner
Toke Høiland-Jørgensen writes: > Commit 16b2db0986ce ("emacs: various cosmetic improvements") switched > over notmuch-fcc-header-setup to use 'seq-some' to parse the > notmuch-fcc-dirs variables. However, this seems to have broken the use > of 'nil' values in the list. Specifically, I have

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

2021-08-03 Thread Jose Antonio Ortega Ruiz
On Tue, Aug 03 2021, David Bremner wrote: > can someone (TM) make a patch I can apply with git-am? sent: 20210804000241.1053748-1-...@gnu.org ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to

Re: [PATCH] emacs: honour notmuch-show-text/html-blocked-images in w3m messages

2021-08-03 Thread David Bremner
jao writes: > When mm-text-html-renderer is set to 'w3m, the variable playing the > role of a regular expression for blocked images is > w3m-ignored-image-url-regexp. We bind it when the renderer is not > 'shr. > --- applied to master ___ notmuch

[PATCH] emacs: honour notmuch-show-text/html-blocked-images in w3m messages

2021-08-03 Thread jao
When mm-text-html-renderer is set to 'w3m, the variable playing the role of a regular expression for blocked images is w3m-ignored-image-url-regexp. We bind it when the renderer is not 'shr. --- emacs/notmuch-show.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

Re: [PATCH] test: aggregate-results updates

2021-08-03 Thread David Bremner
Tomi Ollila writes: > On Mon, Aug 02 2021, David Bremner wrote: > >> Tomi Ollila writes: >> >>> - mkdir -p "$test_results_dir" >>> + test -d "$test_results_dir" || mkdir "$test_results_dir" >> >> Lately I've notice some complaints during parallel test running >> >> mkdir: cannot create

Re: [PATCH] Fix author-scan.sh on BSD systems.

2021-08-03 Thread David Bremner
Matt Armstrong writes: > BSD xargs does not have the -d option. Here we use tr to convert > newlines to NUL characters, then pass -0 to xargs (which BSD does > support). > > I looked at passing -z to 'git ls-files', but I did not find a BSD > grep option to turn on NUL deliminted line

Re: [PATCH] doc: drop note about early versions of Xapian

2021-08-03 Thread David Bremner
David Bremner writes: > Mathias Beyer [1] points out that this note is redudant since Xapian > no longer builds with the problematic versions of Xapian. Applied to master. d ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an

Re: [PATCH] test: use --minversion to detect GNU Parallel.

2021-08-03 Thread David Bremner
David Bremner writes: > Based on a suggestion of Ole Tange [1]. > amended per Tomi's suggestions, and applied. ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

Re: [PATCH v2] ruby: cleanup object_destroy()

2021-08-03 Thread David Bremner
Felipe Contreras writes: > --- > > Rebased on top of latest master. Thanks. Applied to master. ___ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-le...@notmuchmail.org

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

2021-08-03 Thread David Bremner
David Edmondson writes: > 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

[PATCH v2] ruby: cleanup object_destroy()

2021-08-03 Thread Felipe Contreras
It was assumed the destructor of notmuch_rb_database_type did return a notmuch_status_t because that's what notmuch_database_close returns, and that value was checked by notmuch_rb_database_close in order to decide if to raise an exception. It turns out notmuch_database_destroy was called

Re: [PATCH] test: use --minversion to detect GNU Parallel.

2021-08-03 Thread Tomi Ollila
On Mon, Aug 02 2021, David Bremner wrote: > Based on a suggestion of Ole Tange [1]. > > [1]: id:CA+4vN7x6jp4HCiEybZ=5g+2X6Pa7etBFX3Bbd=uyty37gr6...@mail.gmail.com > --- > test/notmuch-test | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/test/notmuch-test