Age | Commit message (Collapse) | Author |
|
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
|
|
This makes sure that the next-message command accepts the same arguments
in the account view and the msgview
|
|
Tab completion currently only works on commands. Contextual completion
will be added in the future.
|
|
If these are called before the store is setup, `acct.Store()` returns
`nil`, and we SEGFAULT in `MessageStore.nextPrev`.
|
|
Signed-off-by: Kevin Kuehler <kkuehler@brave.com>
|
|
|