author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 03 Oct 2015 18:29:10 +0300 | |
changeset 1765 | 2132765de2f4 |
parent 899 | 7b4265c8d324 |
permissions | -rw-r--r-- |
899
7b4265c8d324
Set fill-column as directory local var.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
735
diff
changeset
|
1 |
-*- mode: outline; coding: utf-8; -*- |
90 | 2 |
|
679 | 3 |
* Customization. |
4 |
||
5 |
http://kb.mozillazine.org/Mail_and_news_settings |
|
6 |
||
90 | 7 |
* FAQ. |
8 |
||
9 |
http://www.mozilla.org/support/thunderbird/faq |
|
10 |
http://www.mozilla.org/support/thunderbird/tips |
|
11 |
http://kb.mozillazine.org/Thunderbird_:_FAQs |
|
12 |
||
237 | 13 |
* Profile. |
14 |
||
15 |
** Profile location. |
|
107 | 16 |
|
17 |
xxxxxxxx is a random string of 8 characters. |
|
18 |
||
19 |
- %AppData%\Thunderbird\Profiles\xxxxxxxx.default\ |
|
20 |
Windows |
|
21 |
- C:\Documents and Settings\[User Name]\Application Data\Thunderbird\Profiles |
|
22 |
Windows XP/2000 |
|
23 |
- C:\users\[User Name]\AppData\Roaming\Thunderbird\Profiles\ |
|
24 |
Windows Vista |
|
25 |
- C:\WINDOWS\Application Data\Thunderbird\Profiles\xxxxxxxx.default\ |
|
26 |
Windows 95/98/Me |
|
27 |
- ~/.thunderbird/xxxxxxxx.default/ |
|
28 |
~/.mozilla-thunderbird/xxxxxxxx.default/ |
|
29 |
Linux |
|
30 |
- ~/Library/Thunderbird/Profiles/xxxxxxxx.default/ |
|
31 |
Mac OS X |
|
32 |
||
679 | 33 |
** User editing files. |
107 | 34 |
|
35 |
These files do not exist by default, so you need to create it before you can |
|
36 |
start adding your preferences: |
|
37 |
||
38 |
<profile-dir>/chrome/userChrome.css |
|
39 |
<profile-dir>/chrome/userContent.css |
|
40 |
<profile-dir>/user.js |
|
41 |
||
42 |
** userChrome.css |
|
43 |
||
44 |
This file sets the display rules for various elements in the Thunderbird user |
|
45 |
interface. |
|
46 |
||
47 |
** userContent.css |
|
48 |
||
49 |
Thqis file sets the display rules for web content. |
|
50 |
||
51 |
** user.js |
|
52 |
||
53 |
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
|
54 |
|
237 | 55 |
* 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
|
56 |
|
5c5e49a75b02
How make newsgroup names appear expanded, not abbreviated.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
107
diff
changeset
|
57 |
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
|
58 |
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
|
59 |
'mail.server.default.abbreviate' to 'false'. |
238
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 |
* Date amd time. |
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 |
http://kb.mozillazine.org/Date_display_format |
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 |
** Windows. |
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
66 |
|
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
67 |
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
|
68 |
==> Customize ==> Customize Regional Options |
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
69 |
|
bda3ce24ded4
Date amd time in thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
237
diff
changeset
|
70 |
http://support.microsoft.com/?kbid=307938 |
680
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
71 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
72 |
* Gmail with Thunderbird. |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
73 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
74 |
Tools menu ==> Account Settings ==> highlight your Gmail address. |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
75 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
76 |
On the Server Settings tab: |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
77 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
78 |
* Check for new messages at startup > checked |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
79 |
* Check for new messages every 10 minutes > checked |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
80 |
* When I delete a message > Mark it as deleted |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
81 |
* Clean up ("Expunge") Inbox on Exit > do NOT check |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
82 |
* Empty Trash on Exit > do NOT check |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
83 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
84 |
On the Copies & Folders tab:, automatically section: |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
85 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
86 |
* When sending messages ==> Place a copy in > do NOT check |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
87 |
* Drafts and Templates section ==> Keep message drafts in > Other > [Your Gmail address] > [Gmail] > Drafts |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
88 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
89 |
On the Junk Settings tab: |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
90 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
91 |
* Enable adaptive junk mail controls > do NOT check |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
92 |
|
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
93 |
http://mail.google.com/support/bin/answer.py?answer=9008 |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
94 |
Legitimate mail is marked as spam |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
95 |
http://mail.google.com/support/bin/answer.py?answer=78892 |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
96 |
Recommended IMAP client settings |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
97 |
http://kb.mozillazine.org/Using_Gmail_with_Thunderbird_and_Mozilla_Suite |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
98 |
Using Gmail with Thunderbird and Mozilla Suite |
77f2fefe7210
Gmail with Thunderbird.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
679
diff
changeset
|
99 |