aerc/commands
Reto Brunner ea2646fc03 Change MarkedMessages to return uids
Especially if one tries to interact with all marked messages there could be
the case that not all headers are fetched yet, hence the messageInfo is still nil.

This segfaults a lot of commands which in principle only need the uid to complete.

If we switch to uids, this issue can be alleviated for those commands.
2020-05-11 09:47:34 -04:00
..
account gofmt fixes 2020-04-24 12:59:40 -04:00
compose Show 'Message sent' only for ten seconds instead of permanently 2020-05-11 09:46:57 -04:00
msg Change MarkedMessages to return uids 2020-05-11 09:47:34 -04:00
msgview Try to open attachments with correct extension 2020-04-06 13:15:56 +02:00
terminal all: purge redundant underscores 2019-09-04 16:30:57 -10:00
cd.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
choose.go gofmt fixes 2020-04-24 12:59:40 -04:00
commands.go msg/archive: complete the possible options 2020-04-11 10:46:46 -04:00
ct.go Make commands join args with spaces 2019-09-20 15:06:34 -04:00
exec.go gofmt fixes 2020-04-24 12:59:40 -04:00
global.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
help.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
history.go Add command history and cycling 2019-07-26 14:29:34 -04:00
move-tab.go Add move-tab command 2020-03-03 20:08:29 +01:00
new-account.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
next-tab.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
pin-tab.go Add pinned tabs 2020-03-09 09:31:02 -04:00
prompt.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
pwd.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
quit.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
set.go all: purge redundant underscores 2019-09-04 16:30:57 -10:00
term.go gofmt fixes 2020-04-24 12:59:40 -04:00
util.go Change MarkedMessages to return uids 2020-05-11 09:47:34 -04:00