aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-08-20 13:48:18 +0200
committerRobert Tari <robert@tari.in>2020-08-20 13:48:18 +0200
commit71e54c50543d16580f0b18b89bf467629682aafe (patch)
tree425f4042d408fee602de8b14d5c683ead31463fd /data
parent4cdf023a527984347c4269d2c9b64e0f556f333d (diff)
downloadayatana-webmail-71e54c50543d16580f0b18b89bf467629682aafe.tar.gz
ayatana-webmail-71e54c50543d16580f0b18b89bf467629682aafe.tar.bz2
ayatana-webmail-71e54c50543d16580f0b18b89bf467629682aafe.zip
Remove all GMail references
Diffstat (limited to 'data')
-rwxr-xr-xdata/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/data/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml b/data/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml
index 1fefabb..c90b4a3 100755
--- a/data/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml
+++ b/data/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml
@@ -47,22 +47,22 @@
<description>Action to perform when a message is activated.</description>
</key>
<key type="s" name="home">
- <default>'https://mail.google.com/mail/'</default>
+ <default>'https://mail.example.com'</default>
<summary>Home</summary>
<description>URL or command for the "Home" link.</description>
</key>
<key type="s" name="compose">
- <default>'https://mail.google.com/mail/#compose'</default>
+ <default>'https://mail.example.com/compose'</default>
<summary>Compose</summary>
<description>URL or command for the "Compose" link.</description>
</key>
<key type="s" name="inbox">
- <default>'https://mail.google.com/mail/#inbox'</default>
+ <default>'https://mail.example.com/inbox'</default>
<summary>Inbox</summary>
<description>URL or command for the "Inbox" link.</description>
</key>
<key type="s" name="sent">
- <default>'https://mail.google.com/mail/#sent'</default>
+ <default>'https://mail.example.com/sent'</default>
<summary>Sent</summary>
<description>URL or command for the "Sent" link.</description>
</key>