Torsmo 0.18 does not display the mail count of an mbox type mailbox correctly. If mails are deleted from a mailbox, the mail count isn't altered. Possibly because it checks for stat.st_mtime instead of stat.st_ctime. The update is also done very unfrequently. A posible error in stat(2) is also not detected. There are two overlapping variables. Fix: Apply the following patch (patch-mail.c): --------------------- patch ----------------------------- How-To-Repeat: Run Torsmo.
Responsible Changed From-To: freebsd-ports-bugs->novel Let's see.
State Changed From-To: open->closed Committed, thanks!