https://bugs.kde.org/show_bug.cgi?id=317023
--- Comment #2 from Jan Kundrát <[email protected]> --- There is an offline mode, but it's set up in a different way than in Akonadi. You should probably look at the value of offline.metadataCache. If it's "memory", then Trojita will not store anything to disk, saving the intermediate state only in some in-memory structures. Any other value leads to the (default) mode of operation where any already-downloaded data are saved on disk. That's probably the "disconnected IMAP" in Akonadi. There are also settings for control of how long before removing stale data from the on-disk cache (reading this makes sense only if the previous option did not say "hey, don't save anything on disk"). This lifetime is controlled via the "offline.cache" option. If it's "all", then no data are ever removed, if it is "days", then Trojita will remove data which was not accessed for "offline.cache.numDays" days (this cleaning is not yet implemented yet btw). In future, there will also be options for controlling whether to preload messages before they are seen by the user, but this is not here yet. It's likely going to be per-folder settings. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
