Changed the new "plussed_user" option to mts.conf's "masquerade:" to
[mmh] / man / mh-draft.man
1 .\"
2 .\" %nmhwarning%
3 .\" $Id$
4 .\"
5 .\" include the -mh macro file
6 .so %etcdir%/tmac.h
7 .\"
8 .TH MH-DRAFT %manext5% MH.6.8 [%nmhversion%]
9 .SH NAME
10 mh-draft \- draft folder facility for nmh message system
11 .SH SYNOPSIS
12 .in +.5i
13 .ti -.5i
14 any \fInmh\fR command
15 .in -.5i
16 .SH DESCRIPTION
17
18 There are a number of interesting advanced facilities for the composition of
19 outgoing mail.
20
21 .Uh "The Draft Folder"
22 The \fIcomp\fR, \fIdist\fR, \fIforw\fR, and \fIrepl\fR commands have
23 two additional switches, `\-draftfolder\ +folder' and `\-draftmessage\ msg'
24 which allow you to manipulate the various draft messages you are composing.
25
26 If `\-draftfolder\ +folder' is used, these commands are
27 directed to construct a draft message in the indicated folder.
28 (The \*(lqDraft\-Folder:\*(rq profile entry may be used to declare a
29 default draft folder for use with \fIcomp\fR, \fIdist\fR, \fIforw\fR,
30 and \fIrepl\fR).
31
32 If the swith `\-draftmessage\ msg' is given, the specified draft is used
33 to compose the message.  If `\-draftmessage\ msg' is not used, then the
34 draft defaults to `new' (create a new draft) unless the user invokes
35 \fIcomp\fR with `\-use', in which case the default is `cur'.
36
37 Hence, the user may have several message compositions in progress
38 simultaneously.  Now, all of the \fInmh\fR tools are available on each of
39 the user's message drafts (e.g., \fIshow\fR, \fIscan\fR, \fIpick\fR, and
40 so on).  If the folder does not exist, the user is asked if it should be
41 created (just like with \fIrefile\fR).  Also, the last draft message
42 the user was composing is known as `cur' in the draft folder.
43
44 Furthermore, the \fIsend\fR command has these switches as well.  Hence,
45 from the shell, the user can send off whatever drafts desired using the
46 standard \fInmh\fR `msgs' convention with `\-draftmessage msgs'.  If no
47 `msgs' are given, it defaults to `cur'.
48
49 In addition, all five programs have a `\-nodraftfolder' switch, which
50 undoes the last occurrence of `\-draftfolder\ folder' (useful if the
51 latter occurs in the user's \fInmh\fR profile).
52
53 If the user does not give the `\-draftfolder\ +folder' switch, then
54 all these commands act ``normally''.  Note that the `\-draft' switch
55 to \fIsend\fR and \fIshow\fR still refers to the file called `draft'
56 in the user's \fInmh\fR directory.  In the interests of economy of
57 expression, when using \fIcomp\fR or \fIsend\fR, the user needn't
58 prefix the draft `msg' or `msgs' with `\-draftmessage'.  Both of these
59 commands accept a `file' or `files' argument, and they will, if given
60 `\-draftfolder\ +folder' treat these arguments as `msg' or `msgs'.
61 (This may appear to be inconsistent, at first, but it saves a lot of
62 typing) Hence,
63
64 .ti +.5i
65 send -draftf +drafts first
66
67 is the same as
68
69 .ti +.5i
70 send -draftf +drafts -draftm first
71
72 To make all this a bit more clear, here are some examples.  Let's assume
73 that the following entries are in the \fInmh\fR profile:
74
75 .in +.5i
76 .nf
77 Draft\-Folder: +drafts
78 sendf: -draftfolder +drafts
79 .fi
80 .in -.5i
81
82 Furthermore, let's assume that the program \fIsendf\fR is a (symbolic)
83 link in the user's \fB$HOME/bin/\fR directory to \fIsend\fR.  Then, any
84 of the commands
85
86 .in +.5i
87 .nf
88 comp
89 dist
90 forw
91 repl
92 .fi
93 .in -.5i
94
95 constructs the message draft in the `draft' folder using the `new'
96 message number.  Furthermore, they each define `cur' in this folder to
97 be that message draft.  If the user were to use the \fIquit\fR option
98 at `What now?' level, then later on, if no other draft composition was
99 done, the draft could be sent with simply
100
101 .ti +.5i
102 sendf
103
104 Or, if more editing was required, the draft could be edited with
105
106 .ti +.5i
107 comp -use
108
109 Instead, if other drafts had been composed in the meantime, so that this
110 message draft was no longer known as `cur' in the `draft' folder, then
111 the user could \fIscan\fR the folder to see which message draft in the
112 folder should be used for editing or sending.  Clever users could even
113 employ a back-quoted \fIpick\fR to do the work:
114
115 .ti +.5i
116 comp -use `pick +drafts -to nmh-workers`
117
118 or
119
120 .ti +.5i
121 sendf `pick +drafts -to nmh-workers`
122
123 Note that in the \fIcomp\fR example, the output from \fIpick\fR must
124 resolve to a single message draft (it makes no sense to talk about
125 composing two or more drafts with one invocation of \fIcomp\fR).
126 In contrast, in the \fIsend\fR example, as many message drafts as desired
127 can appear, since \fIsend\fR doesn't mind sending more than one draft
128 at a time.
129
130 Note that the argument `\-draftfolder\ +folder' is not included in the
131 profile entry for \fIsend\fR, since when \fIcomp\fR, et. al., invoke
132 \fIsend\fR directly, they supply \fIsend\fR with the UNIX pathname
133 of the message draft, and \fBnot\fR a `draftmessage\ msg' argument.
134 As far as \fIsend\fR is concerned, a \fIdraft folder\fR is not being used.
135
136 It is important to realize that \fInmh\fR treats the draft folder
137 like a standard \fInmh\fR folder in nearly all respects.  There are
138 two exceptions:
139
140 First, under no circumstancs will the `\-draftfolder\ folder' switch cause the
141 named folder to become the current folder.
142
143 Obviously, if the folder appeared in the context of a standard `+folder'
144 argument to an \fInmh\fR program, as in
145
146 .ti +.5i
147 scan +drafts
148
149 it might become the current folder, depending on the context changes of
150 the \fInmh\fR program in question.
151
152 Second, although conceptually \fIsend\fR deletes the `msgs' named in
153 the draft folder, it does not call `delete-prog' to perform the deletion.
154
155 .Uh "What Happens if the Draft Exists"
156 When the \fIcomp\fR, \fIdist\fR, \fIforw\fR, and \fIrepl\fR commands
157 are invoked and the draft you indicated already exists, these programs
158 will prompt the user for a reponse directing the program's action.
159 The prompt is
160
161 .ti +.5i
162 Draft ``/home/foobar/nmhbox/draft'' exists (xx bytes).
163 .ti +.5i
164 Disposition?
165
166 The appropriate responses and their meanings are:
167
168 .nf
169 ^replace - deletes the draft and starts afresh
170 ^list - lists the draft
171 ^refile - files the draft into a folder and starts afresh
172 ^quit - leaves the draft intact and exits
173 .fi
174
175 In addition, if you specified `\-draftfolder\ folder' to the command,
176 then one other response will be accepted:
177
178 .nf
179 ^new - finds a new draft,
180 .fi
181
182 just as if `\-draftmessage\ new' had been given.
183 Finally, the \fIcomp\fR command will accept one more response:
184
185 .nf
186 ^use - re-uses the draft
187 .fi
188
189 just as if `\-use' had been given.
190 .Co
191 None
192 .En