Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / fd / 1782ee207c5d170e26631325ba21e857db5b86
1 Return-Path: <patricktotzke@googlemail.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 1CCCB429E27\r
6         for <notmuch@notmuchmail.org>; Mon,  5 Dec 2011 13:12:56 -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 FQ41jelhfeyO for <notmuch@notmuchmail.org>;\r
17         Mon,  5 Dec 2011 13:12:55 -0800 (PST)\r
18 Received: from mail-ey0-f181.google.com (mail-ey0-f181.google.com\r
19         [209.85.215.181]) (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 71C59429E25\r
22         for <notmuch@notmuchmail.org>; Mon,  5 Dec 2011 13:12:55 -0800 (PST)\r
23 Received: by eaal13 with SMTP id l13so1417582eaa.26\r
24         for <notmuch@notmuchmail.org>; Mon, 05 Dec 2011 13:12:52 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed;\r
26         d=googlemail.com; s=gamma;\r
27         h=from:to:subject:date:message-id:x-mailer;\r
28         bh=XWv7Tt3WdRZo5XL6Cql5DEkESKzcPxhIm9o9HSeMpoA=;\r
29         b=BEiy0GgKyQxJ/XZUMJoQRGtKTCtkfXrcjc3VKwRjyfmelfaEbeejwNj1fk9421lR7V\r
30         SJTuLRiREd376KzsrPQKgij4PgIBYaX5Xku/Lo2eUn92gse7WWgDLuwwwutKiP+kqLs4\r
31         sYgdkQA2sAHtLDOWaBLdejH7oHGafKlanbNb8=\r
32 Received: by 10.213.10.66 with SMTP id o2mr1426956ebo.135.1323119572718;\r
33         Mon, 05 Dec 2011 13:12:52 -0800 (PST)\r
34 Received: from localhost (cpc1-sgyl2-0-0-cust548.18-2.cable.virginmedia.com.\r
35         [82.41.10.37])\r
36         by mx.google.com with ESMTPS id 17sm51946083eej.3.2011.12.05.13.12.50\r
37         (version=TLSv1/SSLv3 cipher=OTHER);\r
38         Mon, 05 Dec 2011 13:12:51 -0800 (PST)\r
39 From: Patrick Totzke <patricktotzke@googlemail.com>\r
40 To: notmuch@notmuchmail.org\r
41 Subject: [python] cleanup the bindings\r
42 Date: Mon,  5 Dec 2011 21:12:32 +0000\r
43 Message-Id: <1323119555-31416-1-git-send-email-patricktotzke@gmail.com>\r
44 X-Mailer: git-send-email 1.7.4.1\r
45 X-BeenThere: notmuch@notmuchmail.org\r
46 X-Mailman-Version: 2.1.13\r
47 Precedence: list\r
48 List-Id: "Use and development of the notmuch mail system."\r
49         <notmuch.notmuchmail.org>\r
50 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
51         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
52 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
53 List-Post: <mailto:notmuch@notmuchmail.org>\r
54 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
55 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
56         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
57 X-List-Received-Date: Mon, 05 Dec 2011 21:12:56 -0000\r
58 \r
59 \r
60 These patches clean up the bindings a bit.\r
61 I ran `pep8` and `pyflakes` over the code and fixed the parts it didn't like.\r
62 Lastly, I fixed some reStructuredText syntax errors that lead to warnings\r
63 while building the sphinx docs.\r
64 Best,\r
65 /p\r