diff options
author | Amin Bandali <amin@aminb.org> | 2018-04-29 00:59:30 -0400 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2018-04-29 00:59:30 -0400 |
commit | be76c6db0ab38f4c8f3c4209a10b47087610f26f (patch) | |
tree | 0e2f19741a5a05df6da1e78b7cbf8de838a8ffec /isync | |
parent | 931a4b061e05a4d225a2304a2188adc84f1e3aed (diff) | |
download | configs-be76c6db0ab38f4c8f3c4209a10b47087610f26f.tar.gz configs-be76c6db0ab38f4c8f3c4209a10b47087610f26f.tar.xz configs-be76c6db0ab38f4c8f3c4209a10b47087610f26f.zip |
[rc/gtk,isync] migrate GTK and isync configs
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 * |