This introduces a background account synchronizer into Geary that prefetches email folder-by-folder to a user-configurable epoch. The current default is 15 days. Additional work to make this user-visible is coming, in particular with The primary purpose for this feature is to allow "full" conversations (#4293), which needs more of the mailbox stored locally to do searching.
9 lines
416 B
CMake
9 lines
416 B
CMake
set(SQL_DEST share/geary/sql)
|
|
|
|
install(FILES version-001.sql DESTINATION ${SQL_DEST})
|
|
install(FILES version-002.sql DESTINATION ${SQL_DEST})
|
|
install(FILES version-003.sql DESTINATION ${SQL_DEST})
|
|
install(FILES version-004.sql DESTINATION ${SQL_DEST})
|
|
install(FILES version-005.sql DESTINATION ${SQL_DEST})
|
|
install(FILES version-006.sql DESTINATION ${SQL_DEST})
|
|
install(FILES version-007.sql DESTINATION ${SQL_DEST})
|