mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2024-11-23 08:32:12 +01:00
ea2646fc03
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. |
||
---|---|---|
.. | ||
account-wizard.go | ||
account.go | ||
aerc.go | ||
common.go | ||
compose.go | ||
dirlist.go | ||
exline.go | ||
getpasswd.go | ||
headerlayout.go | ||
msglist.go | ||
msgviewer.go | ||
pgpinfo.go | ||
providesmessage.go | ||
selecter.go | ||
spinner.go | ||
status.go | ||
tabhost.go | ||
terminal.go |