Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / f7 / 33f12d2cdec32dc9d1abddf27429ae208f9ee0
1 Return-Path: <jrollins@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 025A4429E37\r
6         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 11:15:37 -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: -2.3\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
12         tests=[RCVD_IN_DNSWL_MED=-2.3] 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 lXWDg4BHjHaP for <notmuch@notmuchmail.org>;\r
16         Sun, 13 Nov 2011 11:15:34 -0800 (PST)\r
17 Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
18         [131.215.239.19])\r
19         by olra.theworths.org (Postfix) with ESMTP id BEF07429E28\r
20         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 11:15:32 -0800 (PST)\r
21 Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
22         by earth-doxen-postvirus (Postfix) with ESMTP id 70C7966E0105\r
23         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 11:15:30 -0800 (PST)\r
24 X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
25 Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com\r
26         [76.174.136.149]) (Authenticated sender: jrollins)\r
27         by earth-doxen-submit (Postfix) with ESMTP id A4E4866E0107\r
28         for <notmuch@notmuchmail.org>; Sun, 13 Nov 2011 11:15:28 -0800 (PST)\r
29 Received: by finestructure.net (Postfix, from userid 1000)\r
30         id 41025275; Sun, 13 Nov 2011 11:15:28 -0800 (PST)\r
31 From: Jameson Graef Rollins <jrollins@finestructure.net>\r
32 To: Notmuch Mail <notmuch@notmuchmail.org>\r
33 Subject: [PATCH 1/2] emacs: add documentation for notmuch-show crypto-switch\r
34         option\r
35 Date: Sun, 13 Nov 2011 11:15:20 -0800\r
36 Message-Id: <1321211721-7608-2-git-send-email-jrollins@finestructure.net>\r
37 X-Mailer: git-send-email 1.7.7.1\r
38 In-Reply-To: <1321211721-7608-1-git-send-email-jrollins@finestructure.net>\r
39 References: <87ipmo69hi.fsf@zancas.localnet>\r
40         <1321211721-7608-1-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, 13 Nov 2011 19:15:37 -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 d395d87..95af32a 100644\r
61 --- a/emacs/notmuch-show.el\r
62 +++ b/emacs/notmuch-show.el\r
63 @@ -824,7 +824,11 @@ non-nil.\r
64  The optional BUFFER-NAME provides the name 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.7.1\r
78 \r