From f302111510033300d78de0f0b323cded9a0b28d1 Mon Sep 17 00:00:00 2001 From: Ryan Cavicchioni Date: Thu, 8 Apr 2010 15:03:51 -0500 Subject: [PATCH] Changed header order in .muttrc. --- muttrc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/muttrc b/muttrc index 9723fc4..282fef2 100644 --- a/muttrc +++ b/muttrc @@ -42,9 +42,10 @@ set spoolfile = ~/Maildir set folder = $HOME/Maildir ## headers -ignore * -unignore From: To: Cc: Bcc: Reply-To: Mail-Followup-To: Organization: User-Agent: X-Mailer: Subject: Date: X-Spam-Status: X-Bogosity: X-Spam-Level: X-Virus-Scan: X-Greylist: Sender: List-Id: Return-Path: Authentication-Results: Received-SPF: X-Virus-Scanned: X-Virus-Status: X-Priority: -hdr_order From: Reply-To: Mail-Followup-To: To: Cc: Bcc: Subject: Date: Organization: User-Agent: X-Mailer: X-Spam-Status: X-Bogosity: X-Spam-Level: X-Virus-Scan: X-Greylist: Sender: List-Id: Return-Path: Authentication-Results: Received-SPF: X-Virus-Scanned: X-Virus-Status: X-Priority: +ignore * # hide all headers +unhdr_order * # override hdr_order set in system Muttrc. +unignore return-path from resent-from sender list-id reply-to to resent-to cc bcc date resent-date organization user-agent x-priority message-id resent-message-id authentication-results received-spf x-greylist subject +hdr_order return-path from resent-from sender list-id reply-to to resent-to cc bcc date resent-date organization user-agent x-priority message-id resent-message-id authentication-results received-spf x-greylist subject # mark all unread mail as read. macro index R "~UN*"