Rocco Rutte:
[apps/madmutt.git] / doc / mutt.man
index 2d2caa1..0aaf193 100644 (file)
@@ -1,7 +1,7 @@
 .\" -*-nroff-*-
 .\"
 .\"
-.\"     Copyright (C) 1996-2000 Michael R. Elkins <me@cs.hmc.edu>
+.\"     Copyright (C) 1996-2004 Michael R. Elkins <me@cs.hmc.edu>
 .\" 
 .\"     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
@@ -38,6 +38,9 @@ mutt-ng \- The Mutt-ng Mail User Agent
 [-c \fIaddr\fP] \fIaddr\fP [...]
 .PP
 .B muttng
+[-n] [-e \fIcmd\fP] [-F \fIfile\fP] -D
+.PP
+.B muttng
 [-n] [-e \fIcmd\fP] [-F \fIfile\fP] -p
 .PP
 .B muttng
@@ -63,6 +66,8 @@ Attach a file to your message using MIME.
 Specify a blind-carbon-copy (BCC) recipient
 .IP "-c \fIaddress\fP"
 Specify a carbon-copy (CC) recipient
+.IP "-D"
+Print the value of all variables to stdout.
 .IP "-e \fIcommand\fP"
 Specify a configuration command to be run after processing of initialization
 files.
@@ -74,6 +79,9 @@ Specify an initialization file to read instead of ~/.muttngrc
 Start Mutt-ng with a listing of subscribed newsgroups at specified newsserver.
 .IP "-G"
 Start Mutt-ng with a listing of subscribed newsgroups.
+.IP "-d"
+Specify a debugging level. This will cause muttng to create .muttngdebug<level> files which include
+debugging information.
 .IP "-h"
 Display help.
 .IP "-H \fIdraft\fP"
@@ -139,21 +147,21 @@ Specifies the editor to use when composing messages.
 .PP
 .IP "~/.muttngrc or ~/.muttng/muttngrc"
 User configuration file.
-.IP "/etc/Muttngrc"
+.IP "@sysconfdir@/Muttngrc"
 System-wide configuration file.
 .IP "/tmp/muttXXXXXX"
 Temporary files created by Mutt-ng.
 .IP "~/.mailcap"
 User definition for handling non-text MIME types.
-.IP "/etc/mailcap"
+.IP "@sysconfdir@/mailcap"
 System definition for handling non-text MIME types.
 .IP "~/.mime.types"
 User's personal mapping between MIME types and file extensions.
-.IP "/etc/mime.types"
+.IP "@sysconfdir@/mime.types"
 System mapping between MIME types and file extensions.
-.IP "/usr/local/bin/muttng_dotlock"
+.IP "@bindir@/muttng_dotlock"
 The privileged dotlocking program.
-.IP "/usr/local/doc/muttng/manual.txt"
+.IP "@docdir@/manual.txt"
 The Mutt-ng manual.
 .SH BUGS
 .PP
@@ -175,7 +183,7 @@ for one of the functions listed while Mutt-ng is running.
 For a more up-to-date list of bugs, errm, fleas, please visit the
 mutt-ng project's bug tracking system under http://developer.berlios.de/projects/mutt-ng/.  To
 report a bug, please use the
-.BR flea (1)
+.BR fleang (1)
 program.
 .SH NO WARRANTIES
 This program is distributed in the hope that it will be useful,
@@ -185,7 +193,7 @@ GNU General Public License for more details.
 .SH SEE ALSO
 .PP
 .BR curses (3),
-.BR flea (1),
+.BR fleang (1),
 .BR mailcap (5),
 .BR maildir (5),
 .BR mbox (5),
@@ -195,12 +203,15 @@ GNU General Public License for more details.
 .BR sendmail (1),
 .BR smail (1)
 .PP
-Mutt-ng Home Page: http://mutt-ng.berlios.de
+Mutt-ng Home Page: http://www.muttng.org
 .PP
-The Mutt-ng manual
+The Mutt-ng manual: http://www.mutt-ng.org/manual
 .PP
 The GNU General Public License.
 .SH AUTHOR
 .PP
-Michael Elkins, and others.  Use <mutt-ng-devel@lists.berlios.de> to contact
-the developers.
+Original mutt was/is written Michael Elkins, and others.
+.PP
+Mutt-ng is written by Andreas Krennmair <ak@synflood.at> and others.
+.PP
+Use <mutt-ng-devel@lists.berlios.de> to contact the developers.