aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-11-21 18:11:59 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-11-21 18:11:59 +0000
commit1bbc73988e4669ad338c9434ebefcc80e08a69a5 (patch)
tree3adcfe8a9a39f900889ebd7723d8b280c842a06c /src/main.c
parenta54d77908064d87a7e9439445baff7dfa17b1e79 (diff)
downloadmailfromd-1bbc73988e4669ad338c9434ebefcc80e08a69a5.tar.gz
mailfromd-1bbc73988e4669ad338c9434ebefcc80e08a69a5.tar.bz2
* src/bi_io.m4 (write): Implement optional third argument.
* src/bi_sieve.m4: New file. * src/mailfromd.h (vlogmsg): New proto. * src/main.c (capa): Request "common" capability. (main): Register all mailbox formats (needed for sieve). * src/Makefile.am (M4_FILES): Add bi_sieve.m4 * src/mtasim.c (process_header): chop trailing newline. * mflib/sieve.mfh: New file. * mflib/Makefile.am (inc_DATA): Add sieve.mfh. * configure.ac: Set patchlevel 90. (AM_GNU_MAILUTILS): Request 'all' and 'sieve' link flags. * doc/mailfromd.texi: Document 3rd argument of write. * NEWS: Update. git-svn-id: file:///svnroot/mailfromd/trunk@1530 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 1fd51941..80c81226 100644
--- a/src/main.c
+++ b/src/main.c
@@ -1347,6 +1347,7 @@ parse_opt (int key, char *arg, struct argp_state *state)
static const char *capa[] = {
"auth",
+ "common",
"logging",
"mailer",
NULL
@@ -1770,6 +1771,7 @@ main(int argc, char **argv)
#endif
MU_AUTH_REGISTER_ALL_MODULES();
+ mu_register_all_formats ();
mu_register_all_mailer_formats();
if (!program_invocation_short_name)
program_invocation_short_name = argv[0];

Return to:

Send suggestions and report system problems to the System administrator.