X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Finc.man1;h=415ebcbbbff1a0a79742da36b3b015082b30dfc7;hp=40a04c5c8a169cf4f981fe4a549149629e367aa9;hb=219ca2478b42be77eee20866a8a6cf8b87f3a59c;hpb=d3540eaa4251b3a282115a72ed5d1bb39ce74b3f diff --git a/man/inc.man1 b/man/inc.man1 index 40a04c5..415ebcb 100644 --- a/man/inc.man1 +++ b/man/inc.man1 @@ -15,15 +15,13 @@ inc \- incorporate new mail .RB [ \-changecur " | " \-nochangecur ] .RB [ \-form .IR formfile ] -.RB [ \-format -.IR string ] .RB [ \-file .IR name ] .RB [ \-silent " | " \-nosilent ] .RB [ \-truncate " | " \-notruncate ] .RB [ \-width .IR columns ] -.RB [ \-version ] +.RB [ \-Version ] .RB [ \-help ] .ad .SH DESCRIPTION @@ -38,11 +36,13 @@ You may specify which folder to use with If no folder is specified, then .B inc will use either the folder given by a (non\-empty) -.RI \*(lq Inbox \*(rq +.RI ` Inbox ' entry in the user's profile, or the folder named -.RI \*(lq inbox \*(rq. +.RI ` inbox '. If the specified (or default) folder doesn't -exist, the user will be queried prior to its creation. +exist, the user will (in +.B \-nosilent +mode) be queried prior to its creation. .PP When the new messages are incorporated into the folder, they are assigned numbers starting with the next highest number for the folder. As the @@ -51,7 +51,7 @@ messages are processed, a listing of the new mail is produced. .PP If the user's profile contains a -.RI \*(lq "Msg\-Protect: nnn" \*(rq +.RI ` "Msg\-Protect: nnn" ' entry, it will be used as the protection on the newly created messages, otherwise the @@ -85,10 +85,10 @@ Eventually, and .B dist may also produce audits to this (or another) file, perhaps with -.RI \*(lq Message\-Id \*(rq +.RI ` Message\-Id ' information to keep an exact correspondence history. -.RI \*(lq Audit\-file \*(rq +.RI ` Audit\-file ' will be in the current directory unless a full path is specified. .PP .B Inc @@ -101,7 +101,7 @@ In all cases, the user's mail drop will be zeroed, unless the switch is given. .PP If the profile entry -.RI \*(lq Unseen\-Sequence \*(rq +.RI ` Unseen\-Sequence ' is present and non\-empty, then .B inc will add each of the newly incorporated messages to @@ -112,8 +112,6 @@ will not zero each sequence prior to adding messages. The interpretation of the .B \-form .IR formatfile , -.B \-format -.IR string , and .B \-width .I columns @@ -142,7 +140,7 @@ switch still overrides this, however). If this environment variable is not set, then .B inc will consult the profile entry -.RI \*(lq MailDrop \*(rq +.RI ` MailDrop ' for this information. If the value found is not absolute, then it is interpreted relative to the user's .B nmh @@ -173,21 +171,21 @@ in the background and going on to other things. .ta \w'ExtraBigProfileName 'u ^Path:~^To determine the user's mail storage ^Alternate\-Mailboxes:~^To determine the user's mailboxes -^Inbox:~^To determine the inbox, default \*(lqinbox\*(rq +^Inbox:~^To determine the inbox, default `inbox' ^Folder\-Protect:~^To set mode when creating a new folder ^Msg\-Protect:~^To set mode when creating a new message and audit\-file ^Unseen\-Sequence:~^To name sequences denoting unseen messages .fi .SH "SEE ALSO" -mhmail(1), scan(1), mh\-mail(5), post(8) +scan(1), mh\-mail(5) .SH DEFAULTS .nf -.RB ` +folder "' defaulted by \*(lqInbox\*(rq above" +.RB ` +folder "' defaulted by `Inbox' above" .RB ` \-noaudit ' .RB ` \-changecur ' -.RB ` \-format "' defaulted as described above" +.RB ` \-form "' defaulted as described above" .RB ` \-nosilent ' .RB ` \-truncate "' if `" \-file " name' not given, `" \-notruncate "' otherwise" .RB ` \-width "' defaulted to the width of the terminal" @@ -201,12 +199,3 @@ message, unless the option is specified. This leaves the context ready for a .B show of the first new message. - -.SH BUGS -The argument to the -.B \-format -switch must be interpreted as a single -token by the shell that invokes -.BR inc . -Therefore, one must usually place the argument to this switch inside -double\-quotes.