aboutsummaryrefslogtreecommitdiffstats
path: root/commands/msgview
Commit message (Expand)AuthorAgeFilesLines
* open: create a file even if filename is emptyBence Ferdinandy2024-04-141-1/+12
* open: preserve the original filenameMaarten Aertsen2024-04-131-15/+12
* log: move package to libRobin Jarry2024-02-143-3/+3
* commands: refactor registrationRobin Jarry2024-01-209-124/+34
* cd: fix completion of folders with a spaceRobin Jarry2024-01-171-1/+1
* completion: refactor filter list apiRobin Jarry2023-11-021-1/+1
* commands: use completion from go-optRobin Jarry2023-10-288-34/+8
* open: run commands with sh -cRobin Jarry2023-10-282-3/+3
* commands: parse arguments with go-optRobin Jarry2023-10-288-138/+68
* app: export global functionsRobin Jarry2023-10-108-38/+37
* widgets: rename package to appRobin Jarry2023-10-108-36/+36
* xdg: get rid of deprecated dependenciesRobin Jarry2023-08-271-7/+3
* open: add option -d to automatically delete temporary filesVitaly Ovchinnikov2023-07-071-2/+24
* open: use the original attachment extension if possibleVitaly Ovchinnikov2023-06-251-3/+9
* save: fix saving of multiple files with the same nameMoritz Poldrack2023-06-172-2/+44
* save: new option for saving attachmentsVitaly Ovchinnikov2023-06-101-7/+10
* save: update completionKoni Marti2023-05-161-8/+9
* tabs: make sure to close tab contentRobin Jarry2023-04-012-3/+2
* openers: add mime type handling for open-linkRobin Jarry2023-03-131-3/+10
* statusline: move files to lib/stateRobin Jarry2023-02-201-2/+2
* lint: add missing panic handlers in goroutinesRobin Jarry2023-01-062-0/+4
* config: make various sections accessible via global varsRobin Jarry2022-12-143-6/+5
* logging: rename package to logRobin Jarry2022-12-021-2/+2
* lib: implement an eml message viewKoni Marti2022-11-091-0/+4
* msgview: enable next/prev with unfetched headersKoni Marti2022-10-191-14/+26
* commands: split open-link in separate fileRobin Jarry2022-10-162-19/+46
* msgpart: factorize mime type and filename constructionRobin Jarry2022-10-162-8/+2
* view: add peek flag and propagateKoni Marti2022-10-041-1/+1
* viewer: option to not mark message as seenKoni Marti2022-10-041-1/+2
* open: allow overriding default programRobin Jarry2022-10-011-3/+5
* open: simplify codeRobin Jarry2022-10-011-21/+5
* go: removed io/ioutilMoritz Poldrack2022-08-221-2/+1
* lint: apply new formatting rulesMoritz Poldrack2022-08-012-8/+5
* tabs: rename SelectedTab to SelectedTabContentRobin Jarry2022-07-237-9/+9
* open: fix mimetype discovery for encrypted or signed messagesTim Culverhouse2022-06-261-1/+1
* pgp: fix pipe|open|save command behaviorTim Culverhouse2022-06-242-9/+5
* msgviewer: open http links from messagesKoni Marti2022-06-141-1/+19
* refactor: refactor pgp implementationTim Culverhouse2022-04-271-1/+1
* save: fix path completionRobin Jarry2022-03-311-0/+9
* save: add -a option to save all attachmentsRobin Jarry2022-03-241-15/+47
* logging: added a log on panicMoritz Poldrack2022-03-232-0/+6
* statusline: implement per-account statusKoni Marti2022-03-181-4/+3
* viewer: add key passthrough modekt programs2022-03-141-0/+35
* all: fix minor issues found by staticcheckMoritz Poldrack2022-03-122-5/+3
* aerc: always check SelectedAccount return valueRobin Jarry2022-02-251-0/+5
* go.mod: change base git urlRobin Jarry2021-11-057-12/+12
* Get rid of the aerc.PushError(" " + $string) idiomReto Brunner2021-01-301-3/+3
* Refactor lib/open to accept user provided argumentsReto Brunner2021-01-301-8/+16
* save: if part name is a path, only use the filenameRobin Opletal2021-01-141-1/+9
* Allow open to be asynchronousAndrew Jeffery2020-07-081-3/+2