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

Re: mutt terminology



Hello David,

* David Bear <David.Bear@xxxxxxx> [040908 19:09]:
> I'd like to set the save key to save a message in a specified folder
> depending on the sender of the message. I receive a lot of syslog type
> mail from various machines and right now I use procmail to move these
> to their correct folders. But I'd this makes it too easy, ie I don't
> go looking in those folders as often as I should. What I want is to
> have those messages go to my inbox, then as I read them, when I press
> 's', mutt would already know the proper folder to save them to.

save-hooks:

save-hook 'syslog' /path/to/syslogfolder
save-hook .        /path/to/defaultfolder

        Thomas