diff options
-rw-r--r-- | mail/ChangeLog | 7 | ||||
-rw-r--r-- | mail/evolution-mail.schemas.in | 6 |
2 files changed, 10 insertions, 3 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 6606b537f0..2c9e06df47 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,12 @@ 2008-08-01 Matthew Barnes <mbarnes@redhat.com> + ** Fixes bug #544859 + + * evolution-mail.schemas.in: + Clarify description of "sync_interval" key. + +2008-08-01 Matthew Barnes <mbarnes@redhat.com> + ** Fixes bug #545820 * mail-ops.c (save_messages_desc): Fix a typo. (Nicolas Kaiser) diff --git a/mail/evolution-mail.schemas.in b/mail/evolution-mail.schemas.in index 29d7dd12aa..88969a4997 100644 --- a/mail/evolution-mail.schemas.in +++ b/mail/evolution-mail.schemas.in @@ -1341,10 +1341,10 @@ <type>int</type> <default>60</default> <locale name="C"> - <short>Time interval, in seconds, how often upload store changes to server.</short> + <short>Server synchronization interval</short> <long> - Time interval, in seconds, how often upload store changes to server. - The actual value cannot be less than 30 seconds. + Controls how frequently local changes are synchronized with the + remote mail server. The interval must be at least 30 seconds. </long> </locale> </schema> |