When I tag a message as important, it's gone next time I load Firefox.
I'm usimg IMAP to cotse.net
<https://bugzilla.mozilla.org/show_bug.cgi?id=350126>
If you create a custom tag and tag an IMAP message with it, does it stay
stick even in next session?
I have added a feature to our CRM extension such that it tags any
messages we add to the CRM automatically. I'm using the
addKeywordsToMessages() function and created my custom tag in the
extension's prefs.js file thus:
// Define a default tag & colour for vtiger messages
pref("mailnews.tags.vtiger.color", "#9999FF");
pref("mailnews.tags.vtiger.tag", "vtiger");
The auto-tagging works fine and I am not seeing any errors, but I have
noticed that these tags are not persistent. At some seemingly random
point in time they will become "unset".
This also appears to happen if I manually tag them using the TB context
menu, e.g. right click and choose my tag in the message tree pane.
Is this the same bug? It's very annoying ;-)
Cheers
Al