View Single Post
Community Council | Posts: 4,920 | Thanked: 12,867 times | Joined on May 2012 @ Southerrn Finland
#9
Update:

It seems the email account handling is changing in every SW update

After the new 1.1.0.38/39 (Uitukka) SW update rolled out, again my nice sync script was failing.
The reason was same as last time, the name of the sync profile in Buteo had changed again: before it was 'syncemail-2' and now 'syncemail-3'

So, the sync command that works in crontab is now this:
Code:
DBUS_SESSION_BUS_ADDRESS="unix:path=/run/user/100000/dbus/user_bus_socket" /bin/dbus-send --session --type=method_call --print-reply --dest=com.meego.msyncd /synchronizer com.meego.msyncd.startSync string:'syncemail-3'  > /dev/null 2>&1