aerc/commands/account
Wiktor Kwapisiewicz abd9e78f02 Fix crash when no message is selected
Pressing `Enter` on a view that has not yet loaded messages (e.g. at
startup) would return `nil` from `Selected()`. Accessing `msg.Uid` on a
`nil` reference crashes aerc.

This patch moves the `msg == nil` check before accessing `msg.Uid` thus
avoiding the crash.

To test this patch repeatedly press `Enter` on startup.
2019-12-04 09:45:07 -05:00
..
account.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
cf.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
clear.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
compose.go Add Templates with Parsing 2019-11-10 10:15:49 -05:00
mkdir.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
next-folder.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
next-result.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
next.go commands: move ParseNextPrevMessage error value to its last return value 2019-09-04 16:30:57 -10:00
search.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
select.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
sort.go Add sorting functionality 2019-09-20 14:56:02 -04:00
view.go Fix crash when no message is selected 2019-12-04 09:45:07 -05:00