[PATCH 1/3] count: Convert to new-style argument parsing

2012-01-11 Thread Jani Nikula
On Wed, 11 Jan 2012 08:17:05 +, Jani Nikula wrote: > In fact, this is exactly what I did in commits > e6d89ad723f775952d89d4f81b6072617c5caf18 and > be5619cca32452f1a398add85908d78d6e72f469. In the latter I could have > used notmuch_bool_t because it's a typedeffed int, but then I would've > d

Re: [PATCH 1/3] count: Convert to new-style argument parsing

2012-01-11 Thread Jani Nikula
On Wed, 11 Jan 2012 08:17:05 +, Jani Nikula wrote: > In fact, this is exactly what I did in commits > e6d89ad723f775952d89d4f81b6072617c5caf18 and > be5619cca32452f1a398add85908d78d6e72f469. In the latter I could have > used notmuch_bool_t because it's a typedeffed int, but then I would've > d

Re: [PATCH 1/3] count: Convert to new-style argument parsing

2012-01-11 Thread Austin Clements
Quoth Jani Nikula on Jan 11 at 8:17 am: > On Wed, 11 Jan 2012 00:02:51 -0500, Austin Clements wrote: > > --- > > notmuch-count.c | 53 > > + > > 1 files changed, 25 insertions(+), 28 deletions(-) > > > > diff --git a/notmuch-count.c b/notmu

[PATCH 1/3] count: Convert to new-style argument parsing

2012-01-11 Thread Austin Clements
Quoth Jani Nikula on Jan 11 at 8:17 am: > On Wed, 11 Jan 2012 00:02:51 -0500, Austin Clements > wrote: > > --- > > notmuch-count.c | 53 > > + > > 1 files changed, 25 insertions(+), 28 deletions(-) > > > > diff --git a/notmuch-count.c b/no

[PATCH 1/3] count: Convert to new-style argument parsing

2012-01-11 Thread Jani Nikula
On Wed, 11 Jan 2012 00:02:51 -0500, Austin Clements wrote: > --- > notmuch-count.c | 53 + > 1 files changed, 25 insertions(+), 28 deletions(-) > > diff --git a/notmuch-count.c b/notmuch-count.c > index 20ce334..fb7401b 100644 > --- a/notmuch

Re: [PATCH 1/3] count: Convert to new-style argument parsing

2012-01-11 Thread Jani Nikula
On Wed, 11 Jan 2012 00:02:51 -0500, Austin Clements wrote: > --- > notmuch-count.c | 53 + > 1 files changed, 25 insertions(+), 28 deletions(-) > > diff --git a/notmuch-count.c b/notmuch-count.c > index 20ce334..fb7401b 100644 > --- a/notmuch

[PATCH 1/3] count: Convert to new-style argument parsing

2012-01-11 Thread Austin Clements
--- notmuch-count.c | 53 + 1 files changed, 25 insertions(+), 28 deletions(-) diff --git a/notmuch-count.c b/notmuch-count.c index 20ce334..fb7401b 100644 --- a/notmuch-count.c +++ b/notmuch-count.c @@ -21,6 +21,11 @@ #include "notmuch-clie

[PATCH 1/3] count: Convert to new-style argument parsing

2012-01-10 Thread Austin Clements
--- notmuch-count.c | 53 + 1 files changed, 25 insertions(+), 28 deletions(-) diff --git a/notmuch-count.c b/notmuch-count.c index 20ce334..fb7401b 100644 --- a/notmuch-count.c +++ b/notmuch-count.c @@ -21,6 +21,11 @@ #include "notmuch-cli