[PATCH v2 04/14] cli/reply: unify reply format functions
[notmuch-archives.git] / 26 / cfe51617d9a5d6eef492c2825100c9287a2efb
1 Return-Path: <datapipe@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 9C298429E34\r
6         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 18:52:16 -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.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 s9Dmgu-iZijS for <notmuch@notmuchmail.org>;\r
17         Fri, 13 Jan 2012 18:52:15 -0800 (PST)\r
18 Received: from mail-qw0-f46.google.com (mail-qw0-f46.google.com\r
19         [209.85.216.46]) (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 AEA7B431FB6\r
22         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 18:52:15 -0800 (PST)\r
23 Received: by qadc26 with SMTP id c26so1169066qad.5\r
24         for <notmuch@notmuchmail.org>; Fri, 13 Jan 2012 18:52:14 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=date:from:to:subject:message-id:mime-version:content-type;\r
27         bh=YnxbWOxFfCG5pHOWHygcGqKvPXRxLPlE7sNM/E4RQAA=;\r
28         b=sVMTmqb5Y1JAjbjp3yLbYYTScROZA7dLKtGGCs2AILNO8GZPOEM05VVDPgl27+RngZ\r
29         AKa6EsugJRtlV+CdEQtCvcdzkLySrvIbZwkVqU1hhQVzPEPcU4loBeD2K0u7+mfMdYgU\r
30         YKRLGop59YxG6rM5in1CV5QDIPuvh+Z2wMd/A=\r
31 Received: by 10.224.179.137 with SMTP id bq9mr4919362qab.53.1326509534033;\r
32         Fri, 13 Jan 2012 18:52:14 -0800 (PST)\r
33 Received: from ltspubuntu4.int.smq.datapipe.net (su-nat.int.smq.datapipe.net.\r
34         [64.106.131.250])\r
35         by mx.google.com with ESMTPS id m20sm20335854qaj.14.2012.01.13.18.52.12\r
36         (version=TLSv1/SSLv3 cipher=OTHER);\r
37         Fri, 13 Jan 2012 18:52:13 -0800 (PST)\r
38 From: datapipe@gmail.com\r
39 To: notmuch@notmuchmail.org\r
40 Subject: Please Update Current GLib Requirements For notmuch:  - (glib-2.0\r
41         >= 2.14)  + (glib-2.0 >= 2.22)\r
42 Message-ID:\r
43  <alpine.DEB.2.02.1201132130220.21970@ltspubuntu4.int.smq.datapipe.net>\r
44 MIME-Version: 1.0\r
45 Content-Type: TEXT/PLAIN; charset=US-ASCII\r
46 X-Mailman-Approved-At: Thu, 02 Feb 2012 08:56:32 -0800\r
47 X-BeenThere: notmuch@notmuchmail.org\r
48 X-Mailman-Version: 2.1.13\r
49 Precedence: list\r
50 List-Id: "Use and development of the notmuch mail system."\r
51         <notmuch.notmuchmail.org>\r
52 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
54 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
55 List-Post: <mailto:notmuch@notmuchmail.org>\r
56 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
57 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
58         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
59 Date: Sat, 14 Jan 2012 02:52:16 -0000\r
60 X-Original-Date: Fri, 13 Jan 2012 21:52:10 -0500\r
61 X-List-Received-Date: Sat, 14 Jan 2012 02:52:16 -0000\r
62 \r
63 I've just tried to compile notmuch, after having downloaded it a few\r
64 hours back, via: `git clone git://notmuchmail.org/git/notmuch`.\r
65 Unfortunately, even though I seem to have all needed dependencies in\r
66 place, during the build I ran into the following error:\r
67 lib/query.cc: In function 'int\r
68 _notmuch_threads_destructor(notmuch_threads_t*)':\r
69 lib/query.cc:311: error: 'g_array_unref' was not declared in this scope\r
70 \r
71 Looking into this 'g_array_unref' function, I found that it should be\r
72 provided by glib, but it seems that it isn't even defined in any of the\r
73 header files installed by glib on this system (v2.20.3), although I did\r
74 find it within /usr/include/glib-2.0/glib/garray.h on a system with a\r
75 newer version (v2.24.2).  Looking into its documentation, I found the\r
76 following:\r
77 http://developer.gnome.org/glib/2.31/glib-Arrays.html#g-array-unref\r
78 And specifically note:\r
79 "g_array_ref ()\r
80 ...\r
81 Since 2.22"\r
82 \r
83 Now, unless I'm misinterpreting this, it seems to me that the\r
84 documentation is stating that the function has only been available since\r
85 glib v2.22...\r
86 \r
87 \r
88 --\r
89 Sub\r
90 \r
91 \r
92 ---------------------------------------------------------------\r
93 DO NOT REPLY TO THIS MESSAGE, THIS ADDRESS IS NOT MONITORED\r