Bug 68094

Summary: [PATCH] mail/courier-imap Fix for quota problem
Product: Ports & Packages Reporter: Rui Lopes <rui>
Component: Individual Port(s)Assignee: Oliver Lehmann <oliver>
Status: Closed FIXED    
Severity: Affects Only Me CC: oliver
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch-maildir::maildirquota.c none

Description Rui Lopes 2004-06-19 00:50:23 UTC
imapd incorrectly calculates maildir quotas due to missuse of
pointer to off_t (64bit) vs pointer to long (32 bit).

See this thread for details:
http://sourceforge.net/mailarchive/forum.php?thread_id=4961745&forum_id=33081
Comment 1 Oliver Lehmann freebsd_committer freebsd_triage 2004-06-19 04:18:32 UTC
Responsible Changed
From-To: freebsd-ports-bugs->oliver

Mine!
Comment 2 Oliver Lehmann freebsd_committer freebsd_triage 2004-06-19 14:31:53 UTC
State Changed
From-To: open->closed

Committed, Thanks!