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 --- .../localmail/accounts/tyil@scriptkitties.church.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .config/localmail/accounts/tyil@scriptkitties.church.yaml (limited to '.config/localmail/accounts/tyil@scriptkitties.church.yaml') diff --git a/.config/localmail/accounts/tyil@scriptkitties.church.yaml b/.config/localmail/accounts/tyil@scriptkitties.church.yaml new file mode 100644 index 0000000..c455413 --- /dev/null +++ b/.config/localmail/accounts/tyil@scriptkitties.church.yaml @@ -0,0 +1,18 @@ +incoming: + protocol: imap + server: tyil.email + ssl: true + username: tyil@scriptkitties.church + password: + source: pass + file: /home/tyil/.password-store/email/scriptkitties.church/tyil.gpg +outgoing: + protocol: smtp + server: tyil.email + ssl: true + username: tyil@scriptkitties.church + password: + source: pass + file: /home/tyil/.password-store/email/scriptkitties.church/tyil.gpg + handles: + - tyil@scriptkitties.church -- cgit v1.1