Is it possible to rename the Trash folder, because the ISP of mine calls
it a different way. So I have got two of them, if I write my mails with
the web-frontend.
Bye
Omran
It takes a bit of prefs.js hacking - the preference is
pref("mail.server.server1.trash_folder_name", "Deleted Items");
(Change the 1 and Deleted Items as appropriate)
--
Warning: May contain traces of nuts.
NOTE:
I recommend that you make a second copy of the prefs.js file (DON'T call it prefs.bak -- Mozilla reserves that name for its own backup of the prefs.js file)...and stash that backup copy somewhere safe. You don't want to risk messing up your prefs.js file, and it's a good idea to have another backup copy anyway.
On 28.02.04 10:57, Neil wrote: --- Original Message ---
Doesn't work in T'Bird.
> On 28.02.04 10:57, Neil wrote:
>
> --- Original Message ---
>
>
> Doesn't work in T'Bird.
>
It works fine for me!
Is there any reason to ever edit prefs.js itself these days? AIUI any
entries that appear both there and user.js take their value from the
latter. Which is only read at startup and so can be edited any time you
like.
--
"Just leave me alone. I'm not myself. I'm falling apart, and I
don't want you here."
- Daniel Keyes, "Flowers for Algernon"
---------------------------------------------------------------
Simon Waldman, UK email: swal...@firecloud.org.uk
http://www.firecloud.org.uk/simon
---------------------------------------------------------------
> Is there any reason to ever edit prefs.js itself these days? AIUI any
> entries that appear both there and user.js take their value from the
> latter. Which is only read at startup and so can be edited any time
> you like.
Some prefs don't exist until you add them to prefs.js/user.js; you can't
remove those using user.js, although Mozilla users can of course use
about:config to reset them.