Return-Path: X-Original-To: notmuch@notmuchmail.org Delivered-To: notmuch@notmuchmail.org Received: from localhost (localhost [127.0.0.1]) by olra.theworths.org (Postfix) with ESMTP id 270D1431FB6 for ; Tue, 10 Jan 2012 21:03:40 -0800 (PST) X-Virus-Scanned: Debian amavisd-new at olra.theworths.org X-Spam-Flag: NO X-Spam-Score: -0.7 X-Spam-Level: X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5 tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled Received: from olra.theworths.org ([127.0.0.1]) by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6bb05VpFR-iX for ; Tue, 10 Jan 2012 21:03:39 -0800 (PST) Received: from dmz-mailsec-scanner-7.mit.edu (DMZ-MAILSEC-SCANNER-7.MIT.EDU [18.7.68.36]) by olra.theworths.org (Postfix) with ESMTP id 9C7A5429E29 for ; Tue, 10 Jan 2012 21:03:37 -0800 (PST) X-AuditID: 12074424-b7fae6d000000906-79-4f0d1829aff2 Received: from mailhub-auth-3.mit.edu ( [18.9.21.43]) by dmz-mailsec-scanner-7.mit.edu (Symantec Messaging Gateway) with SMTP id CD.50.02310.9281D0F4; Wed, 11 Jan 2012 00:03:37 -0500 (EST) Received: from outgoing.mit.edu (OUTGOING-AUTH.MIT.EDU [18.7.22.103]) by mailhub-auth-3.mit.edu (8.13.8/8.9.2) with ESMTP id q0B53aao012429; Wed, 11 Jan 2012 00:03:36 -0500 Received: from drake.mit.edu (209-6-116-242.c3-0.arl-ubr1.sbo-arl.ma.cable.rcn.com [209.6.116.242]) (authenticated bits=0) (User authenticated as amdragon@ATHENA.MIT.EDU) by outgoing.mit.edu (8.13.6/8.12.4) with ESMTP id q0B53ZZp017222 (version=TLSv1/SSLv3 cipher=AES256-SHA bits=256 verify=NOT); Wed, 11 Jan 2012 00:03:36 -0500 (EST) Received: from amthrax by drake.mit.edu with local (Exim 4.77) (envelope-from ) id 1RkqLX-0005dc-Cy; Wed, 11 Jan 2012 00:03:35 -0500 From: Austin Clements To: notmuch@notmuchmail.org Subject: [PATCH 1/3] count: Convert to new-style argument parsing Date: Wed, 11 Jan 2012 00:02:51 -0500 Message-Id: <1326258173-21163-2-git-send-email-amdragon@mit.edu> X-Mailer: git-send-email 1.7.7.3 In-Reply-To: <1326258173-21163-1-git-send-email-amdragon@mit.edu> References: <20120109043101.GH20796@mit.edu> <1326258173-21163-1-git-send-email-amdragon@mit.edu> X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFtrEIsWRmVeSWpSXmKPExsUixCmqraspwetv0HqX0+L6zZnMDowez1bd Yg5gjOKySUnNySxLLdK3S+DK+D73IntBu2jF58nX2BsY7/N3MXJySAiYSMzvn8gCYYtJXLi3 nq2LkYtDSGAfo8S1v/tZIZwNjBJdn3uhMveZJH62v4Fy5jNKfOrZwgrSzyagIbFt/3JGEFtE QFpi593ZQHEODmYBEYl3M5lATGEBR4nvz0pAKlgEVCXW7PrGDGLzCjhI9KyYwQ5xhYLEudXn wGxOoPI7uzYzgdhCAskS7f0rmCcw8i9gZFjFKJuSW6Wbm5iZU5yarFucnJiXl1qka66Xm1mi l5pSuokRFDTsLio7GJsPKR1iFOBgVOLhNUjl8RdiTSwrrsw9xCjJwaQkytsnxusvxJeUn1KZ kVicEV9UmpNafIhRgoNZSYRXMQuonDclsbIqtSgfJiXNwaIkzquh9c5PSCA9sSQ1OzW1ILUI JivDwaEkwbtXHGioYFFqempFWmZOCUKaiYMTZDgP0PBdIDW8xQWJucWZ6RD5U4yKUuK8vSAJ AZBERmkeXC8sql8xigO9Isx7AKSKB5gQ4LpfAQ1mAhq8ZR3I1cUliQgpqQbGWlb72Lnby8x2 pyldFEzZsidm3t4Vm3U/SnvPn7v/l47ys5SkQ7OjL67qfvae2/jdq+i1ZqEvZ33c/+HWpZdx 0q5ruA9Mfn+MqzIlv6Di7YMs0+enficnvDiSnyRvVbBxiUVW87HK/Gauxa+fmPVe0f2Wt2j9 o+T7p7Jz7kyffXGW3W7vpEkc35RYijMSDbWYi4oTATWtCgDFAgAA X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2012 05:03:40 -0000 --- 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-client.h" +typedef enum { + OUTPUT_THREADS, + OUTPUT_MESSAGES, +} output_t; + int notmuch_count_command (void *ctx, int argc, char *argv[]) { @@ -28,35 +33,23 @@ notmuch_count_command (void *ctx, int argc, char *argv[]) notmuch_database_t *notmuch; notmuch_query_t *query; char *query_str; - int i; - notmuch_bool_t output_messages = TRUE; + int opt_index; + output_t output = OUTPUT_MESSAGES; - argc--; argv++; /* skip subcommand argument */ + notmuch_opt_desc_t options[] = { + { NOTMUCH_OPT_KEYWORD, &output, "output", 'o', + (notmuch_keyword_t []){ { "threads", OUTPUT_THREADS }, + { "messages", OUTPUT_MESSAGES }, + { 0, 0 } } }, + { 0, 0, 0, 0, 0 } + }; - for (i = 0; i < argc && argv[i][0] == '-'; i++) { - if (strcmp (argv[i], "--") == 0) { - i++; - break; - } - if (STRNCMP_LITERAL (argv[i], "--output=") == 0) { - const char *opt = argv[i] + sizeof ("--output=") - 1; - if (strcmp (opt, "threads") == 0) { - output_messages = FALSE; - } else if (strcmp (opt, "messages") == 0) { - output_messages = TRUE; - } else { - fprintf (stderr, "Invalid value for --output: %s\n", opt); - return 1; - } - } else { - fprintf (stderr, "Unrecognized option: %s\n", argv[i]); - return 1; - } + opt_index = parse_arguments (argc, argv, options, 1); + + if (opt_index < 0) { + return 1; } - argc -= i; - argv += i; - config = notmuch_config_open (ctx, NULL, NULL); if (config == NULL) return 1; @@ -66,7 +59,7 @@ notmuch_count_command (void *ctx, int argc, char *argv[]) if (notmuch == NULL) return 1; - query_str = query_string_from_args (ctx, argc, argv); + query_str = query_string_from_args (ctx, argc-opt_index, argv+opt_index); if (query_str == NULL) { fprintf (stderr, "Out of memory.\n"); return 1; @@ -82,10 +75,14 @@ notmuch_count_command (void *ctx, int argc, char *argv[]) return 1; } - if (output_messages) + switch (output) { + case OUTPUT_MESSAGES: printf ("%u\n", notmuch_query_count_messages (query)); - else + break; + case OUTPUT_THREADS: printf ("%u\n", notmuch_query_count_threads (query)); + break; + } notmuch_query_destroy (query); notmuch_database_close (notmuch); -- 1.7.7.3