from lines on lists

2000-09-06 Thread Mostly Harmless

How can I get the from line displayed in the message index for lists I
have defined as lists?

thanks.

-- 
"Now you see that evil will always triumph, because good is dumb."
- Dark Helmet, Spaceballs

"You can't be a real country unless you have a beer and an airline; it
helps if you have some kind of a football team, or some nuclear
weapons, but at the very least you need a beer."
- Frank Zappa



Re: from lines on lists

2000-09-06 Thread Michael Elkins

On Tue, Sep 05, 2000 at 11:14:11PM -0400, Mostly Harmless wrote:
 How can I get the from line displayed in the message index for lists I
 have defined as lists?

Change the %L (list-from) in $index_format to %F (from) for that mailbox.

me

 PGP signature


Re: from lines on lists

2000-09-06 Thread Gregor Zattler

Dear mutt users,
hello Mostly Harmless :-)

* Mostly Harmless [EMAIL PROTECTED] [Die 05 Sep 2000 23:14:11 GMT]:
 How can I get the from line displayed in the message index for lists I
 have defined as lists?

i understand you want to see the names of the persons how wrote the
messages instead of "To:" which list the messages are adressed?

Try:

folder-hook mutt-users  set index_format="%4C|%Z|%[%d.%m.%y]|%-20.20n|%4l|%s"
    
^
^
in your .muttrc

It shows up to 20 chars of the senders real name or email address if
no real name is given.


Ciao, Gregor