summaryrefslogtreecommitdiff
path: root/alpine/mailcmd.c
diff options
context:
space:
mode:
Diffstat (limited to 'alpine/mailcmd.c')
-rw-r--r--alpine/mailcmd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/alpine/mailcmd.c b/alpine/mailcmd.c
index 8c94aa48..afc0a48d 100644
--- a/alpine/mailcmd.c
+++ b/alpine/mailcmd.c
@@ -6999,6 +6999,8 @@ aggregate_select(struct pine *state, MSGNO_S *msgmap, int q_line, CmdWhere in_in
case 'n' : /* narrow selection */
narrow++;
+ q = 0;
+ break;
case 'r' : /* replace selection */
p = 1; /* set flag we want to replace */
sel_opts -= 2; /* re-enable first two options */