mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-15 11:21:35 +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. |
||
|---|---|---|
| .. | ||
| account-wizard.go | ||
| account.go | ||
| aerc.go | ||
| common.go | ||
| compose.go | ||
| dirlist.go | ||
| exline.go | ||
| getpasswd.go | ||
| headerlayout.go | ||
| msglist.go | ||
| msgviewer.go | ||
| pgpinfo.go | ||
| providesmessage.go | ||
| selector.go | ||
| spinner.go | ||
| status.go | ||
| tabhost.go | ||
| terminal.go | ||