Re: [PATCH 9/9] add has: query prefix to search for specific properties
[notmuch-archives.git] / ee / f90814209f7d361f1637933a84bede5cdd6f8e
1 Return-Path: <jani@nikula.org>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5         by olra.theworths.org (Postfix) with ESMTP id 8C3B8431FBF\r
6         for <notmuch@notmuchmail.org>; Sun,  3 Mar 2013 13:55:20 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.7\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id UXq7Vh4BDhoM for <notmuch@notmuchmail.org>;\r
16         Sun,  3 Mar 2013 13:55:16 -0800 (PST)\r
17 Received: from mail-la0-f51.google.com (mail-la0-f51.google.com\r
18         [209.85.215.51]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 4BD5A431FAE\r
21         for <notmuch@notmuchmail.org>; Sun,  3 Mar 2013 13:55:16 -0800 (PST)\r
22 Received: by mail-la0-f51.google.com with SMTP id fo13so4445290lab.10\r
23         for <notmuch@notmuchmail.org>; Sun, 03 Mar 2013 13:55:13 -0800 (PST)\r
24 X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
25         d=google.com; s=20120113;\r
26         h=x-received:from:to:cc:subject:date:message-id:x-mailer\r
27         :x-gm-message-state;\r
28         bh=iCEM80rkTgI2CTDznL38dsVWuJWXZudAdBnD84RseB8=;\r
29         b=Abs4vPBdCzD9UVDfGcHlIralOAdLZCJZRB/IiPdfihICQlyzx+DJmRMn5P3G381s9I\r
30         MZgBO07bTkVXfoh8QG3Em++TuVBbK1I7eGl31iJQzT8auETTJfhoRSMAADYRHmZktOV5\r
31         k3LfU8kxCqemyn9yUm4/4BOYLaBTky9xZPsXS/hN0P4VkTTpZn69i1QtGUaCVQ2Nx9KW\r
32         +Lb0woj7OQFE+NtV8uW5mR7BYT8vrZtgXxby3//fU0VXyRWd0I18CkxYHQs3PgG0DqOT\r
33         2N2rZrGxd0T49LvFmGSbWUXA17Q3fqfJEwAIIcl5jlFusu3zZiB2RgUf0knz03sdzqr3\r
34         ewmA==\r
35 X-Received: by 10.152.105.38 with SMTP id gj6mr15715754lab.25.1362347713258;\r
36         Sun, 03 Mar 2013 13:55:13 -0800 (PST)\r
37 Received: from localhost (dsl-hkibrasgw4-50df51-27.dhcp.inet.fi.\r
38         [80.223.81.27])\r
39         by mx.google.com with ESMTPS id mq7sm10733980lab.1.2013.03.03.13.55.11\r
40         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
41         Sun, 03 Mar 2013 13:55:12 -0800 (PST)\r
42 From: Jani Nikula <jani@nikula.org>\r
43 To: notmuch@notmuchmail.org\r
44 Subject: [PATCH v2 0/6] notmuch cli config changes\r
45 Date: Sun,  3 Mar 2013 23:55:04 +0200\r
46 Message-Id: <cover.1362347362.git.jani@nikula.org>\r
47 X-Mailer: git-send-email 1.7.10.4\r
48 X-Gm-Message-State:\r
49  ALoCoQlaXG+LWgp2XGHw3zWm69v3UM8apPRIIMiV4th118uzQCRlTb8OLZtMT9ASSxppeVZ+ZkNl\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 03 Mar 2013 21:55:20 -0000\r
63 \r
64 This is v2 of id:cover.1359495450.git.jani@nikula.org, being mostly just\r
65 rebase and commit message amendments, and a slight reordering of a few\r
66 patches. The only functional change is to allow notmuch help to be run\r
67 without a config file which was broken in v1.\r
68 \r
69 BR,\r
70 Jani.\r
71 \r
72 \r
73 Jani Nikula (6):\r
74   cli: abstract subcommand finding into a new function\r
75   cli: plug main notmuch command into subcommand machinery\r
76   cli: config: keep track of whether the config is newly created\r
77   cli: config: make notmuch_config_open() "is new" parameter input only\r
78   cli: move config open/close to main() from subcommands\r
79   cli: add top level --config=FILE option\r
80 \r
81  notmuch-client.h     |   35 ++++++------\r
82  notmuch-config.c     |   73 +++++++++----------------\r
83  notmuch-count.c      |   11 ++--\r
84  notmuch-dump.c       |    7 +--\r
85  notmuch-new.c        |   17 +++---\r
86  notmuch-reply.c      |   15 ++----\r
87  notmuch-restore.c    |   11 ++--\r
88  notmuch-search.c     |   15 ++----\r
89  notmuch-setup.c      |   22 ++++----\r
90  notmuch-show.c       |   15 ++----\r
91  notmuch-tag.c        |   15 ++----\r
92  notmuch.c            |  144 +++++++++++++++++++++++++++-----------------------\r
93  test/random-corpus.c |    2 +-\r
94  13 files changed, 162 insertions(+), 220 deletions(-)\r
95 \r
96 -- \r
97 1.7.10.4\r
98 \r