mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-18 14:56:07 +00:00
Reflecting the new nttp-store.
This commit is contained in:
parent
bfc3999469
commit
cd3d56724b
@ -113,7 +113,7 @@ public class StoreFactory {
|
||||
//} else if (proto.equalsIgnoreCase("pop3")) {
|
||||
// c = Class.forName("grendel.storage.PopStore");
|
||||
} else if (proto.equalsIgnoreCase("news")) {
|
||||
c = Class.forName("grendel.storage.NewsStore");
|
||||
c = Class.forName("dog.mail.nntp.NNTPStore");
|
||||
}
|
||||
|
||||
if (c != null) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user