summaryrefslogtreecommitdiff
path: root/config/extra/mutt/configs/tlast723@gmail.com
blob: 44d68ead74d92ef22c042d402e7a6f5c56c025ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
set from = "tlast723@gmail.com"
set realname = "Raymaekers Luca"
set my_pass = "`pass keys/tokens/gmail/tlast723@gmail.com`"

# IMAP settings
set imap_user = "tlast723@gmail.com"
set imap_pass = $my_pass

# SMTP settings
set smtp_url = "smtps://tlast723@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"