diff options
author | Eduardo Chappa <chappa@washington.edu> | 2020-06-29 12:37:29 -0600 |
---|---|---|
committer | Eduardo Chappa <chappa@washington.edu> | 2020-06-29 12:37:29 -0600 |
commit | c6a938d3f92a03764408db0fe3526a781002913e (patch) | |
tree | 7053d8fb411dcb5446029077aff114149d20bc27 | |
parent | 4d77713f495bc1e797393cb05e88f17f78ff91d1 (diff) | |
download | alpine-c6a938d3f92a03764408db0fe3526a781002913e.tar.xz |
* Fixed narrowing a search, using the select command, which was broken while
adding the "R Replace Selectn" command
-rw-r--r-- | alpine/mailcmd.c | 2 | ||||
-rw-r--r-- | pith/pine.hlp | 2 |
2 files changed, 3 insertions, 1 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 */ diff --git a/pith/pine.hlp b/pith/pine.hlp index b549bc91..37858460 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 ================= <HTML> <HEAD> |