Commit 5bc4fc41 5bc4fc415d8e7bfdf30b63473bd37d41e1e94637 by Alain Magloire

change the usage() to point to bug-mailutils list.

1 parent 27205809
......@@ -137,7 +137,7 @@ pop3_usage (char *argv0)
printf (" TIMEOUT must be at least 600 (10 minutes) or\n");
printf (" it will be disabled\n");
printf (" -v, --version display version information and exit\n");
printf ("\nReport bugs to gnu-pop-list@nodomainname.net\n");
printf ("\nReport bugs to bug-mailutils@gnu.org\n");
exit (0);
}
......