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
e6135ba6
...
e6135ba6cbaece584ff9615508d02ba8f19357d1
authored
2008-09-21 18:19:44 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Fix typos
1 parent
19f006cd
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
mailbox/version.c
mailbox/version.c
View file @
e6135ba
...
...
@@ -94,10 +94,10 @@ static struct mu_conf_option mu_conf_option[] = {
{
"ENABLE_VIRTUAL_DOMAINS"
,
N_
(
"Support for virtual mail domains"
)
},
#endif
#ifdef ENABLE_IMAP
{
"ENABLE_IMAP"
,
N_
(
"IMAP4
D
protocol support"
)
},
{
"ENABLE_IMAP"
,
N_
(
"IMAP4 protocol support"
)
},
#endif
#ifdef ENABLE_POP
{
"ENABLE_POP"
,
N_
(
"POP3
D
protocol support"
)
},
{
"ENABLE_POP"
,
N_
(
"POP3 protocol support"
)
},
#endif
#ifdef ENABLE_MH
{
"ENABLE_MH"
,
N_
(
"MH mail storage support"
)
},
...
...
Please
register
or
sign in
to post a comment