[PATCH] lib: provide _notmuch_database_log_append
[notmuch-archives.git] / 3b / 7a94971cd62e3f08fe8b658d0c1d47a09bdd36
1 Return-Path: <schnouki@schnouki.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 9C93C429E2F\r
6         for <notmuch@notmuchmail.org>; Tue, 13 Dec 2011 09:32:30 -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.1\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
13         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 VI9Y-kmH7Ugm for <notmuch@notmuchmail.org>;\r
17         Tue, 13 Dec 2011 09:32:30 -0800 (PST)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id 05576429E25\r
20         for <notmuch@notmuchmail.org>; Tue, 13 Dec 2011 09:32:30 -0800 (PST)\r
21 Received: from thor.loria.fr (thor.loria.fr [152.81.12.250])\r
22         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 3673F6A0026;\r
23         Tue, 13 Dec 2011 18:32:29 +0100 (CET)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
25         s=key-schnouki; t=1323797549;\r
26         bh=R+CQVdqdo+xkrbAOkaxFYEtI5SArdOIYuMnzm0ijlPY=;\r
27         h=From:To:Subject:Date:Message-Id:In-Reply-To:References;\r
28         b=mJ0x+qVpSWPhk0l2KsKTyZeBqvpB0JD5Q3W6nKV5yuY3HpSjEYxpb+n1EYDDC0ca5\r
29         GeU2zHLjA3mR0ZsawkOFlTrK+iuVUS6ez5yr8EfNZ1a41jg3BFf5Oorx8doLtM5fsO\r
30         52TtY1tNV/JPIb3bek37SMY5hM2Jei1DMavdIxB8=\r
31 From: Thomas Jost <schnouki@schnouki.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH v3 0/4] Several minor Emacs enhancements\r
34 Date: Tue, 13 Dec 2011 18:32:08 +0100\r
35 Message-Id: <1323797532-597-1-git-send-email-schnouki@schnouki.net>\r
36 X-Mailer: git-send-email 1.7.8\r
37 In-Reply-To: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
38 References: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
39 X-BeenThere: notmuch@notmuchmail.org\r
40 X-Mailman-Version: 2.1.13\r
41 Precedence: list\r
42 List-Id: "Use and development of the notmuch mail system."\r
43         <notmuch.notmuchmail.org>\r
44 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
45         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
46 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
47 List-Post: <mailto:notmuch@notmuchmail.org>\r
48 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
49 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
51 X-List-Received-Date: Tue, 13 Dec 2011 17:32:30 -0000\r
52 \r
53 Hi David et al.,\r
54 \r
55 Here is a rebased version of this patch series, with more descriptive\r
56 commit messages.\r
57 \r
58 Please tell me if there are still ways to enhance them. English is not\r
59 my native language and it's sometimes hard to figure out what's relevant\r
60 and how to word it :)\r
61 \r
62 Best regards,\r
63 Thomas\r
64 \r
65 Thomas Jost (4):\r
66   emacs: Let the user choose where to compose new mails\r
67   emacs: Add a face for crypto parts headers\r
68   emacs: rename notmuch-decimal-separator to\r
69     notmuch-thousands-separator\r
70   emacs: add notmuch-hello-hook\r
71 \r
72  emacs/notmuch-crypto.el |    5 +++++\r
73  emacs/notmuch-hello.el  |   17 ++++++++++++-----\r
74  emacs/notmuch-mua.el    |   40 ++++++++++++++++++++++++++++++++++++++--\r
75  emacs/notmuch-show.el   |    4 ++--\r
76  4 files changed, 57 insertions(+), 9 deletions(-)\r
77 \r
78 -- \r
79 1.7.8\r
80 \r