From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6b1d728040b6ae920922201afc05a990@plan9.escet.urjc.es> To: 9fans@cse.psu.edu From: Fco.J.Ballesteros MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] tiny & convenient change for /acme/mail/Mail Date: Thu, 20 Jun 2002 09:33:57 +0200 Topicbox-Message-UUID: b3cded7c-eaca-11e9-9e20-41e7f4b1d025 Changing /acme/mail/src/mesg.c:938 dest = egrow(estrdup(home), "/", dest); to dest = egrow(estrdup("/tmp"), "/", dest); provides what IMHO is a more convenient location to copy attachments. When using ramfs, I just copy them and don't bother to delete those that are not of interest. For those of interest I'd edit the cp.... line anyway to provide a correct location. hth