aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/postpone.go
Commit message (Expand)AuthorAgeFilesLines
* hooks: add mail-added hookJason Cox2023-11-021-16/+21
* commands: use completion from go-optRobin Jarry2023-10-281-15/+3
* commands: parse arguments with go-optRobin Jarry2023-10-281-17/+5
* app: export global functionsRobin Jarry2023-10-101-12/+12
* widgets: rename package to appRobin Jarry2023-10-101-5/+5
* postpone: remove datacounter passthrough writerTim Culverhouse2023-08-311-7/+5
* postpone: change recall/postpone logic for custom foldersVitaly Ovchinnikov2023-08-301-7/+39
* tabs: make sure to close tab contentRobin Jarry2023-04-011-1/+1
* model: change flags array to bitmaskRobin Jarry2023-01-041-1/+1
* logging: rename package to logRobin Jarry2022-12-021-4/+4
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+2
* tabs: make fields privateRobin Jarry2022-07-231-2/+6
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* postpone: avoid calling WriteMessage twiceKoni Marti2022-07-101-9/+4
* logging: added a log on panicMoritz Poldrack2022-03-231-0/+3
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-1/+5
* postpone: re-open review mode on errorKoni Marti2022-02-061-4/+9
* go.mod: change base git urlRobin Jarry2021-11-051-3/+3
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-2/+2
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-1/+1
* Revert "Add Style configuration"Drew DeVault2020-05-281-3/+3
* Revert "Remove duration from the status methods"Drew DeVault2020-05-281-4/+4
* Remove duration from the status methodsReto Brunner2020-05-271-4/+4
* Add Style configurationReto Brunner2020-05-271-3/+3
* Add recall commandJeffas2020-04-241-2/+2
* Add postpone commandJeffas2020-04-241-0/+119