Switched from zsh to fish
Add neomutt config Add mpd config Update bspwm config Update sxhkd config Update qutebrowser config Update tmux config Update xinitrc
This commit is contained in:
25
config/neomutt/gmail/uttarayan21
Normal file
25
config/neomutt/gmail/uttarayan21
Normal file
@@ -0,0 +1,25 @@
|
||||
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
|
||||
Reference in New Issue
Block a user