summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-02-09 23:04:28 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-02-09 23:04:28 +0000
commitef27d6dd7737e9bcd4f131c4c8853f4fb9a4cd01 (patch)
tree062ade84e3dda7bdc60d54dbbb2e1e94f7d230bc /main.c
parentcb5d7ef45ca9df14c24a0002baea9183c93a2451 (diff)
browser.h: re-insert the "tagged" component.
pgp support: fix handling of PGP 5 subkeys, algorithm 20.
Diffstat (limited to 'main.c')
-rw-r--r--main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 1c989536..de78b2c6 100644
--- a/main.c
+++ b/main.c
@@ -48,6 +48,7 @@ under certain conditions; type `mutt -vv' for details.\n");
const char Copyright[] = N_("\
Copyright (C) 1996-9 Michael R. Elkins <me@cs.hmc.edu>\n\
+Copyright (C) 1996-9 Brandon Long <blong@fiction.net>\n\
Copyright (C) 1997-9 Thomas Roessler <roessler@guug.de>\n\
Copyright (C) 1998-9 Werner Koch <wk@isil.d.shuttle.de>\n\
\n\
@@ -130,7 +131,7 @@ static void show_version (void)
struct utsname uts;
printf ("Mutt %s (%s)\n", MUTT_VERSION, ReleaseDate);
- puts (_(Notice));
+ puts (Notice);
uname (&uts);