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
2fc7c34c
...
2fc7c34cd9817d56aa30195aa9162fbb7e87543d
authored
2001-01-08 08:06:18 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
add imap_record for the test.
1 parent
4f3ca814
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
from/from.c
from/from.c
View file @
2fc7c34
...
...
@@ -61,6 +61,7 @@ main(int argc, char **argv)
list_append
(
bookie
,
mbox_record
);
list_append
(
bookie
,
path_record
);
list_append
(
bookie
,
pop_record
);
list_append
(
bookie
,
imap_record
);
}
if
((
status
=
mailbox_create_default
(
&
mbox
,
mailbox_name
))
!=
0
)
...
...
Please
register
or
sign in
to post a comment