Forum Moderators: bakedjake
whenever I'm in folder xyz, the From: and Reply-To: fields read nick@xyz.com rather than the default
I think what you need are "folder-hook" commands. Here's an example:
folder-hook ~/mail/.danny 'my_hdr From: Danny Yee <entity@danny.oz.au>'
This sets the From: header explicitly, whenever I'm in the folder ~/mail/.danny. You can do somethign similar to set the Reply-To: header (though if From: is right, you shouldn't need that).
Danny.