about summary refs log tree commit diff stats
path: root/commands/account/reply.go
Commit message (Expand)AuthorAgeFilesLines
* widget: Add ProvidesMessage interfaceKevin Kuehler2019-06-021-253/+0
* Fix infinite recursion in reply.go:findPlaintextDrew DeVault2019-06-021-1/+1
* Fetch plaintext part when replyingDrew DeVault2019-06-011-6/+34
* Implement :forwardDrew DeVault2019-05-251-31/+81
* Fix special characters in address.PersonalNameDrew DeVault2019-05-251-16/+24
* Flesh out multipart switcherDrew DeVault2019-05-201-2/+2
* Fix scdoc & gofmt issuesDrew DeVault2019-05-181-9/+7
* s/aerc2/aerc/gDrew DeVault2019-05-171-1/+1
* Improve reply-all recipient enumeration strategyDrew DeVault2019-05-161-0/+16
* Decode email when reading it for quotingDrew DeVault2019-05-161-2/+25
* Don't prefix Re: if prefix already presentDrew DeVault2019-05-161-1/+6
* Implement :reply -q and :reply -aDrew DeVault2019-05-161-19/+61
* Implement (basic form) of :replyDrew DeVault2019-05-161-0/+83