aerc/commands/account
Jelle Besseling 4478c6a4b7 Ignore scroll command when msgstore is nil
Fixes ~sircmpwn/aerc2#205. Many functions do a nil check on the store,
so this changes Store() so it returns nil when msglist is nil.

It also places the Scroll() behind the nil check in the next-message command.

https://todo.sr.ht/~sircmpwn/aerc2/205
2019-08-12 08:58:57 +09:00
..
account.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
cf.go ChangeFolder: do not depend on the msgstore 2019-08-02 09:26:10 -04:00
clear.go Implement :filter, :clear 2019-07-19 11:30:32 -04:00
compose.go Let user edit arbitrary headers in composer 2019-08-12 08:57:04 +09:00
mkdir.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
next-folder.go Implement next-folder using NextPrev with amount 2019-08-07 15:02:11 +09:00
next-result.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
next.go Ignore scroll command when msgstore is nil 2019-08-12 08:58:57 +09:00
search.go Implement :filter, :clear 2019-07-19 11:30:32 -04:00
select.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
view.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00