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
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
..
compose Add option to highlight self in mailing list threads 3 months ago
listing Add option to highlight self in mailing list threads 3 months ago
view Add option to highlight self in mailing list threads 3 months ago
compose.rs Add option to highlight self in mailing list threads 3 months ago
listing.rs Add option to highlight self in mailing list threads 3 months ago
pgp.rs meli: add deny clippy lints and fix them 5 months ago
status.rs meli/sqlite3: Fix auto index build when missing 3 months ago
view.rs Add option to highlight self in mailing list threads 3 months ago