aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/recall.go
Commit message (Expand)AuthorAgeFilesLines
* widgets: rename package to appRobin Jarry2023-10-101-7/+7
* postpone: change recall/postpone logic for custom foldersVitaly Ovchinnikov2023-08-301-20/+5
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-5/+11
* compose: only allow setting content at creationRobin Jarry2023-07-171-39/+9
* tabs: use template for compose tabsTim Culverhouse2023-02-121-10/+1
* templates: change fields as lazy functionsRobin Jarry2023-01-041-1/+1
* config: make various sections accessible via global varsRobin Jarry2022-12-141-1/+1
* logging: rename package to logRobin Jarry2022-12-021-5/+5
* logging: homogenize levelsRobin Jarry2022-12-021-2/+2
* lib: prepare attachments for multiple readsKoni Marti2022-11-091-1/+5
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-161-1/+1
* invalidatable: cleanup dead codeTim Culverhouse2022-10-121-1/+2
* forward,recall: fix charsets in part attachmentKoni Marti2022-10-071-2/+3
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+2
* 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