* Alex Samad <a...@samad.com.au> [2009-03-19 11:47:13 +1100]:
> > folder-hook . set from=so...@foo.com
> > folder-hook imaps://my.mailserver.net/INBOX/blah set from=so...@bar.com
> 
> try folder-hook . "set from=so...@foo.com"
> folder-hook "imaps://my.mailserver.net/INBOX/blah" "set from=so...@bar.com"

Legend! - I combined single quotes with a regex:

folder-hook . 'set from=so...@foo.com'
folder-hook '.*blah' 'set from=so...@bar.com'

Sonia.

Attachment: signature.asc
Description: Digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to