From b1dfcb5c755ef8c2be60369432bc91e434b72a1f Mon Sep 17 00:00:00 2001 From: nion Date: Sun, 27 Feb 2005 15:33:48 +0000 Subject: [PATCH] Nico Golde: reverted Michael Prokops patch because it causes troubles git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@102 e385b8ad-14ed-0310-8656-cc95a2468c6d --- muttlib.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/muttlib.c b/muttlib.c index 2e34fad..b7bba57 100644 --- a/muttlib.c +++ b/muttlib.c @@ -1329,8 +1329,7 @@ int state_printf (STATE *s, const char *fmt, ...) void state_mark_attach (STATE *s) { if ((s->flags & M_DISPLAY) && !mutt_strcmp (Pager, "builtin")) - //state_puts (AttachmentMarker, s); - ; + state_puts (AttachmentMarker, s); } void state_attach_puts (const char *t, STATE *s) -- 2.20.1