27 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			531 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # -*- muttrc -*-
 | |
| #
 | |
| # Configure header displays.
 | |
| #
 | |
| 
 | |
| # Ignore all headers
 | |
| ignore *
 | |
| 
 | |
| # Then un-ignore the ones I want to see
 | |
| unignore From:
 | |
| unignore To:
 | |
| unignore Reply-To:
 | |
| unignore Mail-Followup-To:
 | |
| unignore Subject:
 | |
| unignore Date:
 | |
| unignore Organization:
 | |
| unignore Newsgroups:
 | |
| unignore CC:
 | |
| unignore BCC:
 | |
| unignore Message-ID:
 | |
| unignore X-Mailer:
 | |
| unignore User-Agent:
 | |
| unignore X-Spam-Status:
 | |
| 
 | |
| # Now order the visable header lines
 | |
| hdr_order Date: From: To: CC: BCC: Subject: Reply-To: Mail-Followup-To: Organization: User-Agent: X-Mailer:
 |