aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose
Commit message (Expand)AuthorAgeFilesLines
* commands: add switch-account command for composerKoni Marti2022-09-191-0/+47
* attach: enable path globbingMoritz Poldrack2022-08-301-10/+32
* lint: homogenize operations and minor fixes (gocritic)Moritz Poldrack2022-08-042-15/+13
* lint: apply new formatting rulesMoritz Poldrack2022-08-013-20/+15
* outgoing-cred-cmd: delay execution until an email needs to be sentStas Rudakou2022-07-311-2/+6
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+2
* tabs: make fields privateRobin Jarry2022-07-232-4/+12
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-2312-13/+13
* send: enter no-quit mode until message is sentKoni Marti2022-07-141-0/+7
* postpone: avoid calling WriteMessage twiceKoni Marti2022-07-101-9/+4
* compose: refactor attachment handlingKoni Marti2022-07-021-2/+1
* pgp: add attach key commandTim Culverhouse2022-05-061-0/+32
* pgp: check encryption keys before sending messageTim Culverhouse2022-05-061-12/+0
* pgp: check for signing key before signing timeTim Culverhouse2022-05-041-1/+4
* fix: out-of-bounds error in command headerMoritz Poldrack2022-04-061-0/+6
* header: remove trailing colon in header fieldMoritz Poldrack2022-04-061-0/+2
* logging: added a log on panicMoritz Poldrack2022-03-232-0/+8
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-121-1/+1
* commands: implement fuzzy completion for commands and optionskt programs2022-03-071-1/+1
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-1/+5
* postpone: re-open review mode on errorKoni Marti2022-02-061-4/+9
* pgp: PGP/MIME encryption for outgoing emailsKoni Marti2022-01-071-0/+44
* pgp: PGP/MIME signing for outgoing emailsKoni Marti2022-01-071-0/+44
* go.mod: change base git urlRobin Jarry2021-11-0510-17/+17
* send: fix missing error returnReto Brunner2021-02-281-0/+4
* send: fix crash if invalid password is givenReto Brunner2021-02-051-1/+2
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-302-4/+4
* send: don't block the UI thread during the sendingReto Brunner2021-01-241-35/+34
* Refactor send commandReto Brunner2020-11-211-201/+304
* allow the loading of existing headersReto Brunner2020-11-141-2/+4
* format: remove parse methods, use the one from go-messageReto Brunner2020-11-141-2/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-143-9/+32
* propagate error from sendmaily0ast2020-09-221-2/+9
* Add `oauthbearer` support for SMTPR Chowdhury2020-08-131-0/+31
* Implement style configuration.Kalyan Sriram2020-08-062-8/+2
* Revert "Implement style configuration."Reto Brunner2020-07-302-2/+8
* Implement style configuration.Kalyan Sriram2020-07-302-8/+2
* Use PushStatus instead of SetStatus where it makes senseHeiko Carrasco2020-07-091-3/+1
* Revert "Add Style configuration"Drew DeVault2020-05-284-10/+16
* Revert "Remove duration from the status methods"Drew DeVault2020-05-284-14/+16
* Remove duration from the status methodsReto Brunner2020-05-274-16/+14
* Add Style configurationReto Brunner2020-05-274-16/+10
* Set AnsweredFlag on successful replySrivathsan Murali2020-05-251-0/+2
* gofmtDrew DeVault2020-05-191-1/+1
* Show 'Message sent' only for ten seconds instead of permanentlyelumbella2020-05-111-4/+4
* Implement :header commandRay Ganardi2020-05-011-0/+74
* gofmt fixesDrew DeVault2020-04-241-1/+1
* Add recall commandJeffas2020-04-241-2/+2
* Add postpone commandJeffas2020-04-241-0/+119
* Use aerc.PushError where appropriateBen Fiedler2020-04-231-2/+1