From d78dde103cdc7111020258eb3e21af78f385f401 Mon Sep 17 00:00:00 2001 From: Thomas Roessler Date: Sat, 12 Dec 1998 09:08:04 +0000 Subject: [PATCH] Another reap.pl-related fix. --- pager.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pager.c b/pager.c index f4a110b8..e6459fcb 100644 --- a/pager.c +++ b/pager.c @@ -2265,10 +2265,9 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t *extra) (ch == OP_SAVE) || (ch == OP_DECODE_SAVE), (ch == OP_DECODE_SAVE) || (ch == OP_DECODE_COPY), #ifdef _PGPPATH - (ch == OP_DECRYPT_SAVE) || (ch == OP_DECRYPT_COPY), -#else - 0, + (ch == OP_DECRYPT_SAVE) || (ch == OP_DECRYPT_COPY) || #endif + 0, &redraw) == 0 && (ch == OP_SAVE || ch == OP_DECODE_SAVE #ifdef _PGPPATH || ch == OP_DECRYPT_SAVE -- 2.40.0