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 ++++++++++++++++++ .../accounts/tyil@national.shitposting.agency.yaml | 18 ++++++++++++++++++ .../localmail/accounts/tyil@scriptkitties.church.yaml | 18 ++++++++++++++++++ .config/localmail/config.yaml | 1 + 4 files changed, 55 insertions(+) create mode 100644 .config/localmail/accounts/tyil@freedom.nl.yaml create mode 100644 .config/localmail/accounts/tyil@national.shitposting.agency.yaml create mode 100644 .config/localmail/accounts/tyil@scriptkitties.church.yaml create mode 100644 .config/localmail/config.yaml (limited to '.config/localmail') 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 diff --git a/.config/localmail/accounts/tyil@national.shitposting.agency.yaml b/.config/localmail/accounts/tyil@national.shitposting.agency.yaml new file mode 100644 index 0000000..959ea70 --- /dev/null +++ b/.config/localmail/accounts/tyil@national.shitposting.agency.yaml @@ -0,0 +1,18 @@ +incoming: + protocol: imap + server: mail.cock.li + ssl: true + username: tyil@national.shitposting.agency + password: + source: pass + file: /home/tyil/.password-store/email/national.shitposting.agency/tyil.gpg +outgoing: + protocol: smtp + server: mail.cock.li + ssl: true + username: tyil@national.shitposting.agency + password: + source: pass + file: /home/tyil/.password-store/email/national.shitposting.agency/tyil.gpg + handles: + - tyil@national.shitposting.agency 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 diff --git a/.config/localmail/config.yaml b/.config/localmail/config.yaml new file mode 100644 index 0000000..3fef4af --- /dev/null +++ b/.config/localmail/config.yaml @@ -0,0 +1 @@ +maildir: /home/tyil/mail -- cgit v1.1