Closed
Bug 369804
Opened 18 years ago
Closed 18 years ago
getBestIdentity doesn't work for saved search folders
Categories
(Thunderbird :: Mail Window Front End, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mscott, Assigned: mscott)
Details
(Keywords: fixed1.8.1.2)
Attachments
(1 file)
816 bytes,
patch
|
Bienvenu
:
superreview+
|
Details | Diff | Splinter Review |
When replying to a message from saved search folder that searches multiple accounts, our getBestIdentity code fails to find the appropriate identity.
The identities list we enumerate through comes from: accountManager.GetIdentitiesForServer
and I think it uses the wrong server.
Flags: blocking-thunderbird2+
Assignee | ||
Comment 1•18 years ago
|
||
Here's a low risk fix to the problem. in mailCommands::ComposeMessage, if we were given an array of messages, over ride the passed in folder with the value of hdr.folder, this causes the right incoming server to get passed to GetIdentitiesForServer.
Attachment #254481 -
Flags: superreview?(bienvenu)
Updated•18 years ago
|
Attachment #254481 -
Flags: superreview?(bienvenu) → superreview+
Assignee | ||
Updated•18 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•