Re: [PATCH 3/3] emacs: Drop content-free "Unknown signature status" button

2019-05-23 Thread David Bremner
Daniel Kahn Gillmor writes: > diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el > index 353f721e..68171153 100644 > --- a/emacs/notmuch-crypto.el > +++ b/emacs/notmuch-crypto.el > @@ -93,6 +93,7 @@ mode." > (defun notmuch-crypto-insert-sigstatus-button (sigstatus from) >(let* ((

Re: getting all attachments, getting images

2019-05-23 Thread Rollins, Jameson
On Thu, May 23 2019, Danh Doan wrote: > On Thu, May 23, 2019 at 07:06:39AM -0700, meOme wrote: >> Hi! >> How can I get a list of all mails with an attachment in notmuch? > > Notmuch has already tagged all mails with attachment with tag: > attachment, hasn't it? > > Does this command work for you?

Re: getting all attachments, getting images

2019-05-23 Thread Danh Doan
On Thu, May 23, 2019 at 07:06:39AM -0700, meOme wrote: > Hi! > How can I get a list of all mails with an attachment in notmuch? Notmuch has already tagged all mails with attachment with tag: attachment, hasn't it? Does this command work for you? notmuch search tag:attachment -- Danh __

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-23 Thread Leo Vivier
Hello, David Bremner writes: [...] > I would mention the actual function name in the subject. Done. > I think 0.28.1 should be 0.29, no? Changed it to 0.29. I wasn’t sure whether to use the version number or the commit ID. Best, -- Leo Vivier English Studies & General Linguistics Maste

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-23 Thread David Bremner
Leo Vivier writes: > Hello, > > David Bremner writes: > > [...] > >> I would mention the actual function name in the subject. > > Done. > >> I think 0.28.1 should be 0.29, no? > > Changed it to 0.29. I wasn’t sure whether to use the version number or > the commit ID. Thanks Leo, I've pushed

Re: getting all attachments, getting images

2019-05-23 Thread meOme
Oh I found the answer for the getting images question: notmuch search mimetype:image seems to work. :) While the "all attachments"-question isn't solved yet... -- Sent from: http://notmuch.198994.n3.nabble.com/ ___ notmuch mailing list notmuch@notmuchm

getting all attachments, getting images

2019-05-23 Thread meOme
Hi! How can I get a list of all mails with an attachment in notmuch? I tried: notmuch search attachment:'*' but that doesn't seem to work, as the result is lesser than e.g.: notmuch search attachment:jpg in my case. One more question: How can i find all messages with an image as attachment? Somethi

Re: [PATCH] test-lib.sh: "tidied" emacs_deliver_message ()

2019-05-23 Thread David Bremner
Tomi Ollila writes: > Added initialization and checking of smtp_dummy_port > like it was done with smtp_dummy_pid. > pushed to master. d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH 2/2] n_m_remove_indexed_terms: reduce number of Xapian API calls.

2019-05-23 Thread David Bremner
David Bremner writes: > Previously this functioned scanned every term attached to a given > Xapian document. It turns out we know how to read only the terms we > need to preserve (and we might have already done so). This commit > replaces many calls to Xapian::Document::remove_term with one call

Re: [PATCH] test-lib.sh: colors to test output when parallel(1) is run on tty

2019-05-23 Thread David Bremner
Tomi Ollila writes: > Done via $COLORS_WITHOUT_TTY environment variable as passing options > to commands through parallel(1) does not look trivial. pushed to master d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/lis

Release 0.29.

2019-05-23 Thread David Bremner
I know there are several things "in progress", but we've also accumulated a fair amount of change since 0.28. I am planning a feature freeze for 0.29 on May 31 and (hopefully) a release on June 7. d signature.asc Description: PGP signature ___ notmuch

Re: [PATCH 1/2] emacs: Move notmuch-search-interactive-region to notmuch-lib as notmuch-interactive-region

2019-05-23 Thread David Bremner
Leo Vivier writes: > From f7b0390ee411dbeb8c2c6691f717675ab3a723c2 Mon Sep 17 00:00:00 2001 > From: Leo Vivier > Date: Mon, 20 May 2019 14:21:13 +0200 > Subject: [PATCH] emacs: make old function obsolete I would mention the actual function name in the subject. > > +(define-obsolete-function-

Re: [PATCH v2 4/4] cli/show: emit new whole-message crypto status output

2019-05-23 Thread David Bremner
Daniel Kahn Gillmor writes: > headers:headers, > +crypto?:crypto, # omitted if crypto disabled, or if no part > was signed or encrypted. > body?: [part]# omitted if --body=false > } I'm wondering about the "upward compatible" aspect of this. If the