From mboxrd@z Thu Jan 1 00:00:00 1970 To: 9fans@cse.psu.edu Subject: Re: [9fans] tiny & convenient change for /acme/mail/Mail From: rog@vitanuova.com MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="upas-qctpxfkmlhoihrzztlknkqttha" Message-Id: <20020620115026.E413019980@mail.cse.psu.edu> Date: Thu, 20 Jun 2002 12:55:48 +0100 Topicbox-Message-UUID: b3dc1668-eaca-11e9-9e20-41e7f4b1d025 This is a multi-part message in MIME format. --upas-qctpxfkmlhoihrzztlknkqttha Content-Disposition: inline Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit actually, if you're planning on using ramfs, there's not much point, as you can usually use the attachment directly (noting that upas/fs will accept any file extension on "body"). at least that way you avoid using up extra memory. you can plumb the attachments directly too (just as long as upas/fs was started before the plumber); mind you, it's a bit strange that you can't right click on /mail/fs/mbox/23/1/body.gif inside the mail message itself, but you can if you copy and paste that text into somewhere else in acme. i think that's because upas/fs is interpreting b3 clicks itself, and being a little too clever about it. cheers, rog. --upas-qctpxfkmlhoihrzztlknkqttha Content-Type: message/rfc822 Content-Disposition: inline Return-Path: <9fans-admin@cse.psu.edu> Received: from punt-2.mail.demon.net by mailstore for rog@vitanuova.com id 1024558481:20:21571:50; Thu, 20 Jun 2002 07:34:41 GMT Received: from psuvax1.cse.psu.edu ([130.203.4.6]) by punt-2.mail.demon.net id aa2021876; 20 Jun 2002 7:34 GMT Received: from psuvax1.cse.psu.edu (psuvax1.cse.psu.edu [130.203.18.6]) by mail.cse.psu.edu (CSE Mail Server) with ESMTP id 5BFB719992; Thu, 20 Jun 2002 03:34:21 -0400 (EDT) Delivered-To: 9fans@cse.psu.edu Received: from kremvax (nautilus.escet.urjc.es [212.128.4.207]) by mail.cse.psu.edu (CSE Mail Server) with SMTP id 9453319A6E for <9fans@cse.psu.edu>; Thu, 20 Jun 2002 03:33:59 -0400 (EDT) Message-ID: <6b1d728040b6ae920922201afc05a990@plan9.escet.urjc.es> To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] tiny & convenient change for /acme/mail/Mail Sender: 9fans-admin@cse.psu.edu Errors-To: 9fans-admin@cse.psu.edu X-BeenThere: 9fans@cse.psu.edu X-Mailman-Version: 2.0.11 Precedence: bulk Reply-To: 9fans@cse.psu.edu List-Id: Fans of the OS Plan 9 from Bell Labs <9fans.cse.psu.edu> List-Archive: Date: Thu, 20 Jun 2002 09:33:57 +0200 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 --upas-qctpxfkmlhoihrzztlknkqttha--