mirror of
https://git.sr.ht/~sircmpwn/aerc
synced 2026-01-14 19:01: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. |
||
|---|---|---|
| .. | ||
| handlers | ||
| imap | ||
| lib | ||
| maildir | ||
| notmuch | ||
| types | ||
| handler_notmuch.go | ||
| worker_enabled.go | ||
| worker.go | ||