Re: Feature request: search for last N modified mails

2016-12-03 Thread cesar mena
hello, Ico writes: > My normal mail workflow is to keep todo's in my inbox; these can be a few days > or weeks old if I'm lazy. Every now and then I find myself accidentally > removing things from the inbox, and I have a very hard time finding things > back. As discussed on

[PATCH 3/3] fix out of tree tests

2016-12-03 Thread Tomi Ollila
Use $NOTMUCH_SRCDIR/ instead of $TEST_DIRECTORY/../ (in those 2 places) where refecence to source directory instead of build directory is required. --- test/test-lib.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test-lib.sh b/test/test-lib.sh index

[PATCH 1/3] configure: add ${NOTMUCH_SRCDIR} -- absolute path to notmuch source

2016-12-03 Thread Tomi Ollila
The ${srcdir} -- usually relative path to notmuch source -- works fine in current ./configure and all makefiles. To have simple access to notmuch source in tests and out of tree builds holding absolute path to the source directory is useful. --- configure | 8 1 file changed, 8

[PATCH 2/3] fix out of tree build

2016-12-03 Thread Tomi Ollila
In addition to use ${srcdir} and deliver ${NOTMUCH_SRCDIR} where needed, source from ruby bindings had to be copied to the out-of-tree target directory -- if the source files in source directory were referenced in build and there were also built object files there, those could have been considered

Re: [PATCH v2] test: check the handling of files vanishing between scandir and indexing

2016-12-03 Thread David Bremner
Jani Nikula writes: > Add a file for scandir to find, but use gdb to remove it before it > gets indexed. > pushed to master, d ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH] test: clean up corpora.email

2016-12-03 Thread David Bremner
David Bremner writes: >$(dir)/database-test.o \ > - $(dir)/corpus.mail $(dir)/test-results $(dir)/tmp.* > + $(dir)/corpora.mail $(dir)/test-results $(dir)/tmp.* > -- > 2.10.2 pushed to master, d ___ notmuch

Re: Trouble decrypting multipart/encrypted

2016-12-03 Thread Tomi Ollila
On Sat, Dec 03 2016, David Bremner wrote: > Eric Skoglund writes: > > >> Thank you David! Seems like notmuch used the gpg1 binary (that fedora >> has installed by default also), I switched the gpg binary to gpg2 and it >> now works like a charm! >> >> Thank