From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: From: erik quanstrom Date: Fri, 16 Mar 2007 08:48:07 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] faces and the plumb messages received by cpu connections In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 2687357e-ead2-11e9-9d60-3106f5b1d025 i use two mailboxes at work -- one local and one imap. this requires some changes to nedmail as ned assumed that any named mbox needed to be reopened. my copy of nedmail is in /n/sources/contrib/quanstro/nedmail.c. if this is helpful, let me know and i'll clean it up for submission. - erik On Fri Mar 16 08:40:21 EDT 2007, steve@quintile.net wrote: > I would suggest a better solution would be to start the local upas/fs > watching the two different mailboxes - I haven't tried this for a long time > but it should work (bitrot not withstanding). > > in your profile: > > plumber > 9fs remote > upas/fs -n # do not open /mail/box/$user/mbox > echo open /mail/box/$user/mbox loc > /mail/fs/ctl > echo open /remote/mail/box/$user/mbox rem > /mail/fs/ctl > rio > > There may still be some assumptions in the plumber or upas/fs > about the name of the mailbox to watch / plumb, however that > seems like the proper place for a fix (IMHO).