[PATCH 1/9] lib: read "property" terms from messages.
[notmuch-archives.git] / 5e / d5e4bf64bda262118fc2b1003bcbb23d85155b
1 Return-Path: <david@tethera.net>\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 A2600431FAE\r
6         for <notmuch@notmuchmail.org>; Wed,  7 May 2014 06:21:51 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         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 Y9mbIvy-ncWd for <notmuch@notmuchmail.org>;\r
16         Wed,  7 May 2014 06:21:44 -0700 (PDT)\r
17 Received: from mx.xen14.node3324.gplhost.com (gitolite.debian.net\r
18         [87.98.215.224]) (using TLSv1 with cipher AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 08655431FBD\r
21         for <notmuch@notmuchmail.org>; Wed,  7 May 2014 06:21:44 -0700 (PDT)\r
22 Received: from remotemail by mx.xen14.node3324.gplhost.com with local (Exim\r
23         4.72) (envelope-from <david@tethera.net>)\r
24         id 1Wi1jt-0002sb-0l; Wed, 07 May 2014 13:18:25 +0000\r
25 Received: (nullmailer pid 8176 invoked by uid 1000); Wed, 07 May 2014\r
26         13:17:58 -0000\r
27 From: David Bremner <david@tethera.net>\r
28 To: Tomi Ollila <tomi.ollila@iki.fi>, Kushal Kumaran\r
29         <kushal.kumaran+notmuch@gmail.com>, notmuch@notmuchmail.org\r
30 Subject: Re: Linux-only fdatasync() in 3c13bc\r
31 In-Reply-To: <m27g5x7o4w.fsf@guru.guru-group.fi>\r
32 References: <20140506195938.GA18213@coyotlan.Tlalpan>\r
33         <536a1723.0578e00a.601a.ffff976f@mx.google.com>\r
34         <m27g5x7o4w.fsf@guru.guru-group.fi>\r
35 User-Agent: Notmuch/0.18 (http://notmuchmail.org) Emacs/24.3.1\r
36         (x86_64-pc-linux-gnu)\r
37 Date: Wed, 07 May 2014 22:17:58 +0900\r
38 Message-ID: <87vbthu3qx.fsf@maritornes.cs.unb.ca>\r
39 MIME-Version: 1.0\r
40 Content-Type: text/plain; charset=utf-8\r
41 Content-Transfer-Encoding: quoted-printable\r
42 X-BeenThere: notmuch@notmuchmail.org\r
43 X-Mailman-Version: 2.1.13\r
44 Precedence: list\r
45 List-Id: "Use and development of the notmuch mail system."\r
46         <notmuch.notmuchmail.org>\r
47 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
49 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
50 List-Post: <mailto:notmuch@notmuchmail.org>\r
51 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
52 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
53         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
54 X-List-Received-Date: Wed, 07 May 2014 13:21:51 -0000\r
55 \r
56 Tomi Ollila <tomi.ollila@iki.fi> writes:\r
57 \r
58 > On Wed, May 07 2014, Kushal Kumaran <kushal.kumaran+notmuch@gmail.com> wr=\r
59 ote:\r
60 >\r
61 >> X=C4=ABc=C3=B2 <xico@atelo.org> writes:\r
62 >>\r
63 >>> Also, commit 3c13bc introduced a call to fdatasync() which is not\r
64 >>> available on FreeBSD, and probably not either on MacOS at least.\r
65 >>>\r
66 >>\r
67 >> fdatasync is POSIX:\r
68 >> http://pubs.opengroup.org/onlinepubs/009695399/functions/fdatasync.html\r
69 >\r
70 > No wonder it is problematic, then >;)\r
71 >\r
72 \r
73 I seem to recall Austin saying on IRC that this usage was guaranteed to\r
74 call fsync anyway. Comments Austin?\r
75 \r
76 d\r
77 \r
78 \r