Alter default SOGo refresh view interval for specific user.

By default your INBOX needs to refreshed manually when using SOGo web-interface.

$ docker-compose exec -u sogo sogo-mailcow /usr/sbin/sogo-tool user-preferences get defaults milosz@example.org SOGoRefreshViewCheck
<0x0x5598470ffff0[SOGoCache]> Cache cleanup interval set every 900.000000 seconds
<0x0x5598470ffff0[SOGoCache]> Using host(s) 'memcached' as server(s)
SOGoRefreshViewCheck: "manually"

Refresh INBOX every minute when using SOGo web-interface

$ docker-compose exec -u sogo sogo-mailcow /usr/sbin/sogo-tool user-preferences set defaults milosz@example.org SOGoRefreshViewCheck '{"SOGoRefreshViewCheck":"every_minute"}'
<0x0x5633d48877a0[SOGoCache]> Cache cleanup interval set every 900.000000 seconds
<0x0x5633d48877a0[SOGoCache]> Using host(s) 'memcached' as server(s)
$ docker-compose exec -u sogo sogo-mailcow /usr/sbin/sogo-tool user-preferences get defaults milosz@example.org SOGoRefreshViewCheck
<0x0x558893abbff0[SOGoCache]> Cache cleanup interval set every 900.000000 seconds
<0x0x558893abbff0[SOGoCache]> Using host(s) 'memcached' as server(s)
SOGoRefreshViewCheck: "every_minute"
ko-fi