Re: [PATCH 0/4] Allow specifying alternate names for addresses in other_email
[notmuch-archives.git] / de / 77490c008ad56e85b4543131cd2c4a005314ca
1 Return-Path: <dottedmag@dottedmag.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 E9F44431FBC\r
6         for <notmuch@notmuchmail.org>; Tue, 17 Nov 2009 07:28:42 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 Received: from olra.theworths.org ([127.0.0.1])\r
9         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
10         with ESMTP id G-eHc3Vkyh9s for <notmuch@notmuchmail.org>;\r
11         Tue, 17 Nov 2009 07:28:41 -0800 (PST)\r
12 Received: from dottedmag.net (burger.dottedmag.net [212.75.37.82])\r
13         by olra.theworths.org (Postfix) with ESMTP id AD998431FAE\r
14         for <notmuch@notmuchmail.org>; Tue, 17 Nov 2009 07:28:41 -0800 (PST)\r
15 Received: from vertex.dottedmag (unknown [91.197.127.125])\r
16         by dottedmag.net (Postfix) with ESMTPSA id 4052D8C575\r
17         for <notmuch@notmuchmail.org>; Tue, 17 Nov 2009 16:28:40 +0100 (CET)\r
18 Received: from dottedmag by vertex.dottedmag with local (Exim 4.69)\r
19         (envelope-from <dottedmag@dottedmag.net>) id 1NAPyw-0001lw-Ay\r
20         for notmuch@notmuchmail.org; Tue, 17 Nov 2009 21:28:38 +0600\r
21 From: Mikhail Gusarov <dottedmag@dottedmag.net>\r
22 To: notmuch@notmuchmail.org\r
23 Date: Tue, 17 Nov 2009 21:28:38 +0600\r
24 Message-Id: <1258471718-6781-2-git-send-email-dottedmag@dottedmag.net>\r
25 X-Mailer: git-send-email 1.6.3.3\r
26 In-Reply-To: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net>\r
27 References: <1258471718-6781-1-git-send-email-dottedmag@dottedmag.net>\r
28 Subject: [notmuch] [PATCH 2/2] Include <stdint.h> to get uint32_t in C++\r
29         file with gcc 4.4\r
30 X-BeenThere: notmuch@notmuchmail.org\r
31 X-Mailman-Version: 2.1.12\r
32 Precedence: list\r
33 List-Id: "Use and development of the notmuch mail system."\r
34         <notmuch.notmuchmail.org>\r
35 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
36         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
37 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
38 List-Post: <mailto:notmuch@notmuchmail.org>\r
39 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
40 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
41         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
42 X-List-Received-Date: Tue, 17 Nov 2009 15:28:43 -0000\r
43 \r
44 \r
45 Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net>\r
46 ---\r
47  lib/message.cc |    2 ++\r
48  1 files changed, 2 insertions(+), 0 deletions(-)\r
49 \r
50 diff --git a/lib/message.cc b/lib/message.cc\r
51 index 72c350f..a4b090b 100644\r
52 --- a/lib/message.cc\r
53 +++ b/lib/message.cc\r
54 @@ -21,6 +21,8 @@\r
55  #include "notmuch-private.h"\r
56  #include "database-private.h"\r
57  \r
58 +#include <stdint.h>\r
59 +\r
60  #include <gmime/gmime.h>\r
61  \r
62  #include <xapian.h>\r
63 -- \r
64 1.6.3.3\r
65 \r