aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mbsync/.config
diff options
context:
space:
mode:
Diffstat (limited to 'mbsync/.config')
-rw-r--r--mbsync/.config/environment.d/20-mail.conf1
-rw-r--r--mbsync/.config/mbsync/mbsyncrc59
-rw-r--r--mbsync/.config/systemd/user/maildir-notify@.service10
-rw-r--r--mbsync/.config/systemd/user/mbsync@.service12
-rw-r--r--mbsync/.config/zsh/.zshrc.d/20-mbsync.sh3
5 files changed, 0 insertions, 85 deletions
diff --git a/mbsync/.config/environment.d/20-mail.conf b/mbsync/.config/environment.d/20-mail.conf
deleted file mode 100644
index 1c12b82..0000000
--- a/mbsync/.config/environment.d/20-mail.conf
+++ /dev/null
@@ -1 +0,0 @@
-MAIL=$XDG_DATA_HOME/mail/porkbun/INBOX
diff --git a/mbsync/.config/mbsync/mbsyncrc b/mbsync/.config/mbsync/mbsyncrc
deleted file mode 100644
index a2501eb..0000000
--- a/mbsync/.config/mbsync/mbsyncrc
+++ /dev/null
@@ -1,59 +0,0 @@
-Create Both
-Expunge Both
-SyncState *
-
-IMAPAccount porkbun
-Host imap.porkbun.com
-User tobyv@tobyvin.dev
-PassCmd "pass tobyv@tobyvin.dev"
-SSLType IMAPS
-CertificateFile /etc/ssl/certs/ca-certificates.crt
-
-IMAPStore porkbun-remote
-Account porkbun
-
-MaildirStore porkbun-local
-Path ~/.local/share/mail/porkbun/
-Inbox ~/.local/share/mail/porkbun/INBOX
-
-Channel porkbun
-Far :porkbun-remote:
-Near :porkbun-local:
-Patterns *
-
-IMAPAccount gmail
-Host imap.gmail.com
-User tobyv13@gmail.com
-PassCmd "pass gmail"
-SSLType IMAPS
-CertificateFile /etc/ssl/certs/ca-certificates.crt
-
-IMAPStore gmail-remote
-Account gmail
-
-MaildirStore gmail-local
-Path ~/.local/share/mail/gmail/
-Inbox ~/.local/share/mail/gmail/INBOX
-
-Channel gmail
-Far :gmail-remote:
-Near :gmail-local:
-Patterns "INBOX"
-
-Channel gmail-drafts
-Far :gmail-remote:"[Gmail]/Drafts"
-Near :gmail-local:Drafts
-
-Channel gmail-sent
-Far :gmail-remote:"[Gmail]/Sent Mail"
-Near :gmail-local:Sent
-
-Channel gmail-trash
-Far :gmail-remote:"[Gmail]/Trash"
-Near :gmail-local:Trash
-
-Group gmail
-Channel gmail
-Channel gmail-drafts
-Channel gmail-sent
-Channel gmail-trash
diff --git a/mbsync/.config/systemd/user/maildir-notify@.service b/mbsync/.config/systemd/user/maildir-notify@.service
deleted file mode 100644
index 6d2d3e0..0000000
--- a/mbsync/.config/systemd/user/maildir-notify@.service
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Notify on new mail in MailDir %i
-
-[Service]
-Type=simple
-ExecStart=%h/.local/bin/maildir-notify ${XDG_DATA_HOME}/mail/%i/INBOX
-RestartSec=10
-
-[Install]
-WantedBy=default.target
diff --git a/mbsync/.config/systemd/user/mbsync@.service b/mbsync/.config/systemd/user/mbsync@.service
deleted file mode 100644
index f0476b3..0000000
--- a/mbsync/.config/systemd/user/mbsync@.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=Mailbox synchronization service
-Documentation=man:mbsync(1)
-Wants=network-online.target
-After=network-online.target network.target
-
-[Service]
-Type=oneshot
-ExecStart=-/usr/bin/mbsync -Vc ${XDG_CONFIG_HOME}/mbsync/mbsyncrc %i
-
-[Install]
-WantedBy=default.target
diff --git a/mbsync/.config/zsh/.zshrc.d/20-mbsync.sh b/mbsync/.config/zsh/.zshrc.d/20-mbsync.sh
deleted file mode 100644
index ee5109e..0000000
--- a/mbsync/.config/zsh/.zshrc.d/20-mbsync.sh
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/zsh
-
-alias mbsync="mbsync -c $XDG_CONFIG_HOME/mbsync/mbsyncrc"