aerc/commands/msg
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
..
archive.go gofmt fixes 2020-04-24 12:59:40 -04:00
copy.go commands/helper: remove duplicated method 2020-05-11 09:47:33 -04:00
delete.go commands/helper: remove duplicated method 2020-05-11 09:47:33 -04:00
forward.go store.FetchFull: Change callback type to expose entire message 2020-05-01 11:10:08 -04:00
mark.go add mark command 2019-12-21 09:27:50 -05:00
modify-labels.go commands/helper: remove duplicated method 2020-05-11 09:47:33 -04:00
move.go commands/helper: remove duplicated method 2020-05-11 09:47:33 -04:00
msg.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
pipe.go store.FetchFull: Change callback type to expose entire message 2020-05-01 11:10:08 -04:00
read.go commands/helper: remove duplicated method 2020-05-11 09:47:33 -04:00
recall.go Add recall command 2020-04-24 12:59:21 -04:00
reply.go msg/reply: Deduplicate TO: and CC: 2020-05-06 10:00:36 -04:00
unsubscribe.go Add postpone command 2020-04-24 12:59:21 -04:00
unsubscribe_test.go Add unsubscribe command 2019-07-04 11:06:14 -04:00
utils.go Change MarkedMessages to return uids 2020-05-11 09:47:34 -04:00