Re: python: unpythonic result of Message.get_replies()
[notmuch-archives.git] / 2b / c0efa4972175292ced4125877b80ddb8eabbb1
1 Return-Path: <bgamari.foss@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 8E185431FC0\r
6         for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 13:23:48 -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.001\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.001 tagged_above=-999 required=5\r
12         tests=[BAYES_50=0.001] autolearn=ham\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 x4IdYmdiH78J for <notmuch@notmuchmail.org>;\r
16         Sun, 24 Jan 2010 13:23:48 -0800 (PST)\r
17 Received: from mail-qy0-f172.google.com (mail-qy0-f172.google.com\r
18         [209.85.221.172])\r
19         by olra.theworths.org (Postfix) with ESMTP id E13D1431FAE\r
20         for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 13:23:47 -0800 (PST)\r
21 Received: by qyk2 with SMTP id 2so1454613qyk.6\r
22         for <notmuch@notmuchmail.org>; Sun, 24 Jan 2010 13:23:47 -0800 (PST)\r
23 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
24         h=domainkey-signature:received:received:from:to:subject:date\r
25         :message-id:x-mailer:in-reply-to:references;\r
26         bh=yaTvRUwsH9HlzPpu3USEKkAcpaGLvvmtdxrGFskc7yI=;\r
27         b=tZV+QeTPMFRhhkV0KkYEk2jJRFVgRUwjETlwN+Zsgk0/7a2JAZU8lF+IN7/h8XYN40\r
28         3LJs1ukODSAOG4xTb/8pqJVWWP5sC1yIoPDZjbSSVI1Ij9dC/DzhH1ESsXVG0sCtaiH4\r
29         WR1j5Pzda5CD/eIHd7LHWjsoJztNsi5flog9Y=\r
30 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma;\r
31         h=from:to:subject:date:message-id:x-mailer:in-reply-to:references;\r
32         b=QpVfVZUWYkQbDtJ6yQNHK/dJsGNM9doxvAGNSAz1Ej/IvJb7Uv1Ku/OZh5lWvfs8tu\r
33         BqmvpuOBvGEegq7RaJGmZGv4BbTmFXnnstwR2IC/Vm4MrlCpVUAWyi7KyykdR55nFB7Y\r
34         pH7eHGJp00AHUvlqmC316D4EgmC24EGn+i4vw=\r
35 Received: by 10.224.109.77 with SMTP id i13mr3602846qap.258.1264368227037;\r
36         Sun, 24 Jan 2010 13:23:47 -0800 (PST)\r
37 Received: from localhost.localdomain\r
38         (pool-72-70-241-97.spfdma.east.verizon.net [72.70.241.97])\r
39         by mx.google.com with ESMTPS id 6sm10145914qwk.41.2010.01.24.13.23.44\r
40         (version=SSLv3 cipher=RC4-MD5); Sun, 24 Jan 2010 13:23:45 -0800 (PST)\r
41 From: Ben Gamari <bgamari.foss@gmail.com>\r
42 To: notmuch@notmuchmail.org,\r
43         cworth@cworth.org\r
44 Date: Sun, 24 Jan 2010 16:23:33 -0500\r
45 Message-Id: <1264368215-7101-1-git-send-email-bgamari.foss@gmail.com>\r
46 X-Mailer: git-send-email 1.6.3.3\r
47 In-Reply-To: <1264272821-sup-5331@ben-laptop>\r
48 References: <1264272821-sup-5331@ben-laptop>\r
49 Subject: [notmuch] [PATCH] Notmuch shared library\r
50 X-BeenThere: notmuch@notmuchmail.org\r
51 X-Mailman-Version: 2.1.13\r
52 Precedence: list\r
53 List-Id: "Use and development of the notmuch mail system."\r
54         <notmuch.notmuchmail.org>\r
55 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
57 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
58 List-Post: <mailto:notmuch@notmuchmail.org>\r
59 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
60 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
61         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
62 X-List-Received-Date: Sun, 24 Jan 2010 21:23:48 -0000\r
63 \r
64 Here is what I believe should be the final set of patches building notmuch as a\r
65 shared library. Everything seems to work. Let me know if there are any\r
66 objections.\r
67 \r
68 Thanks!\r
69 - Ben\r
70 \r