From be76c6db0ab38f4c8f3c4209a10b47087610f26f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 29 Apr 2018 00:59:30 -0400 Subject: [rc/gtk,isync] migrate GTK and isync configs --- isync/.config/systemd/user/mbsync.service | 8 ------ isync/.config/systemd/user/mbsync.timer | 10 ------- isync/.mbsyncrc | 46 ------------------------------- 3 files changed, 64 deletions(-) delete mode 100644 isync/.config/systemd/user/mbsync.service delete mode 100644 isync/.config/systemd/user/mbsync.timer delete mode 100644 isync/.mbsyncrc (limited to 'isync') 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 * -- cgit v1.2.3-60-g2f50