| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 | 
							- # -*- muttrc -*-
 
- #
 
- # Mutt configuration file
 
- # 2006,  kolter <kolter@openics.org>
 
- #
 
- #  This file is distributed in the hope that it will be useful,
 
- #  but WITHOUT ANY WARRANTY
 
- #
 
- # Headers settings for Mutt.
 
- #
 
- # Ignore all headers
 
- ignore *
 
- # Then un-ignore the ones I want to see
 
- unignore From:
 
- unignore Subject:
 
- unignore To:
 
- unignore Cc:
 
- unignore Bcc:
 
- unignore Return-Path:
 
- unignore Reply-To:
 
- unignore Mail-Followup-To:
 
- unignore Followup-To:
 
- unignore Date:
 
- unignore Organization:
 
- unignore User-Agent:
 
- unignore X-Label:
 
- unignore X-Mailer:
 
- unignore X-Newsreader:
 
- unignore Newsgroups:
 
- unignore Summary:
 
- unignore Keywords:
 
- unignore Mail-Copies-To:
 
- unignore Sender:
 
- unignore X-Sent:
 
- unignore X-Mailman-Version:
 
- unignore Posted-To:
 
- unignore Mail-Copies-To:
 
- unignore Apparently-To:
 
- unignore Gnus-Warning:
 
- unignore Resent-From:
 
- unignore X-Accept-Language:
 
- unignore gpg-key-ID:
 
- unignore X-GPG-Fingerprint:
 
- unignore X-PGP-Fingerprint:
 
- unignore X-GnuPG-KeyID:
 
- unignore fingerprint:
 
- unignore X-Spam-Status:
 
- unignore X-Spam-Report:
 
- unignore X-Junked-Because:
 
- unignore X-SpamProbe:
 
- unignore X-Virus-hagbard:
 
- unignore X-Originating-IP:
 
- unignore X-Originating-Email:
 
- unignore X-Bogosity:
 
- unignore X-Operating-System:
 
- unignore X-Apparently-From:
 
- unignore X-Virus-Scanned:
 
- unignore Message-ID:
 
- unignore X-Org-Mail:
 
- unignore X-Org-Id:
 
- unignore X-CRM114-Score:
 
- unignore X-CRM114-Spam:
 
- unignore X-DSPAM-Result:
 
- unignore X-DSPAM-Processed:
 
- unignore X-DSPAM-Confidence:
 
- unignore X-DSPAM-Improbability:
 
- unignore X-DSPAM-Probability:
 
- unignore X-DSPAM-Signature:
 
- # Now order the visable header lines
 
- hdr_order From: Subject: To: Cc: Bcc: Return-Path: Reply-To: Mail-Followup-To: Followup-To: Date: Organization: User-Agent: X-Mailer: X-Newsreader: Newsgroups: Summary: Keywords: Mail-Copies-To: Sender: X-Sent: X-Mailman-Version: Posted-To: Mail-Copies-To: Apparently-To: Gnus-Warning: Resent-From: X-Accept-Language: gpg-key-ID: X-GPG-Fingerprint: fingerprint: X-Spam-Status: X-Junked-Because: X-SpamProbe: X-Virus-hagbard: X-Originating-IP: X-Originating-Email:
 
 
  |