Re: problems with nmbug and empty prefix (UnicodeWarning and broken pipe)
[notmuch-archives.git] / 0a / 4089a4e35c6997b03a1ccdef243713c45ca170
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 AC2D6429E37\r
6         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 05:04:16 -0700 (PDT)\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 7+l4XKDYGm+l for <notmuch@notmuchmail.org>;\r
17         Mon,  3 Oct 2011 05:04:12 -0700 (PDT)\r
18 Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
19         by olra.theworths.org (Postfix) with ESMTP id 8AD3A429E26\r
20         for <notmuch@notmuchmail.org>; Mon,  3 Oct 2011 05:04:08 -0700 (PDT)\r
21 Received: from localhost.localdomain (thor.loria.fr [152.81.12.250])\r
22         by ks3536.kimsufi.com (Postfix) with ESMTPSA id 85D266A069B;\r
23         Mon,  3 Oct 2011 14:04:06 +0200 (CEST)\r
24 DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
25         s=key-schnouki; t=1317643446;\r
26         bh=ScdAHlcuYUqhPuYdmRBiTebktV9wsttefEWcBrt/vuM=;\r
27         h=From:To:Subject:Date:Message-Id;\r
28         b=i/bjgi6zFw6+foqBGZzT81A6C7drmK98AB0P7xqQohbpwYxXi6ktJoApjfOJ4IbOv\r
29         tx/soDnspmQRFwi1aMDjRvf+aZHkwu60q9sRvzSYfRaJiB4DKJA0EBf04IvQF6/ROF\r
30         hDtszWaVjZC3rX0ZMfIWObGMvuMgh1VWel/QIomY=\r
31 From: Thomas Jost <schnouki@schnouki.net>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH 0/4] Several minor Emacs enhancements\r
34 Date: Mon,  3 Oct 2011 14:03:54 +0200\r
35 Message-Id: <1317643438-31272-1-git-send-email-schnouki@schnouki.net>\r
36 X-Mailer: git-send-email 1.7.6.4\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.13\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41         <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
43         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
48         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Mon, 03 Oct 2011 12:04:16 -0000\r
50 \r
51 Hello,\r
52 \r
53 This is a little series of 4 patches to the Emacs interfaces. They are quite\r
54 small, independent from each other, and should be harmless.\r
55 \r
56 - The first one adds a face for crypto parts headers, because a hardcoded blue\r
57   foreground looks quite ugly with my color theme.\r
58 - The second one creates a customizable notmuch-mua-switch-function, which is\r
59   then passed to message-mail as switch-function. Using this, you can choose to\r
60   always compose new mails in new frames or new windows.\r
61 - The third one renames notmuch-decimal-separator to\r
62   notmuch-thousands-separator, because that's what it really is.\r
63 - The last one creates a hook run after notmuch-hello, just like there are hooks\r
64   run after notmuch-search and notmuch-show.\r
65 \r
66 Regards,\r
67 Thomas\r
68 \r
69 Thomas Jost (4):\r
70   emacs: Add a face for crypto parts headers\r
71   emacs: Support a message-mode switch function in notmuch-mua\r
72   emacs: rename notmuch-decimal-separator to\r
73     notmuch-thousands-separator\r
74   emacs: add notmuch-hello-hook\r
75 \r
76  emacs/notmuch-crypto.el |    5 +++++\r
77  emacs/notmuch-hello.el  |   17 ++++++++++++-----\r
78  emacs/notmuch-mua.el    |   15 +++++++++++++--\r
79  emacs/notmuch-show.el   |    4 ++--\r
80  4 files changed, 32 insertions(+), 9 deletions(-)\r
81 \r
82 -- \r
83 1.7.6.4\r
84 \r