Ticket #1107 (closed defect: fixed)
Thunderbird syncs entire Inbox locally by default
Reported by: | jdreed | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Current Semester |
Component: | -- | Keywords: | |
Cc: | Fixed in version: | debathena-thunderbird-config 1.9, debathena-login-graphical 1.3 | |
Upstream bug: |
Description
Thunderbird thinks you should have a full local copy of your Inbox for "offline use" (you know, for when you have to disconnect your Trumpet Winsock SLIP connection to make a phone call, or something). This is a terrible idea in AFS. It can be limited by message age or size, and we should consider doing so.
Change History
comment:2 Changed 12 years ago by jdreed
Oh good, we get to bring-back thunderbird-config. Fortunately, this is as simple as dropping a .js file in /etc/thunderbird/pref with
lock_pref("mail.server.default.autosync_offline_stores", false); lock_pref("mail.server.default.offline_download", false);
And we no longer need to care about pre-3.x versions, since that's only Hardy these days, and we don't support Desktop on Hardy.
comment:3 Changed 12 years ago by jdreed
- Status changed from new to committed
r25619. We also need to fix login-graphical to stop conditionally depending on thunderbird-config.
comment:4 Changed 12 years ago by jdreed
- Fixed in version set to debathena-thunderbird-config 1.8, debathena-login-graphical 1.3
r25684 for login-graphical.
comment:7 Changed 12 years ago by jdreed
- Status changed from proposed to committed
- Fixed in version changed from debathena-thunderbird-config 1.8, debathena-login-graphical 1.3 to debathena-thunderbird-config 1.9, debathena-login-graphical 1.3
In the time it took us to push this out, Thunderbird changed again, and now ignores /etc/thunderbird/pref in favor of /usr/lib/thunderbird/defaults/pref. This is why we can't have nice things.
This sounds like it will also have the effect of gratuitously using disk space in AFS, which is why ops requested that firefox be configured to cache elsewhere. I would expect the same principle to apply.