Re: How does notmuch track mails?
[notmuch-archives.git] / 57 / 01a2d6aff2c05e1108d440251e9f8714b8ef75
1 Return-Path: <blakej@foo.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 9BFB4431FB6\r
6         for <notmuch@notmuchmail.org>; Mon,  5 Nov 2012 11:02: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\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 6pKDe4-q6fAs for <notmuch@notmuchmail.org>;\r
16         Mon,  5 Nov 2012 11:02:15 -0800 (PST)\r
17 Received: from foo.net (70-36-235-136.dsl.static.sonic.net [70.36.235.136])\r
18         (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))\r
19         (No client certificate requested)\r
20         by olra.theworths.org (Postfix) with ESMTPS id 1D225431FAE\r
21         for <notmuch@notmuchmail.org>; Mon,  5 Nov 2012 11:02:15 -0800 (PST)\r
22 Received: from foo.net (localhost [127.0.0.1])\r
23         by foo.net (8.14.5+Sun/8.14.5) with ESMTP id qA5J2EM0019074\r
24         for <notmuch@notmuchmail.org>; Mon, 5 Nov 2012 11:02:14 -0800 (PST)\r
25 Received: (from blakej@localhost)\r
26         by foo.net (8.14.5+Sun/8.14.5/Submit) id qA5J2ELo019073\r
27         for notmuch@notmuchmail.org; Mon, 5 Nov 2012 11:02:14 -0800 (PST)\r
28 From: Blake Jones <blakej@foo.net>\r
29 To: notmuch@notmuchmail.org\r
30 Subject: [PATCH v2 00/10] Solaris support\r
31 Date: Mon,  5 Nov 2012 11:01:53 -0800\r
32 Message-Id: <1352142123-18286-1-git-send-email-blakej@foo.net>\r
33 X-Mailer: git-send-email 1.7.3.2\r
34 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-2.0.2\r
35         (foo.net [127.0.0.1]); Mon, 05 Nov 2012 11:02:14 -0800 (PST)\r
36 X-BeenThere: notmuch@notmuchmail.org\r
37 X-Mailman-Version: 2.1.13\r
38 Precedence: list\r
39 List-Id: "Use and development of the notmuch mail system."\r
40         <notmuch.notmuchmail.org>\r
41 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
43 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
44 List-Post: <mailto:notmuch@notmuchmail.org>\r
45 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
46 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
48 X-List-Received-Date: Mon, 05 Nov 2012 19:02:15 -0000\r
49 \r
50 Thanks to Jani Nikula and Tomi Ollila for their comments.\r
51 \r
52 Changes since last version:\r
53 \r
54 - Add feature test for timegm(); move portable implementation of \r
55   timegm() into compat/, change libparse-time-string to pull in .o's\r
56   from compat/.\r
57 \r
58 - Include <stdio.h> in compat/check_*.c, to get definition of NULL.\r
59 \r
60 - Explicitly define _POSIX_PTHREAD_SEMANTICS to 1 in compat.h.\r
61 \r
62 - Call strchr() rather than index() in notmuch-config.c.\r
63 \r
64 Blake\r