meli/melib/src
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
..
addressbook melib/addressbook/vcard: Parse vCards with just LF instead of CRLF line endings 2021-10-24 14:31:22 +03:00
backends Fix some clippy suggestions 2021-09-12 14:33:00 +03:00
email melib/email/address: quote display_name if it contains "," 2021-10-15 12:29:52 +03:00
gpgme Fix minor warnings 2020-10-15 19:01:42 +03:00
text_processing Fix some clippy suggestions 2021-09-12 14:33:00 +03:00
thread melib/thread/iterators: remove recursion in favor of loops 2020-07-17 13:33:40 +03:00
addressbook.rs melib/addressbook: log vcard parsing failures 2021-10-24 14:18:29 +03:00
backends.rs melib/error: Add kinds: NotImplemented, NotSupported, OSError 2021-09-05 12:39:15 +03:00
collection.rs melib/collections: add RwRef{,Mut} structs 2021-09-04 17:05:11 +03:00
conf.rs Add configurable mailbox sort order 2021-10-31 18:15:39 +02:00
connections.rs melib/connections: add async sleep(dur: Duration) 2021-01-05 19:45:26 +02:00
datetime.rs Fix some clippy suggestions 2021-09-12 14:33:00 +03:00
email.rs melib/smtp: fix Cc and Bcc ignored when sending mail 2021-10-15 12:27:51 +03:00
error.rs melib/error: Add kinds: NotImplemented, NotSupported, OSError 2021-09-05 12:39:15 +03:00
lib.rs Fix compilation for netbsd-9.2 2021-09-06 18:54:40 +03:00
logging.rs melib/datetime: add posix locale arg in timestamp_to_string() 2021-01-08 15:01:37 +02:00
parsec.rs melib: cleanup commit 2020-09-10 21:19:38 +03:00
search.rs Fix some clippy lints 2020-08-26 00:54:07 +03:00
smtp.rs melib/smtp: fix Cc and Bcc ignored when sending mail 2021-10-15 12:27:51 +03:00
sqlite3.rs melib: fix bincode serialization 2020-11-09 00:40:32 +02:00
thread.rs melib/backends: add collection() method to MailBackend 2021-01-10 01:31:27 +02:00