set realname = 'Ryan Kavanagh' # default: '' set use_from = yes set use_envelope_from = yes set reverse_name = yes set reverse_realname = no alternates "ryanakca@gmail\.com|ryanakca@kubuntu\.org|ryanakca@ubuntu\.com|9rak@queensu\.ca|ryan\.kavanagh@queensu\.ca|rak@debian\.org|ryan@cs\.queensu\.ca" set crypt_autosign = yes # default: no set crypt_replysign = yes # default: no set crypt_replysignencrypted = yes # default: no set editor="/usr/bin/vim" set pager_context = 1 set send_charset="utf-8" set imap_check_subscribed = yes # default: no #set imap_list_subscribed = yes # default: no # Don't continue to next email when reaching end of current set pager_stop = yes # Display HTML mail only if there's no text/plain alternative_order text/plain text/html * auto_view text/html set timeout=15 set mail_check=60 set move = no set header_cache="~/.mutt/cache/headers" set message_cachedir="~/.mutt/cache/bodies" set edit_headers = yes #set arrow_cursor #noop pager G bind index G imap-fetch-mail bind index ( next-unread-mailbox bind index * next-unread macro index .n "~NN~R" "Catchup all new messages" # This shows up in a nice message box at the top of e-mails for MS Outlook users my_hdr X-message-flag: Please do NOT send HTML e-mail or MS Word attachments - use plain text instead my_hdr X-GPG-ID: 0x4A11C97A my_hdr X-GPG-Fingerprint: 4E46 9519 ED67 7734 268F BD95 8F7B F8FC 4A11 C97A set sort=threads set sort_aux=date set move=no set mark_old=no ignore * # ignore all headers except for ... unignore Date: From: To: CC: Bcc: Subject: hdr_order Subject: Date: From: To: CC: Bcc: # MessageNo Mo Day (To if sent by me, from if sent to me) List [Flags] [Score] Subject set index_format="%4C %{%b %d} %-20.20F %-15.15B [%Z] [%-2.2N] %s" # custom index format set mark_old=yes set query_command="goobook query '%s'" bind editor complete-query macro index,pager a "goobook addtoggle sidebar_visible' macro pager b 'toggle sidebar_visible' macro index \cb |urlscan\n macro pager \cb |urlscan\n macro index I 'c=INBOX' macro index x 'c=QueensU.INBOX' #:source ~/.muttrc' bind editor noop unignore X-Label: set mbox_type=Maildir source ~/.mutt/alias.rc source ~/.mutt/mailinglists.rc source ~/.mutt/score.rc source ~/.mutt/color.rc source ~/.mutt/accounts.rc source ~/.mutt/savehooks.rc source ~/.mutt/gpg.rc set folder='imap://localhost' set spoolfile='=INBOX' #set folder="/home/ryan/.maildb/GMAIL/" #set spoolfile='/home/ryan/.maildb/GMAIL/INBOX' #mailboxes ! + `sed -e 's/\(.*\)$/"+.\1"/g' .maildb/GMAIL/subscriptions | tr '\n' ' '` #mailboxes ! + `\ #for file in ~/.maildb/GMAIL/.*; do \ #box=$(basename "$file"); \ #if [ ! "$box" = '.' -a ! "$box" = '..' -a ! "$box" = '.customflags' \ # -a ! "$box" = '.subscriptions' ]; then \ # echo -n "\"+$box\" "; \ #fi; \ #done` set tmpdir='~/.mutt/tmp' macro index \ "unset wait_key~/bin/mutt-fetchbug --prompt search~/.cache/mutt_btsresultsset wait_key" \ "fetch bug(s) (using bts show)" macro index \ "unset wait_key~/bin/mutt-notmuch --prompt search~/.cache/mutt_results" \ "search mail (using notmuch)" macro index \ "unset wait_key~/bin/mutt-notmuch thread~/.cache/mutt_resultsset wait_key" \ "search and reconstruct owning thread (using notmuch)"