[PATCH 2/2] emacs: bind notmuch-show-resend-message to 'b' in notmuch-show mode
authorTomi Ollila <tomi.ollila@iki.fi>
Sat, 7 May 2016 19:03:12 +0000 (22:03 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 23:21:46 +0000 (16:21 -0700)
31/682c581a0f75f9babc3061eb32e07557458f8d [new file with mode: 0644]

diff --git a/31/682c581a0f75f9babc3061eb32e07557458f8d b/31/682c581a0f75f9babc3061eb32e07557458f8d
new file mode 100644 (file)
index 0000000..129cc5a
--- /dev/null
@@ -0,0 +1,70 @@
+Return-Path: <too@guru-group.fi>\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 DC7016DE0350\r
+ for <notmuch@notmuchmail.org>; Sat,  7 May 2016 12:03:34 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.268\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.268 tagged_above=-999 required=5 tests=[AWL=0.277, \r
+ HEADER_FROM_DIFFERENT_DOMAINS=0.001, T_RP_MATCHES_RCVD=-0.01]\r
+ 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 aBMgXWKPeGDU for <notmuch@notmuchmail.org>;\r
+ Sat,  7 May 2016 12:03:27 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 35AFE6DE0217\r
+ for <notmuch@notmuchmail.org>; Sat,  7 May 2016 12:03:17 -0700 (PDT)\r
+Received: by guru.guru-group.fi (Postfix, from userid 501)\r
+ id A238D100233; Sat,  7 May 2016 22:03:15 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\r
+To: notmuch@notmuchmail.org\r
+Cc: tomi.ollila@iki.fi\r
+Subject: [PATCH 2/2] emacs: bind notmuch-show-resend-message to 'b' in\r
+ notmuch-show mode\r
+Date: Sat,  7 May 2016 22:03:12 +0300\r
+Message-Id: <1462647792-25427-3-git-send-email-tomi.ollila@iki.fi>\r
+X-Mailer: git-send-email 2.6.4\r
+In-Reply-To: <1462647792-25427-1-git-send-email-tomi.ollila@iki.fi>\r
+References: <1462647792-25427-1-git-send-email-tomi.ollila@iki.fi>\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: Sat, 07 May 2016 19:03:35 -0000\r
+\r
+This binding is similar to mutt's, which is\r
+\r
+bind {mode} b   "bounce-message"    # remail a message to another user\r
+\r
+where {mode} is 'index', 'pager' or 'attach'.\r
+---\r
+ emacs/notmuch-show.el | 1 +\r
+ 1 file changed, 1 insertion(+)\r
+\r
+diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
+index 4b8c66fdb2a1..f33096cf00b8 100644\r
+--- a/emacs/notmuch-show.el\r
++++ b/emacs/notmuch-show.el\r
+@@ -1418,6 +1418,7 @@ (defvar notmuch-show-mode-map\r
+     (define-key map (kbd "TAB") 'notmuch-show-next-button)\r
+     (define-key map "f" 'notmuch-show-forward-message)\r
+     (define-key map "F" 'notmuch-show-forward-open-messages)\r
++    (define-key map "b" 'notmuch-show-resend-message)\r
+     (define-key map "l" 'notmuch-show-filter-thread)\r
+     (define-key map "r" 'notmuch-show-reply-sender)\r
+     (define-key map "R" 'notmuch-show-reply)\r
+-- \r
+2.6.4\r
+\r