projects
/
apps
/
madmutt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
add -lpthread in the MUTTLIBS
[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);
}