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