aerc/lib
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
..
format format: remove parse methods, use the one from go-message 2020-11-14 15:40:13 +01:00
sort Preserve sorting order in search results 2019-10-09 19:46:43 -04:00
templates compose: use a proper header instead of a string map 2020-11-14 15:40:13 +01:00
ui update tcell to v2 and enable TrueColor support 2020-12-18 07:23:22 +01:00
uidstore Create UIDStore package 2019-07-12 11:09:47 -04:00
dirstore.go Move msgstore map to dirstore 2019-07-26 14:15:27 -04:00
history.go Add command history and cycling 2019-07-26 14:29:34 -04:00
keystore.go Initial support for PGP decryption & signatures 2020-03-03 16:49:52 -05:00
messageview.go Add additional flagging functionality 2020-07-08 09:13:03 +02:00
msgstore.go run go fmt 2020-07-17 17:50:24 +02:00
oauthbearer.go Add `oauthbearer` support for SMTP 2020-08-13 07:44:43 +02:00
open.go Refactor lib/open to accept user provided arguments 2021-01-30 14:04:23 +01:00
socket.go lib: fix an out of bounds panic in the server 2020-02-13 10:26:12 -05:00
structure_helpers.go Remove hard coded bodystruct path everywhere 2020-07-27 09:19:27 +02:00