meli/src/conf
Manos Pitsidianakis aa73bd71c3
listing: fix mailbox tree rendering
Indentation value was being interpreted mirrored (raw binary value in
parenthesis):

   0  testing_account (0)
   1   ┣━Archives     (0)
   2   ┃ ┣━2014       (1)
   3   ┃ ┃ ┗━10       (11)
   4   ┃ ┗━2015       (1)
   5     ┃ ┗━05       (10) <- invalid/mirrored
   6   ┣━Drafts       (0)

Should be:

   0  testing_account (0)
   1   ┣━Archives     (0)
   2   ┃ ┣━2014       (1)
   3   ┃ ┃ ┗━10       (11)
   4   ┃ ┗━2015       (1)
   5   ┃   ┗━05       (10)
   6   ┣━Drafts       (0)
2020-11-11 17:14:34 +02:00
..
accounts.rs listing: fix mailbox tree rendering 2020-11-11 17:14:34 +02:00
composing.rs Add store_sent_mail option for gmail 2020-11-09 22:22:11 +02:00
listing.rs sidebar: add customizable mailbox tree 2020-09-17 16:49:19 +03:00
notifications.rs conf: impl DotAddressable for NotificationsSettings 2020-09-10 21:19:38 +03:00
overrides.rs Add store_sent_mail option for gmail 2020-11-09 22:22:11 +02:00
pager.rs conf/pager: remove unused max_width option 2020-10-16 12:37:46 +03:00
pgp.rs compose: add key selection state for gpg operations 2020-10-11 18:11:04 +03:00
shortcuts.rs listing: add set operations to range select actions 2020-10-21 14:36:51 +03:00
tags.rs conf.rs: reject unknown configuration options 2020-08-03 22:53:06 +03:00
terminal.rs docs/meli.conf.5: small fixes & additions 2020-10-16 22:28:00 +03:00
themes.rs themes/regexp: fix unwrap check on regexp match byte offsets 2020-08-27 17:27:45 +03:00