Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ## General options
- set imap_check_subscribed
- set imap_keepalive = 300
- unset imap_passive
- set mail_check = 60
- set mbox_type=Maildir
- set header_cache=~/.mutt/cache/headers
- set message_cachedir=~/.mutt/cache/bodies
- set certificate_file=~/.mutt/certificates
- set tmpdir=~/.mutt/temp # where to keep temp files
- set signature=~/.mutt/sig # my signature file
- set move = no
- set include
- set sort = 'threads'
- set sort_aux = 'reverse-last-date-received'
- set auto_tag = yes
- set beep_new
- #ignore "Authentication-Results:"
- #ignore "DomainKey-Signature:"
- #ignore "DKIM-Signature:"
- hdr_order Date From To Cc
- alternative_order text/plain text/html *
- auto_view text/html
- bind editor <Tab> complete-query
- bind editor ^T complete
- bind editor <space> noop
- # Goobook Google Contatcts
- set query_command="goobook query '%s'"
- # Solarized Theme
- source /home/jay/.mutt/themes/arch.theme
- # Sidebar Patch --------------------------------------
- set sidebar_delim = ' │'
- set sidebar_visible = yes
- set sidebar_width = 36
- color sidebar_new color221 color233
- # Sidebar Navigation ---------------------------------
- bind index,pager <down> sidebar-next
- bind index,pager <up> sidebar-prev
- bind index,pager <right> sidebar-open
- # GPG stuff
- source ~/.mutt/gpg.rc
- source "gpg -dq ~/.mutt/.my-pwds.gpg |"
- # Account 3: Gmail
- source ~/.mutt/gmail.muttrc
- # Here we use the $folder variable that has just been set in the sourced file.
- # We must set it right now otherwise the 'folder' variable will change in the next sourced file.
- folder-hook $folder 'source ~/.mutt/gmail.muttrc'
- # Account 2: Inventati
- source ~/.mutt/inventati.muttrc
- # Here we use the $folder variable that has just been set in the sourced file.
- # We must set it right now otherwise the 'folder' variable will change in the next sourced file.
- folder-hook $folder 'source ~/.mutt/inventati.muttrc'
- # Account 1: Aurabindo.in
- source ~/.mutt/aurabindo.muttrc
- # Here we use the $folder variable that has just been set in the sourced file.
- # We must set it right now otherwise the 'folder' variable will change in the next sourced file.
- folder-hook $folder 'source ~/.mutt/aurabindo.muttrc'
- ## Shortcuts
- macro index,pager <f2> '<sync-mailbox><enter-command>source ~/.mutt/gmail.muttrc<enter><change-folder>!<enter>'
- macro index,pager <f3> '<sync-mailbox><enter-command>source ~/.mutt/inventati.muttrc<enter><change-folder>!<enter>'
- macro index,pager <f4> '<sync-mailbox><enter-command>source ~/.mutt/aurabindo.muttrc<enter><change-folder>!<enter>'
- macro index 'c' '<change-folder>?<change-dir><home>^K=<enter>'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement