diff options
author | Milan Crha <mcrha@redhat.com> | 2008-05-27 02:11:49 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2008-05-27 02:11:49 +0800 |
commit | b67d6b02ca832f90e3e1b98bf85f98b68009f25d (patch) | |
tree | 2b8191b24a206b080efe2cfec445767a02b82072 /mail/evolution-mail.schemas.in | |
parent | c9d8512b2e3a29263935bef58ae1c01469dee0c4 (diff) | |
download | gsoc2013-evolution-b67d6b02ca832f90e3e1b98bf85f98b68009f25d.tar.gz gsoc2013-evolution-b67d6b02ca832f90e3e1b98bf85f98b68009f25d.tar.zst gsoc2013-evolution-b67d6b02ca832f90e3e1b98bf85f98b68009f25d.zip |
** Fix for bug #317755
2008-05-26 Milan Crha <mcrha@redhat.com>
** Fix for bug #317755
* mail-send-recv.c: (refresh_folders_exec):
* mail-ops.c: (refresh_folder_desc):
Also sync with a server when refreshing folder.
* evolution-mail.schemas.in:
* mail-config.h: (mail_config_get_sync_timeout):
* mail-config.c: (mail_config_get_sync_timeout):
Use int value of /apps/evolution/mail/sync_interval where is set
how often propagate local changes to server.
* mail-component.c: (struct _MailComponentPrivate), (impl_dispose),
(mc_sync_store_done), (mc_sync_store), (call_mail_sync),
(mail_component_init): Upload local changes to server on some interval.
* mail-component.c: (impl_quit):
Do not quit until we are done with mail sync.
svn path=/trunk/; revision=35552
Diffstat (limited to 'mail/evolution-mail.schemas.in')
-rw-r--r-- | mail/evolution-mail.schemas.in | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 8d2e34d335..3565e01f1a 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1332,5 +1332,22 @@ </locale> </schema> + <!-- Others --> + + <schema> + <key>/schemas/apps/evolution/mail/sync_interval</key> + <applyto>/apps/evolution/mail/sync_interval</applyto> + <owner>evolution-mail</owner> + <type>int</type> + <default>60</default> + <locale name="C"> + <short>Time interval, in seconds, how often upload store changes to server.</short> + <long> + Time interval, in seconds, how often upload store changes to server. + The actual value cannot be less than 30 seconds. + </long> + </locale> + </schema> + </schemalist> </gconfschemafile> |