[PATCH] cli: command line option parser cleanup

2014-02-24 Thread Jani Nikula
Reduce the indentation for clarity. No functional changes. --- I've had this around for a while now, in preparation for something else that was never needed... --- command-line-arguments.c | 69 1 file changed, 35 insertions(+), 34 deletions(-)

[PATCH] test: test folder renames

2014-02-24 Thread Tomi Ollila
On Sun, Feb 23 2014, Jani Nikula wrote: > On Sun, 23 Feb 2014, Mark Walters wrote: >> I was experimenting with letting notmuch new take an argument to tell it >> to scan only a particular directory (and sub-directories) for new >> messages. I came across the following strange behaviour which is

v3 of sphinx docs

2014-02-24 Thread Mark Walters
This looks good to me. It will obviously need a little tweaking but I like it. There is some error in the conversion for SYNOPSIS for dump, restore and tag (which may also have caused the problem for compact?) Otherwise there were a small number of oddities in indentation, and a general

[DRAFT PATCH] notmuch new: do not ignore '.notmuch' in non-toplevel directories

2014-02-24 Thread Jani Nikula
On Sun, 23 Feb 2014, Tomi Ollila wrote: > So that users may have email in subdir/.notmuch directories. > --- > > Compiles, current tests pass. might ignore database_path/.notmuch and > might descent into database_path/.../.notmuch :D > > Tomi > > > notmuch-new.c | 18 ++ > 1 file

[PATCH] cli: command line option parser cleanup

2014-02-24 Thread Jani Nikula
Reduce the indentation for clarity. No functional changes. --- I've had this around for a while now, in preparation for something else that was never needed... --- command-line-arguments.c | 69 1 file changed, 35 insertions(+), 34 deletions(-)