summaryrefslogtreecommitdiff
path: root/debian/patches/accept-webdav-backends-from-gnome-online-accounts.patch
blob: 6a93b1b59a28a12b77a251a9d8c922cc970df950 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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
 };