Re: Bug#841319: notmuch: testsuite fails with TERM=unknown

2016-10-19 Thread Gianfranco Costamagna
Hi David >Use "make V=1" to print test headings and PASSing results. >INFO: using 2 minute timeout for tests >FATAL: ./T160-json.sh: interrupted by signal 15 > >Looks like one of the invokations of emacs hangs when TERM=unknown yes, the same in Ubuntu >Hopefully we can fix this upstream; it's

Re: [PATCH] emacs: fix notmuch-search-line-faces defcustom

2016-10-19 Thread Matt Armstrong
Mark Walters writes: > In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default value > for notmuch-search-line-faces was changed so that it didn't match the > specification in the corresponding defcustom. This meant that it was > difficult for the user to

[PATCH v1] emacs: make faces clear on dark backgrounds.

2016-10-19 Thread Matt Armstrong
The notmuch-tag-flagged and notmucy-search-flagged-face faces defaulted to "blue", which is nearly unreadable when a dark background is in use. This is addressed by using "gold" for dark backgrounds. There is one remaining unconditional use of "blue" at notmuch-crypto-part-header, but I don't

[PATCH v4] Add notmuch-show--build-queries.

2016-10-19 Thread Matt Armstrong
notmuch-show--build-buffer now queries a list of queries built by the former. This simplifies the logic. It also provides an easy place to experiment with alternate sets of queries for given notmuch-show-* variables (e.g. users can use advice-add to do so in a surgical way). ---

Re: [PATCH v3] Add notmuch-show--build-queries.

2016-10-19 Thread Matt Armstrong
Mark Walters writes: >> diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el [...] >> +(defun notmuch-show--build-queries () [...] > We may want to call this from tree-mode later, so I wonder whether > passing it notmuch-show-thread-id and

Re: Bug#841319: notmuch: testsuite fails with TERM=unknown

2016-10-19 Thread David Bremner
Gianfranco Costamagna writes: > source: notmuch > version: 0.23-2 > severity: normal > tags: patch > > Hi dear maintainer, seems that the testsuite fails when TERM=unknown. > more precisely, Use "make V=1" to print test headings and PASSing results. INFO: using 2

Re: [PATCH] NEWS for 0.23.1

2016-10-19 Thread David Bremner
David Bremner writes: > --- > NEWS | 19 +++ > 1 file changed, 19 insertions(+) Pushed to release and master d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] emacs: search face bugfix

2016-10-19 Thread David Bremner
Mark Walters writes: > In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default faces > for unread and flagged were accidentally swapped. This swaps them back. > --- pushed to release and master d ___ notmuch mailing

Re: [PATCH] emacs: fix notmuch-search-line-faces defcustom

2016-10-19 Thread David Bremner
Mark Walters writes: > In commit 2a7b11b064233afc4feead876fa396e3c18a6b91 the default value > for notmuch-search-line-faces was changed so that it didn't match the > specification in the corresponding defcustom. This meant that it was > difficult for the user to

Re: [PATCH] Expand docstrings about fcc using notmuch-insert

2016-10-19 Thread Mark Walters
Hi This version look good to me +1. I recommend it for 0.23.1. Best wishes Mark On Wed, 19 Oct 2016, Keith Amidon wrote: > This commit expands docstrings for notmuch-fcc-dirs and > notmuch-maildir-fcc-with-notmuch-insert to describe how quoted strings > are

[PATCH] Expand docstrings about fcc using notmuch-insert

2016-10-19 Thread Keith Amidon
This commit expands docstrings for notmuch-fcc-dirs and notmuch-maildir-fcc-with-notmuch-insert to describe how quoted strings are processed and make the ability to configure sent folders containing whitespace more discoverable. --- emacs/notmuch-maildir-fcc.el | 13 ++--- 1 file changed,

[PATCH v2] Expand docstrings about fcc using notmuch-insert

2016-10-19 Thread Keith Amidon
Tnis version implements Mark's second, simpler, suggestion. Since the reference to split-string-and-unquote remains, someone with sufficiently esoteric requirements will know where to look to determine exactly what is possible. ___ notmuch mailing list