mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-11 01:57:00 +00:00
Bug #343200 --> use the tag key when tagging a message with a newly created tag and not the tag name. sr=bienvenu
This commit is contained in:
parent
99061058f9
commit
a0bfaf1da4
@ -587,7 +587,7 @@ function AddTagCallback(name, color)
|
||||
{
|
||||
var tagService = Components.classes["@mozilla.org/messenger/tagservice;1"].getService(Components.interfaces.nsIMsgTagService);
|
||||
tagService.addTag(name, color);
|
||||
TagCurMessage(name);
|
||||
TagCurMessage(tagService.getKeyForTag(name));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user