aboutsummaryrefslogtreecommitdiffstats
path: root/FAQ
Commit message (Collapse)AuthorAgeFilesLines
* Fixed a bug where mailbox locking would fail under Solaris, also fixedPaul Rodger2002-09-151-0/+9
| | | | | | | a bug where archiving maildir mailboxes without a 'Received Date' or 'From' header would fail. Removed another assert() statement that would crash on the unix epoch.
* Fixed a bug where we would throw an exception if a message was datedPaul Rodger2002-08-181-0/+7
exactly on the unix epoch. Also fixed a bug where trailing slashes were being passed to the archive file name.
='#n44'>44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70