From 3fa65253d4639eb1b7a9b15f4328096e1be67881 Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 12 May 2016 19:12:33 +0100 Subject: [PATCH] Move mail password to separate file --- offline_mail/.mail_pass/personal.gpg | Bin 0 -> 365 bytes offline_mail/.mbsync/personal.mbsync | 20 ++++++++++++++++++++ 2 files changed, 20 insertions(+) create mode 100644 offline_mail/.mail_pass/personal.gpg create mode 100644 offline_mail/.mbsync/personal.mbsync diff --git a/offline_mail/.mail_pass/personal.gpg b/offline_mail/.mail_pass/personal.gpg new file mode 100644 index 0000000000000000000000000000000000000000..7ebf94e084831ec2873f1093d36d086a16598911 GIT binary patch literal 365 zcmV-z0h0cO0Sp7T%)}e0opU4s2mq?Z*5~U_v0+YNO~RJzMe@ATULV^9wL(m?2=TZ4 zDIx#9y9z5jcK9REf}Dv4=et=kEb@?gQc*!|PaELLR_RW)&NJmCB&gKBIrxz`Pm04* zW6YeSae=c~wC^udt$>7SN+&HHB<(S7YGz&Nw&Fe2)@BO7)#J6{vIS-bAZqb|f-f>x zyN4*08~-Tfvj8sgLnL-xf%Q(2nAPo{L|;AE>L2a@o}^SotQfBhL3^MNVZ*;o(WAmG z@)AS%w)2I)$4kz<$V-dcfNI}~&C@$5uJ75~@~omts8R@K`o8=EW+K)+{ci!)(ayug zDf{3CjB)H|ZbnN)CjrOL1>VwJ0n*F(M4>LZtCIm#aA%I84v@WU7Yq{Sjl?5|e`->t zV=wVxl1o-fAb`8(nN-iYpD3$)6sRCV5tA-Ctd7#};S2hnU0Km!)ETZhCL>-GK+3z4 L$DCA?b%*bP#HYB( literal 0 HcmV?d00001 diff --git a/offline_mail/.mbsync/personal.mbsync b/offline_mail/.mbsync/personal.mbsync new file mode 100644 index 0000000..4a64d76 --- /dev/null +++ b/offline_mail/.mbsync/personal.mbsync @@ -0,0 +1,20 @@ +IMAPAccount personal +Host mail.friedersdorff.com +User max +PassCmd "gpg -q --for-your-eyes-only --no-tty -d ~/.mail_pass/personal.gpg" +UseIMAPS yes +CertificateFile /etc/ssl/certs/ca-certificates.crt + +IMAPStore personal-remote +Account personal + +MaildirStore personal-local +Path ~/mail/personal/ +Inbox ~/mail/personal/Inbox + +Channel personal +Master :personal-remote: +Slave :personal-local: +Patterns "INBOX" "Drafts" "Sent" "Spam" "Trash" +Create Both +SyncState * -- 2.45.2