[PATCH v2] emacs: Improve notmuch-message-mode initialization
authorMichal Sojka <sojkam1@fel.cvut.cz>
Mon, 21 Dec 2015 09:41:14 +0000 (10:41 +0100)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:50:14 +0000 (14:50 -0700)
f9/0509d0014950561f0d5a924b33523d10710ecf [new file with mode: 0644]

diff --git a/f9/0509d0014950561f0d5a924b33523d10710ecf b/f9/0509d0014950561f0d5a924b33523d10710ecf
new file mode 100644 (file)
index 0000000..e697675
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <sojkam1@fel.cvut.cz>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id AEDB66DE1006\r
+ for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 01:50:18 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.2\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.2 tagged_above=-999 required=5 tests=[AWL=1.650,\r
+ RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55] autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id hVHoStlEOK0A for <notmuch@notmuchmail.org>;\r
+ Mon, 21 Dec 2015 01:50:16 -0800 (PST)\r
+X-Greylist: delayed 519 seconds by postgrey-1.35 at arlo;\r
+ Mon, 21 Dec 2015 01:50:16 PST\r
+Received: from max.feld.cvut.cz (max.feld.cvut.cz [147.32.192.36])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 4CFE16DE0244\r
+ for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 01:50:16 -0800 (PST)\r
+Received: from localhost (unknown [192.168.200.7])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id 5108D19F43A9\r
+ for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 10:41:34 +0100 (CET)\r
+X-Virus-Scanned: IMAP STYX AMAVIS\r
+Received: from max.feld.cvut.cz ([192.168.200.1])\r
+ by localhost (styx.feld.cvut.cz [192.168.200.7]) (amavisd-new, port 10044)\r
+ with ESMTP id CGOkoCMPlzEh for <notmuch@notmuchmail.org>;\r
+ Mon, 21 Dec 2015 10:41:32 +0100 (CET)\r
+Received: from imap.feld.cvut.cz (imap.feld.cvut.cz [147.32.192.34])\r
+ by max.feld.cvut.cz (Postfix) with ESMTP id B8D4719F41EC\r
+ for <notmuch@notmuchmail.org>; Mon, 21 Dec 2015 10:41:32 +0100 (CET)\r
+Received: from wsh by steelpick.2x.cz with local (Exim 4.86)\r
+ (envelope-from <sojkam1@fel.cvut.cz>)\r
+ id 1aAwyB-0000Yl-4K; Mon, 21 Dec 2015 10:41:31 +0100\r
+From: Michal Sojka <sojkam1@fel.cvut.cz>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH v2] emacs: Improve notmuch-message-mode initialization\r
+Date: Mon, 21 Dec 2015 10:41:14 +0100\r
+Message-Id: <1450690875-2111-1-git-send-email-sojkam1@fel.cvut.cz>\r
+X-Mailer: git-send-email 2.6.4\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.20\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <https://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: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Mon, 21 Dec 2015 09:50:18 -0000\r
+\r
+Hi,\r
+\r
+this is v2 of id:1446573161-28068-1-git-send-email-sojkam1@fel.cvut.cz.\r
+As suggested by David, instead of using advices, it reimplements the\r
+needed pieces of message-mail in notmuch-specific way.\r
+\r
+Michal Sojka (1):\r
+  emacs: Improve notmuch-message-mode initialization\r
+\r
+ emacs/notmuch-mua.el | 49 +++++++++++++++++++++++++++++++++++++++++++------\r
+ 1 file changed, 43 insertions(+), 6 deletions(-)\r
+\r
+-- \r
+2.6.4\r
+\r