aerc/commands
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 Insert nil check before handling prev/next message 2019-06-18 19:39:42 -04:00
compose Mark sent emails as read 2019-06-08 12:44:01 -04:00
msg Move select functionality from msglist to msgstore 2019-06-11 09:34:36 -04:00
msgview commands/msgview: add open command 2019-06-17 14:52:52 -04:00
terminal s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
cd.go Allow no arguments to :cd 2019-06-05 09:32:23 -04:00
commands.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
global.go Add context-specific commands 2019-03-21 16:30:23 -04:00
help.go Implement :help 2019-05-22 11:17:52 -04:00
new-account.go Fix :new-account getopts 2019-06-09 19:14:56 -04:00
next-tab.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
pwd.go Implement :pwd command 2019-05-19 14:36:11 -04:00
quit.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
term.go s/aerc2/aerc/g 2019-05-17 20:57:10 -04:00
util.go Add :save and :pipe commands to viewer 2019-05-27 09:37:07 -04:00