diff options
author | Amin Bandali <amin@aminb.org> | 2016-12-12 03:06:35 -0500 |
---|---|---|
committer | Amin Bandali <amin@aminb.org> | 2016-12-12 03:06:35 -0500 |
commit | 818a4af5b33f5e5e3778cdaa979a1ef4134ab2a1 (patch) | |
tree | 72cef991d32eaaf909e2cf55fcee129f47a27aa2 /isync | |
parent | 8568bfb001d6b6a1059d7c8520a9b5f357528435 (diff) | |
download | configs-818a4af5b33f5e5e3778cdaa979a1ef4134ab2a1.tar.gz configs-818a4af5b33f5e5e3778cdaa979a1ef4134ab2a1.tar.xz configs-818a4af5b33f5e5e3778cdaa979a1ef4134ab2a1.zip |
Add mu4e config
TODO: switch to using mu4e-contexts
Diffstat (limited to 'isync')
-rw-r--r-- | isync/.mbsyncrc | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index 9d0cdec..f1a954c 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -2,43 +2,43 @@ CopyArrivalDate yes ###### -IMAPAccount aminb -Host mail.aminb.org User REDACTED -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.passwd/aminb.gpg" +IMAPAccount amin +Host nix.aminb.org +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/amin.gpg" SSLType IMAPS -IMAPStore aminb-remote -Account aminb +IMAPStore amin-remote +Account amin -MaildirStore aminb-local -Path ~/.mail/aminb/ -Inbox ~/.mail/aminb/Inbox +MaildirStore amin-local +Path ~/mail/amin/ +Inbox ~/mail/amin/Inbox -Channel aminb -Master :aminb-remote: -Slave :aminb-local: +Channel amin +Master :amin-remote: +Slave :amin-local: Patterns * !dovecot* -Create Slave +Create Both SyncState * ###### IMAPAccount gmail Host imap.gmail.com User REDACTED -PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.passwd/gmail.gpg" +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.passwd/gmail.gpg" SSLType IMAPS IMAPStore gmail-remote Account gmail MaildirStore gmail-local -Path ~/.mail/gmail/ -Inbox ~/.mail/gmail/Inbox +Path ~/mail/gmail/ +Inbox ~/mail/gmail/Inbox Channel gmail Master :gmail-remote: Slave :gmail-local: Patterns * ![Gmail]* "[Gmail]/Sent Mail" -Create Slave +Create Both SyncState * |