[PATCH 2/6] cli: notmuch search: use getopt_long for parsing command line options

2011-11-14 Thread Jani Nikula
Signed-off-by: Jani Nikula --- notmuch-search.c | 90 - 1 files changed, 48 insertions(+), 42 deletions(-) diff --git a/notmuch-search.c b/notmuch-search.c index c62a594..4f7384a 100644 --- a/notmuch-search.c +++ b/notmuch-search.c @@

[PATCH 2/6] cli: notmuch search: use getopt_long for parsing command line options

2011-11-13 Thread Jani Nikula
Signed-off-by: Jani Nikula j...@nikula.org --- notmuch-search.c | 90 - 1 files changed, 48 insertions(+), 42 deletions(-) diff --git a/notmuch-search.c b/notmuch-search.c index c62a594..4f7384a 100644 --- a/notmuch-search.c +++