summaryrefslogtreecommitdiffstats
path: root/curs_main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-12-12 09:16:37 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-12-12 09:16:37 +0000
commitacf4b3469f51a7f0e3213e642214a5ba38295305 (patch)
tree2175767a2f383adf62168faeb6204d4ccdfe4373 /curs_main.c
parente5c57e4493720b832fa3f447500a32c838c224ac (diff)
More _PGPPATH and us dist related fixes.
Diffstat (limited to 'curs_main.c')
-rw-r--r--curs_main.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/curs_main.c b/curs_main.c
index de58e003..c0d88404 100644
--- a/curs_main.c
+++ b/curs_main.c
@@ -1078,10 +1078,9 @@ int mutt_index_menu (void)
(op == OP_SAVE) || (op == OP_DECODE_SAVE),
(op == OP_DECODE_SAVE) || (op == OP_DECODE_COPY),
#ifdef _PGPPATH
- (op == OP_DECRYPT_SAVE) || (op == OP_DECRYPT_COPY),
-#else
- 0,
+ (op == OP_DECRYPT_SAVE) || (op == OP_DECRYPT_COPY) ||
#endif
+ 0,
&menu->redraw) == 0 &&
(op == OP_SAVE || op == OP_DECODE_SAVE
#ifdef _PGPPATH