summaryrefslogtreecommitdiff
path: root/sieve/sieve.c
diff options
context:
space:
mode:
Diffstat (limited to 'sieve/sieve.c')
-rw-r--r--sieve/sieve.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sieve/sieve.c b/sieve/sieve.c
index 511f7d403..50f61fab0 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, 2006, 2007 Free Software Foundation, Inc.
+ 2005, 2006, 2007, 2008 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
@@ -371,7 +371,7 @@ main (int argc, char *argv[])
int rc;
/* Native Language Support */
- mu_init_nls ();
+ MU_APP_INIT_NLS ();
mu_argp_init (program_version, NULL);
#ifdef WITH_TLS

Return to:

Send suggestions and report system problems to the System administrator.