The error reported by Ansgar Burchardt happens in the url_encode function of xdg-email, and is caused by the default awk being mawk instead of gawk. Here's what I get when I run exactly the same function standalone with mawk:
mawk: line 15: regular expression compile failed (bad class -- [], [^] or [) [[email protected]\\ mawk: line 15: syntax error at or near ] mawk: line 17: syntax error at or near else mawk: line 20: syntax error at or near } It runs fine with gawk. -- Sreepathi Pai -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

