X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=doc%2Fmutt.man;h=0b88adde45196ed7e80b358fb84fc2f351d84727;hp=f4a2c54127d934c14db7c49e6b3609092a5419f1;hb=63b91e68a864bbd052b4b421cb77a0fd2a748ea4;hpb=71fd9a28c9d86aefdc689910cbd06dcc285fa278 diff --git a/doc/mutt.man b/doc/mutt.man index f4a2c54..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. @@ -74,6 +81,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 files which include +debugging information. .IP "-h" Display help. .IP "-H \fIdraft\fP" @@ -139,21 +149,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 @@ -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.