diff options
Diffstat (limited to 'isync')
-rw-r--r-- | isync/.config/systemd/user/mbsync.service | 8 | ||||
-rw-r--r-- | isync/.config/systemd/user/mbsync.timer | 10 | ||||
-rw-r--r-- | isync/.mbsyncrc | 46 |
3 files changed, 0 insertions, 64 deletions
diff --git a/isync/.config/systemd/user/mbsync.service b/isync/.config/systemd/user/mbsync.service deleted file mode 100644 index e203ca6..0000000 --- a/isync/.config/systemd/user/mbsync.service +++ /dev/null @@ -1,8 +0,0 @@ -[Unit] -Description=mbsync 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 deleted file mode 100644 index bbb8115..0000000 --- a/isync/.config/systemd/user/mbsync.timer +++ /dev/null @@ -1,10 +0,0 @@ -[Unit] -Description=mbsync timer - -[Timer] -OnCalendar=*:0/15 -Persistent=true -Unit=mbsync.service - -[Install] -WantedBy=timers.target diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc deleted file mode 100644 index 4bc666d..0000000 --- a/isync/.mbsyncrc +++ /dev/null @@ -1,46 +0,0 @@ -# Global defaults -CopyArrivalDate yes - -###### -IMAPAccount amin -Host nix.aminb.org -User amin@aminb.org -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" -SSLType IMAPS - -IMAPStore amin-remote -Account amin - -MaildirStore amin-local -Path ~/mail/amin/ -Inbox ~/mail/amin/Inbox -SubFolders Verbatim - -Channel amin -Master :amin-remote: -Slave :amin-local: -Patterns * !dovecot* -Create Both -SyncState * - -###### -IMAPAccount uwaterloo -Host connect.uwaterloo.ca -User mbandali -PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/uwaterloo.gpg" -SSLType IMAPS - -IMAPStore uwaterloo-remote -Account uwaterloo - -MaildirStore uwaterloo-local -Path ~/mail/uwaterloo/ -Inbox ~/mail/uwaterloo/Inbox -SubFolders Verbatim - -Channel uwaterloo -Master :uwaterloo-remote: -Slave :uwaterloo-local: -Patterns * !dovecot* -Create Both -SyncState * |