From mboxrd@z Thu Jan 1 00:00:00 1970 From: erik quanstrom Date: Tue, 1 Feb 2011 12:52:03 -0500 To: 9fans@9fans.net Message-ID: <92aafd1159da880f379241a98341c105@ladd.quanstro.net> In-Reply-To: <20110201173127.GA27842@phoenix.inri.net> References: <20110201173127.GA27842@phoenix.inri.net> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] upas/fs still modifying gmail inbox after window closed Topicbox-Message-UUID: a6d838be-ead6-11e9-9d60-3106f5b1d025 On Tue Feb 1 12:32:34 EST 2011, stanley.lieber@gmail.com wrote: > in plan 9: using upas/fs, i mounted my gmail inbox over imap, then > started acme. at some point, the acme window disappeared. newly > received messages in my gmail inbox continue to get marked as read > shortly after they arrive. my assumption is that upas/fs is still > accessing the mailbox. how can i prove (or disprove) this, and stop > it from happening? echo close mbox > /mail/fs/ctl i don't know if nupas handles this correctly or not. but i seem to recall that it does. it's a matter of issuing the right imap command when you're fetching the message body for internal use, rather than for viewing. - erik