summaryrefslogtreecommitdiffstats
path: root/pager.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-12-12 09:08:04 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-12-12 09:08:04 +0000
commitd78dde103cdc7111020258eb3e21af78f385f401 (patch)
tree5e3282ab37c80f44d6dc89840e57392ebe6c1ec7 /pager.c
parent9e2ae8361a4a6325f22b68c28cf31643290fd325 (diff)
Another reap.pl-related fix.
Diffstat (limited to 'pager.c')
-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