mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 06:45:33 +00:00
fix removing tags that correspond to the old labels from imap messages, 342708, sr=mscott
This commit is contained in:
parent
b59e59060a
commit
8658d45df9
@ -5309,7 +5309,7 @@ NS_IMETHODIMP nsMsgDBFolder::RemoveKeywordFromMessages(nsISupportsArray *aMessag
|
||||
nsMsgLabelValue labelValue;
|
||||
message->GetLabel(&labelValue);
|
||||
if (labelValue == aKeyword[6] - '0')
|
||||
message->SetLabel(0);
|
||||
SetLabelForMessages(aMessages, (nsMsgLabelValue) 0);
|
||||
}
|
||||
|
||||
rv = message->GetStringProperty("keywords", getter_Copies(keywords));
|
||||
|
Loading…
x
Reference in New Issue
Block a user