mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
fix filters for rss feeds, sr=mscott patch by nachmore@gmail.com 348662
This commit is contained in:
parent
91f6678139
commit
cfaa829299
@ -420,8 +420,10 @@ FeedItem.prototype =
|
||||
// Get the folder and database storing the feed's messages and headers.
|
||||
folder = this.feed.folder.QueryInterface(Components.interfaces.nsIMsgLocalMailFolder);
|
||||
|
||||
this.feed.folder.gettingNewMessages = true;
|
||||
// source is a unicode string, we want to save a char * string in the original charset. So convert back
|
||||
folder.addMessage(this.mUnicodeConverter.ConvertFromUnicode(source));
|
||||
this.feed.folder.gettingNewMessages = false;
|
||||
this.markStored();
|
||||
}
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user