Added mu_nntp
Showing
1 changed file
with
1 additions
and
0 deletions
... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment