author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Fri, 07 Aug 2009 09:41:54 +0300 | |
changeset 174 | 08429bbf63d0 |
parent 125 | 5c5e49a75b02 |
child 236 | 465209f16b3a |
permissions | -rw-r--r-- |
90 | 1 |
-*- outline -*- |
2 |
||
3 |
* FAQ. |
|
4 |
||
5 |
See |
|
6 |
||
7 |
http://www.mozilla.org/support/thunderbird/faq |
|
8 |
http://www.mozilla.org/support/thunderbird/tips |
|
9 |
http://kb.mozillazine.org/Thunderbird_:_FAQs |
|
10 |
||
11 |
* Make newsgroup names appear expanded, not abbreviated. |
|
12 |
||
13 |
The newsgroup server names appear abbreviated in the folder pane. To display |
|
14 |
the full name, use the Config Editor to change the value of the preference |
|
15 |
mail.server.default.abbreviate to false. |
|
16 |
||
107 | 17 |
* Locate your profile folder. |
18 |
||
19 |
xxxxxxxx is a random string of 8 characters. |
|
20 |
||
21 |
- %AppData%\Thunderbird\Profiles\xxxxxxxx.default\ |
|
22 |
Windows |
|
23 |
- C:\Documents and Settings\[User Name]\Application Data\Thunderbird\Profiles |
|
24 |
Windows XP/2000 |
|
25 |
- C:\users\[User Name]\AppData\Roaming\Thunderbird\Profiles\ |
|
26 |
Windows Vista |
|
27 |
- C:\WINDOWS\Application Data\Thunderbird\Profiles\xxxxxxxx.default\ |
|
28 |
Windows 95/98/Me |
|
29 |
- ~/.thunderbird/xxxxxxxx.default/ |
|
30 |
~/.mozilla-thunderbird/xxxxxxxx.default/ |
|
31 |
Linux |
|
32 |
- ~/Library/Thunderbird/Profiles/xxxxxxxx.default/ |
|
33 |
Mac OS X |
|
34 |
||
35 |
* Customization. |
|
36 |
||
37 |
These files do not exist by default, so you need to create it before you can |
|
38 |
start adding your preferences: |
|
39 |
||
40 |
<profile-dir>/chrome/userChrome.css |
|
41 |
<profile-dir>/chrome/userContent.css |
|
42 |
<profile-dir>/user.js |
|
43 |
||
44 |
** userChrome.css |
|
45 |
||
46 |
This file sets the display rules for various elements in the Thunderbird user |
|
47 |
interface. |
|
48 |
||
49 |
** userContent.css |
|
50 |
||
51 |
Thqis file sets the display rules for web content. |
|
52 |
||
53 |
** user.js |
|
54 |
||
55 |
This is the additional preferences file for Thunderbird. |
|
125
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
56 |
|
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
57 |
** Make newsgroup names appear expanded, not abbreviated. |
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
58 |
|
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
59 |
The newsgroup server names appear abbreviated in the folder pane. To display |
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
60 |
the full name, use the Config Editor to change the value of the preference |
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
61 |
'mail.server.default.abbreviate' to 'false'. |