Commit b104af80 b104af8040b49675143eac7b617d8aeae6a27da9 by Sergey Poznyakoff

Added mu_nntp

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