Re: problems viewing attachments in emacs ui
authorJameson Graef Rollins <jrollins@finestructure.net>
Sun, 28 Jul 2013 17:06:36 +0000 (10:06 +1700)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:56:10 +0000 (09:56 -0800)
04/7cc9c24f30315d1ab82d9d1bb2ace08979f0d2 [new file with mode: 0644]

diff --git a/04/7cc9c24f30315d1ab82d9d1bb2ace08979f0d2 b/04/7cc9c24f30315d1ab82d9d1bb2ace08979f0d2
new file mode 100644 (file)
index 0000000..68f78eb
--- /dev/null
@@ -0,0 +1,101 @@
+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 D3F83431FC0\r
+       for <notmuch@notmuchmail.org>; Sun, 28 Jul 2013 10:06:46 -0700 (PDT)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: -2.3\r
+X-Spam-Level: \r
+X-Spam-Status: No, score=-2.3 tagged_above=-999 required=5\r
+       tests=[RCVD_IN_DNSWL_MED=-2.3] 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 JxyRhA5RUsMj for <notmuch@notmuchmail.org>;\r
+       Sun, 28 Jul 2013 10:06:42 -0700 (PDT)\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 06F03431FBF\r
+       for <notmuch@notmuchmail.org>; Sun, 28 Jul 2013 10:06:42 -0700 (PDT)\r
+Received: from fire-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by fire-doxen-postvirus (Postfix) with ESMTP id 9B96A328010\r
+       for <notmuch@notmuchmail.org>; Sun, 28 Jul 2013 10:06:41 -0700 (PDT)\r
+X-Spam-Scanned: at Caltech-IMSS on fire-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-173-75-27.socal.res.rr.com\r
+       [76.173.75.27]) (Authenticated sender: jrollins)\r
+       by fire-doxen-submit (Postfix) with ESMTP id D2DB32E50E50\r
+       for <notmuch@notmuchmail.org>; Sun, 28 Jul 2013 10:06:39 -0700 (PDT)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id 5876362289; Sun, 28 Jul 2013 10:06:39 -0700 (PDT)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: problems viewing attachments in emacs ui\r
+In-Reply-To: <87hafe4ox6.fsf@servo.finestructure.net>\r
+References: <87hafe4ox6.fsf@servo.finestructure.net>\r
+User-Agent: Notmuch/0.15.2+223~g3484372 (http://notmuchmail.org) Emacs/24.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Sun, 28 Jul 2013 10:06:36 -0700\r
+Message-ID: <87ehai4ns3.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: Sun, 28 Jul 2013 17:06:47 -0000\r
+\r
+--=-=-=\r
+Content-Type: text/plain\r
+\r
+On Sun, Jul 28 2013, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
+> For instance, if I launch notmuch-show-view-part on an html part, my\r
+> browser opens pointed at e.g. the following file:\r
+>\r
+>   file:///home/jrollins/tmp/emm.610040w/mm.6100F_2.htm\r
+>\r
+> But the browser shows the following error:\r
+>\r
+>   File not found\r
+>   Iceweasel can't find the file at /home/jrollins/tmp/emm.610040w/mm.6100F_2.htm.\r
+\r
+I'm now realizing that my problem with html parts is probably that\r
+browser is attempting to open the temporary file in the background.\r
+When the browser call returns, the caller assumes the application is\r
+done with the temp file and purges it.  So for this issue at least I\r
+need to either convince my browser to not open the file in the\r
+background, or tell emacs to cleanup temp files at some later time\r
+(session termination, for instance).\r
+\r
+jamie.\r
+\r
+--=-=-=\r
+Content-Type: application/pgp-signature\r
+\r
+-----BEGIN PGP SIGNATURE-----\r
+Version: GnuPG v1.4.12 (GNU/Linux)\r
+\r
+iQIcBAEBCAAGBQJR9U+dAAoJEO00zqvie6q8yoUP/A8ImjlUoIsYWuLjS/QMZVMa\r
+K2ImOtod0X7Ff7PUAEER90Nk1CICqV+ow1MHAADdHvakvhNUWRF4fr3YMoCmV3WC\r
+4pn16M0gSkOWnCV5PM4Pc+ais3kthFZaejzpNoX7YkqTCS0IWPeKq28gq5cNjlVo\r
+1Wkr5Ob6eT9JEcsXjOWMX4u8/3S/vCZthQO9WA7IJiYwnOwupKXGq4/rNSyO6M3x\r
+k0Y7LsM4k9ONPm1FXz/RkNIjYp2k0+1AoXVm4Jic8Grc7DMFkIo9l7V4AmJjyWNT\r
+HR9jJcDRy/cIkS2jd0e3ni366EuPCsXWAB2/atRhGPRfabvtH8HRFYzpGKMmr9An\r
+gKhczjG1IlRI2wcqZFw3jKEYKcpCM3bfAJJ3EHG5xI43PN+i+wj4mU5tzpM/iFP2\r
+BrUkgm2sWyglwS0PeoptOqBWbQwuKt3Ww6zPqOciTD6HS8pD1BBLzKC7WdZzw+/3\r
+73a90qh8Jqcnpng6JKM9BTdzVrS7JwmcjwNnBVZSnNmB5QXfprUcO0Jis00FzMrq\r
+kgLB7l8BaggHYP5J4ZPEFiXXrqHdJTdmWh/jE/pVuIvZTbqmlR6mEyY44L1iX0rr\r
+hrhdE1GUq/Pior/gjFoBiN1/uFLWq3d0mzpluAw/8RqnaR4gQSIdsIgHyeAUQqQ9\r
+61rIs3qR/HZxlp7cq6ly\r
+=i0/M\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r