summarylogtreecommitdiffstats
path: root/alps.conf
diff options
context:
space:
mode:
authorÓscar García Amor2022-02-15 14:45:31 +0100
committerÓscar García Amor2022-02-15 14:45:31 +0100
commit253f814a46de94fca41203c2d04f6f2dc7be9dac (patch)
treed26c35bb5fa14d0be861aaec3f947d1bcd313160 /alps.conf
parentfb187f4e45b45dd407fa1c41d17b509c36d98065 (diff)
downloadaur-253f814a46de94fca41203c2d04f6f2dc7be9dac.tar.gz
Initial upload: alps 2021.09.29-1
Diffstat (limited to 'alps.conf')
-rw-r--r--alps.conf19
1 files changed, 19 insertions, 0 deletions
diff --git a/alps.conf b/alps.conf
new file mode 100644
index 000000000000..9574f9a4ddbb
--- /dev/null
+++ b/alps.conf
@@ -0,0 +1,19 @@
+# Global alps configuration file readed by systemd system alps.service
+#
+# Copy it as ${XDG_CONFIG_HOME}/alps/alps.conf for start service as systemd
+# user unit
+
+# Application options
+# Note: Theme is mandatory (see /usr/lib/alps/themes for more themes)
+ALPS_OPTIONS="-theme alps -addr localhost:1323"
+
+# Servers
+ALPS_SERVERS="imaps://imap.migadu.com smtps://smtp.migadu.com"
+
+# More examples (see cli.md in docs for more info)
+#
+# More options (enable debug and provide a login-key)
+#ALPS_OPTIONS="-theme alps -addr localhost:1323 -debug -login-key secret"
+#
+# Adding optional CardDAV and CalDAV to servers
+#ALPS_SERVERS="imaps://imap.migadu.com smtps://smtp.migadu.com https://cdav.migadu.com/addressbooks/MAILBOXADDRESS/family https://cdav.migadu.com/calendars/MAILBOXADDRESS/home"