Fix compilation warnings in pattern.c
[apps/madmutt.git] / doc / mutt.man
index 08384e6..0b88add 100644 (file)
@@ -1,7 +1,7 @@
 .\" -*-nroff-*-
 .\"
 .\"
 .\" -*-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
 .\" 
 .\"     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
 [-c \fIaddr\fP] \fIaddr\fP [...]
 .PP
 .B muttng
+[-n] [-e \fIcmd\fP] [-F \fIfile\fP] [-t | -T]
+.PP
+.B muttng
 [-n] [-e \fIcmd\fP] [-F \fIfile\fP] -p
 .PP
 .B muttng
 [-n] [-e \fIcmd\fP] [-F \fIfile\fP] -p
 .PP
 .B muttng
@@ -63,6 +66,10 @@ 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
 Specify a blind-carbon-copy (BCC) recipient
 .IP "-c \fIaddress\fP"
 Specify a carbon-copy (CC) recipient
+.IP "-t"
+Print the value of all variables to stdout.
+.IP "-T"
+Print the value of all changed variables to stdout.
 .IP "-e \fIcommand\fP"
 Specify a configuration command to be run after processing of initialization
 files.
 .IP "-e \fIcommand\fP"
 Specify a configuration command to be run after processing of initialization
 files.
@@ -71,9 +78,12 @@ Specify which mailbox to load.
 .IP "-F \fImuttngrc\fP"
 Specify an initialization file to read instead of ~/.muttngrc
 .IP "-g \fIserver\fP"
 .IP "-F \fImuttngrc\fP"
 Specify an initialization file to read instead of ~/.muttngrc
 .IP "-g \fIserver\fP"
-Start Mutt with a listing of subscribed newsgroups at specified newsserver.
+Start Mutt-ng with a listing of subscribed newsgroups at specified newsserver.
 .IP "-G"
 .IP "-G"
-Start Mutt with a listing of subscribed newsgroups.
+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"
 .IP "-h"
 Display help.
 .IP "-H \fIdraft\fP"
@@ -84,7 +94,7 @@ Specify a file to include into the body of a message.
 .IP "-m \fItype\fP       "
 specify a default mailbox type
 .IP "-n"
 .IP "-m \fItype\fP       "
 specify a default mailbox type
 .IP "-n"
-Causes Mutt to bypass the system configuration file.
+Causes Mutt-ng to bypass the system configuration file.
 .IP "-p"
 Resume a postponed message.
 .IP "-Q \fIquery\fP"
 .IP "-p"
 Resume a postponed message.
 .IP "-Q \fIquery\fP"
@@ -96,17 +106,17 @@ Open a mailbox in \fIread-only\fP mode.
 .IP "-s \fIsubject\fP"
 Specify the subject of the message.
 .IP "-v"
 .IP "-s \fIsubject\fP"
 Specify the subject of the message.
 .IP "-v"
-Display the Mutt version number and compile-time definitions.
+Display the Mutt-ng version number and compile-time definitions.
 .IP "-x"
 Emulate the mailx compose mode.
 .IP "-y"
 .IP "-x"
 Emulate the mailx compose mode.
 .IP "-y"
-Start Mutt with a listing of all mailboxes specified by the \fImailboxes\fP
+Start Mutt-ng with a listing of all mailboxes specified by the \fImailboxes\fP
 command.
 .IP "-z"
 command.
 .IP "-z"
-When used with -f, causes Mutt not to start if there are no messages in the
+When used with -f, causes Mutt-ng not to start if there are no messages in the
 mailbox.
 .IP "-Z"
 mailbox.
 .IP "-Z"
-Causes Mutt to open the first mailbox specified by the \fImailboxes\fP
+Causes Mutt-ng to open the first mailbox specified by the \fImailboxes\fP
 command which contains new mail.
 .SH ENVIRONMENT
 .PP
 command which contains new mail.
 .SH ENVIRONMENT
 .PP
@@ -139,22 +149,22 @@ Specifies the editor to use when composing messages.
 .PP
 .IP "~/.muttngrc or ~/.muttng/muttngrc"
 User configuration file.
 .PP
 .IP "~/.muttngrc or ~/.muttng/muttngrc"
 User configuration file.
-.IP "/etc/Muttngrc"
+.IP "@sysconfdir@/Muttngrc"
 System-wide configuration file.
 .IP "/tmp/muttXXXXXX"
 System-wide configuration file.
 .IP "/tmp/muttXXXXXX"
-Temporary files created by Mutt.
+Temporary files created by Mutt-ng.
 .IP "~/.mailcap"
 User definition for handling non-text MIME types.
 .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.
 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.
 System mapping between MIME types and file extensions.
-.IP "/usr/local/bin/muttng_dotlock"
+.IP "@bindir@/muttng_dotlock"
 The privileged dotlocking program.
 The privileged dotlocking program.
-.IP "/usr/local/doc/muttng/manual.txt"
-The Mutt manual.
+.IP "@docdir@/manual.txt"
+The Mutt-ng manual.
 .SH BUGS
 .PP
 None.  Mutts have fleas, not bugs.
 .SH BUGS
 .PP
 None.  Mutts have fleas, not bugs.
@@ -164,18 +174,18 @@ Suspend/resume while editing a file with an external editor does not work
 under SunOS 4.x if you use the curses lib in /usr/5lib.  It \fIdoes\fP work
 with the S-Lang library, however.
 .PP
 under SunOS 4.x if you use the curses lib in /usr/5lib.  It \fIdoes\fP work
 with the S-Lang library, however.
 .PP
-Resizing the screen while using an external pager causes Mutt to go haywire
+Resizing the screen while using an external pager causes Mutt-ng to go haywire
 on some systems.
 .PP
 suspend/resume does not work under Ultrix.
 .PP
 The help line for the index menu is not updated if you change the bindings
 on some systems.
 .PP
 suspend/resume does not work under Ultrix.
 .PP
 The help line for the index menu is not updated if you change the bindings
-for one of the functions listed while Mutt is running.
+for one of the functions listed while Mutt-ng is running.
 .PP
 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
 .PP
 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,
 program.
 .SH NO WARRANTIES
 This program is distributed in the hope that it will be useful,
@@ -185,7 +195,7 @@ GNU General Public License for more details.
 .SH SEE ALSO
 .PP
 .BR curses (3),
 .SH SEE ALSO
 .PP
 .BR curses (3),
-.BR flea (1),
+.BR fleang (1),
 .BR mailcap (5),
 .BR maildir (5),
 .BR mbox (5),
 .BR mailcap (5),
 .BR maildir (5),
 .BR mbox (5),
@@ -195,12 +205,15 @@ GNU General Public License for more details.
 .BR sendmail (1),
 .BR smail (1)
 .PP
 .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
 .PP
-The Mutt-ng manual
+The Mutt-ng manual: http://www.muttng.org/manual
 .PP
 The GNU General Public License.
 .SH AUTHOR
 .PP
 .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.