[PATCH 3/7] CLI: convert top level argument parsing to use command-line-arguments

2013-01-19 Thread da...@tethera.net
From: David Bremner This isn't really a win for conciseness yet, but will make it easier to add options. --- notmuch.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/notmuch.c b/notmuch.c index f13fd27..a674481 100644 --- a/notmuch.c +++ b/notmuch.c

[PATCH 3/7] CLI: convert top level argument parsing to use command-line-arguments

2013-01-19 Thread david
From: David Bremner This isn't really a win for conciseness yet, but will make it easier to add options. --- notmuch.c | 22 ++ 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/notmuch.c b/notmuch.c index f13fd27..a674481 100644 --- a/notmuch.c +++ b/notmuch.c