[PATCH] RFC: all deleting all properties with a given key
[notmuch-archives.git] / 31 / 682c581a0f75f9babc3061eb32e07557458f8d
1 Return-Path: <too@guru-group.fi>\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 arlo.cworth.org (Postfix) with ESMTP id DC7016DE0350\r
6  for <notmuch@notmuchmail.org>; Sat,  7 May 2016 12:03:34 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: 0.268\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.268 tagged_above=-999 required=5 tests=[AWL=0.277, \r
12  HEADER_FROM_DIFFERENT_DOMAINS=0.001, T_RP_MATCHES_RCVD=-0.01]\r
13  autolearn=disabled\r
14 Received: from arlo.cworth.org ([127.0.0.1])\r
15  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
16  with ESMTP id aBMgXWKPeGDU for <notmuch@notmuchmail.org>;\r
17  Sat,  7 May 2016 12:03:27 -0700 (PDT)\r
18 Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
19  by arlo.cworth.org (Postfix) with ESMTP id 35AFE6DE0217\r
20  for <notmuch@notmuchmail.org>; Sat,  7 May 2016 12:03:17 -0700 (PDT)\r
21 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
22  id A238D100233; Sat,  7 May 2016 22:03:15 +0300 (EEST)\r
23 From: Tomi Ollila <tomi.ollila@iki.fi>\r
24 To: notmuch@notmuchmail.org\r
25 Cc: tomi.ollila@iki.fi\r
26 Subject: [PATCH 2/2] emacs: bind notmuch-show-resend-message to 'b' in\r
27  notmuch-show mode\r
28 Date: Sat,  7 May 2016 22:03:12 +0300\r
29 Message-Id: <1462647792-25427-3-git-send-email-tomi.ollila@iki.fi>\r
30 X-Mailer: git-send-email 2.6.4\r
31 In-Reply-To: <1462647792-25427-1-git-send-email-tomi.ollila@iki.fi>\r
32 References: <1462647792-25427-1-git-send-email-tomi.ollila@iki.fi>\r
33 X-BeenThere: notmuch@notmuchmail.org\r
34 X-Mailman-Version: 2.1.20\r
35 Precedence: list\r
36 List-Id: "Use and development of the notmuch mail system."\r
37  <notmuch.notmuchmail.org>\r
38 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
39  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
40 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
41 List-Post: <mailto:notmuch@notmuchmail.org>\r
42 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
43 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
44  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
45 X-List-Received-Date: Sat, 07 May 2016 19:03:35 -0000\r
46 \r
47 This binding is similar to mutt's, which is\r
48 \r
49 bind {mode} b   "bounce-message"    # remail a message to another user\r
50 \r
51 where {mode} is 'index', 'pager' or 'attach'.\r
52 ---\r
53  emacs/notmuch-show.el | 1 +\r
54  1 file changed, 1 insertion(+)\r
55 \r
56 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
57 index 4b8c66fdb2a1..f33096cf00b8 100644\r
58 --- a/emacs/notmuch-show.el\r
59 +++ b/emacs/notmuch-show.el\r
60 @@ -1418,6 +1418,7 @@ (defvar notmuch-show-mode-map\r
61      (define-key map (kbd "TAB") 'notmuch-show-next-button)\r
62      (define-key map "f" 'notmuch-show-forward-message)\r
63      (define-key map "F" 'notmuch-show-forward-open-messages)\r
64 +    (define-key map "b" 'notmuch-show-resend-message)\r
65      (define-key map "l" 'notmuch-show-filter-thread)\r
66      (define-key map "r" 'notmuch-show-reply-sender)\r
67      (define-key map "R" 'notmuch-show-reply)\r
68 -- \r
69 2.6.4\r
70 \r