20 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			20 lines
		
	
	
		
			1.7 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
# vim: filetype=neomuttrc
 | 
						|
source /usr/share/mutt-wizard/mutt-wizard.muttrc
 | 
						|
source /home/alex/.config/mutt/accounts/alexander@bocken.org.muttrc
 | 
						|
macro index,pager i1 '<sync-mailbox><enter-command>source /home/alex/.config/mutt/accounts/alexander@bocken.org.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to alexander@bocken.org"
 | 
						|
macro index,pager i2 '<sync-mailbox><enter-command>source /home/alex/.config/mutt/accounts/1-abocken@ethz.ch.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to abocken@ethz.ch"
 | 
						|
set forward_attachments = ask-yes
 | 
						|
macro compose m \
 | 
						|
"<enter-command>set pipe_decode<enter>\
 | 
						|
<pipe-message>pandoc -f gfm -t plain -o /tmp/msg.txt<enter>\
 | 
						|
<pipe-message>pandoc -s --self-contained -o /tmp/msg.html --resource-path ~/.config/mutt/templates/ --template email<enter>\
 | 
						|
<enter-command>unset pipe_decode<enter>\
 | 
						|
<attach-file>/tmp/msg.txt<enter>\
 | 
						|
<attach-file>/tmp/msg.html<enter>\
 | 
						|
<tag-entry><previous-entry><tag-entry><group-alternatives>" \
 | 
						|
"Convert markdown to HTML5 and plaintext alternative content types"
 | 
						|
 | 
						|
set query_command = "abook --config $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook --mutt-query '%s'"
 | 
						|
macro index,pager a "<enter-command>set my_pipe_decode=\$pipe_decode pipe_decode<return><pipe-message>abook --config $XDG_CONFIG_HOME/abook/abookrc --datafile $XDG_DATA_HOME/abook/addressbook --add-email<return><enter-command>set pipe_decode=\$my_pipe_decode; unset my_pipe_decode<return>" "add the sender address to abook"
 | 
						|
macro index,pager i3 '<sync-mailbox><enter-command>source /home/alex/.config/mutt/accounts/alexander@aaathats3as.com.muttrc<enter><change-folder>!<enter>;<check-stats>' "switch to alexander@aaathats3as.com"
 |