From c6a938d3f92a03764408db0fe3526a781002913e Mon Sep 17 00:00:00 2001 From: Eduardo Chappa Date: Mon, 29 Jun 2020 12:37:29 -0600 Subject: * Fixed narrowing a search, using the select command, which was broken while adding the "R Replace Selectn" command --- alpine/mailcmd.c | 2 ++ pith/pine.hlp | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/alpine/mailcmd.c b/alpine/mailcmd.c index 8c94aa4..afc0a48 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 */ diff --git a/pith/pine.hlp b/pith/pine.hlp index b549bc9..3785846 100644 --- a/pith/pine.hlp +++ b/pith/pine.hlp @@ -140,7 +140,7 @@ with help text for the config screen and the composer that didn't have any reasonable place to be called from. Dummy change to get revision in pine.hlp ============= h_revision ================= -Alpine Commit 470 2020-06-29 00:41:56 +Alpine Commit 472 2020-06-29 12:37:24 ============= h_news ================= -- cgit v1.2.3-54-g00ecf