summaryrefslogtreecommitdiff
path: root/commands/msgview
AgeCommit message (Expand)Author
2022-07-23tabs: rename SelectedTab to SelectedTabContentRobin Jarry
2022-06-26open: fix mimetype discovery for encrypted or signed messagesTim Culverhouse
2022-06-24pgp: fix pipe|open|save command behaviorTim Culverhouse
2022-06-14msgviewer: open http links from messagesKoni Marti
2022-04-27refactor: refactor pgp implementationTim Culverhouse
2022-03-31save: fix path completionRobin Jarry
2022-03-24save: add -a option to save all attachmentsRobin Jarry
2022-03-23logging: added a log on panicMoritz Poldrack
2022-03-18statusline: implement per-account statusKoni Marti
2022-03-14viewer: add key passthrough modekt programs
2022-03-12all: fix minor issues found by staticcheckMoritz Poldrack
2022-02-25aerc: always check SelectedAccount return valueRobin Jarry
2021-11-05go.mod: change base git urlRobin Jarry
2021-01-30Get rid of the aerc.PushError(" " + $string) idiomReto Brunner
2021-01-30Refactor lib/open to accept user provided argumentsReto Brunner
2021-01-14save: if part name is a path, only use the filenameRobin Opletal
2020-07-08Allow open to be asynchronousAndrew Jeffery
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-25pgp: fail gracefully from email decryptionRay Ganardi
2020-05-17FetchBodyPart doesn't need the parent body structureReto Brunner
2020-04-06Try to open attachments with correct extensionGalen Abell
2020-03-09Refactoring: remove store from PartInfoDrew DeVault
2020-03-03Initial support for PGP decryption & signaturesDrew DeVault
2020-01-20msgview/open: remove manual decodingReto Brunner
2020-01-20msgview/save: Adapt to already decoded readerReto Brunner
2020-01-05FetchBodyParts: decode source in the workersReto Brunner
2019-12-07failback to Content-Type filename when encoded Content-Disposition is usedLeszek Cimała
2019-10-16Cleanup pager processes after closing a msgviewerKevin Kuehler
2019-09-20Make commands join args with spacesJeffas
2019-09-04commands: move ParseNextPrevMessage error value to its last return valueWagner Riffel
2019-09-04all: use fmt.Errorf for fomartting errorsWagner Riffel
2019-09-04all: purge redundant underscoresWagner Riffel
2019-08-13Revert "add close command at global level"Drew DeVault
2019-08-13add close command at global levelAditya Srivastava
2019-08-07Implement next-message in msgview using accountJelle Besseling
2019-07-05Make :pipe command more genericDrew DeVault
2019-07-04Use "open" instead of "xdg-open" on Darwin systemsBen Burwell
2019-06-29Implement basic tab completion supportGregory Mullen
2019-06-25msgview/save: Use defaultSavePath if no path is providedReto Brunner
2019-06-17commands/msgview: add open commandRéouven Assouly
2019-06-16Make part encoding checks case insensitiveRéouven Assouly
2019-06-14Support directories in path to :saveClayton Craft
2019-06-11commands/msgview: Add next/prev commandsKevin Kuehler
2019-06-07implements ability to view headers in message viewYash Srivastav
2019-05-27Add :save and :pipe commands to viewerGalen Abell
2019-05-20Implement :next-part, :prev-partDrew DeVault
2019-05-18Fix scdoc & gofmt issuesDrew DeVault