Re: How do I prevent notmuch-show in Emacs from automatically following links in...
authorDavid Mazieres <dm-list-email-notmuch@scs.stanford.edu>
Wed, 29 Apr 2015 19:42:38 +0000 (12:42 +1700)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:52 +0000 (14:48 -0700)
31/6e8b6f96823fcc2451c5c4101d7e70368cd8bc [new file with mode: 0644]

diff --git a/31/6e8b6f96823fcc2451c5c4101d7e70368cd8bc b/31/6e8b6f96823fcc2451c5c4101d7e70368cd8bc
new file mode 100644 (file)
index 0000000..5b80544
--- /dev/null
@@ -0,0 +1,82 @@
+Return-Path:\r
+ <return-t4kjmviai6ttg83bqrjqh8smve@temporary-address.scs.stanford.edu>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 050966DE031B\r
+ for <notmuch@notmuchmail.org>; Wed, 29 Apr 2015 13:10:51 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -1.521\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-1.521 tagged_above=-999 required=5 tests=[AWL=1.330,\r
+  RCVD_IN_DNSWL_MED=-2.3, RP_MATCHES_RCVD=-0.55, SPF_PASS=-0.001]\r
+ autolearn=disabled\r
+Received: from arlo.cworth.org ([127.0.0.1])\r
+ by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id 3ULiY_P6WvZj for <notmuch@notmuchmail.org>;\r
+ Wed, 29 Apr 2015 13:10:49 -0700 (PDT)\r
+X-Greylist: delayed 1685 seconds by postgrey-1.35 at arlo;\r
+ Wed, 29 Apr 2015 13:10:48 PDT\r
+Received: from market.scs.stanford.edu (market.scs.stanford.edu [171.66.3.10])\r
+ by arlo.cworth.org (Postfix) with ESMTPS id D2FA26DE0298\r
+ for <notmuch@notmuchmail.org>; Wed, 29 Apr 2015 13:10:48 -0700 (PDT)\r
+Received: from market.scs.stanford.edu (localhost.scs.stanford.edu\r
+ [127.0.0.1]) by market.scs.stanford.edu (8.14.7/8.14.7) with ESMTP id\r
+ t3TJgdCu008605; Wed, 29 Apr 2015 12:42:39 -0700 (PDT)\r
+Received: (from dm@localhost)\r
+ by market.scs.stanford.edu (8.14.7/8.14.7/Submit) id t3TJgc9w023327;\r
+ Wed, 29 Apr 2015 12:42:38 -0700 (PDT)\r
+X-Authentication-Warning: market.scs.stanford.edu: dm set sender to\r
+ return-t4kjmviai6ttg83bqrjqh8smve@ta.scs.stanford.edu using -f\r
+From: David Mazieres <dm-list-email-notmuch@scs.stanford.edu>\r
+To: Philip <notmuch@accounts.gphilip.in>, notmuch@notmuchmail.org\r
+Subject: Re: How do I prevent notmuch-show in Emacs from automatically\r
+ following links in emails?\r
+In-Reply-To:\r
+ <1430302199.3986971.260085241.307447C7@webmail.messagingengine.com>\r
+References:\r
+ <1430302199.3986971.260085241.307447C7@webmail.messagingengine.com>\r
+Reply-To: David Mazieres expires 2015-07-28 PDT\r
+ <mazieres-hjbwirvmjh5jnhspwhfebsdvj6@temporary-address.scs.stanford.edu>\r
+Date: Wed, 29 Apr 2015 12:42:38 -0700\r
+Message-ID: <87383in2kx.fsf@ta.scs.stanford.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.18\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Wed, 29 Apr 2015 20:10:51 -0000\r
+\r
+Philip <notmuch@accounts.gphilip.in> writes:\r
+\r
+> Hi,\r
+>\r
+>   When I open emails in the notmuch-show mode on Emacs, it automatically\r
+>   follows links which are present in the email. For instance, it\r
+>   connects to various tracking objects included in the email. How can I\r
+>   prevent it from doing this automatically all the time? Is there a\r
+>   setting by which notmuch-show will not follow links in emails?\r
+\r
+If you just want something quick and dirty, put the following in your\r
+.emacs file:\r
+\r
+(setq gnus-inhibit-images t)\r
+\r
+I do that, and then in the very rare occasions where I want to see all\r
+the images, I just open the message in my browser by typing ". v" on the\r
+html part button.\r
+\r
+I'm sure the patch Tomi linked to is much better, but this works with\r
+unmodified notmuch.\r
+\r
+David\r