Re: [feature request] emacs: use `notmuch insert` for FCC
[notmuch-archives.git] / 1b / da890dbe0410d7711f580e9a57b8f5ab542192
1 Return-Path: <jrollins@servo.finestructure.net>\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 01FE8429E2A\r
6         for <notmuch@notmuchmail.org>; Tue, 31 May 2011 10:06:12 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -1.921\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-1.921 tagged_above=-999 required=5\r
12         tests=[NO_DNS_FOR_FROM=0.379, RCVD_IN_DNSWL_MED=-2.3]\r
13         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 bHACZGs8grwO for <notmuch@notmuchmail.org>;\r
17         Tue, 31 May 2011 10:06:11 -0700 (PDT)\r
18 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
19         [131.215.239.19])\r
20         by olra.theworths.org (Postfix) with ESMTP id 9C27A431FB6\r
21         for <notmuch@notmuchmail.org>; Tue, 31 May 2011 10:06:11 -0700 (PDT)\r
22 Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
23         by fire-doxen-postvirus (Postfix) with ESMTP id 9B72F328119;\r
24         Tue, 31 May 2011 09:59:31 -0700 (PDT)\r
25 X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
26 Received: from servo.finestructure.net (cpe-98-149-172-122.socal.res.rr.com\r
27         [98.149.172.122]) (Authenticated sender: jrollins)\r
28         by fire-doxen-submit (Postfix) with ESMTP id BA23932826B;\r
29         Tue, 31 May 2011 09:59:27 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 9B8DE7A0; Tue, 31 May 2011 10:06:06 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH] emacs: update notmuch-crypto-process-mime config variable\r
35         documentation.\r
36 Date: Tue, 31 May 2011 10:06:00 -0700\r
37 Message-Id: <1306861560-3075-1-git-send-email-jrollins@finestructure.net>\r
38 X-Mailer: git-send-email 1.7.4.4\r
39 In-Reply-To: <1306695383-18651-2-git-send-email-jrollins@finestructure.net>\r
40 References: <1306695383-18651-2-git-send-email-jrollins@finestructure.net>\r
41 X-BeenThere: notmuch@notmuchmail.org\r
42 X-Mailman-Version: 2.1.13\r
43 Precedence: list\r
44 List-Id: "Use and development of the notmuch mail system."\r
45         <notmuch.notmuchmail.org>\r
46 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
47         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
48 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
49 List-Post: <mailto:notmuch@notmuchmail.org>\r
50 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
51 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
52         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
53 X-List-Received-Date: Tue, 31 May 2011 17:06:12 -0000\r
54 \r
55 This mentions the fact that prefix arguments are now used to enable to\r
56 crypto switch.\r
57 ---\r
58  emacs/notmuch-crypto.el |    5 +++--\r
59  1 files changed, 3 insertions(+), 2 deletions(-)\r
60 \r
61 diff --git a/emacs/notmuch-crypto.el b/emacs/notmuch-crypto.el\r
62 index 096dc5e..44fccae 100644\r
63 --- a/emacs/notmuch-crypto.el\r
64 +++ b/emacs/notmuch-crypto.el\r
65 @@ -31,8 +31,9 @@ on the success or failure of the verification process and on the\r
66  validity of user ID of the signer.\r
67  \r
68  The effect of setting this variable can be seen temporarily by\r
69 -viewing a signed or encrypted message with M-RET in notmuch\r
70 -search."\r
71 +providing a prefix when viewing a signed or encrypted message, or\r
72 +by providing a prefix when reloading the message in notmuch-show\r
73 +mode."\r
74    :group 'notmuch\r
75    :type 'boolean)\r
76  \r
77 -- \r
78 1.7.4.4\r
79 \r