Re: [PATCH v2 1/3] Add 'compose' command
[notmuch-archives.git] / 63 / 765c8f7eb483c9e063992b8da4693d9b862ce1
1 Return-Path: <pieter@praet.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 4A624429E26\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 09:28:15 -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 b3wGemkfGXEm for <notmuch@notmuchmail.org>;\r
16         Thu, 12 Jan 2012 09:28:14 -0800 (PST)\r
17 Received: from mail-wi0-f181.google.com (mail-wi0-f181.google.com\r
18         [209.85.212.181]) (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 75675431FB6\r
21         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 09:28:14 -0800 (PST)\r
22 Received: by wibhr12 with SMTP id hr12so1517744wib.26\r
23         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 09:28:13 -0800 (PST)\r
24 Received: by 10.180.83.72 with SMTP id o8mr1939568wiy.22.1326389293356;\r
25         Thu, 12 Jan 2012 09:28:13 -0800 (PST)\r
26 Received: from localhost ([109.131.126.209])\r
27         by mx.google.com with ESMTPS id fo18sm6510828wbb.12.2012.01.12.09.28.12\r
28         (version=TLSv1/SSLv3 cipher=OTHER);\r
29         Thu, 12 Jan 2012 09:28:12 -0800 (PST)\r
30 From: Pieter Praet <pieter@praet.org>\r
31 To: David Bremner <david@tethera.net>,\r
32         Dmitry Kurochkin <dmitry.kurochkin@gmail.com>, notmuch@notmuchmail.org\r
33 Subject: Re: [PATCH] cli: factor out config handling code to get/set lists.\r
34 In-Reply-To: <87pqft8x4i.fsf@convex-new.cs.unb.ca>\r
35 References: <87sjkstbiu.fsf@zancas.localnet>\r
36         <1323619671-14111-1-git-send-email-david@tethera.net>\r
37         <874nx76oxa.fsf@gmail.com> <87pqft8x4i.fsf@convex-new.cs.unb.ca>\r
38 User-Agent: Notmuch/0.10.2+115~gadd29f6 (http://notmuchmail.org) Emacs/23.3.1\r
39         (x86_64-unknown-linux-gnu)\r
40 Date: Thu, 12 Jan 2012 18:26:33 +0100\r
41 Message-ID: <87y5tckf1y.fsf@praet.org>\r
42 MIME-Version: 1.0\r
43 Content-Type: text/plain; charset=us-ascii\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Thu, 12 Jan 2012 17:28:15 -0000\r
57 \r
58 On Mon, 12 Dec 2011 14:26:21 -0400, David Bremner <david@tethera.net> wrote:\r
59 > On Sun, 11 Dec 2011 20:41:53 +0400, Dmitry Kurochkin <dmitry.kurochkin@gmail.com> wrote:\r
60 > > Hi David.\r
61 > > \r
62 > > On Sun, 11 Dec 2011 12:07:51 -0400, David Bremner <david@tethera.net> wrote:\r
63 > > > From: David Bremner <bremner@debian.org>\r
64 > > > \r
65 > > > Two new internal routines are created _config_get_list and\r
66 > > > _config_set_list; the notmuch_config_get_* functions that deal with\r
67 > > > lists are simply wrappers for these functions.\r
68\r
69 > Updated version pushed. I'm not completely happy with _config_get_list's\r
70 > weird API, but I don't have a better idea now.\r
71\r
72 > d\r
73 > _______________________________________________\r
74 > notmuch mailing list\r
75 > notmuch@notmuchmail.org\r
76 > http://notmuchmail.org/mailman/listinfo/notmuch\r
77 \r
78 Much cleaner!\r
79 \r
80 However... this would preferrably have been preceded by tests.\r
81 \r
82 Patch follows.\r
83 \r
84 \r
85 Peace\r
86 \r
87 -- \r
88 Pieter\r