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
7fbb4fd0
...
7fbb4fd0cfb723d7a130e7e50ade3742cdcbce79
authored
2010-12-06 11:35:02 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge branch 'master' of
ssh://gray@git.sv.gnu.org/srv/git/mailutils
2 parents
0611cd20
b38cfa7a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
0 deletions
imap4d/testsuite/imap4d.rcin
pop3d/testsuite/pop3d.rcin
imap4d/testsuite/imap4d.rcin
View file @
7fbb4fd
...
@@ -29,3 +29,8 @@ virtdomain {
...
@@ -29,3 +29,8 @@ virtdomain {
29
}
29
}
30
30
31
shared-namespace "$objdir/data";
31
shared-namespace "$objdir/data";
32
33
logging {
34
syslog no;
35
print-severity yes;
36
};
...
...
pop3d/testsuite/pop3d.rcin
View file @
7fbb4fd
...
@@ -27,3 +27,8 @@ auth {
...
@@ -27,3 +27,8 @@ auth {
27
virtdomain {
27
virtdomain {
28
passwd-dir "$objdir/data/etc";
28
passwd-dir "$objdir/data/etc";
29
}
29
}
30
31
logging {
32
syslog no;
33
print-severity yes;
34
};
...
...
Please
register
or
sign in
to post a comment