Nico Golde:
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Feb 2005 15:33:48 +0000 (15:33 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Feb 2005 15:33:48 +0000 (15:33 +0000)
  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

index 2e34fad..b7bba57 100644 (file)
--- 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)