summaryrefslogtreecommitdiff
path: root/mail.local
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2002-08-07 23:05:57 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2002-08-07 23:05:57 +0000
commitd43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2 (patch)
tree8b3ab854dd030a721f8c050439189317a09c8270 /mail.local
parente4e18a702470db90975ed676fcc8f068053b014b (diff)
downloadmailutils-d43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2.tar.gz
mailutils-d43f6f1f1a8554ae53ec5f90bb3956b3d94e24f2.tar.bz2
Removed argp_program_bug_address. Use PACKAGE_STRING, provided by the new autoconf.
Diffstat (limited to 'mail.local')
-rw-r--r--mail.local/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/mail.local/main.c b/mail.local/main.c
index 38720122f..b373d3f86 100644
--- a/mail.local/main.c
+++ b/mail.local/main.c
@@ -36,8 +36,7 @@ void guess_retval (int ec);
void mailer_err (char *fmt, ...);
void notify_biff (mailbox_t mbox, char *name, size_t size);
-const char *argp_program_version = "mail.local (" PACKAGE ") " VERSION;
-const char *argp_program_bug_address = "<bug-mailutils@gnu.org>";
+const char *argp_program_version = "mail.local (" PACKAGE_STRING ")";
static char doc[] = "GNU mail.local -- the local MDA";
static char args_doc[] = "recipient [recipient ...]";

Return to:

Send suggestions and report system problems to the System administrator.