Missing headers when forwarding html message as RFC822
[notmuch-archives.git] / ca / 915315dc4f0a1809194f784b19df1d53aec15c
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 58E38431FD0\r
6         for <notmuch@notmuchmail.org>; Sun, 29 May 2011 11:56:39 -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 1+OSgRwuoswm for <notmuch@notmuchmail.org>;\r
17         Sun, 29 May 2011 11:56:39 -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 F0AA1431FB6\r
21         for <notmuch@notmuchmail.org>; Sun, 29 May 2011 11:56:38 -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 6A09B3280AE;\r
24         Sun, 29 May 2011 11:50:07 -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 84E18328136;\r
29         Sun, 29 May 2011 11:49:56 -0700 (PDT)\r
30 Received: by servo.finestructure.net (Postfix, from userid 1000)\r
31         id 0EB22604; Sun, 29 May 2011 11:56:27 -0700 (PDT)\r
32 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
33 To: Notmuch Mail <notmuch@notmuchmail.org>\r
34 Subject: [PATCH 1/2] emacs: add documentation for notmuch-show crypto-switch\r
35         option\r
36 Date: Sun, 29 May 2011 11:56:22 -0700\r
37 Message-Id: <1306695383-18651-1-git-send-email-jrollins@finestructure.net>\r
38 X-Mailer: git-send-email 1.7.4.4\r
39 In-Reply-To: <1306627784-3401-2-git-send-email-jrollins@finestructure.net>\r
40 References: <1306627784-3401-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: Sun, 29 May 2011 18:56:39 -0000\r
54 \r
55 ---\r
56  emacs/notmuch-show.el |    6 +++++-\r
57  1 files changed, 5 insertions(+), 1 deletions(-)\r
58 \r
59 diff --git a/emacs/notmuch-show.el b/emacs/notmuch-show.el\r
60 index 3b35b81..6e0d454 100644\r
61 --- a/emacs/notmuch-show.el\r
62 +++ b/emacs/notmuch-show.el\r
63 @@ -805,7 +805,11 @@ non-nil.\r
64  The optional BUFFER-NAME provides the neame of the buffer in\r
65  which the message thread is shown. If it is nil (which occurs\r
66  when the command is called interactively) the argument to the\r
67 -function is used. "\r
68 +function is used.\r
69 +\r
70 +The optional CRYPTO-SWITCH toggles the value of the\r
71 +notmuch-crypto-process-mime customization variable for this show\r
72 +buffer."\r
73    (interactive "sNotmuch show: ")\r
74    (let* ((buffer-name (generate-new-buffer-name\r
75                        (or buffer-name\r
76 -- \r
77 1.7.4.4\r
78 \r