On Thu, 6 Mar 2003, Fabio Gomes wrote: > I've configured my courier imap server with the following option: > > IMAP_EMPTYTRASH=Trash:7,Sent:30 > > I'm intriged 'cause the file maildirsize is not updated when messages in > Trash and Sent are deleted by this feature. > > Any considerations?
Er, what do you mean 'the file maildirsize'? Is there a /file/ named 'maildirsize' that ostensibly contains the size of the maildir (in bytes, # messages, ???). I find no such file name. The number '7' refers to 7 days worth of seconds (7 * 24 * 60 * 60), and the calculation that is performed to determine when to delete a message is based upon the ctime of the message. Refer to line 58 of maildirpurgetmp.c -- Applying computer technology is simply finding the right wrench to pound in the correct screw. Jon Nelson <[EMAIL PROTECTED]> C and Python Code Gardener ------------------------------------------------------- This SF.net email is sponsored by: Etnus, makers of TotalView, The debugger for complex code. Debugging C/C++ programs can leave you feeling lost and disoriented. TotalView can help you find your way. Available on major UNIX and Linux platforms. Try it free. www.etnus.com _______________________________________________ courier-users mailing list [EMAIL PROTECTED] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
