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
d5802ef7
...
d5802ef7f97ca0a2e283234dc45445a6f4f6a911
authored
2007-06-26 13:57:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(main): Register all mailbox formats
1 parent
6cc5e261
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
mail.local/main.c
mail.local/main.c
View file @
d5802ef
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2005 Free Software Foundation, Inc.
Copyright (C) 1999, 2000, 2001, 2002, 2005,
2007 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
...
...
@@ -392,9 +393,7 @@ main (int argc, char *argv[])
}
}
/* Register local mbox formats. */
mu_registrar_record
(
mu_mbox_record
);
mu_registrar_record
(
mu_path_record
);
mu_register_all_formats
();
/* Possible supported mailers. */
mu_registrar_record
(
mu_sendmail_record
);
mu_registrar_record
(
mu_smtp_record
);
...
...
Please
register
or
sign in
to post a comment