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/terminal
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
..
embedded meli: add deny clippy lints and fix them 5 months ago
braille.rs meli: add deny clippy lints and fix them 5 months ago
cells.rs Add option to highlight self in mailing list threads 3 months ago
color.rs meli: add deny clippy lints and fix them 5 months ago
embedded.rs terminal: fix compilation for macos 3 months ago
keys.rs Update nix dependency to 0.27 4 months ago
screen.rs Add option to highlight self in mailing list threads 3 months ago
text_editing.rs meli: add deny clippy lints and fix them 5 months ago