<<< Date Index >>>     <<< Thread Index >>>

Re: Mail sent ordered by (To:)



On Thu, Sep 04, 2003 at 12:10:55PM +0200, Luca Micheletti wrote:
> in my .muttrc i have this line of configuration:
> 
> set record="=/sent/`date +%Y-%m`-sent-mail"
> 
> In this way i have mail sent ordered by mounth.
> 
> In this directory how can i visualize mails not with From: but with To:
> and Subject: ?

In my .muttrc I have these lines

folder-hook . 'set index_format="%4C %Z %{%d/%m} %-15.15L (%4l) %s"'
folder-hook =outbox 'set index_format="%4C %Z %{%d/%m} %-15.15t (%4l) %s"'

I have only one outbox. In your case you can you regular expression to match
all your folders.

--
Andrei