meli/ui/src
Manos Pitsidianakis 8488ce21bf
ui: move is_online() check to Context
Context needs to know when an account gets online in order to get the
mailbox hashes and launch the watcher threads for this account. Instead
of assuming all accounts are online when launching meli, move the
initialisation logic to an is_online() method on Context to do it on
demand.

The is_online() method is then called by ui::components::mail::Listing
everytime it's drawn to check for status changes.
2019-11-08 15:13:42 +02:00
..
components ui: move is_online() check to Context 2019-11-08 15:13:42 +02:00
conf sqlite3: small refactors and fixes 2019-11-08 15:13:42 +02:00
execute add cache struct in Account 2019-11-08 15:13:41 +02:00
terminal Add account statuses in Status tab 2019-11-08 15:13:42 +02:00
types Update uuid dependency to 0.7.4 2019-10-20 11:25:57 +03:00
cache.rs ui/sqlite3: add env body in sqlite3 fts table 2019-11-08 15:13:41 +02:00
components.rs conf: add ascii_drawing option 2019-10-06 11:32:35 +03:00
conf.rs add cache struct in Account 2019-11-08 15:13:41 +02:00
execute.rs add cache struct in Account 2019-11-08 15:13:41 +02:00
lib.rs add cache struct in Account 2019-11-08 15:13:41 +02:00
search.rs ui/search: add sorting in search 2019-11-08 15:13:41 +02:00
sqlite3.rs sqlite3: small refactors and fixes 2019-11-08 15:13:42 +02:00
state.rs ui: move is_online() check to Context 2019-11-08 15:13:42 +02:00
terminal.rs Add embed pty support 2019-11-05 08:37:27 +02:00
types.rs Add embed pty support 2019-11-05 08:37:27 +02:00
workers.rs Small fixes 2019-09-26 13:11:49 +03:00