Re: [PATCH 3/3] test: expand argument parsing sanity checks

2017-12-13 Thread David Bremner
Jani Nikula writes: > Test the various boolean formats and --no- prefixed boolean and > keyword flag arguments. series pushed to master d ___ notmuch mailing list notmuch@notmuchmail.org

config file vs. config in the database [was: Re: Possible bug with named queries]

2017-12-13 Thread Daniel Kahn Gillmor
Hi Carl, all-- thanks for raising this subject! I've taken this opportunity to write down a bit more justification for why i lean in the direction that Bremner describes, but would be happy to be argued out of it. On Wed 2017-12-13 15:09:23 -0800, Carl Worth wrote: > Really? We're deprecating

Re: Possible bug with named queries

2017-12-13 Thread David Bremner
Carl Worth writes: > But if running "notmuch config" to add a saved search stores some > necessary data in the database, couldn't the same code be invoked when > loading the configuration file and noticing a new saved search there in > the file? It could (with some

Re: Possible bug with named queries

2017-12-13 Thread Carl Worth
On Wed, Dec 13 2017, David Bremner wrote: > STORED IN DATABASE, thanks to some doc cleanup by dkg. In general I'd > recommend using using "notmuch config" for all configuration changes, > then you don't have to keep track of which ones are stored in > .notmuch-config. Really? We're deprecating

Re: Possible bug with named queries

2017-12-13 Thread David Bremner
Adam Washington writes: > I've either stumbled across a bug in the handling of named queries or > (more likely) a bug in their documentation. I've tried creating some > named queries by adding the following three lines to my > .notmuch-config file. you should use "notmuch

Re: Bug report: crash of notmuch insert

2017-12-13 Thread Adam C. Emerson
On 12/12/2017, Tomi Ollila wrote: [snip] > > Have you ruled out an actual file size problem? This could be related to > > the environment notmuch insert is running in; I have a vague memory of a > > related issue encountered by a Postfix user. > > Adam, > > Does `ulimit -f` help ? what does it

Possible bug with named queries

2017-12-13 Thread Adam Washington
I've either stumbled across a bug in the handling of named queries or (more likely) a bug in their documentation. I've tried creating some named queries by adding the following three lines to my .notmuch-config file. [query] sasview=from:sasview.org or (from:github subject:sasview) or

Re: [PATCH v3 14/15] docs: clean up documentation about decryption policies

2017-12-13 Thread Daniel Kahn Gillmor
On Fri 2017-12-08 22:27:37 -0400, David Bremner wrote: > Daniel Kahn Gillmor writes: > >> Now that the range of sensible decryption policies has come into full >> view, we take a bit of space to document the distinctions. > > pushed 1-14, but holding you to your promise of