meli/meli/src/conf
Manos Pitsidianakis e2cdebe89c
Run cargo lints / Lint on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 9m34s Details
Run Tests / Test on ${{ matrix.build }} (linux-amd64, ubuntu-latest, stable, x86_64-unknown-linux-gnu) (pull_request) Successful in 15m24s Details
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>
2024-03-06 17:39:28 +02:00
..
.rebuild.overrides.rs Move src to meli/src 2023-07-08 13:58:32 +03:00
composing.rs Add option to highlight self in mailing list threads 2024-03-06 17:39:28 +02:00
listing.rs Add option to highlight self in mailing list threads 2024-03-06 17:39:28 +02:00
notifications.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
overrides.rs Add option to highlight self in mailing list threads 2024-03-06 17:39:28 +02:00
pager.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
pgp.rs Add option to highlight self in mailing list threads 2024-03-06 17:39:28 +02:00
shortcuts.rs conf/shortcuts: implement a key to command mapping 2024-01-18 15:53:35 +01:00
tags.rs Use cargo-derivefmt to sort derives alphabetically 2023-12-09 21:28:12 +02:00
terminal.rs meli: add deny clippy lints and fix them 2024-01-01 15:59:13 +02:00
themes.rs meli: Add clippy::doc_markdown 2024-03-03 11:38:57 +02:00