search for: first_nonexpunged_timestamp

Displaying 1 result from an estimated 1 matches for "first_nonexpunged_timestamp".

2010 Mar 21
1
Possible programming error in maildir_mail_get_save_date
...-mail.c) returns the save date when that was determined by looking at the ctime of the corresponding file. This is different from all other get_save_date routines which either return -1 if the date could not be determined or 0 to signal success. A particular problem caused by this would be that the first_nonexpunged_timestamp routine (plugins/expire/expire-plugin) never finds a not-yet-expired e-mail after the first message in a mailbox has been expunged when using the maildir storage and file ctimes for save dates, causing the expire_mailbox_transaction_commit function (same file) to delete expiry information for the m...