summaryrefslogtreecommitdiffstats
path: root/isync/.config/systemd
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2016-12-13 11:10:38 -0500
committerAmin Bandali <amin@aminb.org>2016-12-13 11:29:49 -0500
commitccdc4e0c2f85ad11b81c0d5260abd105754c2bd0 (patch)
treee4251812e291faf3e0f0f2b46f86dcf48c466403 /isync/.config/systemd
parent6bd89970263a7779091b3a9c817b74913aac628c (diff)
downloadconfigs-ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0.tar.gz
configs-ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0.tar.xz
configs-ccdc4e0c2f85ad11b81c0d5260abd105754c2bd0.zip
Add my GNU email
Use getmail to fetch my GNU mail over pop3. After stowing getmail config, run it like this the first time: getmail --store-password-in-gnome-keyring to save the password in the Default gnome keyring. Then, proceed to run it without arguments, and/or enable and start the systemd timer for auto-syncing. Requires: getmail gnome-keyring python2-gnome-keyring
Diffstat (limited to 'isync/.config/systemd')
-rw-r--r--isync/.config/systemd/user/mbsync.service2
-rw-r--r--isync/.config/systemd/user/mbsync.timer4
2 files changed, 3 insertions, 3 deletions
diff --git a/isync/.config/systemd/user/mbsync.service b/isync/.config/systemd/user/mbsync.service
index 7fc2821..e203ca6 100644
--- a/isync/.config/systemd/user/mbsync.service
+++ b/isync/.config/systemd/user/mbsync.service
@@ -1,5 +1,5 @@
[Unit]
-Description=Mailbox synchronization service
+Description=mbsync service
[Service]
Type=oneshot
diff --git a/isync/.config/systemd/user/mbsync.timer b/isync/.config/systemd/user/mbsync.timer
index 7c3c751..bbb8115 100644
--- a/isync/.config/systemd/user/mbsync.timer
+++ b/isync/.config/systemd/user/mbsync.timer
@@ -1,8 +1,8 @@
[Unit]
-Description=Mailbox synchronization timer
+Description=mbsync timer
[Timer]
-OnCalendar=*:0/5
+OnCalendar=*:0/15
Persistent=true
Unit=mbsync.service