Commit b104af80 b104af8040b49675143eac7b617d8aeae6a27da9 by Sergey Poznyakoff

Added mu_nntp

1 parent a584b840
...@@ -104,6 +104,7 @@ struct lib_descr { ...@@ -104,6 +104,7 @@ struct lib_descr {
104 { "maildir","mu_maildir", 0 }, 104 { "maildir","mu_maildir", 0 },
105 { "imap", "mu_imap", TLSAUTH }, 105 { "imap", "mu_imap", TLSAUTH },
106 { "pop", "mu_pop", TLSAUTH }, 106 { "pop", "mu_pop", TLSAUTH },
107 { "nntp", "mu_nntp", 0 },
107 { NULL } 108 { NULL }
108 }; 109 };
109 110
......