* Rob Lingelbach <[EMAIL PROTECTED]> [2002-09-24 13:08]: > is there a way to use 'subscribe' and index_format to have the 'L' flag > on a message to show it's from a list, but instead of having the string > "To <list>" returned, return the name of the author, as would happen if > I didn't have the list subscribed? in other words i like the L flag in > the index_format but still want the string of the author shown.
try this: set index_format="%4C %Z %[!%y%m%d] %-17.17F (%3l) %s" you are mixing up %Z with %F there. rtfm. Sven