Re: How do I prevent notmuch-show in Emacs from automatically following links in...
authorTomi Ollila <tomi.ollila@iki.fi>
Wed, 29 Apr 2015 10:47:56 +0000 (13:47 +0300)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:48:52 +0000 (14:48 -0700)
a1/b2f8ef14151ff94e970e3ba3083726dd664a93 [new file with mode: 0644]

diff --git a/a1/b2f8ef14151ff94e970e3ba3083726dd664a93 b/a1/b2f8ef14151ff94e970e3ba3083726dd664a93
new file mode 100644 (file)
index 0000000..b372311
--- /dev/null
@@ -0,0 +1,85 @@
+Return-Path: <tomi.ollila@iki.fi>\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 09A9A6DE0AA2\r
+ for <notmuch@notmuchmail.org>; Wed, 29 Apr 2015 03:48:24 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at cworth.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 1.116\r
+X-Spam-Level: *\r
+X-Spam-Status: No, score=1.116 tagged_above=-999 required=5 tests=[AWL=0.464, \r
+ SPF_NEUTRAL=0.652] 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 fndrC69Hd-6J for <notmuch@notmuchmail.org>;\r
+ Wed, 29 Apr 2015 03:48:21 -0700 (PDT)\r
+Received: from guru.guru-group.fi (guru.guru-group.fi [46.183.73.34])\r
+ by arlo.cworth.org (Postfix) with ESMTP id 37AC56DE0281\r
+ for <notmuch@notmuchmail.org>; Wed, 29 Apr 2015 03:48:21 -0700 (PDT)\r
+Received: from guru.guru-group.fi (localhost [IPv6:::1])\r
+ by guru.guru-group.fi (Postfix) with ESMTP id 01B7110004A;\r
+ Wed, 29 Apr 2015 13:47:56 +0300 (EEST)\r
+From: Tomi Ollila <tomi.ollila@iki.fi>\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
+User-Agent: Notmuch/0.19+109~ge80275e (http://notmuchmail.org) Emacs/24.3.1\r
+ (x86_64-unknown-linux-gnu)\r
+X-Face: HhBM'cA~<r"^Xv\KRN0P{vn'Y"Kd;zg_y3S[4)KSN~s?O\"QPoL\r
+ $[Xv_BD:i/F$WiEWax}R(MPS`^UaptOGD`*/=@\1lKoVa9tnrg0TW?"r7aRtgk[F\r
+ !)g;OY^,BjTbr)Np:%c_o'jj,Z\r
+Date: Wed, 29 Apr 2015 13:47:56 +0300\r
+Message-ID: <m2a8xrcisj.fsf@guru.guru-group.fi>\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 10:48:24 -0000\r
+\r
+On Wed, Apr 29 2015, Philip <notmuch@accounts.gphilip.in> wrote:\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
+This:\r
+\r
+http://article.gmane.org/gmane.mail.notmuch.general/20159\r
+\r
+should do it for inline images. you need latest git version for that.\r
+\r
+I wonder is anyone has tested this thorougly... \r
+M-x debug-on-entry open-network-stream catches at least the ones\r
+emacs does, and LD_PRELOAD could be used to catch connect(2) calls.\r
+\r
+Tomi\r
+\r
+\r
+\r
+\r
+>\r
+> Thanks,\r
+> Philip\r
+> _______________________________________________\r
+> notmuch mailing list\r
+> notmuch@notmuchmail.org\r
+> http://notmuchmail.org/mailman/listinfo/notmuch\r