You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/meli/src/mail/view
Manos Pitsidianakis e2cdebe89c
Add option to highlight self in mailing list threads
Use under `listing` options such as:

globally
========

  [listing]
  highlight_self = true

per-account
===========

  [accounts.work]
  root_mailbox = '[Gmail]'
  format = "imap"
  subscribed_mailboxes = ["*"]
  listing.index_style = "compact"
  listing.highlight_self = true

per-mailbox
===========

  [accounts.work.mailboxes]
  "INBOX/Lists/project-devel" = { listing.highlight_self=true }

Signed-off-by: Manos Pitsidianakis <manos@pitsidianak.is>
3 months ago
..
envelope.rs Add option to highlight self in mailing list threads 3 months ago
filters.rs Fix new clippy lints (mostly clippy::blocks_in_conditions) 4 months ago
html.rs mail/view: abstract envelope view filters away 7 months ago
state.rs meli: add deny clippy lints and fix them 6 months ago
tests.rs view/filters: add tests 7 months ago
thread.rs meli: Add clippy::doc_markdown 4 months ago
types.rs Add option to highlight self in mailing list threads 3 months ago
utils.rs meli: Move components/mail -> mail 10 months ago