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
456e7451
...
456e74513ed87fe44e704cabb32247d07c57a879
authored
2004-01-08 16:30:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_init): Use mu_register_all_formats
1 parent
6b4db5de
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
mh/mh_init.c
mh/mh_init.c
View file @
456e745
...
...
@@ -40,18 +40,8 @@ char mh_list_format[] =
void
mh_init
()
{
list_t
bookie
;
/* Register mailbox formats */
registrar_get_list
(
&
bookie
);
list_append
(
bookie
,
mh_record
);
list_append
(
bookie
,
mbox_record
);
list_append
(
bookie
,
path_record
);
list_append
(
bookie
,
pop_record
);
list_append
(
bookie
,
imap_record
);
/* Possible supported mailers. */
list_append
(
bookie
,
sendmail_record
);
list_append
(
bookie
,
smtp_record
);
/* Register all mailbox and mailer formats */
mu_register_all_formats
();
/* Read user's profile */
mh_read_profile
();
...
...
Please
register
or
sign in
to post a comment