Closed Bug 508264 Opened 15 years ago Closed 15 years ago

Thunderbird folder size limit needs to be increased from 0xFFF00000

Categories

(Thunderbird :: General, defect)

x86
All
defect
Not set
major

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 789679

People

(Reporter: tom, Unassigned)

References

()

Details

Users are hitting "inbox full" more and more often these days, as inboxes grow and so do attachments.  The 4gb limit is unrealistic, and thanks to NTFS, unnecessary.  I propose a filesystem detection routine, which then sets kMaxFolderSize.

kMaxFolderSize is defined here:
http://mxr.mozilla.org/comm-central/source/mailnews/local/src/nsLocalMailFolder.cpp#3834

See also: http://mxr.mozilla.org/comm-central/ident?i=kMaxFolderSize
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
Before change to 64bits integer for messageOffset from 32bits integer in Backend by bug 462665, limitaion at 0xFFF00000 was slightly changed to "!4GB-4MB-1MB" like one, and the limiation itself couldn't be removed by change for bug 462665 in Backend.
The "limitation even after 64bits integer use for messageOffset by bug 462665" is being processed by bug 789679.

Duping to bug 789679 to avoid misleading.
You need to log in before you can comment on or make changes to this bug.