From mboxrd@z Thu Jan 1 00:00:00 1970 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <509071940711140823i634ab700ibfe78ff8fd0d2cca@mail.gmail.com> References: <315609193c5e3dcf27c516b6e2bf96ba@quintile.net> <509071940711140823i634ab700ibfe78ff8fd0d2cca@mail.gmail.com> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Pietro Gagliardi Subject: Re: [9fans] Trouble with email Date: Wed, 14 Nov 2007 15:06:28 -0500 To: Fans of the OS Plan 9 from Bell Labs <9fans@cse.psu.edu> Topicbox-Message-UUID: fac891d4-ead2-11e9-9d60-3106f5b1d025 Your solution worked for me! Thanks! Now faces loads every email message (annoying) and right-clicking doesn't do anything (even with plumber running) and "Mail mail.mac.com" doesn't work from within Acme (gives me a +Errors box saying "can't create /mail/box/pietro/ mail.mac.com) On Nov 14, 2007, at 11:23 AM, Anthony Sorace wrote: > I have a bin/rc/riostart which is invoked when I (surprise!) start > rio. It contains the following lines (with the names changed) (upas/fs > is already run, without arguments, from my profile): > echo -n 'open /imap/server1/anthony server1' > /mail/fs/ctl > echo -n 'open /imap/server2/anthony server2' > /mail/fs/ctl > mboxes=`{for (i in /mail/fs/*) {if (test -d $i) {echo -n '-m '$i}}} > window 0,0,$b,115 faces -i $mboxes > The -m argument tells faces to pay attention to mail coming in to the > mailbox named by its argument, found in the upas/fs dir (by default > /mail/fs). It gets repeated for each open mailbox. > > I run 'Mail server1' and 'Mail server2' manually in Acme when I want > to read the mail. That and the plumbing from faces work well.