aerc/commands
Koni Marti 45e506e6ae delete: fix find-next function
Fixes the find-next-loop when deleting the last message. The reverse
loop with store.Prev() will break too early because the value of
'previous' was not reset correctly.

Fixes: d941960f "delete: improve find next function"
References: https://todo.sr.ht/~rjarry/aerc/59
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
2022-08-22 10:04:12 +02:00
..
account go: removed io/ioutil 2022-08-22 09:30:19 +02:00
compose lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
mode lint: simplify code (gosimple) 2022-08-04 21:57:52 +02:00
msg delete: fix find-next function 2022-08-22 10:04:12 +02:00
msgview go: removed io/ioutil 2022-08-22 09:30:19 +02:00
terminal lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
cd.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
choose.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
commands.go commands: implement prompt completion 2022-07-02 18:36:40 +02:00
ct.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
exec.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
global.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
help.go binds: display active keybinds in a dialog box 2022-08-22 09:30:37 +02:00
history.go Add command history and cycling 2019-07-26 14:29:34 -04:00
move-tab.go lint: work nicely with wrapped errors (errorlint) 2022-08-04 21:58:04 +02:00
new-account.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
next-tab.go statusline: implement per-account status 2022-03-18 23:42:07 +01:00
pin-tab.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
prompt.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
pwd.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
quit.go lint: homogenize operations and minor fixes (gocritic) 2022-08-04 21:58:01 +02:00
set.go lint: apply new formatting rules 2022-08-01 10:44:52 +02:00
term.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
util.go util: fetch message headers for nil messages 2022-08-22 09:30:37 +02:00