Do not disable alarm notifications for foreign calendars fully, only do
authorMilan Crha <mcrha@redhat.com>
Wed, 8 Apr 2009 10:48:07 +0000 (10:48 +0000)
committerMilan Crha <mcrha@src.gnome.org>
Wed, 8 Apr 2009 10:48:07 +0000 (10:48 +0000)
2009-04-08  Milan Crha  <mcrha@redhat.com>

* storage/exchange-esource.c: (add_folder_esource):
Do not disable alarm notifications for foreign calendars fully,
only do not notify for them by default.

svn path=/trunk/; revision=10202

servers/exchange/ChangeLog
servers/exchange/storage/exchange-esource.c

index 9fefcd4..4e13b0b 100644 (file)
@@ -1,3 +1,9 @@
+2009-04-08  Milan Crha  <mcrha@redhat.com>
+
+       * storage/exchange-esource.c: (add_folder_esource):
+       Do not disable alarm notifications for foreign calendars fully,
+       only do not notify for them by default.
+
 2009-02-26  Matthew Barnes  <mbarnes@redhat.com>
 
        ** Fixes part of bug #572950
index 46ff3c5..83ebcb1 100644 (file)
@@ -126,7 +126,7 @@ add_folder_esource (ExchangeAccount *account,
                }
 
                if (foriegn_folder && (folder_type != EXCHANGE_CONTACTS_FOLDER)) {
-                       e_source_set_property (source, "alarm", "never");
+                       e_source_set_property (source, "alarm", "false");
                        e_source_set_property (source, "foreign", "1");
                        e_source_set_property (source, "subscriber", useremail);
                }
@@ -174,7 +174,7 @@ add_folder_esource (ExchangeAccount *account,
                                e_source_set_property (source, "auth", "1");
 
                        if (foriegn_folder && (folder_type != EXCHANGE_CONTACTS_FOLDER)) {
-                               e_source_set_property (source, "alarm", "never");
+                               e_source_set_property (source, "alarm", "false");
                                e_source_set_property (source, "foreign", "1");
                                e_source_set_property (source, "subscriber", useremail);
                        }