# vim: filetype=neomuttrc # muttrc file for account coolneng set realname = "Amin Kasrou Aouam" set from = "amin.kasrouaouam@ugent.be" set sendmail = "~/.config/neomutt/etc/sendmail ugent" set folder = "~/.mail/ugent" set mbox_type = Maildir set ssl_starttls = yes set ssl_force_tls = yes bind index,pager gg noop bind index,pager g noop bind index gg first-entry unmailboxes * mailboxes =inbox =sent =trash =archive =junk 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 ga "=archive" "Go to archive." macro index,pager gj "=junk" "Go to junk." set spoolfile = "+inbox" set record = "+sent" set postponed = "" set trash = "+deleted"