summaryrefslogtreecommitdiff
path: root/mutt/.neomutt/first.email
blob: c394da924191123bf48dd73ae45c4fd9242a2c2d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
set realname = "Santo Cariotti"
set from = "<email>"
set use_from = yes
set envelope_from = yes

set smtp_url = "smtp://<email>@<host>:<port>/"
set smtp_pass = "<password>"

set imap_user = "<email>"
set imap_pass = "<password>"

set folder = "~/.mail/<email>"

set ssl_force_tls = yes
set sendmail = "msmtp -a <email>"
set mbox_type = Maildir
set spoolfile = +INBOX
set record = +Sent
set postponed = +Drafts
set trash = +Trash
mailboxes =INBOX =Sent =Drafts =Trash

# synchronization settings ['S' to sync]
macro index S "<shell-escape>mbsync -V <email><enter>" "sync email"

color indicator black color214