# basic config set sort="reverse-date" set realname="Derek Stevens" set from="drkste@zoho.com" set display_filter="~/.config/neomutt/aliasbuilder.sh" set alias_file="~/.config/neomutt/aliases.txt" source "~/.config/neomutt/aliases.txt" set new_mail_command="notify-send -t 10000 -c mail 'new mail' '[%n]' # mail viewing auto_view text/html # view html automatically alternative_order text/plain text/enriched text/html # save html for last set nomarkers # mailboxes (offlineimap synced) set mbox_type=Maildir set folder="~/lib/mail/zoho/" # set mbox_type=Maildir # set folder="imaps://imap.zoho.com" set spoolfile="+INBOX" set timeout=150 # zoho already copies sent messages to Sent # set record="+Sent" set copy=no set postponed="+Drafts" set trash="+Trash" #auth source "~/.config/neomutt/auth" # cache set header_cache="~/.cache/neomutt" set message_cachedir="~/.cache/neomutt" # keybinds macro index c "?" "open a different folder" macro pager c "?" "open a different folder" bind attach view-mailcap # colorscheme color indicator white brightblack color body cyan default (https?|ftp)://[\-\.,/%~_:?&=\#a-zA-Z0-9]+ color body cyan default [\-\.+_a-zA-Z0-9]+@[\-\.a-zA-Z0-9]+ color status white black color quoted brightblue default color search black brightwhite color markers brightmagenta default color tilde black default