summaryrefslogtreecommitdiff
path: root/commands/msg/reply.go
AgeCommit message (Expand)Author
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-03-03reply: add automatic replacement of localized Re:Moritz Poldrack
2022-01-31compose: add option to never include your own address when replyingjohn1doe@ya.ru
2022-01-27reply: use new-message template for non-quoted repliesRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-03-07add mimeType to OriginalMail struct for both forward and replyReto Brunner
2020-11-14reply: add References headerReto Brunner
2020-11-14format: remove parse methods, use the one from go-messageReto Brunner
2020-11-14compose: use a proper header instead of a string mapReto Brunner
2020-11-14models: add RFC822 headers to OriginalMailReto Brunner
2020-11-14remove models.Address in favor of go-message AddressReto Brunner
2020-09-21reply: don't override the answered flag if we didn't sendReto Brunner
2020-08-27reply: use set instead of linear searchReto Brunner
2020-08-20msg/reply: don't cc the sending address on reply allReto Brunner
2020-08-20Add account alias configuration and correctly set From fieldy0ast
2020-08-20msg/reply: handle addresses as addressesReto Brunner
2020-07-27Remove hard coded bodystruct path everywhereReto Brunner
2020-06-26Fix dates in reply/forward commands.Reto Brunner
2020-05-28Revert "Add Style configuration"Drew DeVault
2020-05-28Revert "Remove duration from the status methods"Drew DeVault
2020-05-27Remove duration from the status methodsReto Brunner
2020-05-27Add Style configurationReto Brunner
2020-05-25Set AnsweredFlag on successful replySrivathsan Murali
2020-05-22msg/reply: scoping error of part slice for quotingSrivathsan Murali
2020-05-17Move findPlaintext / findFirstNonMultipart to utilsReto Brunner
2020-05-17msg/reply: fix encoding issues for quoted reply.Reto Brunner
2020-05-17FetchBodyPart doesn't need the parent body structureReto Brunner
2020-05-06msg/reply: Deduplicate TO: and CC:Reto Brunner
2020-04-24Add postpone commandJeffas
2020-02-19msg/reply: simplify string comparisonReto Brunner
2020-02-16msg/reply: fix address comparisonReto Brunner
2020-01-09add .OriginalMIMEType variable to reply templateLeszek Cimała
2020-01-09create OriginalMail structLeszek Cimała
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2019-12-07use correct headers for message partLeszek Cimała
2019-11-10Add Templates with ParsingSrivathsan Murali
2019-09-12Add signaturesJeffas
2019-09-11Check the subject line for lowercase reJeffas
2019-09-11Ensure mimetype parts are converted to lower caseJeffas
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-20Move forward command to it's own fileJelle Besseling
2019-07-26Support configurable header layout in compose widgetDaniel Bridges
2019-07-15commands: Don't crash when store is nilKevin Kuehler
2019-07-10Fix crashes when operating on empty folder (#216)Daniel Bridges
2019-07-08Factor IMAP-specific structs out of UI modelsBen Burwell
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-09Update reply to use getopt posix optind formatClayton Craft
2019-06-07Message list: implement index-format optionYash Srivastav
2019-06-02widget: Add ProvidesMessage interfaceKevin Kuehler