22 lines
		
	
	
		
			812 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			812 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- muttrc -*-
 | |
| #
 | |
| # Configure where things get saved to.
 | |
| #
 | |
| 
 | |
| #save-hook .* =Archive/`date "+%Y"`/`date "+%m"`
 | |
| save-hook '=f @analog.com' "=Customers/Analog"
 | |
| save-hook '~f @nafinc\\.com$' "=Customers/NAF"
 | |
| save-hook '~f @newyorklife\\.com$' "=Customers/NYLife"
 | |
| save-hook '=f @rtx.com' "=Customers/RTX"
 | |
| save-hook '=f @shu.edu' "=Customers/SHU"
 | |
| save-hook '=f @partner.paloaltonetworks.com' "=Partners/PaloAlto"
 | |
| save-hook '~f "Krista Trigger via Smartsheet"' "=Customers/Tines"
 | |
| save-hook '~s "(Tines|ADP)" ~f automation@app.smartsheet.com' "=Customers/Tines"
 | |
| save-hook '=f @adp.com' "=Customers/Tines"
 | |
| save-hook '=f @wellington.com' "=Customers/Wellington"
 | |
| 
 | |
| # This is the default, it must be at the bottom...
 | |
| save-hook '.*' "=[Gmail]/All Mail"
 | |
| #save-hook .* =Archive/`date "+%Y-%m"`
 | |
| #save-hook .* "=[Gmail]/All Mail"
 |