Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / bf / 756879b7539299621d32166243c3ce69dc3ab3
1 Return-Path: <dmitry.kurochkin@gmail.com>\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 1E616429E36\r
6         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 10:26:07 -0800 (PST)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.799\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.799 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_FROM=0.001, 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 nJiSF6FCYTH7 for <notmuch@notmuchmail.org>;\r
17         Wed, 25 Jan 2012 10:26:06 -0800 (PST)\r
18 Received: from mail-bk0-f53.google.com (mail-bk0-f53.google.com\r
19         [209.85.214.53]) (using TLSv1 with cipher RC4-SHA (128/128 bits))\r
20         (No client certificate requested)\r
21         by olra.theworths.org (Postfix) with ESMTPS id 5D2FB431FBC\r
22         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 10:26:06 -0800 (PST)\r
23 Received: by bkbzt19 with SMTP id zt19so3737433bkb.26\r
24         for <notmuch@notmuchmail.org>; Wed, 25 Jan 2012 10:26:03 -0800 (PST)\r
25 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma;\r
26         h=from:to:subject:date:message-id:x-mailer;\r
27         bh=9bOKTLEtqsty9Ha0qO/vZwYrBzNnfgscG67tszMg750=;\r
28         b=qUg6QxIZDJ9z5V63Ifk3GeylcMe58FqmeD+6bjfWbPXmMpjtLGHm7a4M/vXcDcNlJo\r
29         mhM4+ZIpc6SlEDhcOwRGA5AgvARtS/D5JBY2fappQjIMU/2hDAzIxvWvhbJLQBEYjkV4\r
30         VL5c7mxjyAXxo44drCnsrP6ZBFmCDiBJreSGQ=\r
31 Received: by 10.204.143.131 with SMTP id v3mr7562132bku.83.1327515963651;\r
32         Wed, 25 Jan 2012 10:26:03 -0800 (PST)\r
33 Received: from localhost ([91.144.186.21])\r
34         by mx.google.com with ESMTPS id ez5sm2721932bkc.15.2012.01.25.10.26.02\r
35         (version=TLSv1/SSLv3 cipher=OTHER);\r
36         Wed, 25 Jan 2012 10:26:02 -0800 (PST)\r
37 From: Dmitry Kurochkin <dmitry.kurochkin@gmail.com>\r
38 To: notmuch@notmuchmail.org\r
39 Subject: [PATCH] emacs: polish notmuch-hello help text\r
40 Date: Wed, 25 Jan 2012 22:24:56 +0400\r
41 Message-Id: <1327515897-442-1-git-send-email-dmitry.kurochkin@gmail.com>\r
42 X-Mailer: git-send-email 1.7.8.3\r
43 X-BeenThere: notmuch@notmuchmail.org\r
44 X-Mailman-Version: 2.1.13\r
45 Precedence: list\r
46 List-Id: "Use and development of the notmuch mail system."\r
47         <notmuch.notmuchmail.org>\r
48 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
49         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
50 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
51 List-Post: <mailto:notmuch@notmuchmail.org>\r
52 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
53 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
55 X-List-Received-Date: Wed, 25 Jan 2012 18:26:07 -0000\r
56 \r
57 Make `=' binding description consistent with others.\r
58 ---\r
59  emacs/notmuch-hello.el                             |    2 +-\r
60  test/emacs.expected-output/notmuch-hello           |    2 +-\r
61  .../notmuch-hello-no-saved-searches                |    2 +-\r
62  .../emacs.expected-output/notmuch-hello-with-empty |    2 +-\r
63  4 files changed, 4 insertions(+), 4 deletions(-)\r
64 \r
65 diff --git a/emacs/notmuch-hello.el b/emacs/notmuch-hello.el\r
66 index ab65e36..d17a30f 100644\r
67 --- a/emacs/notmuch-hello.el\r
68 +++ b/emacs/notmuch-hello.el\r
69 @@ -580,7 +580,7 @@ Complete list of currently available key bindings:\r
70         (when notmuch-saved-searches\r
71           (widget-insert "Edit saved searches with the `edit' button.\n"))\r
72         (widget-insert "Hit RET or click on a saved search or tag name to view matching threads.\n")\r
73 -       (widget-insert "`=' refreshes this screen. `s' to search messages. `q' to quit.\n")\r
74 +       (widget-insert "`=' to refresh this screen. `s' to search messages. `q' to quit.\n")\r
75         (let ((fill-column (- (window-width) notmuch-hello-indent)))\r
76           (center-region start (point))))\r
77  \r
78 diff --git a/test/emacs.expected-output/notmuch-hello b/test/emacs.expected-output/notmuch-hello\r
79 index c43ab8c..3e59595 100644\r
80 --- a/test/emacs.expected-output/notmuch-hello\r
81 +++ b/test/emacs.expected-output/notmuch-hello\r
82 @@ -11,4 +11,4 @@ Search:                                                                     .\r
83          Type a search query and hit RET to view matching threads.\r
84                 Edit saved searches with the `edit' button.\r
85    Hit RET or click on a saved search or tag name to view matching threads.\r
86 -      `=' refreshes this screen. `s' to search messages. `q' to quit.\r
87 +      `=' to refresh this screen. `s' to search messages. `q' to quit.\r
88 diff --git a/test/emacs.expected-output/notmuch-hello-no-saved-searches b/test/emacs.expected-output/notmuch-hello-no-saved-searches\r
89 index 080a56b..ef0e5d0 100644\r
90 --- a/test/emacs.expected-output/notmuch-hello-no-saved-searches\r
91 +++ b/test/emacs.expected-output/notmuch-hello-no-saved-searches\r
92 @@ -7,4 +7,4 @@ Search:                                                                     .\r
93          Type a search query and hit RET to view matching threads.\r
94                 Edit saved searches with the `edit' button.\r
95    Hit RET or click on a saved search or tag name to view matching threads.\r
96 -      `=' refreshes this screen. `s' to search messages. `q' to quit.\r
97 +      `=' to refresh this screen. `s' to search messages. `q' to quit.\r
98 diff --git a/test/emacs.expected-output/notmuch-hello-with-empty b/test/emacs.expected-output/notmuch-hello-with-empty\r
99 index a9e312c..71edba7 100644\r
100 --- a/test/emacs.expected-output/notmuch-hello-with-empty\r
101 +++ b/test/emacs.expected-output/notmuch-hello-with-empty\r
102 @@ -11,4 +11,4 @@ Search:                                                                     .\r
103          Type a search query and hit RET to view matching threads.\r
104                 Edit saved searches with the `edit' button.\r
105    Hit RET or click on a saved search or tag name to view matching threads.\r
106 -      `=' refreshes this screen. `s' to search messages. `q' to quit.\r
107 +      `=' to refresh this screen. `s' to search messages. `q' to quit.\r
108 -- \r
109 1.7.8.3\r
110 \r