author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sun, 26 Sep 2010 17:42:45 +0300 | |
changeset 569 | 8ac89cf6908c |
parent 238 | bda3ce24ded4 |
child 679 | d4befda1f59c |
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 |
||
237 | 11 |
* Profile. |
12 |
||
13 |
** Profile location. |
|
107 | 14 |
|
15 |
xxxxxxxx is a random string of 8 characters. |
|
16 |
||
17 |
- %AppData%\Thunderbird\Profiles\xxxxxxxx.default\ |
|
18 |
Windows |
|
19 |
- C:\Documents and Settings\[User Name]\Application Data\Thunderbird\Profiles |
|
20 |
Windows XP/2000 |
|
21 |
- C:\users\[User Name]\AppData\Roaming\Thunderbird\Profiles\ |
|
22 |
Windows Vista |
|
23 |
- C:\WINDOWS\Application Data\Thunderbird\Profiles\xxxxxxxx.default\ |
|
24 |
Windows 95/98/Me |
|
25 |
- ~/.thunderbird/xxxxxxxx.default/ |
|
26 |
~/.mozilla-thunderbird/xxxxxxxx.default/ |
|
27 |
Linux |
|
28 |
- ~/Library/Thunderbird/Profiles/xxxxxxxx.default/ |
|
29 |
Mac OS X |
|
30 |
||
237 | 31 |
** Customization. |
107 | 32 |
|
33 |
These files do not exist by default, so you need to create it before you can |
|
34 |
start adding your preferences: |
|
35 |
||
36 |
<profile-dir>/chrome/userChrome.css |
|
37 |
<profile-dir>/chrome/userContent.css |
|
38 |
<profile-dir>/user.js |
|
39 |
||
40 |
** userChrome.css |
|
41 |
||
42 |
This file sets the display rules for various elements in the Thunderbird user |
|
43 |
interface. |
|
44 |
||
45 |
** userContent.css |
|
46 |
||
47 |
Thqis file sets the display rules for web content. |
|
48 |
||
49 |
** user.js |
|
50 |
||
51 |
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
|
52 |
|
237 | 53 |
* Make newsgroup names appear expanded, not abbreviated. |
125
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
54 |
|
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
55 |
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
|
56 |
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
|
57 |
'mail.server.default.abbreviate' to 'false'. |
238
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
58 |
|
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
59 |
* Date amd time. |
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
60 |
|
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
61 |
http://kb.mozillazine.org/Date_display_format |
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
62 |
|
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
63 |
** Windows. |
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
64 |
|
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
65 |
Start ==> Control Panel ==> Date, Time, Language, and Regional Options ==> Regional and Language Options |
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
66 |
==> Customize ==> Customize Regional Options |
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
67 |
|
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
68 |
http://support.microsoft.com/?kbid=307938 |