On Mon, Apr 22, 2002 at 05:57:54PM +0200, Nik Engel wrote:

> What kind of folder hooks are you using for Mailinglists. 

Here are some examples of what I use.  I only sort by threads those
folders that I use for mailing lists:

    folder-hook .               set sort=date-received
    folder-hook +Incoming/.     set sort=threads
    folder-hook +Lists/.        set sort=threads

This puts the first new message at the top of the screen:

    folder-hook .               'exec current-top'

I want to leave unread messages marked as new in mailing list folders,
but marked as old in all other folders:

    folder-hook .               set mark_old
    folder-hook +Incoming/.     unset mark_old

HTH,
Gary

-- 
Gary Johnson                               | Agilent Technologies
[EMAIL PROTECTED]                   | Spokane, Washington, USA
http://www.spocom.com/users/gjohnson/mutt/ |

Reply via email to