Re: [PATCH 11/11] emacs: Support cid: references with shr renderer
authorAustin Clements <amdragon@mit.edu>
Sat, 24 Jan 2015 17:12:32 +0000 (12:12 +1900)
committerW. Trevor King <wking@tremily.us>
Sat, 20 Aug 2016 21:47:47 +0000 (14:47 -0700)
3d/1521e1944332e844777ef8bc1aceae95a9f792 [new file with mode: 0644]

diff --git a/3d/1521e1944332e844777ef8bc1aceae95a9f792 b/3d/1521e1944332e844777ef8bc1aceae95a9f792
new file mode 100644 (file)
index 0000000..99e6e13
--- /dev/null
@@ -0,0 +1,65 @@
+Return-Path: <aclements@csail.mit.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 olra.theworths.org (Postfix) with ESMTP id 0F4F5431FCF\r
+       for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 09:12:35 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 0.138\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=0.138 tagged_above=-999 required=5\r
+       tests=[DNS_FROM_AHBL_RHSBL=2.438, RCVD_IN_DNSWL_MED=-2.3]\r
+       autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+       by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+       with ESMTP id WeDcUsypdplJ for <notmuch@notmuchmail.org>;\r
+       Sat, 24 Jan 2015 09:12:33 -0800 (PST)\r
+Received: from outgoing.csail.mit.edu (outgoing.csail.mit.edu [128.30.2.149])\r
+       by olra.theworths.org (Postfix) with ESMTP id EC5C4431FAE\r
+       for <notmuch@notmuchmail.org>; Sat, 24 Jan 2015 09:12:32 -0800 (PST)\r
+Received: from [104.131.20.129] (helo=awakeningjr)\r
+       by outgoing.csail.mit.edu with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16)\r
+       (Exim 4.72) (envelope-from <aclements@csail.mit.edu>)\r
+       id 1YF4G8-00048f-DX; Sat, 24 Jan 2015 12:12:32 -0500\r
+Received: from amthrax by awakeningjr with local (Exim 4.84)\r
+       (envelope-from <aclements@csail.mit.edu>)\r
+       id 1YF4G8-0003VV-60; Sat, 24 Jan 2015 12:12:32 -0500\r
+From: Austin Clements <amdragon@mit.edu>\r
+To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH 11/11] emacs: Support cid: references with shr renderer\r
+In-Reply-To: <cunoazh97nx.fsf@hotblack-desiato.hh.sledj.net>\r
+References: <1398105468-14317-1-git-send-email-amdragon@mit.edu>\r
+       <1398105468-14317-12-git-send-email-amdragon@mit.edu>\r
+       <cunoazh97nx.fsf@hotblack-desiato.hh.sledj.net>\r
+User-Agent: Notmuch/0.18.1+86~gef5e66a (http://notmuchmail.org) Emacs/24.4.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sat, 24 Jan 2015 12:12:32 -0500\r
+Message-ID: <871tmkumpr.fsf@csail.mit.edu>\r
+MIME-Version: 1.0\r
+Content-Type: text/plain\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\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: Sat, 24 Jan 2015 17:12:35 -0000\r
+\r
+On Thu, 01 May 2014, David Edmondson <dme@dme.org> wrote:\r
+> On Mon, Apr 21 2014, Austin Clements wrote:\r
+>> +(defun notmuch-show--insert-part-text/html-shr (msg part)\r
+>> +  ;; Make sure shr is loaded before we start let-binding its globals\r
+>> +  (require 'shr)\r
+>> +  (let ((dom (let (process-crypto notmuch-show-process-crypto)\r
+>\r
+> Missing brackets? (You let-bind both `process-crypto' and\r
+> `notmuch-show-process-crypto' as nil.)\r
+\r
+'Doh.  Thanks.\r