summaryrefslogtreecommitdiffstats
path: root/debian/thunderbird.1
blob: 7942daa85f651cdf05294dd64f0ceca9d1c32495 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
.TH "THUNDERBIRD" "1" "February 27, 2010" "Christoph Göhre" "Linux User's Manual"
.SH "NAME"
thunderbird \- Mail User Agent (MUA) and newsgroup/RSS client for X11 derived from the Mozilla Thunderbird.
.SH "SYNOPSIS"
.B /usr/lib/thunderbird/thunderbird
[\fIOPTIONS\fR] [\fIURL\fR]

.B /usr/lib/thunderbird/thunderbird\-bin
[\fIOPTIONS\fR] [\fIURL\fR]

.SH "DESCRIPTION"
\fBThunderbird\fR provides IMAP/POP support, a built-in RSS reader, support for
HTML mail, powerful quick search, saved search folders, advanced message
filtering, junk mail controls, message grouping, labels, return receipts, smart
address book, LDAP address completion, import tools and the ability to manage
multiple identities in email and newsgroup accounts.
.PP
\fBThunderbird\fR provides enterprise and government grade security such as S/MIME,
digital signing, message encryption, and support for certificates and security
devices.

.SH "USAGE"
\fBthunderbird\fR is a executable file that will set up the
environment for the starting executable, \fBthunderbird\-bin\fR.
If there is an Thunderbird mail client already running, \fBthunderbird\fR will
arrange for it to create a new mail client window; otherwise it will start
the Thunderbird application.

.SH "OPTIONS"
A summary of the options supported by \fBthunderbird\fR is included below.

.SS "X11 options"
.TP
.BI \-\-display= DISPLAY
X display to use
.TP
.B \-\-sync
Make X calls synchronous
.TP
.B \-\-g\-fatal\-warnings
Make all warnings fatal

.SS "Mozilla options"
.TP
.B \-h, \-help
Show summary of options.
.TP
.B \-v, \-version
Print the Thunderbird version.
.TP
\fB\-P\fR [\fIprofile\fR]
Start with \fIprofile\fR. When no profile is given, displays the Profile Manager. May require \fB\-no\-remote\fR, see below.
.TP
.B \-\-profile [\fIpath\fR]
Start with with [\fIprofile\fR] from the given [\fIpath\fR].
.TP
.B \-\-migration
Start with migration wizard. May require \fB\-no\-remote\fR, see below.
.TP
.B \-\-ProfileManager
Start with profile manager. May require \fB\-no\-remote\fR, see below.
.TP
.B \-\-no\-remote
Don't connect to a running Thunderbird instance. Don't accept or send remote
commands. This option can be necessary in conjunction to several of the options
above, that won't have any effect when an Thunderbird instance is running unless
\fB\-no\-remote\fR is used at the same time.
.TP
.B \-\-new\-instance
Open a new instance instead of a new windows in the running instance.
.TP
\fB\-\-UILocale\fR \fIlocale\fR
Start with \fIlocale\fR resources as User Interface locale. By default, it is
guessed from environment and available locales for Thunderbird.
.TP
.B \-\-safe\-mode
Starts Thunderbird in safe mode, i.e. disabling all extensions and
showing a bit more debugging messages.
.TP
.B \-\-jsconsole
Start with Javascript Console
.TP
.B \-addressbook
Open the address book at startup.
.TP
.B \-compose
Compose a mail or news message.
.TP
.B \-mail
Open the mail folder view.
.TP
\fB\-mail\fR \fIURL\fR
Open the message specified by this \fIURL\fR.
.TP
.B \-news
Open the news client.
.TP
.B \-setDefaultMail
Set Thunderbird as the default mail client.
.TP
.B \-options
Open the options dialog.
.TP
.B \-file
Open the specified email file.

.SH "DEBUGGING"
.TP
.B \-g
Starts Thunderbird through a debugger (gdb by default).

.SH "ENVIRONMENT"
\fIMOZILLA_DISABLE_PLUGINS\fR \- when set, totally disables loading plugins.

.SH "FILES"
\fI/usr/bin/thunderbird\fR \- shell script wrapping
\fBthunderbird\-bin\fR
.br

\fI/usr/lib/thunderbird/thunderbird\-bin\fR \- \fBthunderbird\fR
executable
.br

.SH "EXAMPLES"
.SS "Some typical use case for starting Thunderbird from a console"
.sp
Starting Thunderbird without any extra options, useful to any messages from thunderbird in case something went not o.k.:
.sp
.if n \{\
.RS 4
.\}
.nf
thunderbird
.fi
.if n \{\
.RE
.\}
.sp
Starting Thunderbird without any extensions or themes, useful if extensions may make some trouble:
.sp
.if n \{\
.RS 4
.\}
.nf
thunderbird \-\-safe-mode
.fi
.if n \{\
.RE
.\}
.sp
Starting Thunderbird with a composing window:
.sp
.if n \{\
.RS 4
.\}
.nf
thunderbird \-compose
.fi
.if n \{\
.RE
.\}
.sp
Starting Thunderbird with the default debugger:
.sp
.if n \{\
.RS 4
.\}
.nf
/usr/lib/thunderbird/run-mozilla.sh \-debug /usr/lib/thunderbird/thunderbird-bin
.fi
.if n \{\
.RE
.\}
.sp
Starting Thunderbird with the specific debugger:
.sp
.if n \{\
.RS 4
.\}
.nf
/usr/lib/thunderbird/run-mozilla.sh \-\-debugger /foo/bar/debugger /usr/lib/thunderbird/thunderbird-bin
.fi
.if n \{\
.RE
.\}

.SH "BUGS"
To report a bug, please visit \fIhttp://bugzilla.mozilla.org/\fR and/or report bugs
to the Debian Bug Tracking System, as usual.

.SH "AUTHORS"
.TP
.B The Mozilla Organization
.I http://www.mozilla.org/about.html