Re: [PATCH] test: Use env to set TMPDIR when running emacs in screen.
authorJameson Graef Rollins <jrollins@finestructure.net>
Thu, 10 Nov 2011 17:09:53 +0000 (09:09 +1600)
committerW. Trevor King <wking@tremily.us>
Fri, 7 Nov 2014 17:40:03 +0000 (09:40 -0800)
7c/3430195314a971dba3c697842ce3d74de9328e [new file with mode: 0644]

diff --git a/7c/3430195314a971dba3c697842ce3d74de9328e b/7c/3430195314a971dba3c697842ce3d74de9328e
new file mode 100644 (file)
index 0000000..6de6f2d
--- /dev/null
@@ -0,0 +1,98 @@
+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 DA51F429E27\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 09:09:59 -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 4WJ1iiZUjpll for <notmuch@notmuchmail.org>;\r
+       Thu, 10 Nov 2011 09:09:59 -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 57207431FD0\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 09:09:59 -0800 (PST)\r
+Received: from earth-doxen.imss.caltech.edu (localhost [127.0.0.1])\r
+       by earth-doxen-postvirus (Postfix) with ESMTP id 5145466E013A\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 09:09:58 -0800 (PST)\r
+X-Spam-Scanned: at Caltech-IMSS on earth-doxen by amavisd-new\r
+Received: from finestructure.net (cpe-76-174-136-149.socal.res.rr.com\r
+       [76.174.136.149]) (Authenticated sender: jrollins)\r
+       by earth-doxen-submit (Postfix) with ESMTP id 5644D66E02D7\r
+       for <notmuch@notmuchmail.org>; Thu, 10 Nov 2011 09:09:56 -0800 (PST)\r
+Received: by finestructure.net (Postfix, from userid 1000)\r
+       id EEDF2350; Thu, 10 Nov 2011 09:09:55 -0800 (PST)\r
+From: Jameson Graef Rollins <jrollins@finestructure.net>\r
+To: Notmuch Mail <notmuch@notmuchmail.org>\r
+Subject: Re: [PATCH] test: Use env to set TMPDIR when running emacs in screen.\r
+In-Reply-To: <1320944375-29843-1-git-send-email-jrollins@finestructure.net>\r
+References: <id:878vnomntf.fsf@servo.finestructure.net>\r
+       <1320944375-29843-1-git-send-email-jrollins@finestructure.net>\r
+User-Agent: Notmuch/0.9+49~g0a6c801 (http://notmuchmail.org) Emacs/23.3.1\r
+       (x86_64-pc-linux-gnu)\r
+Date: Thu, 10 Nov 2011 09:09:53 -0800\r
+Message-ID: <87y5vnlx9a.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: Thu, 10 Nov 2011 17:10:00 -0000\r
+\r
+--=-=-=\r
+\r
+On Thu, 10 Nov 2011 08:59:35 -0800, Jameson Graef Rollins <jrollins@finestructure.net> wrote:\r
+> This is to get around a bug where screen unsets TMPDIR.  This causes\r
+> problems for users who set TMPDIR to something other than it's default\r
+> (/tmp).\r
+\r
+Arg.  This was supposed to be sent to the previous thread about this.\r
+Ironically, I'm using the patch that removes id: from the message-id\r
+kill-ring, but then I manually added it back to git send-email!  HA!\r
+\r
+So there is now discussion about use detach instead of screen, which is\r
+much more minimal and doesn't use setuid and setgid and therefore\r
+doesn't purge TMPDIR.\r
+\r
+In any event, I think we need to push this patch until we have a patch\r
+to use detach in hand.\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
+iQIcBAEBCAAGBQJOvAVhAAoJEO00zqvie6q8YV8P/RBQaFpyhYsCRcevySxb3+xP\r
+Y5qLMKn3ECl4q61YsTs/F2ATqhIfxt+8SBGpBoOUZyAVtYYImDiR2gUeQZB5kb9l\r
+jQJ2AEz1WY6cInj4BJxj7fXFyjs1yo6mWzeltmzg0TLlIZdooI5gln/DwHbijNF0\r
+FV8jq1q8/gHfk6j5ro9MYOWpbvUdzojDnJyJNQBQ4iUEA4kcaki6Caib/Hf42wSk\r
+xlX9Bqf6DR/bXAF2j5MGrORt0Ltf6D9dzb1WoIWH/ToH7OtIwA+evSXCZ2v5K6e/\r
+PdqTZxqIDcCZdNPn9qNjS2Kan7kir7DkSTdpunmugpC+vlAvlqhi6rQJDzIwgP1q\r
+A0vbyEbh1mq+wZhruT8VWf0iU5Av627hJtWN4Z3eudCVAbDNEanFJeRyl7D7qpA7\r
+tZncRg0Yj1lFWi4LxVf5Bsfcr3l4pwnKqcez2kzyEJTCZepHgQsXP02HEe7tB5Fy\r
+gbCJdUHHaPJuN/7GlQ6TJdNhHCrTi3PiuKBEvz2SUrAjq0Xu7rp08vEHUCoCovdg\r
+hKUtX/4NfHDe8+7UwvX5PEjWz+BqtMAxr6L3MF1+w0ENEZkNTqtFIx3uXcfgLdwF\r
+g17lwXj271fwEXQDL3SqRP+xqqPqVhvVE3E88mytE/VIG5+tAlh9LczkJchGvyD7\r
+gC4YH88JLy/afP+Mnw1h\r
+=BZZi\r
+-----END PGP SIGNATURE-----\r
+--=-=-=--\r