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

Re: The format (or lack thereof) of the list...



On Fri, Jul 13, 2001 at 01:00:25AM +0200, Martin F. Krafft wrote:
| also sprach Hall Stevenson (on Thu, 12 Jul 2001 03:16:30PM -0400):
| > If you use mutt to read your mail, tell it that you subscribe
| > to "debian-user" mailing list. Then, when you want to reply to
| > a message and have it go *only* to the list, hit the letter
| > "L" (or is it lower-case "l" ??) instead of "R" or "r".
| 
| but that makes all messages appear as "To debian user" in mutt's
| index. they are already procmail'ed all into a single folder, so i
| want to see author names rather than destinations...

This is only with the default format string.  See this snippet from my
.muttrc (and the earlier post in this thread with it) :


---------------------------------------
################################################################################
# Folder hooks :

# default action (index_format is default, except it displays "From" instead)
folder-hook . set sort=date ; set index_format="%4C %Z%{%b%d} %-15.15F(%4l) %s"

# sorting for inbox
folder-hook "!" set sort=date-received

# display To, not From, in Sent folder
#folder-hook Sent set index_format="%4C %Z%{%b%d} %-15.15F(%4l) %s"

# sorting for lists 
# display the author's real name, not the list (or my name!) in index view
folder-hook lists.* set sort=threads ; set sort_aux=date ;  \
	set index_format="%4C %Z %{%b%d} %-15.15n(%4l,%3M) %s%| "

#
################################################################################

---------------------------------------

| > Mutt also has a "G" or "g" function for "groups" but I don't
| > use it.
| 
| i'll look into it.

"g" is group-reply (aka "Reply To All"), "G" is "download POP
messages"

-D



Reply to: