--- mutt-1.3.25/PATCHES.orig Wed Jan 16 14:00:57 2002 +++ mutt-1.3.25/PATCHES Wed Jan 16 14:00:48 2002 @@ -1,0 +1 @@ +Feature patch: pgp_shorten 1.3.27 by Stefan `Sec` Zehl --- mutt-1.3.27/pgp.c.orig Wed Jan 9 16:37:50 2002 +++ mutt-1.3.27/pgp.c Wed Jan 23 15:57:29 2002 @@ -139,7 +139,7 @@ t = time (NULL); setlocale (LC_TIME, ""); strftime (p, sizeof (p), - _("[-- PGP output follows (current time: %c) --]\n"), + _("[-- PGP output follows -- %c --]"), localtime (&t)); setlocale (LC_TIME, "C"); state_attach_puts (p, s); @@ -746,7 +746,7 @@ dprint (1, (debugfile, "pgp_verify_one: mutt_wait_filter returned %d.\n", rv)); } - state_attach_puts (_("[-- End of PGP output --]\n\n"), s); + state_attach_puts (_("[-- End of PGP output "), s); mutt_unlink (sigfile); mutt_unlink (pgperrfile); @@ -844,7 +844,7 @@ dprint (2, (debugfile, "pgp_signed_handler: goodsig = %d\n", goodsig)); /* Now display the signed body */ - state_attach_puts (_("[-- The following data is signed --]\n\n"), s); + state_attach_puts (_("-- The following data is signed --]\n\n"), s); safe_free((void **) &signatures);