X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fmutt.man;h=0b88adde45196ed7e80b358fb84fc2f351d84727;hp=08384e61884d0bae4eeda79d87298817e303b9ea;hb=6ae7bf50506bd40e5469719299464bdf5bc867bd;hpb=be2ccfaadec4e4f6e059007247c18ffb372a05a4 diff --git a/doc/mutt.man b/doc/mutt.man index 08384e6..0b88add 100644 --- a/doc/mutt.man +++ b/doc/mutt.man @@ -1,7 +1,7 @@ .\" -*-nroff-*- .\" .\" -.\" Copyright (C) 1996-2000 Michael R. Elkins +.\" Copyright (C) 1996-2004 Michael R. Elkins .\" .\" 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] [-t | -T] +.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 +.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. @@ -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" -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" -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 files which include +debugging information. .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" -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" @@ -96,17 +106,17 @@ Open a mailbox in \fIread-only\fP mode. .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" -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" -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" -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 @@ -139,22 +149,22 @@ 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. +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" -The Mutt manual. +.IP "@docdir@/manual.txt" +The Mutt-ng manual. .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 -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 -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 -.BR flea (1) +.BR fleang (1) 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), -.BR flea (1), +.BR fleang (1), .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 -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.muttng.org/manual .PP The GNU General Public License. .SH AUTHOR .PP -Michael Elkins, and others. Use to contact -the developers. +Original mutt was/is written Michael Elkins, and others. +.PP +Mutt-ng is written by Andreas Krennmair and others. +.PP +Use to contact the developers.