Include little patch from Michael Prokop which fixes the black stripes
authornion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Feb 2005 15:00:10 +0000 (15:00 +0000)
committernion <nion@e385b8ad-14ed-0310-8656-cc95a2468c6d>
Sun, 27 Feb 2005 15:00:10 +0000 (15:00 +0000)
(see this screenshot: http://dufo.tugraz.at/~prokop/muttng.png)

git-svn-id: svn://svn.berlios.de/mutt-ng/trunk@101 e385b8ad-14ed-0310-8656-cc95a2468c6d

muttlib.c

index b7bba57..2e34fad 100644 (file)
--- a/muttlib.c
+++ b/muttlib.c
@@ -1329,7 +1329,8 @@ 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)