meli/ui/src
Manos Pitsidianakis 26e4d50b40
Try to save sent messages elsewhere if Sent folder fails
If Sent folder wasn't correctly configured, the sent message would be
lost. With this change it tries these folders in this order:

 1. Sent
 2. Inbox
 3. Any other normal folder

The check is done by looking at the special usage metadata on each
folder. If everything fails, the message is saved in a file in the
tmpfs.
2019-09-23 09:30:23 +03:00
..
components Try to save sent messages elsewhere if Sent folder fails 2019-09-23 09:30:23 +03:00
conf Try to save sent messages elsewhere if Sent folder fails 2019-09-23 09:30:23 +03:00
execute ui: add envelope views in new tab action 2019-09-15 23:38:31 +03:00
terminal Update crossbeam to 0.7.2 and remove chan 2019-09-15 13:21:14 +03:00
types Try to save sent messages elsewhere if Sent folder fails 2019-09-23 09:30:23 +03:00
components.rs ui: add statusbar change with tab switch and updates 2019-09-15 23:38:31 +03:00
conf.rs ui: small configuration fixes 2019-09-16 16:41:22 +03:00
execute.rs ui: add envelope views in new tab action 2019-09-15 23:38:31 +03:00
lib.rs Update crossbeam to 0.7.2 and remove chan 2019-09-15 13:21:14 +03:00
state.rs ui: add timer tick every 300ms 2019-09-22 11:00:05 +03:00
terminal.rs Fix warnings, lints, and 2018 errors 2019-06-18 21:14:14 +03:00
types.rs ui: add Notification kinds 2019-09-15 23:38:32 +03:00
workers.rs add priority and info to jobs and workers 2019-09-15 13:21:14 +03:00