X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fmhpath.man;h=c4928b4a7de4c62c61deea9effe582b152180216;hb=0c1868fb0d1555587ff37eae76583feb97c2c284;hp=26913c800f320a94cc19918b9500c577f310f29f;hpb=278a48ef53b5dde10d7c88f67f51ce15ad11c0c0;p=mmh diff --git a/man/mhpath.man b/man/mhpath.man index 26913c8..c4928b4 100644 --- a/man/mhpath.man +++ b/man/mhpath.man @@ -1,27 +1,28 @@ +.TH MHPATH %manext1% "February 18, 2012" "%nmhversion%" .\" .\" %nmhwarning% -.\" $Id$ .\" -.TH MHPATH %manext1% "%nmhdate%" MH.6.8 [%nmhversion%] .SH NAME mhpath \- print full pathnames of nmh messages and folders .SH SYNOPSIS .HP 5 +.na .B mhpath .RI [ +folder ] .RI [ msgs ] .RB [ \-version ] .RB [ \-help ] +.ad .SH DESCRIPTION -.B Mhpath +.B mhpath expands and sorts the message list `msgs' and writes the full pathnames of the messages to the standard output separated by newlines. If no `msgs' are specified, .B mhpath -outputs the folder pathname +outputs the current mail folder's pathname instead. If the only argument is `+', your .B nmh -\*(lqPath\*(rq is output; this can be useful is shell scripts. +\*(lqPath\*(rq is output; this can be useful in shell scripts. .PP Contrasted with other .B nmh @@ -43,13 +44,18 @@ Within a message list, the following designations may refer to messages that do not exist: a single numeric message name, the single message name \*(lqcur\*(rq, and (obviously) the single message name \*(lqnew\*(rq. All other message designations must refer to at least one existing -message. +message, if the folder contains messages. .IP 3) 4 An empty folder is not in itself an error. .PP -Message numbers greater than the highest existing message in a folder -as part of a range designation are replaced with the next free message -number. +A message number less than that of the smallest existing message in a +folder is treated as if the message already exists. A message number +greater than that of the highest existing message in a folder causes +an \*(lqout of range\*(rq error message to be displayed. +.PP +As part of a range designation that contains messages that do exist, +message numbers less than the smallest, or greater than the highest, +existing message in a folder are ignored. .PP Examples: The current folder foo contains messages 3 5 6. Cur is 4. @@ -65,7 +71,7 @@ Cur is 4. /r/phyl/Mail/foo/6 % mhpath 2001 -/r/phyl/Mail/foo/7 +mhpath: message 2001 out of range 1-6 % mhpath 1\-2001 /r/phyl/Mail/foo/3 @@ -80,13 +86,13 @@ Cur is 4. /r/phyl/Mail/foo/7 % mhpath last\-new -bad message list \*(lqlast\-new\*(rq. +mhpath: bad message list last\-new % mhpath cur /r/phyl/Mail/foo/4 % mhpath 1\-2 -no messages in range \*(lq1\-2\*(rq. +mhpath: no messages in range 1\-2 % mhpath first:2 /r/phyl/Mail/foo/3 @@ -109,15 +115,12 @@ is also useful in back\-quoted operations: /r/phyl/Mail .fi .RE -.PP - .SH FILES .fc ^ ~ .nf -.ta \w'/usr/local/nmh/etc/ExtraBigFileName 'u +.ta \w'%etcdir%/ExtraBigFileName 'u ^$HOME/\&.mh\(ruprofile~^The user profile .fi - .SH "PROFILE COMPONENTS" .fc ^ ~ .nf @@ -126,19 +129,15 @@ is also useful in back\-quoted operations: ^Path:~^To determine the user's nmh directory ^Current\-Folder:~^To find the default current folder .fi - .SH "SEE ALSO" -folder(1) - +.IR folder (1) .SH DEFAULTS .nf .RB ` +folder "' defaults to the current folder" .RB ` msgs "' defaults to none" .fi - .SH CONTEXT None - .SH BUGS Like all .B nmh