Add systemd units for calling mbsync every 5 minutes
authorAmin Bandali <amin@aminb.org>
Mon, 12 Dec 2016 19:37:17 +0000 (14:37 -0500)
committerAmin Bandali <amin@aminb.org>
Mon, 12 Dec 2016 19:37:17 +0000 (14:37 -0500)
To enable:
   systemctl --user enable mbsync.timer
   systemctl --user start  mbsync.timer

Also, use 'pick-first for mu4e-context-policy

isync/.config/systemd/user/mbsync.service [new file with mode: 0644]
isync/.config/systemd/user/mbsync.timer [new file with mode: 0644]
spacemacs/.emacs.d/private/aminb/packages.el

diff --git a/isync/.config/systemd/user/mbsync.service b/isync/.config/systemd/user/mbsync.service
new file mode 100644 (file)
index 0000000..7fc2821
--- /dev/null
@@ -0,0 +1,8 @@
+[Unit]
+Description=Mailbox synchronization service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/mbsync -Va
+StandardOutput=syslog
+StandardError=syslog
diff --git a/isync/.config/systemd/user/mbsync.timer b/isync/.config/systemd/user/mbsync.timer
new file mode 100644 (file)
index 0000000..7c3c751
--- /dev/null
@@ -0,0 +1,10 @@
+[Unit]
+Description=Mailbox synchronization timer
+
+[Timer]
+OnCalendar=*:0/5
+Persistent=true
+Unit=mbsync.service
+
+[Install]
+WantedBy=timers.target
index 36c9400..fb336a3 100644 (file)
@@ -141,7 +141,7 @@ erc-modified-channels-alist. Should be executed on window change."
     :config
     (progn
       (setq mu4e-maildir "~/mail"
-            mu4e-get-mail-command "mbsync -aq"   ;; or fetchmail, or ...
+            mu4e-get-mail-command "mbsync -a   ;; or fetchmail, or ...
             mu4e-update-interval 300             ;; update every 5 minutes
             mu4e-view-show-addresses t
             mu4e-headers-include-related t
@@ -159,6 +159,7 @@ erc-modified-channels-alist. Should be executed on window change."
             mu4e-drafts-folder "/amin/Drafts"
             mu4e-trash-folder "/amin/Trash"
             user-mail-address "amin@aminb.org"
+            mu4e-context-policy 'pick-first
             mu4e-contexts
               (list (make-mu4e-context
                      :name "amin"