summaryrefslogtreecommitdiffstats
path: root/commands.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-28 16:39:53 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-28 16:39:53 +0000
commita5b53e11f704384044adf1c378627dd102d0cc03 (patch)
tree38e691b517533327556fbbde4408a3ddf9dd71b8 /commands.c
parent556dbd8900b46a08719b664a80e04568ce4d0e4a (diff)
Gero Treuner's help-wrap patch.
Diffstat (limited to 'commands.c')
-rw-r--r--commands.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands.c b/commands.c
index e2084c8e..c7a08923 100644
--- a/commands.c
+++ b/commands.c
@@ -210,7 +210,7 @@ int mutt_display_message (HEADER *cur)
memset (&info, 0, sizeof (pager_t));
info.hdr = cur;
info.ctx = Context;
- rc = mutt_pager (NULL, tempfile, 1, &info);
+ rc = mutt_pager (NULL, tempfile, M_PAGER_MESSAGE, &info);
}
else
{