summaryrefslogtreecommitdiff
path: root/config/extra
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-18 08:48:19 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2023-04-18 08:48:19 +0200
commita21d8bbfe07eff0762e40fad83ef239bbe179ddc (patch)
tree045e9da27c8947569db350368aed55e8055eaf30 /config/extra
parent42ac22bc02c4d889be0ca4166b6186fc929f627f (diff)
added e-mail to mutt configs
Diffstat (limited to 'config/extra')
-rw-r--r--config/extra/mutt/configs/tlast.hirende@gmail.com18
1 files changed, 18 insertions, 0 deletions
diff --git a/config/extra/mutt/configs/tlast.hirende@gmail.com b/config/extra/mutt/configs/tlast.hirende@gmail.com
new file mode 100644
index 0000000..c33d04a
--- /dev/null
+++ b/config/extra/mutt/configs/tlast.hirende@gmail.com
@@ -0,0 +1,18 @@
+set from = "tlast.hirende@gmail.com"
+set realname = "Raymaekers Luca"
+set my_pass = "`pass tokens/tlast.hirende@gmail.com`"
+
+# IMAP settings
+set imap_user = "tlast.hirende@gmail.com"
+set imap_pass = $my_pass
+
+# SMTP settings
+set smtp_url = "smtps://tlast.hirende@smtp.gmail.com"
+set smtp_pass = $my_pass
+
+# Remote Gmail folders
+set folder = "imaps://imap.gmail.com/"
+set spoolfile = "+INBOX"
+set postponed = "+[Gmail]/Drafts"
+set record = "+[Gmail]/Sent Mail"
+set trash = "+[Gmail]/Trash"