30 lines
		
	
	
	
		
			1,016 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			30 lines
		
	
	
	
		
			1,016 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#set record=~/Maildir/arachnitech/Sent
 | 
						|
set sidebar_visible = yes
 | 
						|
## set record="~/Maildir/Sent Mail"
 | 
						|
set spoolfile="+franklin/INBOX"
 | 
						|
# set header cache
 | 
						|
set header_cache=~/Localmail/hcache
 | 
						|
set mbox_type=Maildir
 | 
						|
set folder=~/Maildir/
 | 
						|
set sort=reverse-date-received
 | 
						|
# IMAP and INBOX (this should map to any existing IMAP folders)
 | 
						|
folder-hook arachnitech/* source ~/.mutt/accounts/arachnitech
 | 
						|
folder-hook franklin/* source ~/.mutt/accounts/franklin
 | 
						|
# auto_view text/html
 | 
						|
alternative_order text/plain text/enriched text/html
 | 
						|
auto_view text/html
 | 
						|
auto_view text/calendar
 | 
						|
 | 
						|
# Just do what I tell you to, consequences be damned
 | 
						|
set confirmappend=yes
 | 
						|
set delete=yes
 | 
						|
# Show new notification when mail arrives
 | 
						|
set new_mail_command="notify-send --icon='/home/kellya/images/mutt-1.png' \
 | 
						|
   'New Emails' '%n new messages' &"
 | 
						|
 | 
						|
# Run a script to cat anything that has .rc as the extension to auto source things
 | 
						|
source ~/.mutt/sources.sh|
 | 
						|
 | 
						|
# Addressbook lookup
 | 
						|
set query_command="khard email -p '%s'"
 | 
						|
bind editor <Tab> complete-query
 |