Re: [PATCH v4 04/16] Provide _notmuch_crypto_{set,get}_gpg_path
[notmuch-archives.git] / c8 / 9f3cf748b82515dae6f3e96d8753ac372758b7
1 Return-Path: <too@guru.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 olra.theworths.org (Postfix) with ESMTP id 27D28429E25\r
6         for <notmuch@notmuchmail.org>; Thu,  1 Mar 2012 05:34:11 -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\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[none]\r
12         autolearn=disabled\r
13 Received: from olra.theworths.org ([127.0.0.1])\r
14         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
15         with ESMTP id P8hjkmYhrFFB for <notmuch@notmuchmail.org>;\r
16         Thu,  1 Mar 2012 05:34:09 -0800 (PST)\r
17 Received: from guru.guru-group.fi (guru-group.fi [87.108.86.66])\r
18         by olra.theworths.org (Postfix) with ESMTP id 4A106431FAE\r
19         for <notmuch@notmuchmail.org>; Thu,  1 Mar 2012 05:34:09 -0800 (PST)\r
20 Received: by guru.guru-group.fi (Postfix, from userid 501)\r
21         id AE17268056; Thu,  1 Mar 2012 15:34:08 +0200 (EET)\r
22 From: Tomi Ollila <tomi.ollila@iki.fi>\r
23 To: notmuch@notmuchmail.org\r
24 Subject: [PATCH 2/2] Spelling fix\r
25 Date: Thu,  1 Mar 2012 15:34:06 +0200\r
26 Message-Id: <1330608846-25183-2-git-send-email-tomi.ollila@iki.fi>\r
27 X-Mailer: git-send-email 1.7.6.1\r
28 In-Reply-To: <1330608846-25183-1-git-send-email-tomi.ollila@iki.fi>\r
29 References: <1330608846-25183-1-git-send-email-tomi.ollila@iki.fi>\r
30 Cc: Tomi Ollila <tomi.ollila@iki.fi>\r
31 X-BeenThere: notmuch@notmuchmail.org\r
32 X-Mailman-Version: 2.1.13\r
33 Precedence: list\r
34 List-Id: "Use and development of the notmuch mail system."\r
35         <notmuch.notmuchmail.org>\r
36 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
37         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
38 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
39 List-Post: <mailto:notmuch@notmuchmail.org>\r
40 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
41 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
42         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
43 X-List-Received-Date: Thu, 01 Mar 2012 13:34:11 -0000\r
44 \r
45 Retreive is spelled as r e t r i e v e .\r
46 ---\r
47  emacs/notmuch-crypto.el |    2 +-\r
48  1 files changed, 1 insertions(+), 1 deletions(-)\r
49 \r
50 diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el\r
51 index e916d66..83e5d37 100644\r
52 --- a/emacs/notmuch-crypto.el\r
53 +++ b/emacs/notmuch-crypto.el\r
54 @@ -101,7 +101,7 @@ mode."\r
55        (let ((keyid (concat "0x" (plist-get sigstatus :keyid))))\r
56         (setq label (concat "Unknown key ID " keyid " or unsupported algorithm"))\r
57         (setq button-action 'notmuch-crypto-sigstatus-error-callback)\r
58 -       (setq help-msg (concat "Click to retreive key ID " keyid " from keyserver and redisplay."))))\r
59 +       (setq help-msg (concat "Click to retrieve key ID " keyid " from keyserver and redisplay."))))\r
60       ((string= status "bad")\r
61        (let ((keyid (concat "0x" (plist-get sigstatus :keyid))))\r
62         (setq label (concat "Bad signature (claimed key ID " keyid ")"))\r
63 -- \r
64 1.7.8.2\r
65 \r