about summary refs log tree commit diff stats
path: root/commands/msg/recall.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-2/+2
| | | | | | | Aerc usually used the path []int{1} if it didn't know what the proper path is. However this only works for multipart messages and breaks if it isn't one. This patch removes all the hard coding and extracts the necessary helpers to lib.
* Revert "Add Style configuration"Drew DeVault2020-05-281-2/+1
| | | | This reverts commit 0f78f06610c0e8887aba2ae50e99b86477a384b3.
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-1/+2
| | | | This reverts commit f06d683688e3d2139b14f67b7e349089e7200bf4.
* Remove duration from the status methodsReto Brunner2020-05-271-2/+1
| | | | We always set 10 seconds anyhow, might as well do that without repeating ourselfs.
* Add Style configurationReto Brunner2020-05-271-1/+2
| | | | | | | | | | The following functionalities are added to configure aerc ui styles. - Read stylesets from file with very basic fnmatch wildcard matching - Add default styleset - Support different stylesets as part of UiConfig allowing contextual styles. - Move widgets/ui elements to use the stylesets. - Add configuration manual for the styleset
* 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
This command allows recalling the selected postponed email to edit in the composer. The command only allows recalling from the postpone directory.