mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-25 08:48:02 +01:00
This allows us to hook into the std libs implementation of parsing related stuff. For this, we need to get rid of the distinction between a mailbox and a host to just a single "address" field. However this is already the common case. All but one users immediately concatenated the mbox/domain to a single address. So this in effects makes it simpler for most cases and we simply do the transformation in the special case. |
||
|---|---|---|
| .. | ||
| format | ||
| sort | ||
| templates | ||
| ui | ||
| uidstore | ||
| dirstore.go | ||
| history.go | ||
| keystore.go | ||
| messageview.go | ||
| msgstore.go | ||
| oauthbearer.go | ||
| open_darwin.go | ||
| open.go | ||
| socket.go | ||
| structure_helpers.go | ||