From: Philip Date: Wed, 29 Apr 2015 10:09:59 +0000 (+0200) Subject: How do I prevent notmuch-show in Emacs from automatically following links in emails? X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=c9e08a5b7cfec32863d914162feec67055044786;p=notmuch-archives.git How do I prevent notmuch-show in Emacs from automatically following links in emails? --- diff --git a/e8/408abb7582778800efe5d1ecbc8ed4b05672e6 b/e8/408abb7582778800efe5d1ecbc8ed4b05672e6 new file mode 100644 index 000000000..d5434015f --- /dev/null +++ b/e8/408abb7582778800efe5d1ecbc8ed4b05672e6 @@ -0,0 +1,81 @@ +Return-Path: +X-Original-To: notmuch@notmuchmail.org +Delivered-To: notmuch@notmuchmail.org +Received: from localhost (localhost [127.0.0.1]) + by arlo.cworth.org (Postfix) with ESMTP id 2BE5A6DE0281 + for ; Wed, 29 Apr 2015 03:19:35 -0700 (PDT) +X-Virus-Scanned: Debian amavisd-new at cworth.org +X-Spam-Flag: NO +X-Spam-Score: -0.72 +X-Spam-Level: +X-Spam-Status: No, score=-0.72 tagged_above=-999 required=5 + tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, RCVD_IN_DNSWL_LOW=-0.7, + RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01] autolearn=disabled +Received: from arlo.cworth.org ([127.0.0.1]) + by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) + with ESMTP id YWYxsx8_uH2w for ; + Wed, 29 Apr 2015 03:19:33 -0700 (PDT) +X-Greylist: delayed 570 seconds by postgrey-1.35 at arlo; + Wed, 29 Apr 2015 03:19:33 PDT +Received: from out1-smtp.messagingengine.com (out1-smtp.messagingengine.com + [66.111.4.25]) + by arlo.cworth.org (Postfix) with ESMTPS id 070D56DE0AA2 + for ; Wed, 29 Apr 2015 03:19:32 -0700 (PDT) +Received: from compute5.internal (compute5.nyi.internal [10.202.2.45]) + by mailout.nyi.internal (Postfix) with ESMTP id 8BAAF20895 + for ; Wed, 29 Apr 2015 06:09:59 -0400 (EDT) +Received: from web3 ([10.202.2.213]) + by compute5.internal (MEProxy); Wed, 29 Apr 2015 06:09:59 -0400 +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d=gphilip.in; h= + content-transfer-encoding:content-type:date:from:message-id + :mime-version:subject:to:x-sasl-enc:x-sasl-enc; s=mesmtp; bh=MjP + 7r1RiPUNGnN3ClowzlgY+6Ks=; b=ZRFbqDFobB/jvBIw55ugyqrvmIymgCqWOqR + eBqN+Im5pX9Vdo4a+xH59SsYVLE4I+bo7a8JXPQiCqezajAOv65TceFHLeRtEfcb + YA2Nx1k7V+kplvOpbL2Oz7VX8hSh2x+4gCbx3ZgowDID9GUHE73lV6xFnOfU4TSe + vHcE/zpA= +DKIM-Signature: v=1; a=rsa-sha1; c=relaxed/relaxed; d= + messagingengine.com; h=content-transfer-encoding:content-type + :date:from:message-id:mime-version:subject:to:x-sasl-enc + :x-sasl-enc; s=smtpout; bh=MjP7r1RiPUNGnN3ClowzlgY+6Ks=; b=Q5qqZ + mY1ZE8yGCf4/h+KROPqu4a4k4Lb/lF0sHelRqbR8KGZZQxCQb/cl5v1hS1F1GTaS + CUrIgueftzWvphhxOsqqvaTFFhwyvkARIbj2SyPDU4ewRbNIvE7yujcyzdNjkcUZ + pvhEHB8Szl4ocLSaUEAhP2w4MtBStC8VMnY0+Y= +Received: by web3.nyi.internal (Postfix, from userid 99) + id 6608E1063EE; Wed, 29 Apr 2015 06:09:59 -0400 (EDT) +Message-Id: + <1430302199.3986971.260085241.307447C7@webmail.messagingengine.com> +X-Sasl-Enc: VfK9LKvhUrz7TcRlpsQNZldAPwylGuUbVD8dGnYFwKau 1430302199 +From: Philip +To: notmuch@notmuchmail.org +MIME-Version: 1.0 +Content-Transfer-Encoding: 7bit +Content-Type: text/plain +X-Mailer: MessagingEngine.com Webmail Interface - ajax-691662dd +Subject: How do I prevent notmuch-show in Emacs from automatically following + links in emails? +Date: Wed, 29 Apr 2015 12:09:59 +0200 +X-Mailman-Approved-At: Wed, 29 Apr 2015 03:34:20 -0700 +X-BeenThere: notmuch@notmuchmail.org +X-Mailman-Version: 2.1.18 +Precedence: list +List-Id: "Use and development of the notmuch mail system." + +List-Unsubscribe: , + +List-Archive: +List-Post: +List-Help: +List-Subscribe: , + +X-List-Received-Date: Wed, 29 Apr 2015 10:19:35 -0000 + +Hi, + + When I open emails in the notmuch-show mode on Emacs, it automatically + follows links which are present in the email. For instance, it + connects to various tracking objects included in the email. How can I + prevent it from doing this automatically all the time? Is there a + setting by which notmuch-show will not follow links in emails? + +Thanks, +Philip