summaryrefslogtreecommitdiffstats
path: root/handler.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1999-07-26 17:31:24 +0000
committerThomas Roessler <roessler@does-not-exist.org>1999-07-26 17:31:24 +0000
commitdca589c9e201df25c50cb954dfd3c83cca9e6f00 (patch)
treecc680ec5064717505a07c27f1f9ef662c5c36cd7 /handler.c
parent19aeb698975267694f5b3ef03c259c09a96616d2 (diff)
Undo the content-disposition changes. They don't merge well with
operations such as printing, and need some more thought.
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 39561e22..39dfff94 100644
--- a/handler.c
+++ b/handler.c
@@ -1324,7 +1324,7 @@ void mutt_body_handler (BODY *b, STATE *s)
/* first determine which handler to use to process this part */
snprintf (type, sizeof (type), "%s/%s", TYPE (b), b->subtype);
- if (mutt_is_autoview (b, type) && (b->disposition == DISPINLINE || !option (OPTUSECDISP)))
+ if (mutt_is_autoview (b, type))
{
rfc1524_entry *entry = rfc1524_new_entry ();