summaryrefslogtreecommitdiff
path: root/commands/msg
AgeCommit message (Expand)Author
2022-04-17store: keep current message selectedKoni Marti
2022-04-14forward: allow ':forward -A' with no addressTim Culverhouse
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-22compose: make headerEditor focusing more reliableTim Culverhouse
2022-03-18statusline: implement per-account statusKoni Marti
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-03-07commands: implement fuzzy completion for commands and optionskt programs
2022-03-03reply: add automatic replacement of localized Re:Moritz Poldrack
2022-02-25pipe: allow piping multiple marked messagesRobin Jarry
2022-02-25aerc: always check SelectedAccount return valueRobin Jarry
2022-02-24threading: implement on-the-fly message threadingKoni Marti
2022-02-19unsubscribe: parse internationalized headersKoni Marti
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-12-13recall: allow recalling messages from any folderinwit
2021-11-05go.mod: change base git urlRobin Jarry
2021-03-07add mimeType to OriginalMail struct for both forward and replyReto Brunner
2021-02-26Fix linter warningsReto Brunner
2021-01-30Get rid of the aerc.PushError(" " + $string) idiomReto Brunner
2021-01-30Refactor lib/open to accept user provided argumentsReto 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-08-20base models.Address on the mail.Address typeReto Brunner
2020-08-06Implement style configuration.Kalyan Sriram
2020-07-30Revert "Implement style configuration."Reto Brunner
2020-07-30Implement style configuration.Kalyan Sriram
2020-07-27Remove hard coded bodystruct path everywhereReto Brunner
2020-07-17run go fmtReto Brunner
2020-07-08Add additional flagging functionalityARaspiK
2020-07-08Allow open to be asynchronousAndrew Jeffery
2020-07-05pipe: don't crash if part is nilReto Brunner
2020-07-05delete: push unsupported error up to the userReto Brunner
2020-06-26Fix dates in reply/forward commands.Reto Brunner
2020-06-09Rework msglist scrollingJeffas
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-25pgp: fail gracefully from email decryptionRay Ganardi
2020-05-22msg/reply: scoping error of part slice for quotingSrivathsan Murali
2020-05-21Fix typosMartin Michlmayr