Ticket #14 (closed defect: fixed)
Patch — Polling argument to Pool unused, disabling polling functionality.
| Reported by: | fs | Owned by: | amcgregor |
|---|---|---|---|
| Priority: | low | Milestone: | 2.1 |
| Component: | dispatcher | Version: | 2.0.4 |
| Keywords: | patch | Cc: |
Description
The constructor in turbmail.Pool gets a polling argument which is not used inside. The instance variable _polling is always set to False (regardless of the parameter). Without any testing, I think the instance variable should be set to the value of the message constructor's parameter. The attached patch fixes this.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
