> Hello!
> Is it possible to have something like 'Trash folder' to which all
> deleted messages are placed?
> Like in Netscape Messenger or The Bat! MUA?
Yes it is, I use the "d"-key for that. <del> behaves as usual.
Add this into your keybind-file.
,------+
| macro index d "s=trash<enter>"·
| macro pager d "s=trash<enter>"
`------+
I like the following addition in my .muttrc:
folder-hook =trash 'push T~r>5d!~F\n;'
This one tags all messages which are older than 5 days (and not
flagged). Simply press <del> then after entering the trash-folder.
Greetings
Dirk