# Basic information set from="mart@martlubbers.net" alternates "mart@(cs\.ru\.nl|mart@martlubbers\.net)" set use_from=yes set reverse_name=yes set envelope_from=yes set mbox_type=Maildir set folder=~/.mutt/mail set spoolfile=+/INBOX/ set record=+/Sent/ set postponed=+/Drafts/ set mask="!^\\.[^.]" source ~/.mutt/mailboxes # Receiving, sending and searching set sendmail="/home/mrl/.mutt/checkattach.sh msmtp -C /home/mrl/.config/msmtp/config" set send_charset="us-ascii:utf-8" macro index,pager $ "offlineimap &" "Force refresh" macro attach B "firefox \"data:text/html;base64,$(base64 -w 0 <&0)\"" send2-hook "~f mart@martlubbers.net" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a net\"" send2-hook "~f m.lubbers@cs.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\"" send2-hook "~f m.lubbers@science.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\"" send2-hook "~f mart@cs.ru.nl" "set sendmail=\"msmtp -C /home/mrl/.config/msmtp/config -a ru\"" #folder-hook . push "~=$" # Key bindings bind index gg first-entry bind index G last-entry bind pager k previous-line bind pager j next-line bind pager gg top bind pager G bottom bind index,pager R group-reply bind index,pager F flag-message # Misc options set timeout=2 set mail_check=0 set include=yes set delete=yes set confirmappend=no set fast_reply=yes # Display options unset wait_key unset markers set sort_browser=alpha set sort=threads set sort_aux=date set editor=vim set duplicate_threads=yes ignore headers * unignore headers from to subject date cc set mailcap_path=~/.mutt/mailcap set mailcap_sanitize=yes # w3m --dump auto_view text/html # pdftotext auto_view application/pdf # libreoffice --cat auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document auto_view application/msword auto_view application/vnd.openxmlformats-officedocument.wordprocessingml.document auto_view application/vnd.oasis.opendocument.text # Pager options set pager_index_lines=20 set pager_context=3 set pager_stop set menu_scroll set tilde set quote_regexp="^( {0,4}[>|:#%]| {0,4}[a-z0-9]+[>|]+)+" # Address book set query_command= "khard email --parsable '%s'" bind editor complete-query bind editor ^T complete macro index,pager A \ "khard add-email" \ "add the sender email address to khard" # sidebar source ~/.mutt/sidebar.muttrc # notmuch source ~/.mutt/notmuch.muttrc # Crypto source ~/.mutt/gpg.muttrc # Colors source ~/.mutt/colors.muttrc