[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to limit header display?



On Tue, Jan 5, 2010 at 2:53 PM, David Abrahams <dave@boostpro.com> wrote:
>
> Is there any way to limit the headers WL displays by default?
> When reading messages I often see something like this, which is way
> more than I need:
>
> To: Dovecot Mailing List <dovecot@dovecot.org>
> Newsgroups: gmane.mail.imap.dovecot
> Subject: Re: Dovecot not delivering mail.
> From: Anthony Nedland <anthony.nedland@baldwin-telecom.net>
> Date: Mon, 04 Jan 2010 15:22:14 -0600
> Approved: news@gmane.org
> Message-ID: <4B425C06.9010902@baldwin-telecom.net>
> Mime-Version: 1.0
> X-Trace: ger.gmane.org 1262640238 22372 80.91.229.12 (4 Jan 2010 21:23:58 GMT)
> X-Complaints-To: usenet@ger.gmane.org
> NNTP-Posting-Date: Mon, 4 Jan 2010 21:23:58 +0000 (UTC)
> Original-X-From: dovecot-bounces+gmid-dovecot=gmane.org@dovecot.org Mon Jan 04 22:23:50 2010
> Envelope-to: gmid-dovecot@gmane.org
> X-Original-To: dovecot@dovecot.org
> Delivered-To: dovecot@dovecot.org
> User-Agent: Thunderbird 2.0.0.23 (Windows/20090812)
> In-Reply-To: <4B4258FA.7030105@Media-Brokers.com>
> X-Content-Filtered-By: Mailman/MimeDel 2.1.9
> X-BeenThere: dovecot@dovecot.org
> X-Mailman-Version: 2.1.9
> List-Unsubscribe: <http://dovecot.org/cgi-bin/mailman/listinfo/dovecot>,        <mailto:dovecot-request@dovecot.org?subject=unsubscribe>
> List-Archive: <http://dovecot.org/pipermail/dovecot>
> List-Post: <mailto:dovecot@dovecot.org>
> List-Help: <mailto:dovecot-request@dovecot.org?subject=help>
> List-Subscribe: <http://dovecot.org/cgi-bin/mailman/listinfo/dovecot>,  <mailto:dovecot-request@dovecot.org?subject=subscribe>
> Original-Sender: dovecot-bounces+gmid-dovecot=gmane.org@dovecot.org
> Archived-At: <http://permalink.gmane.org/gmane.mail.imap.dovecot/44611>
>

Does this do what you want?

(setq wl-message-sort-field-list '("^From"
				   "^Subject"
				   "^Date"
				   "^To"
				   "^Cc" 	
				   "^User-Agent:"
				   "^X-Mailer:"))


Best,
Per

> TIA,
> --
> Dave Abrahams           Meet me at BoostCon: http://www.boostcon.com
> BoostPro Computing
> http://www.boostpro.com
>
>
>