aerc/commands/account
Martin Hafskjold Thoresen 53df15ae06 Insert nil check before handling prev/next message
If these are called before the store is setup, `acct.Store()` returns
`nil`, and we SEGFAULT in `MessageStore.nextPrev`.
2019-06-18 19:39:42 -04:00
..
account.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
cf.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
compose.go Fix scdoc & gofmt issues 2019-05-18 15:34:16 -04:00
mkdir.go Implement :mkdir command 2019-06-09 19:21:26 -04:00
next-folder.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
next.go Insert nil check before handling prev/next message 2019-06-18 19:39:42 -04:00
pipe.go Add :save and :pipe commands to viewer 2019-05-27 09:37:07 -04:00
select.go Missed a spot 2019-05-19 18:25:38 -04:00
view.go widget: Add ProvidesMessage interface 2019-06-02 10:16:29 -04:00