summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pager.c5
1 files 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