зеркало из https://github.com/mozilla/gecko-dev.git
fix removing tags that correspond to the old labels from imap messages, 342708, sr=mscott
This commit is contained in:
Родитель
b59e59060a
Коммит
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));
|
||||
|
|
Загрузка…
Ссылка в новой задаче