New way to connect a job_t.
[apps/madmutt.git] / state.c
diff --git a/state.c b/state.c
index 4e74a7e..f21db7e 100644 (file)
--- a/state.c
+++ b/state.c
@@ -119,7 +119,7 @@ int state_printf (STATE * s, const char *fmt, ...)
 
 void state_mark_attach (STATE * s)
 {
-  if ((s->flags & M_DISPLAY) && !m_strcmp(Pager, "builtin"))
+  if (s->flags & M_DISPLAY)
     state_puts (AttachmentMarker, s);
 }