summaryrefslogtreecommitdiffstats
path: root/curs_lib.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-09-23 10:35:41 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-09-23 10:35:41 +0000
commitefe8e2dc68640724d33f452b5cc98a0887baa8b4 (patch)
tree17c7efbd1bff548851afa9392cf027fa35497827 /curs_lib.c
parent2eabb25219b5648b2e2da27492ef79fb833dfc81 (diff)
Disable recursive invocations of the attach-message function.
Diffstat (limited to 'curs_lib.c')
-rw-r--r--curs_lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/curs_lib.c b/curs_lib.c
index 14c9afcf..700fd73f 100644
--- a/curs_lib.c
+++ b/curs_lib.c
@@ -277,7 +277,7 @@ int mutt_do_pager (const char *banner,
int rc;
if (!Pager || strcmp (Pager, "builtin") == 0)
- rc = mutt_pager (banner, tempfile, do_color, info, "");
+ rc = mutt_pager (banner, tempfile, do_color, info);
else
{
char cmd[STRING];