dotfiles

Cross platform dotfiles for linux, mac and windows
git clone git@getsh.org:dotfiles.git
Log | Files | Refs

muttrc (1461B)


      1 set mbox_type = Maildir
      2 
      3 source ~/.config/mutt/keybindings
      4 source ~/.config/mutt/ui
      5 source ~/.config/mutt/accounts
      6 
      7 # mailbox settings
      8 set spoolfile = +
      9 set postponed = +Drafts
     10 set record = +Sent
     11 set trash = +Trash
     12 
     13 set auto_tag=true
     14 
     15 auto_view text/html
     16 set mailcap_path = ~/.config/mutt/mailcap
     17 
     18 set query_command= "abook --mutt-query '%s'"
     19 
     20 set mailcap_path = "~/.config/mutt/mailcap"
     21 set mime_type_query_command = "file --mime-type -b %s"
     22 set date_format="%y/%m/%d %I:%M%p"
     23 set index_format="%D %-15.15F %s (%-4.4c)"
     24 set sort = 'reverse-date'
     25 set smtp_authenticators = 'gssapi:login'
     26 set query_command = "abook --mutt-query '%s'"
     27 set rfc2047_parameters = yes
     28 set sleep_time = 0
     29 set markers = no		# Disables the `+` displayed at line wraps
     30 set mark_old = no		# Unread mail stay unread until read
     31 set mime_forward = yes		# attachments are forwarded with mail
     32 set wait_key = no		# mutt won't ask "press key to continue"
     33 set fast_reply			# skip to compose when replying
     34 set fcc_attach			# save attachments with the body
     35 set forward_format = "Fwd: %s"	# format of subject when forwarding
     36 set forward_quote		# include message in forwards
     37 set reverse_name		# reply as whomever it was to
     38 # TODO should we include though?
     39 set include			# include message in replies
     40 set mail_check=60 # to avoid lags using IMAP with some email providers (yahoo for example)
     41 
     42 auto_view text/html
     43 auto_view application/pgp-encrypted
     44 alternative_order text/plain text/enriched text/html