Commit Graph

22 Commits (14b0ef8f379173949e969fb94c9bd4b377b743ac)

Author SHA1 Message Date
Manos Pitsidianakis 14b0ef8f37
Respect use_color conf value as well as NO_COLOR 4 years ago
Manos Pitsidianakis c22a141b14
ui/themes: expand theme coverage to status panel and contacts 4 years ago
Manos Pitsidianakis 647cb10b33
ui: Use FolderHash instead of usize for folder cursor
Use FolderHash directly as a cursor type for folders within an account
isntead of having a usize (being the order of the folder within the
account) and figuring out the folder_hash everytime it's needed.

Add OfflineListing for offline accounts and AccountStatusChange event.
4 years ago
Manos Pitsidianakis 42747ef590
ui/themes: make theme_default the default for other keys 4 years ago
Manos Pitsidianakis 0b4109dfdb
ui: fix wrong subscription status in folders
Subscription status was checked/modified in various places, whereas now
the universal truth is the `BackendFolder::is_subscribed()` method set
by the backend when a folder is created. The `Account` struct passes a
closure to the backend constructor that determines whether the folder is subscribed or not according to the user configuration.

- If subscribed_folders field is empty, then all folders are subscribed.
- OR check explicit folder configuration
- OR check if folder path matches to a glob in subscribed_folders.
4 years ago
Manos Pitsidianakis f208948651
melib: add mailbox delete/create to IMAP 4 years ago
Manos Pitsidianakis d6f04c9ed3
Fix IntoIterator warning 4 years ago
Manos Pitsidianakis 05b91f1c02
Remove text_processing
Unwrap text_processing into melib

In preparation for uploading meli as a separate crate on crates.io.
4 years ago
Manos Pitsidianakis 8b6ea8de9a
Remove ui crate
Merge ui crate with root crate.

In preparation for uploading `meli` as a separate crate on crates.io.

Workspace crates will need to be published as well and having a separate
`ui` crate and binary perhaps doesn't make sense anymore.
4 years ago
Manos Pitsidianakis 8c98d3a5a0
Move ui and melib to different crates
closes #9
5 years ago
Manos Pitsidianakis e95cc4c1e9
Add threaded view, notifications, pager filter 5 years ago
Manos Pitsidianakis df5c617b2d
Move mailbox management to MailListing to avoid copying 5 years ago
Manos Pitsidianakis 11aac5ec34
Fix pager content drawing 5 years ago
Manos Pitsidianakis d089eb49dc
Add scrolling, only redraw dirty areas 5 years ago
Manos Pitsidianakis 8c7a0ae540
Index scrolling, dummy backends, and some pager settings 5 years ago
Manos Pitsidianakis b11eb1e494
Add sidebar menu 5 years ago
Manos Pitsidianakis c141496038
Add some doc 5 years ago
Manos Pitsidianakis c5dbf4e9ae
Move all backends to Backends structure 5 years ago
Manos Pitsidianakis fb745be27f
rustfmt
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
5 years ago
Manos Pitsidianakis 4119a4285d
add accounts and BackendOps
Signed-off-by: Manos Pitsidianakis <el13635@mail.ntua.gr>
5 years ago
Manos Pitsidianakis 04ff21a55f
various fixes
- Clippy fixes
- Rewrite header value parser
- Rewrite string allocations in header encodings
- Thread mail parsing for maildir.rs
- Split crate to lib and bin
5 years ago
Manos Pitsidianakis 9946fbcbe0
threads 5 years ago