Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / 8b / ec94805d8cffd81e7682f073263ec4d8dc0a9a
1 Return-Path: <novalazy@gmail.com>\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 570F5431FCB\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:43:21 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id zelQQdDvHO-5 for <notmuch@notmuchmail.org>;\r
17         Wed, 25 Jul 2012 06:43:20 -0700 (PDT)\r
18 Received: from mail-gg0-f181.google.com (mail-gg0-f181.google.com\r
19         [209.85.161.181]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id C1A20431FBD\r
22         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:43:20 -0700 (PDT)\r
23 Received: by ggnv5 with SMTP id v5so882427ggn.26\r
24         for <notmuch@notmuchmail.org>; Wed, 25 Jul 2012 06:43:20 -0700 (PDT)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
26         h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references;\r
27         bh=/WZ1gdDJRoXiRaTHZcoq5vyR2k9EM8mHbNXHGtEamW8=;\r
28         b=OYW85/RAPFdYAJlzeUDkBJbJ2CYjr5SNcPakCQsSzrnkzHon5+NyO/AYU7AqNBafv4\r
29         tSnUgd1YQyHLA5eGGNO4AbdMzlKOkaG2HAMwscpLXKqcs+CZxQCxAbYWUCldRH8WmWPv\r
30         jliu3JyZH4A2tuHaKR2xH4wEf3rRP07BqESJYjikewDoZoSQVk85NEblrcqfjpV2LGKg\r
31         7PKJo9mrG4AbJM9IznSj1kJ64bc5QqYi/QqbspyaitawHY3fHDOwQXKNL5lOFfc03OCr\r
32         TaqhGwm0pTFTRMkf0a/tXh4S89Bz43wi3RlXL4JUv+WB33YKJAiD/jHaqSm8GdlVKVve\r
33         48ew==\r
34 Received: by 10.66.84.202 with SMTP id b10mr12796641paz.72.1343223799767;\r
35         Wed, 25 Jul 2012 06:43:19 -0700 (PDT)\r
36 Received: from localhost (215.42.233.220.static.exetel.com.au.\r
37         [220.233.42.215])\r
38         by mx.google.com with ESMTPS id ru4sm14405666pbc.66.2012.07.25.06.43.17\r
39         (version=TLSv1/SSLv3 cipher=OTHER);\r
40         Wed, 25 Jul 2012 06:43:18 -0700 (PDT)\r
41 From: Peter Wang <novalazy@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH 02/18] insert: open database\r
44 Date: Wed, 25 Jul 2012 23:42:31 +1000\r
45 Message-Id: <1343223767-9812-2-git-send-email-novalazy@gmail.com>\r
46 X-Mailer: git-send-email 1.7.4.4\r
47 In-Reply-To: <1343223767-9812-1-git-send-email-novalazy@gmail.com>\r
48 References: <1343223767-9812-1-git-send-email-novalazy@gmail.com>\r
49 X-BeenThere: notmuch@notmuchmail.org\r
50 X-Mailman-Version: 2.1.13\r
51 Precedence: list\r
52 List-Id: "Use and development of the notmuch mail system."\r
53         <notmuch.notmuchmail.org>\r
54 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
56 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
57 List-Post: <mailto:notmuch@notmuchmail.org>\r
58 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
59 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
60         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
61 X-List-Received-Date: Wed, 25 Jul 2012 13:43:21 -0000\r
62 \r
63 Open the notmuch configuration file and database.\r
64 ---\r
65  notmuch-insert.c |   16 ++++++++++++++++\r
66  1 files changed, 16 insertions(+), 0 deletions(-)\r
67 \r
68 diff --git a/notmuch-insert.c b/notmuch-insert.c\r
69 index 0e061a0..21424cf 100644\r
70 --- a/notmuch-insert.c\r
71 +++ b/notmuch-insert.c\r
72 @@ -23,5 +23,21 @@\r
73  int\r
74  notmuch_insert_command (void *ctx, int argc, char *argv[])\r
75  {\r
76 +    notmuch_config_t *config;\r
77 +    notmuch_database_t *notmuch;\r
78 +    const char *db_path;\r
79 +\r
80 +    config = notmuch_config_open (ctx, NULL, NULL);\r
81 +    if (config == NULL)\r
82 +       return 1;\r
83 +\r
84 +    db_path = notmuch_config_get_database_path (config);\r
85 +\r
86 +    if (notmuch_database_open (notmuch_config_get_database_path (config),\r
87 +                              NOTMUCH_DATABASE_MODE_READ_WRITE, &notmuch))\r
88 +       return 1;\r
89 +\r
90 +    notmuch_database_destroy (notmuch);\r
91 +\r
92      return 1;\r
93  }\r
94 -- \r
95 1.7.4.4\r
96 \r