mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-03 15:26:07 +00:00
supplimental fix for bug #180857
make spam-status more strongly bound to the message on IMAP. we weren't subtracting the flags correctly. thanks to bienvenu for the fix. r/sr=sspitzer, a=asa
This commit is contained in:
parent
f8cb9a7c95
commit
4726452fb9
@ -2247,7 +2247,7 @@ void nsImapProtocol::ProcessSelectedStateURL()
|
||||
if (subtractFlags.Length() > 0)
|
||||
{
|
||||
nsCAutoString storeString("-FLAGS (");
|
||||
storeString.Append(addFlags);
|
||||
storeString.Append(subtractFlags);
|
||||
storeString.Append(")");
|
||||
Store(messageIdString, storeString.get(), PR_TRUE);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user