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
19d85e0f
...
19d85e0f7da50958295cec02667e34e25a163c51
authored
2001-07-13 03:52:59 +0000
by
Sam Roberts
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Added pop and imap records.
1 parent
5417446e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
examples/mbox-dates.c
examples/mbox-dates.c
View file @
19d85e0
...
...
@@ -51,6 +51,8 @@ main (int argc, char **argv)
list_t
bookie
;
registrar_get_list
(
&
bookie
);
list_append
(
bookie
,
path_record
);
list_append
(
bookie
,
pop_record
);
list_append
(
bookie
,
imap_record
);
}
if
((
status
=
mailbox_create_default
(
&
mbox
,
mboxname
))
!=
0
)
...
...
Please
register
or
sign in
to post a comment