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
ebcd4120
...
ebcd4120902aea75c4833bffa4d346613a91e67e
authored
2004-07-05 15:20:23 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Call mu_register_extra_formats()
1 parent
8757be20
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
readmsg/readmsg.c
readmsg/readmsg.c
View file @
ebcd412
...
...
@@ -240,6 +240,7 @@ main (int argc, char **argv)
/* register the formats. */
mu_register_all_mbox_formats
();
mu_register_extra_formats
();
status
=
mailbox_create_default
(
&
mbox
,
mailbox_name
);
if
(
status
!=
0
)
...
...
Please
register
or
sign in
to post a comment