W końcu przesiadłem się na TB
Poczytałem trochę forum, trochę metodą empiryczną doszedłem do wyglądu i zachowania TB jaki mi odpowiada. Jednak ciągle drażni mnie brak pełnej nazwy grup dyskusyjnych.
Propozycje, które były na forum aby wpisać w pliku prefs.js linię:
- Kod: Zaznacz cały
user_prefs("mail.server.default.abbreviate", false);
Mój plik prefs.js wygląda tak
- Kod: Zaznacz cały
# Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the browser is running,
* the changes will be overwritten when the browser exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/
pref("spellchecker.dictionary", "PL")
Pod ostatnią linią dopisuję rzeczoną linię, którą wymieniłem wcześniej (oczywiście wszystko przy zamkniętym TB). Zapisuję zmiany i zamykam notatnik. Zmieniony plik wygląda potem następująco:
- Kod: Zaznacz cały
# Mozilla User Preferences
/* Do not edit this file.
*
* If you make changes to this file while the browser is running,
* the changes will be overwritten when the browser exits.
*
* To make a manual change to preferences, you can visit the URL about:config
* For more information, see http://www.mozilla.org/unix/customizing.html#prefs
*/
pref("spellchecker.dictionary", "PL")
user_pref("mail.server.default.abbreviate", false);
Odpalam TB i nazwy grup są takie same.
Co takiego robię źle?
dzięki za odpowiedzi