aerc/commands/msg
Tim Culverhouse 0c85b5a6cf msglist: remove invalidate from commands which remove messages
Archive, delete, and move all remove messages from the message store.
The commands themselves invalidated the message list. The message list
was also invalidated for every MessagesDeleted message received. Remove
the call in the command logic to reduce redraws of the message list

Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
Acked-by: Robin Jarry <robin@jarry.cc>
2022-08-01 10:37:44 +02:00
..
archive.go msglist: remove invalidate from commands which remove messages 2022-08-01 10:37:44 +02:00
copy.go visual-mode: deselect messages after performing command 2022-06-14 22:12:42 +02:00
delete.go msglist: remove invalidate from commands which remove messages 2022-08-01 10:37:44 +02:00
forward.go logging: use level-based logger functions 2022-07-23 22:52:15 +02:00
invite.go invites: reply with accept, accept-tentative or decline 2022-05-31 14:32:24 +02:00
mark.go visual-mode: deselect messages after performing command 2022-06-14 22:12:42 +02:00
modify-labels.go visual-mode: deselect messages after performing command 2022-06-14 22:12:42 +02:00
move.go msglist: remove invalidate from commands which remove messages 2022-08-01 10:37:44 +02:00
msg.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
pipe.go pipe: fix ordering by message id for long patch series 2022-08-01 09:38:15 +02:00
read.go visual-mode: deselect messages after performing command 2022-06-14 22:12:42 +02:00
recall.go logging: use level-based logger functions 2022-07-23 22:52:15 +02:00
reply.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00
toggle-threads.go msgstore: implement a uid-based architecture 2022-07-26 11:34:19 +02:00
unsubscribe.go logging: use level-based logger functions 2022-07-23 22:52:15 +02:00
unsubscribe_test.go Fix linter warnings 2021-02-26 22:14:58 +01:00
utils.go tabs: rename SelectedTab to SelectedTabContent 2022-07-23 22:00:21 +02:00