Hi Jacek,
* Jacek Wojaczynski <[EMAIL PROTECTED]> [19. Okt. 2002]:
[...]
> 3. In The Bat! I had a filter which colored all replies to my mails.
> It based on References: header and my unique Message-ID.
> Possible in mutt?

color index default color7 '~h 
"^references:[[:blank:]].*pit.id-43118.user.dfncis.de>$"'
                                                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
this colors all messages which are direct replies to mine.
"pit.id-43118.user.dfncis.de" is the local part of my
message-ids. 

> 4. Folders - it really sucks! I even cannot see how many read/unread
> messages there are in a particular folder if I don't enter it...

notwendig way...
 
> 5. Using up/down arrows I scroll through messages (index view).
> Why it skips whole page? I'd like it to work same as in slrn.

try "set menu_scroll=yes" in .muttrc.

> 6. What's the default shortcut for "Mark all tagged messages as
> read"?

when the messages are already tagged, it's thre key strokes:
;wo

or you write a macro.

> 7. C - copies messages to a different folder. What key moves them?

s


> 9. Au! There is no address book built in. What would you suggest?
> Abook or sth else?

lbdb is great.
 

> 12. How do I create multiple identities? Different from, attribute
> line and language settings for different mailing lists.
> Possible? How? Folder-hooks or only send-hooks?

read http://www.acoustics.hut.fi/~mara/mutt/profiles.html

> 
> 13. How can I move old mail to a different folders? Automatically of
> course. For example for this list? How?

you could rewrite the following:

## Move messages to trash rather than delete, unless
## we're in the trash folder.
folder-hook .       'macro index d "<enter-command>set 
confirmappend=no<enter><save-message>=trash<enter><enter-command>set 
confirmappend=yes<enter>"'
folder-hook .       'macro pager d "<enter-command>set 
confirmappend=no<enter><save-message>=trash<enter><enter-command>set 
confirmappend=yes<enter>"'
folder-hook trash   'macro index d "<delete-message>"'
folder-hook trash   'macro pager d "<delete-message>"'
## Delete old, non-flagged, non-new mail
folder-hook trash   'push <delete-pattern>~r>10d!(~F|~N)<enter>'



Ciao, Gregor
-- 
"The future is here. It's just not widely distributed yet."
-- William Gibson

Reply via email to