1 .\" This file is automatically generated. Do not edit!
2 .\" @(#)$Id: mhpath.rf,v 1.7 1992/02/11 22:40:23 jromine Exp $
5 mhpath \- print full pathnames of MH messages and folders
11 \fIMhpath\fR expands and sorts the message list `msgs' and writes
12 the full pathnames of the messages to the standard output
13 separated by newlines.
14 If no `msgs' are specified,
15 \fImhpath\fR outputs the folder pathname instead.
16 If the only argument is `+', your MH \fIPath\fR is output;
17 this can be useful is shell scripts.
19 Contrasted with other MH commands, a message argument to \fImhpath\fR
20 may often be intended for \fIwriting\fR.
23 1) the name \*(lqnew\*(rq has been added to \fImhpath\fR's list of
24 reserved message names
25 (the others are \*(lqfirst\*(rq, \*(lqlast\*(rq, \*(lqprev\*(rq,
26 \*(lqnext\*(rq, \*(lqcur\*(rq, and \*(lqall\*(rq).
27 The new message is equivalent to the message after the
28 last message in a folder
29 (and equivalent to 1 in a folder without messages).
30 The \*(lqnew\*(rq message may not be used as part of a message range.
32 2) Within a message list,
33 the following designations may refer to messages that do not exist:
34 a single numeric message name,
35 the single message name \*(lqcur\*(rq,
36 and (obviously) the single message name \*(lqnew\*(rq.
37 All other message designations must refer to at least one existing message.
39 3) An empty folder is not in itself an error.
41 Message numbers greater than the highest existing message in a folder as
42 part of a range designation are replaced with the next free message number.
44 Examples: The current folder foo contains messages 3 5 6.
73 bad message list \*(lqlast\-new\*(rq.
79 no messages in range \*(lq1\-2\*(rq.
91 \fIMHpath\fR is also useful in back\-quoted operations:
102 ^$HOME/\&.mh\(ruprofile~^The user profile
104 ^Path:~^To determine the user's MH directory
106 ^Current\-Folder:~^To find the default current folder
110 `+folder' defaults to the current folder
112 `msgs' defaults to none
116 Like all MH commands, \fImhpath\fR expands and sorts \%[msgs].
123 Quite the reverse. But
126 mv `mhpath 501` `mhpath 500`
130 Out of range message 0 is treated far more severely than large out of
131 range message numbers.