[PATCH v3 0/4] Several minor Emacs enhancements
authorThomas Jost <schnouki@schnouki.net>
Tue, 13 Dec 2011 17:32:08 +0000 (18:32 +0100)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:48 +0000 (09:40 -0800)
3b/7a94971cd62e3f08fe8b658d0c1d47a09bdd36 [new file with mode: 0644]

diff --git a/3b/7a94971cd62e3f08fe8b658d0c1d47a09bdd36 b/3b/7a94971cd62e3f08fe8b658d0c1d47a09bdd36
new file mode 100644 (file)
index 0000000..9a36f92
--- /dev/null
@@ -0,0 +1,80 @@
+Return-Path: <schnouki@schnouki.net>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+       by olra.theworths.org (Postfix) with ESMTP id 9C93C429E2F\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Dec 2011 09:32:30 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -0.1\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-0.1 tagged_above=-999 required=5\r
+       tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id VI9Y-kmH7Ugm for <notmuch@notmuchmail.org>;\r
+       Tue, 13 Dec 2011 09:32:30 -0800 (PST)\r
+Received: from ks3536.kimsufi.com (schnouki.net [87.98.217.222])\r
+       by olra.theworths.org (Postfix) with ESMTP id 05576429E25\r
+       for <notmuch@notmuchmail.org>; Tue, 13 Dec 2011 09:32:30 -0800 (PST)\r
+Received: from thor.loria.fr (thor.loria.fr [152.81.12.250])\r
+       by ks3536.kimsufi.com (Postfix) with ESMTPSA id 3673F6A0026;\r
+       Tue, 13 Dec 2011 18:32:29 +0100 (CET)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=schnouki.net;\r
+       s=key-schnouki; t=1323797549;\r
+       bh=R+CQVdqdo+xkrbAOkaxFYEtI5SArdOIYuMnzm0ijlPY=;\r
+       h=From:To:Subject:Date:Message-Id:In-Reply-To:References;\r
+       b=mJ0x+qVpSWPhk0l2KsKTyZeBqvpB0JD5Q3W6nKV5yuY3HpSjEYxpb+n1EYDDC0ca5\r
+       GeU2zHLjA3mR0ZsawkOFlTrK+iuVUS6ez5yr8EfNZ1a41jg3BFf5Oorx8doLtM5fsO\r
+       52TtY1tNV/JPIb3bek37SMY5hM2Jei1DMavdIxB8=\r
+From: Thomas Jost <schnouki@schnouki.net>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v3 0/4] Several minor Emacs enhancements\r
+Date: Tue, 13 Dec 2011 18:32:08 +0100\r
+Message-Id: <1323797532-597-1-git-send-email-schnouki@schnouki.net>\r
+X-Mailer: git-send-email 1.7.8\r
+In-Reply-To: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
+References: <87d3cx2t38.fsf@rocinante.cs.unb.ca>\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+       <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+       <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Tue, 13 Dec 2011 17:32:30 -0000\r
+\r
+Hi David et al.,\r
+\r
+Here is a rebased version of this patch series, with more descriptive\r
+commit messages.\r
+\r
+Please tell me if there are still ways to enhance them. English is not\r
+my native language and it's sometimes hard to figure out what's relevant\r
+and how to word it :)\r
+\r
+Best regards,\r
+Thomas\r
+\r
+Thomas Jost (4):\r
+  emacs: Let the user choose where to compose new mails\r
+  emacs: Add a face for crypto parts headers\r
+  emacs: rename notmuch-decimal-separator to\r
+    notmuch-thousands-separator\r
+  emacs: add notmuch-hello-hook\r
+\r
+ emacs/notmuch-crypto.el |    5 +++++\r
+ emacs/notmuch-hello.el  |   17 ++++++++++++-----\r
+ emacs/notmuch-mua.el    |   40 ++++++++++++++++++++++++++++++++++++++--\r
+ emacs/notmuch-show.el   |    4 ++--\r
+ 4 files changed, 57 insertions(+), 9 deletions(-)\r
+\r
+-- \r
+1.7.8\r
+\r