Re: [PATCH 2/4] insert: strip trailing / in folder path

2017-08-18 Thread David Bremner
Yuri Volchkov writes: > I have faced a problem, that messages sent by emacs could not be shown > or found later. The "notmuch show id:" says "no such file or > directory". > > The reason of this behavior is the following chain of events: > 1) While sending a message,

[PATCH 1/3] test: move generate_message, add_message into test-lib-common.sh

2017-08-18 Thread David Bremner
The plan is to use at least the former in the perf test suite. --- test/test-lib-common.sh | 177 test/test-lib.sh| 177 2 files changed, 177 insertions(+), 177 deletions(-) diff --git

update performance tests for notmuch insert

2017-08-18 Thread David Bremner
The first two patches are housekeeping, and the third adds some simple memory leak testing for notmuch insert. ___ notmuch mailing list notmuch@notmuchmail.org https://notmuchmail.org/mailman/listinfo/notmuch

[PATCH 3/3] perf-test: add memory test for notmuch-insert

2017-08-18 Thread David Bremner
In the future it might be worthwhile selecting corpus messages to insert, but that seems a bit overcomplicated for now --- performance-test/M06-insert.sh | 16 1 file changed, 16 insertions(+) create mode 100755 performance-test/M06-insert.sh diff --git

[PATCH 2/3] perf-test: renumber tests

2017-08-18 Thread David Bremner
One test per number so ordering is clear. --- performance-test/{M04-reindex.sh => M05-reindex.sh} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename performance-test/{M04-reindex.sh => M05-reindex.sh} (100%) diff --git a/performance-test/M04-reindex.sh b/performance-test/M05-reindex.sh

Re: [PATCH] completion: add bash completion for "notmuch reindex"

2017-08-18 Thread David Bremner
Daniel Kahn Gillmor writes: > The main thing that notmuch reindex does is to use search terms, so we > can reuse a bunch of the existing completion framework. pushed to master d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH] test: remove remainder of previously killed basic test

2017-08-18 Thread David Bremner
Yuri Volchkov writes: > In the commit 51cd69feb1d131db7a468e33e0fa2e043caad41e the part of the > test "test runs if prerequisite is satisfied" has been > removed. However, there was a remainder of that test - variable > 'haveit'. > > Kill it, to not to confuse people. >

Re: [PATCH] fix typo

2017-08-18 Thread David Bremner
Daniel Kahn Gillmor writes: > --- > bindings/python/README | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) pushed to master, d ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH 0/2] .gitignore tweaks

2017-08-18 Thread David Bremner
Vladimir Panteleev writes: > I tried to make sure the path changes are accurate and reflect where > ignored files can occur in the tree for all .gitignore files, except > for the one in debian/. series pushed to master d

Re: Feature request: Tab completion in notmuch search

2017-08-18 Thread David Bremner
writes: > Hello, It would be great to have tab completion in the notmuch search > (in notmuch-emacs).  Examples could be names of people used in to/from > and email addresses. It's a good idea, and I think it "only" requires some emacs lisp hacking, not any big structural changes.

Feature request: Tab completion in notmuch search

2017-08-18 Thread rmrf
Hello, It would be great to have tab completion in the notmuch search (in notmuch-emacs).  Examples could be names of people used in to/from and email addresses. ___ notmuch mailing list notmuch@notmuchmail.org

Re: [PATCH 0/2] .gitignore tweaks

2017-08-18 Thread Tomi Ollila
On Thu, Aug 17 2017, Vladimir Panteleev wrote: > I tried to make sure the path changes are accurate and reflect where > ignored files can occur in the tree for all .gitignore files, except > for the one in debian/. This series LGTM. Tomi > > Vladimir Panteleev (2): > test: Update extant