aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/recall.go
Commit message (Expand)AuthorAgeFilesLines
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-041-2/+1
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-1/+4
* lint: remove redundant returns (S1023)Moritz Poldrack2022-08-041-1/+0
* lint: apply new formatting rulesMoritz Poldrack2022-08-011-3/+0
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+3
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* recall: support pgp/mime messagesKoni Marti2022-07-101-55/+70
* recall: append attachmentsKoni Marti2022-07-101-2/+30
* recall: confirm deleting message when not sentKoni Marti2022-07-101-9/+34
* recall: mention the -f option in the error messageinwit2022-04-291-2/+2
* recall: allow recalling messages from any folderinwit2021-12-131-5/+21
* go.mod: change base git urlRobin Jarry2021-11-051-4/+4
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-1/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-8/+2
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-2/+2
* Revert "Add Style configuration"Drew DeVault2020-05-281-2/+1
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-1/+2
* Remove duration from the status methodsReto Brunner2020-05-271-2/+1
* Add Style configurationReto Brunner2020-05-271-1/+2
* msg/reply: fix encoding issues for quoted reply.Reto Brunner2020-05-171-2/+3
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-1/+1
* Add recall commandJeffas2020-04-241-0/+141