Closed
Bug 438918
Opened 17 years ago
Closed 17 years ago
who wants a retention policy of "delete all but the last X messages" with X=30?
Categories
(Thunderbird :: Preferences, enhancement)
Thunderbird
Preferences
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 3.0b1
People
(Reporter: mkmelin, Assigned: mkmelin)
Details
Attachments
(1 file)
8.92 KB,
patch
|
philor
:
review+
Bienvenu
:
superreview+
clarkbw
:
ui-review+
|
Details | Diff | Splinter Review |
In the retention policy (folder properties and offline & disk space) the default for the choice of "delete all but the last X messages" has 30 messages as default.
I'm somewhat skeptical anyone uses the choice at all for mail, but if they do, I can't think of anyone using 30... that's nothing. Even for rss feeds, it's way too low.
We should change it to some much higher number, 1000, 2000, 5000 perhaps? What would be appropriate? Let's leave the people wanting max 30 messages in their account to delete them manually (or at least write in the number).
Assignee | ||
Comment 1•17 years ago
|
||
The use cases I can think of where someone would use this option:
- mailing lists with heavy traffic
- rss/atom feed
I think 2000 msgs could be a good default, considering you might want to go back a bit in history sometimes.
Flags: wanted-thunderbird3+
Assignee | ||
Comment 2•17 years ago
|
||
And by default i of course mean "default suggestion". Everyone still have to enable it manually.
Assignee | ||
Comment 3•17 years ago
|
||
This makes the default suggestion 2000 msgs, only applies to new accounts.
The document.getElementById("retention.keepMsg").value row was duplicated.
Made this and the related text fields type="number" while I was at it.
Assignee | ||
Updated•17 years ago
|
Attachment #335184 -
Flags: superreview?(bienvenu)
Attachment #335184 -
Flags: review?(philringnalda)
Updated•17 years ago
|
Severity: normal → enhancement
Updated•17 years ago
|
Attachment #335184 -
Flags: ui-review?(clarkbw)
Attachment #335184 -
Flags: review?(philringnalda)
Attachment #335184 -
Flags: review+
Comment 4•17 years ago
|
||
Comment on attachment 335184 [details] [diff] [review]
proposed fix
I tried and tried to develop an opinion about what's a reasonable default, and what's a reasonable increment, but the only opinion I could manage was "I sure would like a client that didn't have this feature, at all." r=me in terms of code, but I'll pile the magic number choice approval onto Bryan's shoulders.
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Comment 5•17 years ago
|
||
Comment on attachment 335184 [details] [diff] [review]
proposed fix
The number of messages seems so wrong, but the simple and clean fix is not yet apparent.
So in my ever scientific manner for finding default numbers I went back to the Inbox of Mr. Kenneth Lay. Ken has an average Inbox message size of 2.7K (sampling over 1000 messages) and when you multiply that by 2000 messages you get 5.2MB. The size of 5.2MB seems (by 2008 standards) to be a slightly more reasonable size than what 30 messages leaves; which comes out to be 0.08MB.
Attachment #335184 -
Flags: ui-review?(clarkbw) → ui-review+
Assignee | ||
Comment 6•17 years ago
|
||
David: sr ping.
Comment 7•17 years ago
|
||
Comment on attachment 335184 [details] [diff] [review]
proposed fix
sorry for the delay, thx, Magnus.
Attachment #335184 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Comment 8•17 years ago
|
||
changeset: 513:43ca78acecf4
http://hg.mozilla.org/comm-central/rev/43ca78acecf4
->FIXED
Status: ASSIGNED → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Target Milestone: Thunderbird 3 → Thunderbird 3.0b1
You need to log in
before you can comment on or make changes to this bug.
Description
•