Closed
Bug 640342
Opened 14 years ago
Closed 14 years ago
Archive granularity should be flat when using GMail
Categories
(Thunderbird :: Mail Window Front End, defect)
Thunderbird
Mail Window Front End
Tracking
(blocking-thunderbird5.0 needed)
RESOLVED
FIXED
Thunderbird 5.0b1
Tracking | Status | |
---|---|---|
blocking-thunderbird5.0 | --- | needed |
People
(Reporter: squib, Assigned: squib)
References
Details
(Keywords: regression)
Attachments
(1 file)
1.94 KB,
patch
|
Bienvenu
:
review+
|
Details | Diff | Splinter Review |
This was originally fixed in bug 475852 with a special check in BatchMessageMover, but bug 517514 inadvertently removed it. However, maybe we want to do this a little bit differently. One option would just be setting the archive_granularity pref on the first identity for the GMail account when it's created. This would allow people to change that if they really wanted. I'm not sure if that's a good thing or not.
Alternately, we could do it the same way as before, but this would mean that we'd probably want to check for Gmail servers and disable the archive options dialog in bug 607295, since changing those prefs wouldn't actually do anything.
Assignee | ||
Updated•14 years ago
|
Comment 1•14 years ago
|
||
(In reply to comment #0)
> This was originally fixed in bug 475852 with a special check in
> BatchMessageMover, but bug 517514 inadvertently removed it. However, maybe we
> want to do this a little bit differently. One option would just be setting the
> archive_granularity pref on the first identity for the GMail account when it's
> created. This would allow people to change that if they really wanted. I'm not
> sure if that's a good thing or not.
This seems like the simplest route and allows people to choose a different scheme if they want it. I was annoyed at first by the archive labels but have actually found them somewhat useful now and wonder if I'd turn it back on again.
Assignee | ||
Comment 2•14 years ago
|
||
Doing it that way would require some kind of migration code for people on 3.0/3.1, but that shouldn't be terribly complicated.
The other way (i.e. the way it was originally handled) is definitely simpler to code, but setting the pref shouldn't be too difficult. I'm not totally sure how setting the pref will interact with multiple identities though. (If there's no pref set, does it fall back to the first identity for the server, or to the global default identity?)
Updated•14 years ago
|
blocking-thunderbird5.0: --- → needed
Assignee | ||
Comment 3•14 years ago
|
||
Taking this, since at worst, I can just do it the Easy Way.
Assignee: nobody → squibblyflabbetydoo
Assignee | ||
Comment 4•14 years ago
|
||
Ok, I went with the easier way (just doing what bug 475852 originally did), and I hid the archive hierarchy button in the options for Gmail accounts. :Bienvenu, since you wrote the original patch, I flagged you for review. Thanks!
(Just setting the archive_granularity pref would be the smarter way to do this, but I'm a little worried about messing with pref-related stuff like that when we're getting close to release.)
Attachment #530809 -
Flags: review?(dbienvenu)
Assignee | ||
Updated•14 years ago
|
Status: NEW → ASSIGNED
Updated•14 years ago
|
Attachment #530809 -
Flags: review?(dbienvenu) → review+
Assignee | ||
Comment 5•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a4
You need to log in
before you can comment on or make changes to this bug.
Description
•