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
741b9e09
...
741b9e09d472910db5f7dd216fa23fc4d7b1c565
authored
2004-01-11 00:06:12 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Use mu_register_all_formats().
1 parent
d1512e84
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
12 deletions
guimb/main.c
guimb/main.c
View file @
741b9e0
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2003,
2004 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
...
...
@@ -167,17 +168,7 @@ main (int argc, char *argv[])
}
/* Register the desired formats. */
{
list_t
lst
;
registrar_get_list
(
&
lst
);
list_append
(
lst
,
mbox_record
);
list_append
(
lst
,
path_record
);
list_append
(
lst
,
pop_record
);
list_append
(
lst
,
imap_record
);
/* Possible supported mailers. */
list_append
(
lst
,
sendmail_record
);
list_append
(
lst
,
smtp_record
);
}
mu_register_all_formats
();
if
(
!
argv
[
optind
])
{
...
...
Please
register
or
sign in
to post a comment