From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <509071940803012136y334eaaafu3b78d102fbf81cdf@mail.gmail.com> Date: Sun, 2 Mar 2008 00:36:21 -0500 From: "Anthony Sorace" To: "Fans of the OS Plan 9 from Bell Labs" <9fans@cse.psu.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: [9fans] upas/fs to imap: removed messages sometimes regenerate Topicbox-Message-UUID: 6b8736fa-ead3-11e9-9d60-3106f5b1d025 I'm seeing some odd (wrong) behavior with Plan 9's upas/fs and was wondering of others have seen it, before I start digging further. I use upas/fs to talk to a local mailbox and two IMAP servers. The local store and one of the IMAP servers work reliably correctly. On the other IMAP server, upas/fs will *sometimes* get into a state where when I remove a message, it'll re-insert itself into the tree with a higher message number. For example, with the IMAP server dalet: :; cd /mail/fs/dalet :; ls 1 2 ctl :; rm 1 2 ; ls 3 4 ctl Messages 3&4 are the same as 1&2; nothing new's actually come in. Other IMAP clients I've used behave properly with this server. I've not yet identified the pattern which causes it, but it's not random. Anyone else seen this or similar?