Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 46 / 59e183020b408a1beaa31184cf866669f8c06f
1 Return-Path: <markwalters1009@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 7AAC6431FC4\r
6         for <notmuch@notmuchmail.org>; Wed, 16 Jan 2013 16:44:13 -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.201\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=0.201 tagged_above=-999 required=5\r
12         tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
13         FREEMAIL_ENVFROM_END_DIGIT=1, FREEMAIL_FROM=0.001,\r
14         RCVD_IN_DNSWL_LOW=-0.7] autolearn=disabled\r
15 Received: from olra.theworths.org ([127.0.0.1])\r
16         by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
17         with ESMTP id zhB0y0eQ7R8d for <notmuch@notmuchmail.org>;\r
18         Wed, 16 Jan 2013 16:44:13 -0800 (PST)\r
19 Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com\r
20  [74.125.82.50])        (using TLSv1 with cipher RC4-SHA (128/128 bits))        (No client\r
21  certificate requested) by olra.theworths.org (Postfix) with ESMTPS id\r
22  E2CF2431FC0    for <notmuch@notmuchmail.org>; Wed, 16 Jan 2013 16:44:12 -0800\r
23  (PST)\r
24 Received: by mail-wg0-f50.google.com with SMTP id es5so1250318wgb.17\r
25         for <notmuch@notmuchmail.org>; Wed, 16 Jan 2013 16:44:10 -0800 (PST)\r
26 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113;\r
27         h=x-received:from:to:cc:subject:date:message-id:x-mailer;\r
28         bh=oDtXfyfxSoSvMVDp7RGnHAxnTYjQPx10lxBCTw4n7jU=;\r
29         b=x4W32qMsKeKyJutiLx/NRzkRbT1u83MmwYuwSCsBiHQFMgYGhbIGkHMUj1b3C31BeG\r
30         xV25RlNc4QSspfw6OAt2OfDHviuVW1P/bbWgjfWldCaaCwoHlWfhe/Ij3asi6wqGTafD\r
31         Uzta6RWGImiUJkxyOBuVLc/AV4fvmwpPqP2d5FRAPDJIM8Ap0RIoofjT10yG1Vjh2BXU\r
32         k9WD7Khk6/sv+bOrejjTolk9uLsoo21ptmi/I5dbIm44CwlDXe4ZYX3sv5eDqeVW0DjJ\r
33         LyDlu5CjI1TysEAbpDaXKBdjT74Y3sDcHYrpLHCjr5Nm86meLVWtbXrob3+d4KOCu6Zn\r
34         0WAg==\r
35 X-Received: by 10.194.174.234 with SMTP id bv10mr5301787wjc.47.1358383450479; \r
36         Wed, 16 Jan 2013 16:44:10 -0800 (PST)\r
37 Received: from localhost (93-97-24-31.zone5.bethere.co.uk. [93.97.24.31])\r
38         by mx.google.com with ESMTPS id h19sm10739379wiv.7.2013.01.16.16.44.07\r
39         (version=TLSv1.2 cipher=RC4-SHA bits=128/128);\r
40         Wed, 16 Jan 2013 16:44:08 -0800 (PST)\r
41 From: Mark Walters <markwalters1009@gmail.com>\r
42 To: notmuch@notmuchmail.org\r
43 Subject: [PATCH] NEWS: document that print message prints all parts including\r
44         hidden parts\r
45 Date: Thu, 17 Jan 2013 00:44:10 +0000\r
46 Message-Id: <1358383450-11020-1-git-send-email-markwalters1009@gmail.com>\r
47 X-Mailer: git-send-email 1.7.9.1\r
48 X-BeenThere: notmuch@notmuchmail.org\r
49 X-Mailman-Version: 2.1.13\r
50 Precedence: list\r
51 List-Id: "Use and development of the notmuch mail system."\r
52         <notmuch.notmuchmail.org>\r
53 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
54         <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
55 List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
56 List-Post: <mailto:notmuch@notmuchmail.org>\r
57 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
58 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
59         <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
60 X-List-Received-Date: Thu, 17 Jan 2013 00:44:13 -0000\r
61 \r
62 ---\r
63 The new invisibility code means that notmuch-show-print-message prints\r
64 all parts of the message regardless of whether they are shown or\r
65 hidden. This is probably a bug but the correct fix, and even the\r
66 `correct' behaviour is not clear. So for the moment just document the\r
67 current behaviour.\r
68 \r
69 Note the default setup before would also have printed all parts since \r
70 notmuch-show-all-multipart/alternative-parts defaulted true.\r
71 \r
72 Best wishes\r
73 \r
74 Mark\r
75 \r
76  NEWS |    4 ++++\r
77  1 files changed, 4 insertions(+), 0 deletions(-)\r
78 \r
79 diff --git a/NEWS b/NEWS\r
80 index 69f21a0..f16381c 100644\r
81 --- a/NEWS\r
82 +++ b/NEWS\r
83 @@ -81,6 +81,10 @@ Visibility of MIME parts can be toggled\r
84    `notmuch-multipart/alternative-discouraged` and\r
85    `notmuch-show-all-multipart/alternative-parts`.\r
86  \r
87 +  Note notmuch-show-print-message (bound to '#' by default) will print\r
88 +  all parts of multipart/alternative message regardless of whether\r
89 +  they are currently hidden or shown in the buffer.\r
90 +\r
91  Emacs now buttonizes mid: links\r
92  \r
93    mid: links are a standardized way to link to messages by message ID\r
94 -- \r
95 1.7.9.1\r
96 \r