Bug 80709 - [PATCH]: torsmo doesn't display mail count correctly.
Summary: [PATCH]: torsmo doesn't display mail count correctly.
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Roman Bogorodskiy
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-06 18:30 UTC by rsmith
Modified: 2005-05-07 15:29 UTC (History)
0 users

See Also:


Attachments
file.diff (1.86 KB, patch)
2005-05-06 18:30 UTC, rsmith
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description rsmith 2005-05-06 18:30:02 UTC
	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.
Comment 1 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-05-06 18:37:23 UTC
Responsible Changed
From-To: freebsd-ports-bugs->novel

Let's see.
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2005-05-07 15:29:09 UTC
State Changed
From-To: open->closed

Committed, thanks!