aerc/widgets
Reto Brunner fe42beb3e4 dirlist: fix empty row if dir is added
There is a window where a new dir entry isn't yet in the dirlist.dir.
dirlist.ensureScroll however expected to always find a valid index.
Add a check so that we don't try to scroll to a -1 index.
2020-09-08 07:48:55 +02:00
..
account-wizard.go show error if account view creation fails 2020-08-10 08:00:34 +02:00
account.go Add support for :rmdir 2020-08-19 11:38:57 +02:00
aerc.go show error if account view creation fails 2020-08-10 08:00:34 +02:00
common.go widgets: add msgInfoFromUids helper 2019-12-21 09:27:47 -05:00
compose.go Implement style configuration. 2020-08-06 21:42:06 +02:00
dirlist.go dirlist: fix empty row if dir is added 2020-09-08 07:48:55 +02:00
exline.go Implement style configuration. 2020-08-06 21:42:06 +02:00
getpasswd.go Implement style configuration. 2020-08-06 21:42:06 +02:00
headerlayout.go Initial support for PGP decryption & signatures 2020-03-03 16:49:52 -05:00
msglist.go correctly apply msglist_read color 2020-09-01 19:09:27 +02:00
msgviewer.go Make mimetype check consistent across cases 2020-09-07 07:27:15 +02:00
pgpinfo.go Implement style configuration. 2020-08-06 21:42:06 +02:00
providesmessage.go Change MarkedMessages to return uids 2020-05-11 09:47:34 -04:00
selector.go Implement style configuration. 2020-08-06 21:42:06 +02:00
spinner.go Implement style configuration. 2020-08-06 21:42:06 +02:00
status.go Implement style configuration. 2020-08-06 21:42:06 +02:00
tabhost.go Implement style configuration. 2020-08-06 21:42:06 +02:00
terminal.go Use stdout as controlling terminal 2020-05-06 10:26:15 -04:00