mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-24 16:18:03 +01:00
* 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 |
||
|---|---|---|
| .. | ||
| archive.go | ||
| copy.go | ||
| delete.go | ||
| forward.go | ||
| mark.go | ||
| modify-labels.go | ||
| move.go | ||
| msg.go | ||
| pipe.go | ||
| read.go | ||
| recall.go | ||
| reply.go | ||
| unsubscribe_test.go | ||
| unsubscribe.go | ||
| utils.go | ||