Unverified Commit 1780cf7d authored by Tom Vincent's avatar Tom Vincent Committed by Bobby Rong
Browse files
parent fa972b1d
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
diff --git a/src/EWS/camel/camel-ews-utils.c b/src/EWS/camel/camel-ews-utils.c
index 32817df..c8b3f2e 100644
index 9dcc5b1..9588be3 100644
--- a/src/EWS/camel/camel-ews-utils.c
+++ b/src/EWS/camel/camel-ews-utils.c
@@ -1550,7 +1550,7 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C
@@ -1562,7 +1562,7 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C
 	gboolean changed = FALSE;
 
 	/* cannot save, when evolution is not installed */
@@ -11,7 +11,7 @@ index 32817df..c8b3f2e 100644
 		return FALSE;
 
 	if (!old_categories || !new_categories)
@@ -1558,7 +1558,18 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C
@@ -1570,7 +1570,18 @@ ews_utils_save_category_changes (GHashTable *old_categories, /* gchar *guid ~> C
 
 	evo_labels = g_ptr_array_new_full (5, g_free);
 
@@ -32,10 +32,10 @@ index 32817df..c8b3f2e 100644
 
 	for (ii = 0; strv && strv[ii]; ii++) {
diff --git a/src/Microsoft365/camel/camel-m365-store.c b/src/Microsoft365/camel/camel-m365-store.c
index 7374c36..dbf9099 100644
index a4997c7..94be919 100644
--- a/src/Microsoft365/camel/camel-m365-store.c
+++ b/src/Microsoft365/camel/camel-m365-store.c
@@ -305,7 +305,7 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca
@@ -311,7 +311,7 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca
 	gboolean changed = FALSE;
 
 	/* cannot save, when evolution is not installed */
@@ -44,7 +44,7 @@ index 7374c36..dbf9099 100644
 		return FALSE;
 
 	if (!old_categories || !new_categories)
@@ -313,7 +313,18 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca
@@ -319,7 +319,18 @@ m365_store_save_category_changes (GHashTable *old_categories, /* gchar *id ~> Ca
 
 	evo_labels = g_ptr_array_new_full (5, g_free);
 
+2 −2
Original line number Diff line number Diff line
@@ -23,11 +23,11 @@

stdenv.mkDerivation rec {
  pname = "evolution-ews";
  version = "3.56.2";
  version = "3.58.1";

  src = fetchurl {
    url = "mirror://gnome/sources/${pname}/${lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
    hash = "sha256-Hrfsz5TGuGGNa0XDICNQIJ21Z8SJEIrcICM8TRn48o8=";
    hash = "sha256-EABr14/7fWQJxdAKVYvp3BkOhZS7miuXPi7AVhMWeCA=";
  };

  patches = [