Re: Error with contrib/notmuch-pick
[notmuch-archives.git] / ff / b3648ddc5cb171602c94b17517de450b698d54
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 88EF5429E34\r
6         for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 11:54:33 -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 l551qbjx6j4u for <notmuch@notmuchmail.org>;\r
17         Tue, 10 Jan 2012 11:54:33 -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  7A490429E27    for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 11:54:28 -0800\r
22  (PST)\r
23 Received: by mail-ee0-f53.google.com with SMTP id e51so593109eek.26\r
24         for <notmuch@notmuchmail.org>; Tue, 10 Jan 2012 11:54:28 -0800 (PST)\r
25 Received: by 10.14.120.141 with SMTP id p13mr8164927eeh.43.1326225268058;\r
26         Tue, 10 Jan 2012 11:54:28 -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 u53sm260240952eeu.6.2012.01.10.11.54.25\r
30         (version=SSLv3 cipher=OTHER); Tue, 10 Jan 2012 11:54:26 -0800 (PST)\r
31 From: Jani Nikula <jani@nikula.org>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH v3 3/4] emacs: bind 'r' to reply-to-sender and 'R' to\r
34         reply-to-all\r
35 Date: Tue, 10 Jan 2012 21:54:03 +0200\r
36 Message-Id:\r
37  <9ff8c4b85d23fe3ac8843ae5a6767aad5473ba08.1326224339.git.jani@nikula.org>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 In-Reply-To: <cover.1326224339.git.jani@nikula.org>\r
40 References: <cover.1326224339.git.jani@nikula.org>\r
41 In-Reply-To: <cover.1326224339.git.jani@nikula.org>\r
42 References: <cover.1325794371.git.jani@nikula.org>\r
43         <cover.1326224339.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: Tue, 10 Jan 2012 19:54:34 -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 96eea19..8f8ea93 100644\r
74 --- a/emacs/notmuch-show.el\r
75 +++ b/emacs/notmuch-show.el\r
76 @@ -932,8 +932,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