aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msg/forward.go
Commit message (Expand)AuthorAgeFilesLines
* widgets: rename package to appRobin Jarry2023-10-101-7/+7
* compose: allow changing edit-headers on the flyRobin Jarry2023-07-171-2/+11
* compose: only allow setting content at creationRobin Jarry2023-07-171-1/+1
* 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-2/+3
* logging: rename package to logRobin Jarry2022-12-021-7/+7
* logging: homogenize levelsRobin Jarry2022-12-021-1/+1
* 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
* logging: substitute %w for %vKoni Marti2022-10-021-1/+1
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* lint: work nicely with wrapped errors (errorlint)Moritz Poldrack2022-08-041-1/+1
* lint: ensure errors are at least logged (errcheck)Moritz Poldrack2022-08-041-4/+10
* logging: use level-based logger functionsRobin Jarry2022-07-231-2/+3
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-231-1/+1
* forward: remove crlf in text bodyKoni Marti2022-07-021-1/+5
* forward: provide option to append all attachmentsKoni Marti2022-07-021-14/+53
* forward: allow ':forward -A' with no addressTim Culverhouse2022-04-141-6/+9
* compose: make headerEditor focusing more reliableTim Culverhouse2022-03-221-1/+1
* go.mod: change base git urlRobin Jarry2021-11-051-5/+5
* add mimeType to OriginalMail struct for both forward and replyReto Brunner2021-03-071-0/+4
* Fix linter warningsReto Brunner2021-02-261-1/+1
* compose: use a proper header instead of a string mapReto Brunner2020-11-141-11/+15
* models: add RFC822 headers to OriginalMailReto Brunner2020-11-141-6/+5
* base models.Address on the mail.Address typeReto Brunner2020-08-201-1/+2
* Remove hard coded bodystruct path everywhereReto Brunner2020-07-271-5/+4
* Fix dates in reply/forward commands.Reto Brunner2020-06-261-1/+1
* 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/forward: fix body part selectionReto Brunner2020-05-171-2/+8
* FetchBodyPart doesn't need the parent body structureReto Brunner2020-05-171-1/+1
* store.FetchFull: Change callback type to expose entire messageBen Fiedler2020-05-011-2/+4
* Add recall commandJeffas2020-04-241-1/+1
* Add postpone commandJeffas2020-04-241-1/+0
* create OriginalMail structLeszek CimaƂa2020-01-091-4/+6
* FetchBodyParts: decode source in the workersReto Brunner2020-01-051-24/+2
* Add Templates with ParsingSrivathsan Murali2019-11-101-78/+77
* Add signaturesJeffas2019-09-121-2/+2
* all: purge redundant underscoresWagner Riffel2019-09-041-3/+3
* Add forwarding as attachment featureJelle Besseling2019-08-201-4/+61
* Add addresses argument to forward commandJelle Besseling2019-08-201-1/+9
* Move forward command to it's own fileJelle Besseling2019-08-201-0/+104