Changeset 5035:d0da811c593e for doc

Show
Ignore:
Timestamp:
2007-04-01 14:58:53 (20 months ago)
Author:
Brendan Cully <brendan@…>
Branch:
HEAD
Message:

Restore muttbug

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • doc/muttbug.man

    r3787 r5035  
    1818.\"     Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA. 
    1919.\" 
    20 .TH flea 1 "January 2005" Unix "User Manuals" 
     20.TH flea 1 "July 2000" Unix "User Manuals" 
    2121.SH NAME 
    22 flea \- Report a bug (or rather a flea) in mutt. (OBSOLETE) 
     22flea \- Report a bug (or rather a flea) in mutt. 
     23.SH SYNOPSIS 
     24.PP 
     25.B flea 
    2326.SH DESCRIPTION 
    2427.PP 
    2528.B flea 
    26 used to be a shell script which helped you to submit a bug report against the  
     29is a shell script which helps you to submit a bug report against the  
    2730.BR mutt (1) 
    2831mail user agent. 
    2932.PP 
    30 The mutt bug tracking system broke down under the spam thrown at it and 
    31 was shut down in January 2005.  To report a bug in mutt, please use 
    32 your system's bug reporting system if mutt came as part of your 
    33 system, or refer to the mutt web site at 
    34 .I http://www.mutt.org 
    35 for more information. 
     33If you invoke  
     34.BR flea ,  
     35you'll first be prompted for a short 
     36description of the problem you experience.  This will be used as the 
     37bug report's subject line, so it should be concise, but informative. 
     38.PP 
     39You are then asked to assign an initial severity level to the 
     40problem you observe;  
     41.B flea 
     42will give you a description which severity level is appropriate or 
     43not. 
     44.PP 
     45Then, you are asked for the location of a core dump (normally named 
     46.BR core ) 
     47which may have been left over by a crash of your  
     48.BR mutt (1). 
     49You can just type \(lqno\(rq here, or you can enter the path leading  
     50to a core dump. 
     51.B flea 
     52will try to use either 
     53.BR sdb (1), 
     54.BR dbx (1), 
     55or 
     56.BR gdb (1) 
     57to extract some information from this core dump which may be helpful 
     58to developers in order to determine the reason for the crash. 
     59.PP 
     60Finally, you are asked whether or not you want to include personal 
     61and system  
     62.BR mutt (1) 
     63configuration files with the bug report.  If at all possible, we 
     64urge you to answer these questions with \(lqyes\(rq, since a 
     65reference configuration makes it incredibly easier to track down a 
     66problem. 
     67.PP 
     68If you are using Debian GNU/Linux, 
     69.B flea 
     70will now check whether or not  
     71.B mutt 
     72has been installed as a Debian 
     73package on your system, and suggest to file the bug against the 
     74.BR mutt (1) 
     75and Debian bug tracking systems.  This option was added since the  
     76.BR mutt (1) 
     77project uses another instantiation of the Debian bug tracking 
     78system, so submitting bugs against both systems in one pass is 
     79simple. 
     80.PP 
     81You are then dropped into your favorite editor as determined by the  
     82.B EDITOR 
     83and 
     84.B VISUAL 
     85environment variables.   
     86.PP 
     87Please give us details about the problem in the empty space below 
     88the line reading \(lqPlease type your report below this line\(rq. 
     89We are most interested in precise information on what symptoms you 
     90observe and what steps may be used to reproduce the bug.  Chances 
     91are that problems which can easily be reproduced will be fixed 
     92quickly.  So please take some time when filling out this part of the 
     93template. 
     94.PP 
     95The remainder of the template contains various kinds of information 
     96gathered from your system, including output of the 
     97.BR uname (1) 
     98command, output from 
     99.BR mutt (1) 
     100itself, and your system's  
     101.BR mutt (1) 
     102configuration files.  You may wish to browse through this part of 
     103the bug report form in order to avoid leaking confidential 
     104information to the public. 
     105.PP 
     106If you leave the editor,  
     107.B flea 
     108will give you the option to review, re-edit, submit, or abandon your 
     109bug report.  If you decide to submit it, a mail message containing 
     110your report will be sent to <submit@bugs.guug.de>.  You'll receive a 
     111copy of this message. 
     112.PP 
     113While your bug report is being processed by the bug tracking system, 
     114you will receive various e-mail messages from the bug tracking 
     115system informing you about what's going on: Once your bug report has 
     116been entered into the bug tracking system, it will be assigned a 
     117unique serial number about which you are informed via e-mail.  If 
     118you wish to submit additional information about the bug, you can 
     119just send it to the address 
     120.BR \fIserial\fP@bugs.guug.de . 
     121.PP 
     122Later, you will most likely receive questions from the developers 
     123about the problem you observed, and you will eventually be informed 
     124that your bug report has been closed.  This means that the bug has 
     125been fixed at least in the 
     126.BR cvs (1) 
     127repository.  If the answers you receive don't satisfy you, don't 
     128hesitate to contact the developers directly under 
     129.BR mutt-dev@mutt.org. 
     130.PP 
     131You can also browse your bug report and all additional information 
     132and replies connected to it using the bug tracking system's Web 
     133interface under the following URL: 
     134http://bugs.guug.de/ 
     135.SH 
     136ENVIRONMENT 
    36137.PP 
    37138.B flea 
    38 is now a shell script that prints a short error message and exits. 
     139will use the following environment variables: 
     140.IP "EMAIL" 
     141Your electronic mail address.  Will be used to set the bug report's 
     142From header, and to send you a copy of the report. 
     143.IP "LOGNAME" 
     144Your login name.  If the 
     145.B EMAIL 
     146environment variable isn't set, this will be used instead to send 
     147you a copy of the report.  Setting the sender will be left to  
     148.BR sendmail (1) 
     149on your system. 
     150.IP "REPLYTO" 
     151If set, the bug report will contain a Reply-To header with the 
     152e-mail address contained in this environment variable. 
     153.IP "ORGANIZATION" 
     154If set, the bug report will contain an Organization header with the 
     155contents of this environment variable. 
     156.IP "PAGER" 
     157If set, this environment variable will be expected to contain the 
     158path to your favorite pager for viewing the bug report.  If unset,  
     159.BR more (1) 
     160will be used. 
     161.IP "VISUAL" 
     162If set, this environment variable will be expected to contain the 
     163path to your favorite visual editor. 
     164.IP "EDITOR" 
     165If set, this environment variable will be expected to contain the 
     166path to your favorite editor.  This variable is examined if and only 
     167if the  
     168.B VISUAL 
     169environment variable is unset.  If 
     170.B EDITOR 
     171is unset,  
     172.BR vi (1) 
     173will be used to edit the bug report. 
     174.SH 
     175FILES 
     176.PP 
     177.IP "core" 
     178If present, this file may contain a post-mortem memory dump of mutt. 
     179It will be inspected using the debugger installed on your system. 
     180.SH  
     181SEE ALSO 
     182.PP 
     183.BR dbx (1), 
     184.BR gdb (1), 
     185.BR lynx (1), 
     186.BR mutt (1), 
     187.BR muttrc (5), 
     188.BR sdb (1), 
     189.BR sendmail (1), 
     190.BR uname (1), 
     191.BR vi (1) 
     192.PP 
     193The mutt bug tracking system: http://bugs.guug.de/ 
    39194.SH 
    40195AUTHOR