Re: notmuch-search-toggle-order and notmuch-tree
[notmuch-archives.git] / 1f / 8d551d583e3521450670c0933575e37dd49014
1 Return-Path: <tomi.ollila@iki.fi>\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 arlo.cworth.org (Postfix) with ESMTP id 13EF66DE0140\r
6  for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 08:44:44 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.577\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.577 tagged_above=-999 required=5 tests=[AWL=-0.075,\r
12   SPF_NEUTRAL=0.652] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id LK9Dp-uBRp1i for <notmuch@notmuchmail.org>;\r
16  Sun,  5 Jun 2016 08:44:35 -0700 (PDT)\r
17 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
18  by arlo.cworth.org (Postfix) with ESMTP id 9EE146DE01C2\r
19  for <notmuch@notmuchmail.org>; Sun,  5 Jun 2016 08:44:35 -0700 (PDT)\r
20 Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
21  by guru.guru-group.fi (Postfix) with ESMTP id 47B68100104;\r
22  Sun,  5 Jun 2016 18:44:19 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: David Bremner <david@tethera.net>, notmuch@notmuchmail.org\r
25 Subject: Re: [PATCH] lib: document config metadata\r
26 In-Reply-To: <1465078661-30810-1-git-send-email-david@tethera.net>\r
27 References: <1465078661-30810-1-git-send-email-david@tethera.net>\r
28 User-Agent: Notmuch/0.22+32~gd4854c5 (http://notmuchmail.org) Emacs/24.5.1\r
29  (x86_64-unknown-linux-gnu)\r
30 X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
31  $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
32  !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
33 Date: Sun, 05 Jun 2016 18:44:19 +0300\r
34 Message-ID: <m2vb1n63os.fsf@guru.guru-group.fi>\r
35 MIME-Version: 1.0\r
36 Content-Type: text/plain\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.20\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41  <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Sun, 05 Jun 2016 15:44:44 -0000\r
50 \r
51 On Sun, Jun 05 2016, David Bremner <david@tethera.net> wrote:\r
52 \r
53 > This probably should have been part of 3458e3c89c, but I missed it.\r
54 > ---\r
55 >  lib/database.cc | 8 ++++++++\r
56 >  1 file changed, 8 insertions(+)\r
57 >\r
58 > diff --git a/lib/database.cc b/lib/database.cc\r
59 > index 9630000..ecf576f 100644\r
60 > --- a/lib/database.cc\r
61 > +++ b/lib/database.cc\r
62 > @@ -185,6 +185,14 @@ typedef struct {\r
63 >   *                   generated is 1 and the value will be\r
64 >   *                   incremented for each thread ID.\r
65 >   *\r
66 > + *      C*              metadata keys starting with C indicate\r
67 > + *                      configuration data. It can be managed with the\r
68 > + *                      n_database_*config* API.  There is a convention\r
69 > + *                   of hierarchical keys separated by '.' (e.g.\r
70 \r
71 tabs vs spaces... which wins???!!!\r
72 \r
73 > + *                   query.notmuch stores the value for the named\r
74 > + *                   query 'notmuch'), but it is not enforced by the\r
75 > + *                   API.\r
76 > + *\r
77 >   * Obsolete metadata\r
78 >   * -----------------\r
79 >   *\r
80 > -- \r
81 > 2.8.1\r