Add neomutt config Add mpd config Update bspwm config Update sxhkd config Update qutebrowser config Update tmux config Update xinitrc
26 lines
494 B
Plaintext
26 lines
494 B
Plaintext
unmailboxes *
|
|
|
|
# Read password
|
|
unset my_pass
|
|
set my_pass = "`pass Email/neomutt`"
|
|
|
|
set crypt_autosign = yes
|
|
# Sending mail
|
|
set smtp_url = "smtp://uttarayan21@smtp.gmail.com:587"
|
|
set smtp_pass = $my_pass
|
|
|
|
# Creds
|
|
set from = "uttarayan21@gmail.com"
|
|
set signature = "~/.config/neomutt/signature"
|
|
|
|
# mailbox
|
|
set mbox_type = Maildir
|
|
set folder = ~/Mail/gmail
|
|
set spoolfile = +Inbox
|
|
set postponed = +Drafts
|
|
set record = ""
|
|
|
|
mailboxes =Inbox =Trash =Drafts =Sent =Spam
|
|
|
|
color status yellow default
|