[kdepim] [Bug 317023] Incorrect settings from the Trojita import

Jan Kundrát jkt at flaska.net
Tue Mar 19 12:34:37 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=317023

--- Comment #2 from Jan Kundrát <jkt at flaska.net> ---
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.


More information about the Kdepim-bugs mailing list