Date: Mon, 29 Jan 2001 00:17:14 -0500 From: "Joe \\" Marcus\ " Clarke" <jclarke@cisco.com> To: ports@FreeBSD.org Subject: FreeBSD Port: pine4-4.32 Message-ID: <3A74FCDA.7F1DDAE8@cisco.com>
next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format. --------------3547C57310603BF2589F2507 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Here is a patch for pine 4.32 that will prevent attachments from being deleted before the attachment viewer has a chance to display them. I have not given this to UW yet. Since ports@ is the maintainer, I will forward this to UW as well. Joe Clarke -- Joe Clarke, CCIE #5384 | | Customer Support Engineer ||||| ||||| Phone: +1 (919) 392-2867 ..:|||||||||::|||||||||:.. Email: jclarke@cisco.com c i s c o S y s t e m s ---------------------------------------------------------------------------- --------------3547C57310603BF2589F2507 Content-Type: text/plain; charset=us-ascii; name="mailpart.c.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="mailpart.c.diff" *** mailpart.c.orig Thu Dec 28 18:41:20 2000 --- mailpart.c Mon Jan 29 00:01:55 2001 *************** *** 2165,2171 **** /*----- Run the viewer process ----*/ run_viewer(filename, a->body); if(filename){ ! (void)unlink(filename); fs_give((void **)&filename); } --- 2165,2171 ---- /*----- Run the viewer process ----*/ run_viewer(filename, a->body); if(filename){ ! /* (void)unlink(filename); */ fs_give((void **)&filename); } --------------3547C57310603BF2589F2507-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3A74FCDA.7F1DDAE8>