mirror of
https://git.sr.ht/~rjarry/aerc
synced 2025-11-04 15:52:35 +01:00
This allows setting viewer options for specific message senders or subjects via conditional `viewer` blocks in the main configuration file, similar to contextual UI configuration. Each block can target the envelope sender and the From/Subject headers, as either an exact match with `=` (on the email address for sender/from) or a regex with `~` (on the full "$name <$email>" string representation). For example, some senders like to include a useless plain text part in their alternatives, telling you that your client doesn't support HTML. The documented example would prefer plain text where present by default, but switch to the HTML part for such senders. Signed-off-by: Terrance <git@terrance.allofti.me> Reviewed-by: Julio B <julio.bacel@gmail.com> Acked-by: Robin Jarry <robin@jarry.cc> |
||
|---|---|---|
| .. | ||
| account-wizard.go | ||
| account.go | ||
| aerc.go | ||
| app.go | ||
| authinfo.go | ||
| compose.go | ||
| dialog.go | ||
| dirlist.go | ||
| dirtree.go | ||
| exline.go | ||
| getpasswd.go | ||
| headerlayout.go | ||
| listbox.go | ||
| msglist.go | ||
| msgviewer.go | ||
| partswitcher.go | ||
| pgpinfo.go | ||
| providesmessage.go | ||
| quake.go | ||
| scrollable.go | ||
| selector.go | ||
| spinner.go | ||
| status.go | ||
| terminal.go | ||