diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fetchmail.c b/fetchmail.c index a4a13df5..ce03fc7c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -158,6 +158,7 @@ int main(int argc, char **argv) envquery(argc, argv); #ifdef ENABLE_NLS + setlocale (LC_ALL, ""); bindtextdomain(PACKAGE, LOCALEDIR); textdomain(PACKAGE); #endif |