Re: [PATCH] emacs: Make the part content available to `mm-inlinable-p'.
authorJameson Graef Rollins <jrollins@finestructure.net>
Fri, 20 Jan 2012 20:04:27 +0000 (12:04 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:42:50 +0000 (09:42 -0800)
02/8af2bde5b29a84c92d210fd82a886105176a16 [new file with mode: 0644]

diff --git a/02/8af2bde5b29a84c92d210fd82a886105176a16 b/02/8af2bde5b29a84c92d210fd82a886105176a16
new file mode 100644 (file)
index 0000000..961a707
--- /dev/null
@@ -0,0 +1,103 @@
+Return-Path: <jrollins@finestructure.net>\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 CFF87431FAF\r
+       for <notmuch@notmuchmail.org>; Fri, 20 Jan 2012 12:04:38 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.29\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.29 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3, T_MIME_NO_TEXT=0.01] 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 krlvTLW9BIyn for <notmuch@notmuchmail.org>;\r
+       Fri, 20 Jan 2012 12:04:38 -0800 (PST)\r
+Received: from outgoing-mail.its.caltech.edu (outgoing-mail.its.caltech.edu\r
+       [131.215.239.19])\r
+       by olra.theworths.org (Postfix) with ESMTP id 44DE5431FAE\r
+       for <notmuch@notmuchmail.org>; Fri, 20 Jan 2012 12:04:38 -0800 (PST)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id A411C66E011D;\r
+       Fri, 20 Jan 2012 12:04:37 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (m17.ligo.caltech.edu [131.215.115.117])\r
+       (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 6953266E0012;\r
+       Fri, 20 Jan 2012 12:04:30 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id EBBF92EA; Fri, 20 Jan 2012 12:04:29 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: David Edmondson <dme@dme.org>, notmuch@notmuchmail.org\r
+Subject: Re: [PATCH] emacs: Make the part content available to\r
+       `mm-inlinable-p'.\r
+In-Reply-To: <1326965647-1222-1-git-send-email-dme@dme.org>\r
+References: <87k44o6o6e.fsf@gmail.com>\r
+       <1326965647-1222-1-git-send-email-dme@dme.org>\r
+User-Agent: Notmuch/0.11+92~g9b8f34f (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Fri, 20 Jan 2012 12:04:27 -0800\r
+Message-ID: <8762g6m984.fsf@servo.finestructure.net>\r
+MIME-Version: 1.0\r
+Content-Type: multipart/signed; boundary="=-=-=";\r
+       micalg=pgp-sha256; protocol="application/pgp-signature"\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: Fri, 20 Jan 2012 20:04:39 -0000\r
+\r
+--=-=-=\r
+Content-Transfer-Encoding: quoted-printable\r
+\r
+On Thu, 19 Jan 2012 09:34:07 +0000, David Edmondson <dme@dme.org> wrote:\r
+> The `mm-inlinable-p' function works better if it has access to the\r
+> data of the relevant part, so load that content before calling it.\r
+>=20\r
+> Don't load the content for parts that the user has indicated no desire\r
+> to inline.\r
+\r
+So I'm a little confused here.  Is there some variable I need to set to\r
+get inlinable stuff to display inline?  If so, I can't figure out what\r
+it is.  I don't see anything relevant in notmuch config, and I'm not\r
+finding anything in mm- either, although I'm not quite sure what I'm\r
+looking for.\r
+\r
+Currently I'm not getting any images displayed inline.  I used to get\r
+some, but not all, but at the moment I'm just getting a little white box\r
+with no image in it.  After applying this patch, I'm not getting any\r
+attempt to inline images at all.  But I'm assuming there is some\r
+variable I need to set that I haven't...\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.11 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJPGcjLAAoJEO00zqvie6q8evoQAKc8rvVo3cikgp91SRXa1psk\r
+PN1n8jVWqeJJOIZsJxBBEUZajH+5nN3HZzVGZX+UjpxDACM6XyW2dCmygf3KMvlJ\r
+Oqys3AlFstMp+UZu3dQjqRiIHwHBwIslDqngTCWN5QtgVfsbpdwlKexex1kTIZ77\r
+qwNo2fqNiAKSNEZfgY0dDiXE1jDX/YWFKYB6MwkoQg++1C4zHhs+1U+fJ5TmWwlR\r
+GMbxUnuJ8C3Hs29V4WOEEiYoNmB09+rtxc2hPWf5Iknnm3ZKLPiaFSH3gOhozEja\r
+Js9tosMGImRdELO/JhjcxEKJMxr/XeOLR5ySsQt0hg10r1ylFzmoPQcQw3F/2rC8\r
+XX+huGfl2Sm+LX2Bcwo8iorAuETdsZLlWlXgNSW2OZd2nbJyFMOaEfMSoRN9bR/T\r
+P5W2PQ4M1eKf2hO8A1VbDFpRsOMAZA0Z3zRF7WEiQGsWyBS2XV/KVHuDRnAUJ+Vi\r
+YI5YEP86Gqif0txoKxDtPIoNddaBlayjt8/+KTQ7pe2mCkvxKZojpncusLH6LD5N\r
+lGe3lbCcnhTXeT2YLEzz7dbwHf7qIWNCu+6RZFM/zvJ9UJl6FIELKGeUITbRwfW2\r
+A9mTx1edzCx0LQcwArlOodWG4ycEu3SzXtdHAbzObr4qruFlFy5fbd0l1wgIp4n6\r
+ZJjPGj0lpca8EJGWSeUO\r
+=XJ1/\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r