[PATCH 1/6] cli: notmuch new: use getopt_long for parsing command line options

2011-11-14 Thread Jani Nikula
Signed-off-by: Jani Nikula --- notmuch-client.h |1 + notmuch-new.c| 20 +++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/notmuch-client.h b/notmuch-client.h index b50cb38..eb16f0d 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -43,6 +43,7

[PATCH 1/6] cli: notmuch new: use getopt_long for parsing command line options

2011-11-13 Thread Jani Nikula
Signed-off-by: Jani Nikula j...@nikula.org --- notmuch-client.h |1 + notmuch-new.c| 20 +++- 2 files changed, 16 insertions(+), 5 deletions(-) diff --git a/notmuch-client.h b/notmuch-client.h index b50cb38..eb16f0d 100644 --- a/notmuch-client.h +++ b/notmuch-client.h