[PATCH] build: fix out-of-tree builds

2013-03-07 Thread Jani Nikula
Support for out-of-tree builds was added in commit 3e4a9d60a9419621b08c647a306843d76c47c2cb Author: Carl Worth Date: Wed Mar 9 15:02:42 2011 -0800 build: Add support for non-source-directory builds. and broken in commit 7beeb8c88a014ecbc53d8241f10683b3c4c16228 Author: David Bremner Date:

Re: notspam: a notmuch interface to spamassassin

2013-03-07 Thread Tomi Ollila
On Thu, Mar 07 2013, Ruben Pollan wrote: > Quoting Svend Sorensen (2013-03-06 19:40:19) >> Jameson Graef Rollins writes: >> > PS: if anyone has any suggestions for Bayesian classifiers better than >> > sa I'm all ears. I'm not so happy with sa at the moment. >> >> I used bogofilter when I was

Re: [PATCH] build: fix out-of-tree builds

2013-03-07 Thread Jani Nikula
On Fri, 08 Mar 2013, David Bremner wrote: > Jani Nikula writes: >> --- >> >> David, does the perf test still work for you with these changes? > > make perf-test OPTIONS=--medium > > runs the time tests, but then fails with > > ./performance-test/notmuch-memory-test --medium > make[1]: ./performa

Re: [PATCH] build: fix out-of-tree builds

2013-03-07 Thread David Bremner
Jani Nikula writes: > --- > > David, does the perf test still work for you with these changes? make perf-test OPTIONS=--medium runs the time tests, but then fails with ./performance-test/notmuch-memory-test --medium make[1]: ./performance-test/notmuch-memory-test: Command not found make[1]: **

[PATCH v2 4/6] cli: config: make notmuch_config_open() "is new" parameter input only

2013-03-07 Thread Tomi Ollila
On Thu, Mar 07 2013, David Bremner wrote: > Jani Nikula writes: > >> We now have a notmuch_config_is_new() function to query whether a >> config was created or not. Change the notmuch_config_open() is_new >> parameter into boolean create_new to determine whether the function >> should create a n

notspam: a notmuch interface to spamassassin

2013-03-07 Thread Ruben Pollan
Quoting Svend Sorensen (2013-03-06 19:40:19) > Jameson Graef Rollins writes: > > PS: if anyone has any suggestions for Bayesian classifiers better than > > sa I'm all ears. I'm not so happy with sa at the moment. > > I used bogofilter when I was hosting my own email, and I was happy with > it.

[PATCH] build: fix out-of-tree builds

2013-03-07 Thread Jani Nikula
Support for out-of-tree builds was added in commit 3e4a9d60a9419621b08c647a306843d76c47c2cb Author: Carl Worth Date: Wed Mar 9 15:02:42 2011 -0800 build: Add support for non-source-directory builds. and broken in commit 7beeb8c88a014ecbc53d8241f10683b3c4c16228 Author: David Bremner Date:

[PATCH] test/README: mention the test_expect_equal_json and *sanitize* functions

2013-03-07 Thread David Bremner
Aaron Ecay writes: > also fix one typo > --- pushed, d

[PATCH v2 4/6] cli: config: make notmuch_config_open() "is new" parameter input only

2013-03-07 Thread David Bremner
Jani Nikula writes: > We now have a notmuch_config_is_new() function to query whether a > config was created or not. Change the notmuch_config_open() is_new > parameter into boolean create_new to determine whether the function > should create a new config if one doesn't exist. This reduces the >

Re: notspam: a notmuch interface to spamassassin

2013-03-07 Thread Ruben Pollan
Quoting Svend Sorensen (2013-03-06 19:40:19) > Jameson Graef Rollins writes: > > PS: if anyone has any suggestions for Bayesian classifiers better than > > sa I'm all ears. I'm not so happy with sa at the moment. > > I used bogofilter when I was hosting my own email, and I was happy with > it.

Re: [PATCH v2 4/6] cli: config: make notmuch_config_open() "is new" parameter input only

2013-03-07 Thread Tomi Ollila
On Thu, Mar 07 2013, David Bremner wrote: > Jani Nikula writes: > >> We now have a notmuch_config_is_new() function to query whether a >> config was created or not. Change the notmuch_config_open() is_new >> parameter into boolean create_new to determine whether the function >> should create a n

Re: [PATCH] test/README: mention the test_expect_equal_json and *sanitize* functions

2013-03-07 Thread David Bremner
Aaron Ecay writes: > also fix one typo > --- pushed, d ___ notmuch mailing list notmuch@notmuchmail.org http://notmuchmail.org/mailman/listinfo/notmuch

Re: [PATCH v2 4/6] cli: config: make notmuch_config_open() "is new" parameter input only

2013-03-07 Thread David Bremner
Jani Nikula writes: > We now have a notmuch_config_is_new() function to query whether a > config was created or not. Change the notmuch_config_open() is_new > parameter into boolean create_new to determine whether the function > should create a new config if one doesn't exist. This reduces the >