Bug 80709

Summary: [PATCH]: torsmo doesn't display mail count correctly.
Product: Ports & Packages Reporter: rsmith
Component: Individual Port(s)Assignee: Roman Bogorodskiy <novel>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!