summaryrefslogtreecommitdiff
path: root/sieve
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-02-06 11:50:51 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-02-06 11:50:51 +0000
commit9f0c7e6fcc4cce94e178868df8cc3d59404dc0c1 (patch)
tree5455478a584cb089696e60490f962e9424fdcf2c /sieve
parent2f91c458b8c009c0ef6245241f7042b167d98062 (diff)
downloadmailutils-9f0c7e6fcc4cce94e178868df8cc3d59404dc0c1.tar.gz
mailutils-9f0c7e6fcc4cce94e178868df8cc3d59404dc0c1.tar.bz2
(main): Register all mailbox/mailer formats.
Diffstat (limited to 'sieve')
-rw-r--r--sieve/sieve.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 565c9897d..545b0418c 100644
--- a/sieve/sieve.c
+++ b/sieve/sieve.c
@@ -1,6 +1,6 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
Copyright (C) 1999, 2000, 2001, 2002, 2003,
- 2005 Free Software Foundation, Inc.
+ 2005, 2006 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
@@ -361,6 +361,8 @@ main (int argc, char *argv[])
mu_tls_init_client_argp ();
#endif
mu_sieve_argp_init ();
+ mu_register_all_formats ();
+
rc = mu_argp_parse (&argp, &argc, &argv, ARGP_IN_ORDER, sieve_argp_capa,
0, &opts);

Return to:

Send suggestions and report system problems to the System administrator.