Bug 167805
| Summary: | Evolution checks for mail even in inactive folders. | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | David Woodhouse <dwmw2> | ||||
| Component: | evolution-data-server | Assignee: | Matthew Barnes <mbarnes> | ||||
| Status: | CLOSED UPSTREAM | QA Contact: | |||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | rawhide | CC: | mcrha | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-07-01 16:52:00 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Bug Depends On: | |||||||
| Bug Blocks: | 235705 | ||||||
| Attachments: |
|
||||||
|
Description
David Woodhouse
2005-09-08 12:55:34 UTC
Created attachment 118594 [details]
Somewhat hackish patch.
There are updated patches for this in the GNOME bug and in RH bug #183219 Let's try to get this for f9. Hi David, we did some work in upstream bug and it's in trunk since 2007-12-11, so in F9 2.22.0 I think. I know you had some comments in upstream bug, but can we close this please? What's implemented upstream isn't particularly useful, although it's good progress. It really does need to be using the 'active folder' information from the IMAP server instead of require manual configuration which has to be reproduced, with the mouse, on every client computer. And kept up to date when new folders are added. Close it WONTFIX if you must, but it's not resolved in rawhide yet. OK, we should reopen the upstream bug then. David, when I was looking around within other bug fix, then I noticed the subscriptions on IMAP are used to create/remove folders, thus I guess you do not see your folders which you unsubscribe, do you? All the logic in the code as I noticed is just like that, unsubscribe means similar thing as delete on providers with this capability (thus on an IMAP too). As I understand it, then if you see that folder even after unsubscribe, then that's the bug, not the feature. I can be wrong here, though. The only thing I want to say is that the subscriptions on an IMAP account has its meaning already. That's optional, and I have the 'show only subscribed folders' option turned off. It doesn't make much sense with dedicated mailstores -- it was more useful for stuff like wu-imapd which would show the whole of your home directory. According to the IMAP specs, subscription status means that the folder is "active", with no further definition of what that means in practice. An interpretation which _does_ make sense with dedicated mailstores is that those are the folders in which you want to check for new mail... I see, I overlooked that option :( Will it make sense to have there one more option, "Check for new messages in subscribed folders only"? I'm not sure whether to keep or not to keep the old option for that checking, but I would prefer to keep it (or will it be too confusing?) Finally moving this upstream (I reopened the bug), we will not do this in Fedora only, but will rather coordinate with them. Please move any other discussion there. Thanks in advance. http://bugzilla.gnome.org/show_bug.cgi?id=336074 |