aerc/commands/msgview
Reto Brunner 949781fa0a Refactor lib/open to accept user provided arguments
* Get rid of open_darwin
	It just lead to code duplication for a simple one string change.
	Instead we query it during initialization
* Accept user provided arguments
	"open" on MacOS accepts things like -A to use a specific application
	Pass trough arguments the user provided in order to facilitate this
* Refactor the function to a struct
	This makes it more convenient for the caller and avoids signatures like
	lib.OpenFile(nil, u.String(), nil) which are fairly unreadable
2021-01-30 14:04:23 +01:00
..
close.go Cleanup pager processes after closing a msgviewer 2019-10-16 11:13:53 -04:00
msgview.go Implement basic tab completion support 2019-06-29 14:24:19 -04:00
next-part.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00
next.go Revert "Add Style configuration" 2020-05-28 10:32:42 -04:00
open.go Refactor lib/open to accept user provided arguments 2021-01-30 14:04:23 +01:00
save.go save: if part name is a path, only use the filename 2021-01-14 07:17:23 +01:00
toggle-headers.go all: use fmt.Errorf for fomartting errors 2019-09-04 16:30:57 -10:00