X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Frepl.man1;h=5643286b20f622b78f647982a28c0a846975d84c;hp=c3178bbf229c59ed9c51fa5431ccb242d81c9196;hb=dfa0332c4e6144699dedd5c9795219adc0f9c0d2;hpb=88d0e7601d67f8212791482433dcda4cb9d3eaac diff --git a/man/repl.man1 b/man/repl.man1 index c3178bb..5643286 100644 --- a/man/repl.man1 +++ b/man/repl.man1 @@ -19,9 +19,9 @@ all/to/cc/me] .RB [ \-query " | " \-noquery ] .RB [ \-form .IR formfile ] -.RB [ \-format " | " \-noformat ] .RB [ \-filter -.IR filterfile ] +.IR filterfile +.RB " | " \-nofilter ] .RB [ \-mime " | " \-nomime ] .RB [ \-editor .IR editor ] @@ -206,24 +206,10 @@ will invoke .B mhl to format the message to which you are replying. .PP -The switches -.BR \-noformat , -.BR \-format , -and -.B \-filter -.I filterfile -specify -which message filter file to use. -.PP -If the switch -.B \-noformat -is given (it is the default), then the message -to which you are replying is not included in the body of the draft. -.PP -If the switch -.B \-format -is given, then a default message filter file -is used. This default message filter should be adequate for most users. +By default, the original message gets filtered +through a default message filter file and then included into the draft body +as quotation. +This should be adequate for most users. This default filter .RI \*(lq mhl.reply \*(rq is: @@ -236,14 +222,14 @@ is: .PP which outputs each line of the body of the message prefaced with the \*(lq>\*(rq character and a space. -.PP If a file named .RI \*(lq mhl.reply \*(rq exists in the user's .B mmh directory, -it will be used instead of this form. You may specify an alternate -message filter file with the switch +it will be used instead of this form. +.PP +You may specify an alternate message filter file with the switch .B \-filter .IR filterfile . .PP @@ -273,14 +259,25 @@ This message filter file cites the Message-ID and author of the message being replied\-to, and then outputs each line of the body prefaced with the \*(lq>\*(rq character. .PP -To use the MIME rules for encapsulation, specify the +If the switch +.B \-nofilter +is given, then the message +to which you are replying will not be formated and thus not included in +the body of the draft. +(It may be added as MIME attachment with +.B \-mime +though.) +.PP +To MIME-attach the original message, specify the .B \-mime switch. -This directs -.B repl -to add an attachment header field, for which -.B send -will care. +Note: In mmh, the \-mime switch is unrelated to +the \-filter and \-nofilter switches. +It is therefore possible to have the original message quoted in the body +.B and +attached as MIME part. +However, using the \-mime switch is discouraged. +It may get removed in the future. .PP If the .B \-annotate @@ -394,7 +391,6 @@ switch. ^Editor:~^To override the default editor ^Msg\-Protect:~^To set mode when creating a new message (draft) ^fileproc:~^Program to refile the message -^mhlproc:~^Program to filter message being replied\-to ^whatnowproc:~^Program to ask the \*(lqWhat now?\*(rq questions .fi @@ -408,7 +404,6 @@ mhbuild(1), comp(1), forw(1), send(1), whatnow(1), mh\-format(5) .RB ` \-nogroup ' .RB ` "\-nocc\ all" "' with `\-nogroup', `\-cc\ all' with `\-group'" .RB ` \-noannotate ' -.RB ` \-noformat ' .RB ` \-nomime ' .RB ` \-noquery ' .fi @@ -428,3 +423,5 @@ template, include the host portion of the address. .PP If your current working directory is not writable, the link named \*(lq@\*(rq is not available. +.PP +The quotation of the original message does not get transfer-decoded, yet.