summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/accept-webdav-backends-from-gnome-online-accounts.patch21
-rw-r--r--debian/patches/series1
2 files changed, 22 insertions, 0 deletions
diff --git a/debian/patches/accept-webdav-backends-from-gnome-online-accounts.patch b/debian/patches/accept-webdav-backends-from-gnome-online-accounts.patch
new file mode 100644
index 0000000..6a93b1b
--- /dev/null
+++ b/debian/patches/accept-webdav-backends-from-gnome-online-accounts.patch
@@ -0,0 +1,21 @@
+From: tzugen <tzugen@riseup.net>
+Date: Tue, 12 Sep 2023 20:49:46 +0200
+Subject: Accept Webdav backends from gnome-online-accounts
+
+See https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/merge_requests/127
+---
+ src/plugins/eds/gtd-plugin-eds.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/src/plugins/eds/gtd-plugin-eds.c b/src/plugins/eds/gtd-plugin-eds.c
+index 6200916..19ed1a4 100644
+--- a/src/plugins/eds/gtd-plugin-eds.c
++++ b/src/plugins/eds/gtd-plugin-eds.c
+@@ -59,6 +59,7 @@ const gchar *supported_accounts[] = {
+ "exchange",
+ "google",
+ "owncloud",
++ "webdav",
+ NULL
+ };
+
diff --git a/debian/patches/series b/debian/patches/series
index cf04680..9f2fb88 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
omni-area-check-for-n_messages-greater-zero-to-avoid.patch
+accept-webdav-backends-from-gnome-online-accounts.patch