aboutsummaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2020-08-22 20:19:03 +0200
committerRobert Tari <robert@tari.in>2020-08-22 20:19:03 +0200
commitef27a57e0d507c5be37b0e065b5a729670552bdb (patch)
tree6482cf378de8dd4f0ada90add62ca1674f1f90cd /data
parenteb462c2b52cbcad84f27340d69c3ce5ddd811f65 (diff)
downloadayatana-webmail-ef27a57e0d507c5be37b0e065b5a729670552bdb.tar.gz
ayatana-webmail-ef27a57e0d507c5be37b0e065b5a729670552bdb.tar.bz2
ayatana-webmail-ef27a57e0d507c5be37b0e065b5a729670552bdb.zip
Use server configuration templates + set minimum folder list height
Diffstat (limited to 'data')
-rwxr-xr-xdata/usr/share/glib-2.0/schemas/org.ayatana.webmail.gschema.xml23
1 files changed, 4 insertions, 19 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 c90b4a3..4cc5dd9 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
@@ -46,25 +46,10 @@
<summary>Message action</summary>
<description>Action to perform when a message is activated.</description>
</key>
- <key type="s" name="home">
- <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.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.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.example.com/sent'</default>
- <summary>Sent</summary>
- <description>URL or command for the "Sent" link.</description>
+ <key type="as" name="servers">
+ <default>['Custom\timap.example.com\t993\thttps://mail.example.com\thttps://mail.example.com/compose\thttps://mail.example.com/sent\thttps://mail.example.com/inbox\t/$MSG_UID', 'Google\timap.gmail.com\t993\thttps://mail.google.com/mail/\thttps://mail.google.com/mail/#compose\thttps://mail.google.com/mail/#sent\thttps://mail.google.com/mail/#inbox\t/$MSG_THREAD', 'RoundCube\tmail.example.com\t993\thttps://mail.example.com/?_task=mail&amp;_mbox=INBOX\thttps://mail.example.com/?_task=mail&amp;_action=compose\thttps://mail.example.com/?_task=mail&amp;_mbox=Sent\thttps://mail.example.com/?_task=mail&amp;_mbox=INBOX\t&amp;_uid=$MSG_UID']</default>
+ <summary>Webmail server templates</summary>
+ <description>Stores the list of predefined settings for certain webmail servers.</description>
</key>
</schema>
</schemalist>