From c8123c155b237e6717a500923376918bb0a4c38a Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Mon, 9 Mar 2020 12:48:12 +0100 Subject: Add Mutt configuration --- .config/localmail/accounts/tyil@freedom.nl.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/localmail/accounts/tyil@freedom.nl.yaml (limited to '.config/localmail/accounts/tyil@freedom.nl.yaml') diff --git a/.config/localmail/accounts/tyil@freedom.nl.yaml b/.config/localmail/accounts/tyil@freedom.nl.yaml new file mode 100644 index 0000000..f51f49f --- /dev/null +++ b/.config/localmail/accounts/tyil@freedom.nl.yaml @@ -0,0 +1,18 @@ +incoming: + protocol: imap + server: imap.freedom.nl + ssl: true + username: tyil@freedom.nl + password: + source: pass + file: /home/tyil/.password-store/email/freedom.nl/tyil.gpg +outgoing: + protocol: smtp + server: smtp.freedom.nl + ssl: true + username: tyil@freedom.nl + password: + source: pass + file: /home/tyil/.password-store/email/freedom.nl/tyil.gpg + handles: + - tyil@freedom.nl -- cgit v1.1