Removed the -[no]watch flags of send and post.
[mmh] / man / send.man1
index d8e1886..cbbf118 100644 (file)
@@ -11,7 +11,6 @@ send \- send a message
 .RB [ \-alias
 .IR aliasfile ]
 .RB [ \-verbose " | " \-noverbose ]
-.RB [ \-watch " | " \-nowatch ]
 .RB [ msg
 \&...]
 .RB [ \-Version ]
@@ -49,14 +48,13 @@ The first part of the MIME message is the draft body if the body is non-empty.
 The body of each attachment header field is interpreted as a file name,
 and each file named is included as a separate part in the MIME message.
 .PP
-For file names with dot suffixes, the context is scanned for a
-.I show-suffix-
-entry for that suffix.
-The content-type for the part is taken from that context entry if a match is
-found.
-If no match is found or the file does not have a dot suffix, the content-type
-is text/plain if the file contains only ASCII characters or
-application/octet-stream otherwise.
+The MIME type of each file is determined by the MIME type query program,
+as defined by the
+.I Mime-Type-Query
+profile entry.
+Mmh distributes the program
+.BR print-mimetype ,
+in case no better alternative is available on the system.
 .PP
 The last component of the path name is taken as the name of the MIME parts.
 A message part header for an attachment might be:
@@ -71,16 +69,7 @@ If
 .B \-verbose
 is specified,
 .B send
-will indicate the interactions
-occurring with the transport system, prior to actual delivery.
-If
-.B \-watch
-is specified
-.B send
-will monitor the delivery of local
-and network mail.  Hence, by specifying both switches, a large detail
-of information can be gathered about each step of the message's entry
-into the transport system.
+will request verbose information of the transport system.
 .PP
 .B Send
 with no
@@ -181,6 +170,7 @@ for more information.
 ^Aliasfile:~^For a default alias file
 ^Signature:~^To determine the user's mail signature
 ^Attachment\-Header:~^To set the name of the attachment header field
+^Mime\-Type\-Query:~^Program to determine the MIME types of files
 .fi
 
 .SH "SEE ALSO"
@@ -190,14 +180,10 @@ comp(1), dist(1), forw(1), repl(1), mh\-alias(5), spost(8)
 .nf
 .RB ` msg "' defaults to the current message in the draft folder"
 .RB ` \-noverbose '
-.RB ` \-nowatch '
 .fi
 
 .SH CONTEXT
 None
 
 .SH BUGS
-Under some configurations, it is not possible to monitor the mail delivery
-transaction;
-.B \-watch
-is a no-op on those systems.
+None