Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
b104af80
...
b104af8040b49675143eac7b617d8aeae6a27da9
authored
2004-07-05 08:21:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added mu_nntp
1 parent
a584b840
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/mailutils-config.c
mailbox/mailutils-config.c
View file @
b104af8
...
...
@@ -104,6 +104,7 @@ struct lib_descr {
{
"maildir"
,
"mu_maildir"
,
0
},
{
"imap"
,
"mu_imap"
,
TLSAUTH
},
{
"pop"
,
"mu_pop"
,
TLSAUTH
},
{
"nntp"
,
"mu_nntp"
,
0
},
{
NULL
}
};
...
...
Please
register
or
sign in
to post a comment