meli/src
Manos Pitsidianakis 08d8c05a67
CompactListing: update self.rows{,_drawn} on row update
self.rows{,_drawn} were left unupdated, and stale envelope hashes could
result in panics
2020-07-17 00:04:59 +03:00
..
components CompactListing: update self.rows{,_drawn} on row update 2020-07-17 00:04:59 +03:00
conf sqlite3: make reindex operation async 2020-07-17 00:02:14 +03:00
execute CompactListing: add select command 2020-07-17 00:03:35 +03:00
plugins melib: add supports_search() method to MailBackend 2020-07-17 00:02:02 +03:00
terminal Fix clippy lints 2020-07-06 15:27:08 +03:00
types Fix clippy lints 2020-07-06 15:27:08 +03:00
bin.rs Fix clippy lints 2020-07-06 15:27:08 +03:00
components.rs Add optional feature to save SVG screenshot 2020-06-12 01:37:57 +03:00
conf.rs conf: Rename cache_type to search_backend 2020-07-16 23:57:00 +03:00
execute.rs CompactListing: add select command 2020-07-17 00:03:35 +03:00
jobs.rs jobs: add spawn_blocking() method 2020-07-16 22:53:16 +03:00
mailcap.rs Remove some needless clones and stuff (thanks to Clippy) 2020-07-13 21:36:55 +03:00
managesieve.rs imap: remove blocking imap backend, replace with async 2020-07-06 15:27:08 +03:00
plugins.rs Remove some needless clones and stuff (thanks to Clippy) 2020-07-13 21:36:55 +03:00
sqlite3.rs sqlite3: make reindex operation async 2020-07-17 00:02:14 +03:00
state.rs sqlite3: make reindex operation async 2020-07-17 00:02:14 +03:00
terminal.rs Fix clippy lints 2020-07-06 15:27:08 +03:00
types.rs Add smtp client support for sending mail in UI 2020-07-15 15:24:01 +03:00
unix.rs MailBackend: change more methods to Futures 2020-07-06 15:26:00 +03:00
workers.rs Spawn workers on demand 2020-06-11 12:01:11 +03:00