Re: [PATCH v4 03/16] make shared crypto code behave library-like
[notmuch-archives.git] / e8 / 3b613553d4805f8cc0ad5f8e45e47b7b825cbc
1 Return-Path: <jani@nikula.org>\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 olra.theworths.org (Postfix) with ESMTP id CE58E421162\r
6         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 06:46:54 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Amavis-Alert: BAD HEADER SECTION, Duplicate header field: "References"\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -0.7\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-0.7 tagged_above=-999 required=5\r
13         tests=[RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
14 Received: from olra.theworths.org ([127.0.0.1])\r
15         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
16         with ESMTP id 5xt44JBQ0NNX for <notmuch@notmuchmail.org>;\r
17         Sat, 14 Jan 2012 06:46:54 -0800 (PST)\r
18 Received: from mail-ee0-f53.google.com (mail-ee0-f53.google.com\r
19  [74.125.83.53])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
20  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
21  5B91C421163    for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 06:46:39 -0800\r
22  (PST)\r
23 Received: by mail-ee0-f53.google.com with SMTP id d41so20490eek.26\r
24         for <notmuch@notmuchmail.org>; Sat, 14 Jan 2012 06:46:39 -0800 (PST)\r
25 Received: by 10.213.20.219 with SMTP id g27mr742151ebb.19.1326552398859;\r
26         Sat, 14 Jan 2012 06:46:38 -0800 (PST)\r
27 Received: from localhost (dsl-hkibrasgw4-fe5cdc00-23.dhcp.inet.fi.\r
28         [80.220.92.23])\r
29         by mx.google.com with ESMTPS id 76sm44707533eeh.0.2012.01.14.06.46.36\r
30         (version=SSLv3 cipher=OTHER); Sat, 14 Jan 2012 06:46:37 -0800 (PST)\r
31 From: Jani Nikula <jani@nikula.org>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH v5 4/5] emacs: bind 'r' to reply-to-sender and 'R' to\r
34         reply-to-all\r
35 Date: Sat, 14 Jan 2012 16:46:18 +0200\r
36 Message-Id:\r
37  <2ef36947db19d1d90578471f34c8faae586073e6.1326551350.git.jani@nikula.org>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 In-Reply-To: <cover.1326551350.git.jani@nikula.org>\r
40 References: <cover.1326551350.git.jani@nikula.org>\r
41 In-Reply-To: <cover.1326551350.git.jani@nikula.org>\r
42 References: <cover.1325794371.git.jani@nikula.org>\r
43         <cover.1326551350.git.jani@nikula.org>\r
44 X-BeenThere: notmuch@notmuchmail.org\r
45 X-Mailman-Version: 2.1.13\r
46 Precedence: list\r
47 List-Id: "Use and development of the notmuch mail system."\r
48         <notmuch.notmuchmail.org>\r
49 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
50         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
51 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
52 List-Post: <mailto:notmuch@notmuchmail.org>\r
53 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
54 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
55         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
56 X-List-Received-Date: Sat, 14 Jan 2012 14:46:55 -0000\r
57 \r
58 Change the default reply key bindings, making 'r' reply-to-sender and 'R'\r
59 reply-to-all.\r
60 \r
61 Signed-off-by: Jani Nikula <jani@nikula.org>\r
62 \r
63 ---\r
64 \r
65 There were mixed feelings about this. This as a separate patch so it's easy\r
66 to drop if needed.\r
67 ---\r
68  emacs/notmuch-show.el |    4 ++--\r
69  emacs/notmuch.el      |    4 ++--\r
70  2 files changed, 4 insertions(+), 4 deletions(-)\r
71 \r
72 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
73 index 9031b82..03c1f6b 100644\r
74 --- a/emacs/notmuch-show.el\r
75 +++ b/emacs/notmuch-show.el\r
76 @@ -933,8 +933,8 @@ thread id.  If a prefix is given, crypto processing is toggled."\r
77         (define-key map "s" 'notmuch-search)\r
78         (define-key map "m" 'notmuch-mua-new-mail)\r
79         (define-key map "f" 'notmuch-show-forward-message)\r
80 -       (define-key map "r" 'notmuch-show-reply)\r
81 -       (define-key map "R" 'notmuch-show-reply-sender)\r
82 +       (define-key map "r" 'notmuch-show-reply-sender)\r
83 +       (define-key map "R" 'notmuch-show-reply)\r
84         (define-key map "|" 'notmuch-show-pipe-message)\r
85         (define-key map "w" 'notmuch-show-save-attachments)\r
86         (define-key map "V" 'notmuch-show-view-raw-message)\r
87 diff --git a/emacs/notmuch.el b/emacs/notmuch.el\r
88 index 9ac2888..d952c41 100644\r
89 --- a/emacs/notmuch.el\r
90 +++ b/emacs/notmuch.el\r
91 @@ -213,8 +213,8 @@ For a mouse binding, return nil."\r
92      (define-key map ">" 'notmuch-search-last-thread)\r
93      (define-key map "p" 'notmuch-search-previous-thread)\r
94      (define-key map "n" 'notmuch-search-next-thread)\r
95 -    (define-key map "r" 'notmuch-search-reply-to-thread)\r
96 -    (define-key map "R" 'notmuch-search-reply-to-thread-sender)\r
97 +    (define-key map "r" 'notmuch-search-reply-to-thread-sender)\r
98 +    (define-key map "R" 'notmuch-search-reply-to-thread)\r
99      (define-key map "m" 'notmuch-mua-new-mail)\r
100      (define-key map "s" 'notmuch-search)\r
101      (define-key map "o" 'notmuch-search-toggle-order)\r
102 -- \r
103 1.7.5.4\r
104 \r