# vim: filetype=neomuttrc # muttrc file for account gmail set realname = "Amin Kasrou Aouam" set from = "akasroua@gmail.com" set sendmail = "./.config/neomutt/etc/sendmail gmail" set folder = "~/.mail/gmail" #set header_cache = ~/.config/mutt/accounts/gmail/cache/headers #set message_cachedir = ~/.config/mutt/accounts/gmail/cache/bodies #set certificate_file = ~/.config/mutt/accounts/gmail/certificates #source "~/.config/mutt/credentials/getmuttpass gmail |" set mbox_type = Maildir set ssl_starttls = yes set ssl_force_tls = yes set record = "+sent" bind index,pager gg noop bind index,pager g noop bind index gg first-entry unmailboxes * mailboxes =junk =Inbox =trash =sent macro index,pager gi "=Inbox" "Go to inbox." macro index,pager gs "=sent" "Go to sent." macro index,pager gt "=trash" "Go to trash." macro index,pager gj "=junk" "Go to spam." set spoolfile = "+Inbox" set record = "+sent" set postponed = "" set trash = "+trash"