From 1137eb728af70b52bb3da94f905a4d139bc338b8 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 9 Oct 2019 14:41:19 +0100 Subject: Remove gmail from emails --- isync/.mbsyncrc | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) (limited to 'isync') diff --git a/isync/.mbsyncrc b/isync/.mbsyncrc index b8b3e0c..be64efd 100644 --- a/isync/.mbsyncrc +++ b/isync/.mbsyncrc @@ -1,15 +1,3 @@ -IMAPAccount gmail -# Address to connect to -Host imap.gmail.com -User ymherklotz@gmail.com -PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphrase-file ~/.config/.yann --batch --yes -d ~/.authgmail.gpg" -# Use SSL -SSLType IMAPS -# The following line should work. If get certificate errors, uncomment the two following lines and read the "Troubleshooting" section. -CertificateFile /etc/ssl/certs/ca-certificates.crt -#CertificateFile ~/.cert/imap.gmail.com.pem -#CertificateFile ~/.cert/Equifax_Secure_CA.pem - IMAPAccount imperial Host outlook.office365.com Port 993 @@ -26,21 +14,12 @@ PassCmd "gpg -q --pinentry-mode loopback --for-your-eyes-only --no-tty --passphr SSLType IMAPS CertificateFile /etc/ssl/certs/ca-certificates.crt -IMAPStore gmail-remote -Account gmail - IMAPStore imperial-remote Account imperial IMAPStore mailbox-remote Account mailbox -MaildirStore gmail-local -Subfolders Verbatim -# The trailing "/" is important -Path ~/.mail/gmail/ -Inbox ~/.mail/gmail/Inbox - MaildirStore imperial-local Subfolders Verbatim Path ~/.mail/imperial/ @@ -51,18 +30,6 @@ Subfolders Verbatim Path ~/.mail/mailbox/ Inbox ~/.mail/mailbox/Inbox -Channel gmail -Master :gmail-remote: -Slave :gmail-local: -Patterns "[Gmail]/Sent Mail" "[Gmail]/Drafts" "[Gmail]/Trash" INBOX MyArchive -# Automatically create missing mailboxes, both locally and on the server -Create Both -# Save the synchronization state files in the relevant directory -SyncState * -MaxMessages 100 -ExpireUnread no -Expunge Both - Channel imperial Master :imperial-remote: Slave :imperial-local: @@ -81,4 +48,4 @@ Create Both SyncState * MaxMessages 100 ExpireUnread no -Expunge Both \ No newline at end of file +Expunge Both -- cgit