Re: determine whan the mailbox was last accessed

2015-12-28 Thread Bron Gondwana via Info-cyrus
You'd be looking for the "recenttime" field in the mailbox. Interestingly, it appears you can get it via the 'fud' daemon, but it's not exposed via an annotation. If you create a bug in bugzilla (or phabricator) to remind us... it's probably not too hard to create an annotation that you can read

Re: Archiving old email?

2015-12-28 Thread Bron Gondwana via Info-cyrus
On Mon, Dec 28, 2015, at 02:28, Patrick Goetz via Info-cyrus wrote: > On 12/26/2015 04:44 PM, Bron Gondwana via Info-cyrus wrote: > > > > Each mailbox can have its storage split between two drives - one that's > > high speed with recent mail, and slower speed drives for bulk storage. > > > > At Fas

determine whan the mailbox was last accessed

2015-12-28 Thread Eugene M. Zheganin via Info-cyrus
Hi. Some time ago I used the seen per-user databases to determine when the mailbox was last accessed (and it was easy - it was the time of seen database modification - for IMAP users, of course). Now the seen database has migrated into one file for all users, and I'm not sure how to do this. I wil