Opened 4 years ago
Closed 3 years ago
#1486128 closed Bugs (fixed)
All folders checked for new messages
| Reported by: | jeffgman | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.4-beta |
| Component: | Core functionality | Version: | 0.3-stable |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Running version 0.3 all of my folders are checked for new messages even though I have it set to not check all folders for new messages.
Change History (8)
comment:1 Changed 4 years ago by alec
comment:2 Changed 4 years ago by jeffgman
No, I do not have caching enabled. Is this option required for this to work, or is it a bug that requires caching to be enabled?
comment:3 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from new to closed
Fixed in [78925f8f]. Now works also with disabled caching.
comment:4 Changed 4 years ago by jeffgman
- Resolution fixed deleted
- Status changed from closed to reopened
I just installed [1cead0cb] and it is still checking all folders for unread mail even though I have the option not selected.
comment:5 Changed 4 years ago by alec
OK. We've got two actions that are checking counters, 'check_recent' and 'getunread'. This option works only for 'check_recent' now. So, you're probably talking about 'getunread' action. I'm not sure if we should enable this option also there.
comment:6 Changed 4 years ago by alec
- Resolution set to fixed
- Status changed from reopened to closed
So, we'll not do this.
comment:7 Changed 4 years ago by jeffgman
- Resolution fixed deleted
- Status changed from closed to reopened
I am sorry, I didn't realize you were asking a question. I think the above behavior should be changed. If I select do not check all folders for new messages, it should not check recent or get unread messages. If you prefer you can separate it into two separate config options, but I think that will just get confusing.
comment:8 Changed 3 years ago by alec
- Resolution set to fixed
- Status changed from reopened to closed
Fixed in [70ee70ae].

This option is working only if enable_caching=true. Do you have enabled caching?