Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 25 / 36924a3266deca63976c6962287e00e4a43d5b
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 C8A14429E28\r
6         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 13:40:41 -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 XEh9EFxKr7Si for <notmuch@notmuchmail.org>;\r
17         Thu, 12 Jan 2012 13:40:40 -0800 (PST)\r
18 Received: from mail-ww0-f45.google.com (mail-ww0-f45.google.com\r
19  [74.125.82.45])        (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  B8260429E3D    for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 13:40:39 -0800\r
22  (PST)\r
23 Received: by mail-ww0-f45.google.com with SMTP id ds11so2216570wgb.2\r
24         for <notmuch@notmuchmail.org>; Thu, 12 Jan 2012 13:40:39 -0800 (PST)\r
25 Received: by 10.180.94.97 with SMTP id db1mr9593349wib.16.1326404439448;\r
26         Thu, 12 Jan 2012 13:40:39 -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 em13sm1869641wid.7.2012.01.12.13.40.37\r
30         (version=SSLv3 cipher=OTHER); Thu, 12 Jan 2012 13:40:38 -0800 (PST)\r
31 From: Jani Nikula <jani@nikula.org>\r
32 To: notmuch@notmuchmail.org\r
33 Subject: [PATCH v4 4/5] emacs: bind 'r' to reply-to-sender and 'R' to\r
34         reply-to-all\r
35 Date: Thu, 12 Jan 2012 23:40:18 +0200\r
36 Message-Id:\r
37  <4a4518a50efadcc238e579a4f40b141f2d0cf5f1.1326403905.git.jani@nikula.org>\r
38 X-Mailer: git-send-email 1.7.5.4\r
39 In-Reply-To: <cover.1326403905.git.jani@nikula.org>\r
40 References: <cover.1326403905.git.jani@nikula.org>\r
41 In-Reply-To: <cover.1326403905.git.jani@nikula.org>\r
42 References: <cover.1325794371.git.jani@nikula.org>\r
43         <cover.1326403905.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: Thu, 12 Jan 2012 21:40:42 -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