summaryrefslogtreecommitdiffstats
path: root/doc/muttbug.man
blob: 27f92a48e6fb64f046f50b964cb99df07cc73a43 (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
195
196
197
198
199
200
.\" -*-nroff-*-
.\"
.\"
.\"     Copyright (C) 1996-2000 Thomas Roessler <roessler@guug.de>
.\" 
.\"     This program is free software; you can redistribute it and/or modify
.\"     it under the terms of the GNU General Public License as published by
.\"     the Free Software Foundation; either version 2 of the License, or
.\"     (at your option) any later version.
.\" 
.\"     This program is distributed in the hope that it will be useful,
.\"     but WITHOUT ANY WARRANTY; without even the implied warranty of
.\"     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
.\"     GNU General Public License for more details.
.\" 
.\"     You should have received a copy of the GNU General Public License
.\"     along with this program; if not, write to the Free Software
.\"     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
.\"
.TH flea 1 "July 2000" Unix "User Manuals"
.SH NAME
.PP
flea \- Report a bug (or rather a flea) in mutt.
.SH SYNOPSIS
.PP
.B flea
.SH DESCRIPTION
.PP
.B flea
is a shell script which helps you to submit a bug report against the 
.BR mutt (1)
mail user agent.
.PP
If you invoke 
.BR flea , 
you'll first be prompted for a short
description of the problem you experience.  This will be used as the
bug report's subject line, so it should be concise, but informative.
.PP
You are then asked to assign an initial severity level to the
problem you observe; 
.B flea
will give you a description which severity level is appropriate or
not.
.PP
Then, you are asked for the location of a core dump (normally named
.BR core )
which may have been left over by a crash of your 
.BR mutt (1).
You can just type \(lqno\(rq here, or you can enter the path leading 
to a core dump.
.B flea
will try to use either
.BR sdb (1),
.BR dbx (1),
or
.BR gdb (1)
to extract some information from this core dump which may be helpful
to developers in order to determine the reason for the crash.
.PP
Finally, you are asked whether or not you want to include personal
and system 
.BR mutt (1)
configuration files with the bug report.  If at all possible, we
urge you to answer these questions with \(lqyes\(rq, since a
reference configuration makes it incredibly easier to track down a
problem.
.PP
If you are using Debian GNU/Linux,
.B flea
will now check whether or not 
.B mutt
has been installed as a Debian
package on your system, and suggest to file the bug against the
.BR mutt (1)
and Debian bug tracking systems.  This option was added since the 
.BR mutt (1)
project uses another instantiation of the Debian bug tracking
system, so submitting bugs against both systems in one pass is
simple.
.PP
You are then dropped into your favorite editor as determined by the 
.B EDITOR
and
.B VISUAL
environment variables.  
.PP
Please give us details about the problem in the empty space below
the line reading \(lqPlease type your report below this line\(rq.
We are most interested in precise information on what symptoms you
observe and what steps may be used to reproduce the bug.  Chances
are that problems which can easily be reproduced will be fixed
quickly.  So please take some time when filling out this part of the
template.
.PP
The remainder of the template contains various kinds of information
gathered from your system, including output of the
.BR uname (1)
command, output from
.BR mutt (1)
itself, and your system's 
.BR mutt (1)
configuration files.  You may wish to browse through this part of
the bug report form in order to avoid leaking confidential
information to the public.
.PP
If you leave the editor, 
.B flea
will give you the option to review, re-edit, submit, or abandon your
bug report.  If you decide to submit it, a mail message containing
your report will be sent to <submit@bugs.guug.de>.  You'll receive a
copy of this message.
.PP
While your bug report is being processed by the bug tracking system,
you will receive various e-mail messages from the bug tracking
system informing you about what's going on: Once your bug report has
been entered into the bug tracking system, it will be assigned a
unique serial number about which you are informed via e-mail.  If
you wish to submit additional information about the bug, you can
just send it to the address
.BR \fIserial\fP@bugs.guug.de .
.PP
Later, you will most likely receive questions from the developers
about the problem you observed, and you will eventually be informed
that your bug report has been closed.  This means that the bug has
been fixed at least in the
.BR cvs (1)
repository.  If the answers you receive don't satisfy you, don't
hesitate to contact the developers directly under
.BR mutt-dev@mutt.org.
.PP
You can also browse your bug report and all additional information
and replies connected to it using the bug tracking system's Web
interface under the following URL:
http://bugs.guug.de/
.SH
ENVIRONMENT
.PP
.B flea
will use the following environment variables:
.IP "EMAIL"
Your electronic mail address.  Will be used to set the bug report's
From header, and to send you a copy of the report.
.IP "LOGNAME"
Your login name.  If the
.B EMAIL
environment variable isn't set, this will be used instead to send
you a copy of the report.  Setting the sender will be left to 
.BR sendmail (1)
on your system.
.IP "REPLYTO"
If set, the bug report will contain a Reply-To header with the
e-mail address contained in this environment variable.
.IP "ORGANIZATION"
If set, the bug report will contain an Organization header with the
contents of this environment variable.
.IP "PAGER"
If set, this environment variable will be expected to contain the
path to your favorite pager for viewing the bug report.  If unset, 
.BR more (1)
will be used.
.IP "VISUAL"
If set, this environment variable will be expected to contain the
path to your favorite visual editor.
.IP "EDITOR"
If set, this environment variable will be expected to contain the
path to your favorite editor.  This variable is examined if and only
if the 
.B VISUAL
environment variable is unset.  If
.B EDITOR
is unset, 
.BR vi (1)
will be used to edit the bug report.
.SH
FILES
.PP
.IP "core"
If present, this file may contain a post-mortem memory dump of mutt.
It will be inspected using the debugger installed on your system.
.SH 
SEE ALSO
.PP
.BR dbx (1),
.BR gdb (1),
.BR lynx (1),
.BR mutt (1),
.BR muttrc (5),
.BR sdb (1),
.BR sendmail (1),
.BR uname (1),
.BR vi (1)
.PP
The mutt bug tracking system: http://bugs.guug.de/
.SH
AUTHOR
.PP
.B flea
and this manual page were written by Thomas Roessler
<roessler@guug.de>.