Last active
June 16, 2022 20:17
-
-
Save tknv/b1f3cc4c59cd5088dad74e425bb1a33f to your computer and use it in GitHub Desktop.
Revisions
-
tknv renamed this gist
Nov 18, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ IMAPAccount work Host outlook.office365.com User [email protected] PassCmd "pass mail/work-gpg" UseIMAPS yes CertificateFile /etc/ssl/certs/ca-certificates.crt -
tknv revised this gist
Nov 17, 2016 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,7 +1,7 @@ IMAPAccount work Host outlook.office365.com User [email protected] # PassCmd "pass maill/work-gpg" UseIMAPS yes CertificateFile /etc/ssl/certs/ca-certificates.crt -
tknv revised this gist
Nov 17, 2016 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -20,6 +20,5 @@ Patterns "INBOX" "*" # Automatically create missing mailboxes, both locally and on the server Create Both Sync All # Save the synchronization state files in the relevant directory SyncState * -
tknv created this gist
Nov 17, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,25 @@ IMAPAccount work Host outlook.office365.com User [email protected] # PassCmd "gpg2 -q --for-your-eyes-only --no-tty -d ~/.mailpass.gpg" UseIMAPS yes CertificateFile /etc/ssl/certs/ca-certificates.crt IMAPStore work-remote Account work MaildirStore work-local Path ~/mail/work/ Inbox ~/mail/work/Inbox Channel work Master :work-remote: Slave :work-local: # Include everything Patterns "INBOX" "*" # Automatically create missing mailboxes, both locally and on the server Create Both Sync All Expunge Both # Save the synchronization state files in the relevant directory SyncState *