X-Git-Url: http://git.maemo.org/git/?p=modest;a=blobdiff_plain;f=src%2Fhildon2%2Fmodest-platform.c;h=53bfd52012af501674a479f093bfd312854c3d35;hp=b7c3df0f626b24c11d418de89d77e9d67e3bc6b3;hb=03915ab6bbff11b3d119f3f6e0497faf79ad45b7;hpb=425fa868e688a6d89a47e569e05f735185e989eb diff --git a/src/hildon2/modest-platform.c b/src/hildon2/modest-platform.c index b7c3df0..53bfd52 100644 --- a/src/hildon2/modest-platform.c +++ b/src/hildon2/modest-platform.c @@ -1546,7 +1546,7 @@ modest_platform_set_update_interval (guint minutes) * (The old maemo email-client did this, though it isn't specified in the UI spec.) * ALARM_EVENT_CONNECTED will prevent the alarm from being called in case that the device is offline */ - event->flags = ALARM_EVENT_CONNECTED; + event->flags = ALARM_EVENT_CONNECTED | ALARM_EVENT_RUN_DELAYED; alarm_cookie = alarmd_event_add (event);