info-gnus-english
[Top][All Lists]
Advanced

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

Re: Insert message-insert-disposition-notification-to in Posting Styles


From: Damien Wyart
Subject: Re: Insert message-insert-disposition-notification-to in Posting Styles
Date: Fri, 03 Aug 2007 11:00:10 +0200
User-agent: Gnus/5.110007 (No Gnus v0.7) Emacs/22.1

> There are a way for show only for example the `user from name'? or only
> the `user e-mail address?, I mean, the mail-header-from var show both, 
> how I can show only one?

Replace

(mail-header-from message-reply-headers)

by

(car
  (mail-extract-address-components
  (mail-header-from message-reply-headers))) 

or

(cadr
  (mail-extract-address-components
  (mail-header-from message-reply-headers)))

-- 
DW


reply via email to

[Prev in Thread] Current Thread [Next in Thread]