meli/src/conf
Manos Pitsidianakis 36e29cb6fd
Add configurable mailbox sort order
Closes #25

```
     sort_order unsigned integer           (optional) Override sort order on the sidebar for this mailbox.  Example:

                                           [accounts."imap.example.com".mailboxes]
                                             "INBOX" = { index_style = "plain" }
                                             "INBOX/Sent" = { sort_order = 0 }
                                             "INBOX/Drafts" = { sort_order = 1 }
                                             "INBOX/Lists" = { sort_order = 2 }
```
2021-10-31 18:15:39 +02:00
..
accounts.rs Add configurable mailbox sort order 2021-10-31 18:15:39 +02:00
composing.rs Add forward mail option 2021-10-02 13:38:50 +03:00
listing.rs listing: add {unseen,selected,attachment,thread_snoozed} flag config values 2021-07-18 10:26:19 +03:00
notifications.rs conf: impl DotAddressable for NotificationsSettings 2020-09-10 21:19:38 +03:00
overrides.rs Add forward mail option 2021-10-02 13:38:50 +03:00
pager.rs Add url_launcher config setting 2021-09-16 16:43:43 +03:00
pgp.rs compose: add key selection state for gpg operations 2020-10-11 18:11:04 +03:00
shortcuts.rs Add forward mail option 2021-10-02 13:38:50 +03:00
tags.rs conf.rs: reject unknown configuration options 2020-08-03 22:53:06 +03:00
terminal.rs utilities/ProgressSpinner: add interval field and new spinners 2021-01-11 19:11:08 +02:00
themes.rs listing/conversations: remove entry padding box character 2021-07-18 10:26:19 +03:00