aerc/widgets
Koni Marti cb3090956c dirlist: skip unnecessary change-folder action
when traversing the directory list, aerc will fetch the contents for
every directory even though the user might just move on to the next.
This causes an unnecessary delay (and load on the worker) and can be
avoided by skipping the old change-folder action when a newer one
arrives within a predefined time interval.

Signed-off-by: Koni Marti <koni.marti@gmail.com>
2022-01-24 09:51:32 +01:00
..
account-wizard.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
account.go imap: auto-reconnects on connection error 2022-01-19 17:40:52 +01:00
aerc.go completions: add support for completing multiple addresses 2022-01-07 13:54:10 +01:00
common.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
compose.go pgp: PGP/MIME encryption for outgoing emails 2022-01-07 13:45:34 +01:00
dirlist.go dirlist: skip unnecessary change-folder action 2022-01-24 09:51:32 +01:00
exline.go completions: add support for completing multiple addresses 2022-01-07 13:54:10 +01:00
getpasswd.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
headerlayout.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
msglist.go messages: allow displaying email threads 2021-11-13 15:05:59 +01:00
msgviewer.go style: customize vertical and horizontal border characters 2021-11-30 15:05:33 +01:00
pgpinfo.go pgp: update openpgp packages (go-crypto and go-pgpmail) 2022-01-07 13:45:34 +01:00
providesmessage.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
selector.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
spinner.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
status.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
tabhost.go Implement style configuration. 2020-08-06 21:42:06 +02:00
terminal.go terminal: fix nil pointer dereference in pty.Getsize 2022-01-19 22:16:36 +01:00