summaryrefslogtreecommitdiff
path: root/mail/followup.c
diff options
context:
space:
mode:
Diffstat (limited to 'mail/followup.c')
-rw-r--r--mail/followup.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/mail/followup.c b/mail/followup.c
index a071ef910..b5c634e30 100644
--- a/mail/followup.c
+++ b/mail/followup.c
@@ -1,18 +1,18 @@
-/* GNU mailutils - a suite of utilities for electronic mail
- Copyright (C) 1999, 2001 Free Software Foundation, Inc.
+/* GNU Mailutils -- a suite of utilities for electronic mail
+ Copyright (C) 1999, 2001, 2002 Free Software Foundation, Inc.
- This program is free software; you can redistribute it and/or modify
+ 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
the Free Software Foundation; either version 2, or (at your option)
any later version.
- This program is distributed in the hope that it will be useful,
+ GNU Mailutils is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program; if not, write to the Free Software
+ along with GNU Mailutils; if not, write to the Free Software
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "mail.h"
@@ -69,8 +69,8 @@ mail_followup (int argc, char **argv)
msgset_free (msglist);
- fprintf (ofile, "To: %s\n", compose_header_get (&env, MU_HEADER_TO, ""));
- fprintf (ofile, "Subject: %s\n\n",
+ fprintf (ofile, _("To: %s\n"), compose_header_get (&env, MU_HEADER_TO, ""));
+ fprintf (ofile, _("Subject: %s\n\n"),
compose_header_get (&env, MU_HEADER_SUBJECT, ""));
status = mail_send0 (&env, isupper (argv[0][0]));

Return to:

Send suggestions and report system problems to the System administrator.