Comment 79 for bug 233901

Revision history for this message
In , Jehan-procaccia (jehan-procaccia) wrote :

I'am glad you finally made it work

we are about to form a community that use mozilla autoconfig, and hopefully
we'll be enough to assure that developpers keeps make this unvaluaible feature
work, and maybe more documented ....

there are several bug reports opened related to autoconfig, feel free to
contribute and/or vote !

http://bugzilla.mozilla.org/show_bug.cgi?id=229271
http://bugzilla.mozilla.org/show_bug.cgi?id=206294
http://bugzilla.mozilla.org/show_bug.cgi?id=222973
http://<email address hidden>/msg02784.html

aschroe1 wrote:

> jehan.procaccia schrieb:
>
>> getenv OK , just check in shell that the value of USER is what is expected :
echo $USER
>> your locPref above is wrong , don't add the "+" sign ! you (an I !) use +
sign in the the javascript file to concatenate strings, here you just have to
call the string:
>> lockPref("mail.identity.id1.useremail", env_user );
>
>
>
> Hello,
> I've got the solution; I dont't believe really
>
> -the first line of my js/cfg script has to begin with //
> -your tip leaving out the "+" sign in fornt of the variable
> (I tried this before, but without the first comment line)
> that's it! zzzz..zzzz..zzzzz
>
> Thank you very much for your support,
> merci bien (just another two of my few french words) :- ))
>
> -------------------------------------------------------------
> Alfred Schroeder - Lernstatt Paderborn -
>
> <email address hidden>
> -------------------------------------------------------------
>