Re: [PATCH] emacs: wash: make word-wrap bound message width
[notmuch-archives.git] / 31 / 6e8b6f96823fcc2451c5c4101d7e70368cd8bc
1 Return-Path:\r
2  <return-t4kjmviai6ttg83bqrjqh8smve@temporary-address.scs.stanford.edu>\r
3 X-Original-To: notmuch@notmuchmail.org\r
4 Delivered-To: notmuch@notmuchmail.org\r
5 Received: from localhost (localhost [127.0.0.1])\r
6  by arlo.cworth.org (Postfix) with ESMTP id 050966DE031B\r
7  for <notmuch@notmuchmail.org>; Wed, 29 Apr 2015 13:10:51 -0700 (PDT)\r
8 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
9 X-Spam-Flag: NO\r
10 X-Spam-Score: -1.521\r
11 X-Spam-Level: \r
12 X-Spam-Status: No, score=-1.521 tagged_above=-999 required=5 tests=[AWL=1.330,\r
13   RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001]\r
14  autolearn=disabled\r
15 Received: from arlo.cworth.org ([127.0.0.1])\r
16  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
17  with ESMTP id 3ULiY_P6WvZj for <notmuch@notmuchmail.org>;\r
18  Wed, 29 Apr 2015 13:10:49 -0700 (PDT)\r
19 X-Greylist: delayed 1685 seconds by postgrey-1.35 at arlo;\r
20  Wed, 29 Apr 2015 13:10:48 PDT\r
21 Received: from market.scs.stanford.edu (market.scs.stanford.edu [171.66.3.10])\r
22  by arlo.cworth.org (Postfix) with ESMTPS id D2FA26DE0298\r
23  for <notmuch@notmuchmail.org>; Wed, 29 Apr 2015 13:10:48 -0700 (PDT)\r
24 Received: from market.scs.stanford.edu (localhost.scs.stanford.edu\r
25  [127.0.0.1]) by market.scs.stanford.edu (8.14.7/8.14.7) with ESMTP id\r
26  t3TJgdCu008605; Wed, 29 Apr 2015 12:42:39 -0700 (PDT)\r
27 Received: (from dm@localhost)\r
28  by market.scs.stanford.edu (8.14.7/8.14.7/Submit) id t3TJgc9w023327;\r
29  Wed, 29 Apr 2015 12:42:38 -0700 (PDT)\r
30 X-Authentication-Warning: market.scs.stanford.edu: dm set sender to\r
31  return-t4kjmviai6ttg83bqrjqh8smve@ta.scs.stanford.edu using -f\r
32 From: David Mazieres <dm-list-email-notmuch@scs.stanford.edu>\r
33 To: Philip <notmuch@accounts.gphilip.in>, notmuch@notmuchmail.org\r
34 Subject: Re: How do I prevent notmuch-show in Emacs from automatically\r
35  following links in emails?\r
36 In-Reply-To:\r
37  <1430302199.3986971.260085241.307447C7@webmail.messagingengine.com>\r
38 References:\r
39  <1430302199.3986971.260085241.307447C7@webmail.messagingengine.com>\r
40 Reply-To: David Mazieres expires 2015-07-28 PDT\r
41  <mazieres-hjbwirvmjh5jnhspwhfebsdvj6@temporary-address.scs.stanford.edu>\r
42 Date: Wed, 29 Apr 2015 12:42:38 -0700\r
43 Message-ID: <87383in2kx.fsf@ta.scs.stanford.edu>\r
44 MIME-Version: 1.0\r
45 Content-Type: text/plain\r
46 X-BeenThere: notmuch@notmuchmail.org\r
47 X-Mailman-Version: 2.1.18\r
48 Precedence: list\r
49 List-Id: "Use and development of the notmuch mail system."\r
50  <notmuch.notmuchmail.org>\r
51 List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
52  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
53 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
54 List-Post: <mailto:notmuch@notmuchmail.org>\r
55 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
56 List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
57  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
58 X-List-Received-Date: Wed, 29 Apr 2015 20:10:51 -0000\r
59 \r
60 Philip <notmuch@accounts.gphilip.in> writes:\r
61 \r
62 > Hi,\r
63 >\r
64 >   When I open emails in the notmuch-show mode on Emacs, it automatically\r
65 >   follows links which are present in the email. For instance, it\r
66 >   connects to various tracking objects included in the email. How can I\r
67 >   prevent it from doing this automatically all the time? Is there a\r
68 >   setting by which notmuch-show will not follow links in emails?\r
69 \r
70 If you just want something quick and dirty, put the following in your\r
71 .emacs file:\r
72 \r
73 (setq gnus-inhibit-images t)\r
74 \r
75 I do that, and then in the very rare occasions where I want to see all\r
76 the images, I just open the message in my browser by typing ". v" on the\r
77 html part button.\r
78 \r
79 I'm sure the patch Tomi linked to is much better, but this works with\r
80 unmodified notmuch.\r
81 \r
82 David\r