On Thu, Sep 02, 2010 at 03:43:46PM +0200, chs...@freenet.de wrote:
Now I wonder if I need that line at all since I am setting the sent
folder in my folder hooks again like:
folder-hook imaps://mx.freenet.de/ 'set
folder=imaps://mx.freenet.de/INBOX
record=imaps://mx.freenet.de/INBOX/sent from=...'
Or do I need a default setting for that parameter?
You almost always want a "default" hook in these situations, because the old
value is not restored after a hook fires. For example, if you change folder
after visiting your mx.freenet.de IMAP account, $record will still be the
value that you set in your hook.
me