Re: [PATCH] test: Ignore subtly different behaviour of the musl libc

2019-03-10 Thread Tomi Ollila
On Tue, Feb 26 2019, Luis Ressel wrote: ... > --- a/test/T650-regexp-query.sh > +++ b/test/T650-regexp-query.sh > @@ -137,10 +137,10 @@ EOF > test_expect_equal_file EXPECTED OUTPUT > > test_begin_subtest "regexp error reporting" > -notmuch search 'from:/unbalanced[/' 1>OUTPUT 2>&1 > +notmuch

Re: how do i split my email view (AKA I got a new job)

2019-03-10 Thread Ralph Seichter
* Antoine Beaupré: > How can I make that "All tags" junk disappear? If it bugs you that much, you can use the "this page" link in "Customize Notmuch or this page". -Ralph ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH] test/T030-config: Separate stdout and stderr output

2019-03-10 Thread Tomi Ollila
On Sun, Mar 10 2019, Luis Ressel wrote: > POSIX doesn't specify the flushing behaviour of the STDOUT stream, so > it's invalid to assume a particular order between the stdout and stderr > output. The current test breaks on musl due to this. > --- > test/T030-config.sh | 7 +-- > 1 file

how do i split my email view (AKA I got a new job)

2019-03-10 Thread Antoine Beaupré
Hello! So I got a new job, and that means I have a new email address that forwards to my regular mail spool. *Normally*, all that junk should end up in a separate folder so I am tagging it all as "+work" (there are quite a few corner cases which I handle individually, but from here on we can

Re: how do i split my email view (AKA I got a new job)

2019-03-10 Thread Antoine Beaupré
On 2019-03-10 17:54:54, Ralph Seichter wrote: > * Antoine Beaupré: > >> How can I make that "All tags" junk disappear? > > If it bugs you that much, you can use the "this page" link in "Customize > Notmuch or this page". Ooooh... I remember now! I digged in the source last time we chatted about

Re: [PATCH] test: Ignore subtly different behaviour of the musl libc

2019-03-10 Thread Luis Ressel
On Mon, Mar 04, 2019 at 08:04:21AM -0400, David Bremner wrote: > Luis Ressel writes: > > > --- > > test/T030-config.sh | 6 -- > > test/T650-regexp-query.sh | 4 ++-- > > 2 files changed, 6 insertions(+), 4 deletions(-) > > > > In general we want more verbose commit messages for

Re: [PATCH] Add a configure flag to disable rpaths

2019-03-10 Thread Luis Ressel
On Fri, Mar 01, 2019 at 08:39:25AM -0400, David Bremner wrote: > Tomi Ollila writes: > > > On Tue, Feb 26 2019, Luis Ressel wrote: > > > > although the commit message is a bit terse, this change looks simple and > > reasonable enough to be pushed (i.e. if i think hard I can see reason > > for

[PATCH] test/T030-config: Separate stdout and stderr output

2019-03-10 Thread Luis Ressel
POSIX doesn't specify the flushing behaviour of the STDOUT stream, so it's invalid to assume a particular order between the stdout and stderr output. The current test breaks on musl due to this. --- test/T030-config.sh | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git

Re: how to search for hyphenated words? (was: how to search for Morse code?)

2019-03-10 Thread David Bremner
Gregor Zattler writes: > > How would one search for hyphenated words with notmuch? > In special cases, explained in notmuch-search-terms(7), one can use regexp searches, which are slower, but don't drop punctuation. d ___ notmuch mailing list

Re: [PATCH] test/T030-config: Separate stdout and stderr output

2019-03-10 Thread Luis Ressel
On Sun, Mar 10, 2019 at 10:42:59PM +0200, Tomi Ollila wrote: > On Sun, Mar 10 2019, Luis Ressel wrote: > > > test_begin_subtest "List all items" > > -notmuch config list 2>&1 | notmuch_config_sanitize > OUTPUT > > +notmuch config list 2>OUTPUT-ERR | notmuch_config_sanitize > OUTPUT > > +echo