This commit is contained in:
David Bienvenu 2009-08-19 15:28:51 -07:00
Родитель d47e2323b7
Коммит 6f9620be12
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -85,7 +85,7 @@ var nsNewsBlogFeedDownloader =
// Return if there is still nothing in aUrl or the folder is in Trash.
if (!aUrl.length ||
aFolder.isSpecialFolder(Ci.nsMsgFolderFlags.Trash, true)))
aFolder.isSpecialFolder(Ci.nsMsgFolderFlags.Trash, true))
return;
// Maybe just pull all these args out of the aFolder DB,