Document the formatproc entry.
[mmh] / man / mh-profile.man
1 .\"
2 .\" %nmhwarning%
3 .\"
4 .TH MH-PROFILE %manext5% "%nmhdate%" MH.6.8 [%nmhversion%]
5 .SH NAME
6 mh-profile \- user profile customization for nmh message handler
7 .SH SYNOPSIS
8 .I $HOME/.mh\(ruprofile
9 .SH DESCRIPTION
10 Each user of
11 .B nmh
12 is expected to have a file named
13 .I \&.mh\(ruprofile
14 in his or her home directory.  This file contains
15 a set of user parameters used by some or all of the
16 .B nmh
17 family of programs.  Each entry in the file is of the format
18 .PP
19 .RS 5
20 .IR profile\-component ": " value
21 .RE
22 .PP
23 If the text of profile entry is long, you may extend it across several
24 real lines by indenting the continuation lines with leading spaces or tabs.
25
26 .SS "Standard Profile Entries"
27 The possible profile components are exemplified below.  The only mandatory
28 entry is `Path:'.  The others are optional; some have default values if
29 they are not present.  In the notation used below, (profile, default)
30 indicates whether the information is kept in the user's
31 .B nmh
32 profile or
33 .B nmh
34 context, and indicates what the default value is.
35 .PP
36 .BR Path :
37 Mail
38 .RS 5
39 Locates
40 .B nmh
41 transactions in directory \*(lqMail\*(rq.  This is the
42 only mandatory profile entry.  (profile, no default)
43 .RE
44 .PP
45 .BR context :
46 context
47 .RS 5
48 Declares the location of the
49 .B nmh
50 context file.  This is overridden by the environment variable
51 .BR $MHCONTEXT .
52 See the
53 .B HISTORY
54 section below.
55 (profile, default: <nmh\-dir>/context)
56 .RE
57 .PP
58 .BR Current\-Folder :
59 inbox
60 .RS 5
61 Keeps track of the current open folder.
62 (context, default: folder specified by \*(lqInbox\*(rq)
63 .RE
64 .PP
65 .BR Inbox :
66 inbox
67 .RS 5
68 Defines the name of your default inbox.
69 (profile, default: inbox)
70 .RE
71 .PP
72 .BR Previous\-Sequence :
73 .I pseq
74 .RS 5
75 Names the sequence or sequences which should be defined as the `msgs' or
76 `msg' argument given to any
77 .B nmh
78 command.  If not present or empty,
79 no such sequences are defined.  Otherwise, for each name given, the
80 sequence is first zero'd and then each message is added to the sequence.
81 Read the
82 .BR mh\-sequence (5)
83 man page for the details about this sequence. (profile, no default)
84 .RE
85 .PP
86 .BR Sequence\-Negation :
87 not
88 .RS 5
89 Defines the string which, when prefixed to a sequence name, negates
90 that sequence.  Hence, \*(lqnotseen\*(rq means all those messages that
91 are not a member of the sequence \*(lqseen\*(rq.  Read the
92 .BR mh\-sequence (5)
93 man page for the details.  (profile, no default)
94 .RE
95 .PP
96 .BR Unseen\-Sequence :
97 unseen
98 .RS 5
99 Names the sequence or sequences which should be defined as those
100 messages which are unread.  The commands
101 .BR inc ,
102 .BR rcvstore ,
103 .BR mhshow ,
104 and
105 .B show
106 will add or remove messages from these
107 sequences when they are incorporated or read.  If not present or
108 empty, no such sequences are defined.  Otherwise, each message is
109 added to, or removed from, each sequence name given.  Read the
110 .BR mh\-sequence (5)
111 man page for the details about this sequence.
112 (profile, no default)
113 .RE
114 .PP
115 .BR mh\-sequences :
116 \&.mh\(rusequences
117 .RS 5
118 The name of the file in each folder which defines public sequences.
119 To disable the use of public sequences, leave the value portion of this
120 entry blank.  (profile, default: \&.mh\(rusequences)
121 .RE
122 .PP
123 .BI atr\- seq \- folder :
124 172\0178\-181\0212
125 .RS 5
126 Keeps track of the private sequence called \*(lqseq\*(rq in the specified
127 folder.  Private sequences are generally used for read\-only folders.
128 See the
129 .BR mh\-sequence (5)
130 man page for details about private sequences.
131 (context, no default)
132 .RE
133 .PP
134 .BR Editor :
135 /usr/bin/vi
136 .RS 5
137 Defines the editor to be used by the commands
138 .BR comp ,
139 .BR dist ,
140 .BR forw ,
141 and
142 .BR repl .
143 (profile, default: %default_editor%)
144 .RE
145 .PP
146 .BR automimeproc :
147 .RS 5
148 If defined and set to 1, then the
149 .B whatnow
150 program will automatically
151 invoke the buildmimeproc (discussed below) to process each message as a MIME
152 composition draft before it is sent.
153 (profile, no default)
154 .RE
155 .PP
156 .BR Msg\-Protect :
157 600
158 .RS 5
159 An octal number which defines the permission bits for new message files.
160 See
161 .BR chmod (1)
162 for an explanation of the octal number.
163 (profile, default: 0600)
164 .RE
165 .PP
166 .BR Folder\-Protect :
167 700
168 .RS 5
169 An octal number which defines the permission bits for new folder
170 directories.  See
171 .BR chmod (1)
172 for an explanation of the octal number.
173 (profile, default: 700)
174 .RE
175 .PP
176 .IR program :
177 .I default switches
178 .RS 5
179 Sets default switches to be used whenever the mh program
180 .I program
181 is invoked.  For example, one could override the \*(lqEditor:\*(rq profile
182 component when replying to messages by adding a component such as:
183 .PP
184 .RS 5
185 repl: \-editor /bin/ed
186 .RE
187 .PP
188 (profile, no defaults)
189 .RE
190 .PP
191 .IB lasteditor "-next:"
192 .I nexteditor
193 .RS 5
194 Names \*(lqnexteditor\*(rq to be the default editor after using
195 \*(lqlasteditor\*(rq.  This takes effect at \*(lqWhat now?\*(rq prompt
196 in
197 .BR comp ,
198 .BR dist ,
199 .BR forw ,
200 and
201 .BR repl .
202 After editing
203 the draft with \*(lqlasteditor\*(rq, the default editor is set to be
204 \*(lqnexteditor\*(rq.  If the user types \*(lqedit\*(rq without any
205 arguments to \*(lqWhat now?\*(rq, then \*(lqnexteditor\*(rq is used.
206 (profile, no default)
207 .RE
208 .PP
209 .BR Folder\-Stack :
210 .I folders
211 .RS 5
212 The contents of the folder-stack for the
213 .B folder
214 command.
215 (context, no default)
216 .RE
217 .PP
218 .BR Alternate\-Mailboxes :
219 mh@uci\-750a, bug-mh*
220 .RS 5
221 Tells
222 .B repl
223 and
224 .B scan
225 which addresses are really yours.
226 In this way,
227 .B repl
228 knows which addresses should be included in the
229 reply, and
230 scan
231 knows if the message really originated from you.
232 Addresses must be separated by a comma, and the hostnames listed should
233 be the \*(lqofficial\*(rq hostnames for the mailboxes you indicate, as
234 local nicknames for hosts are not replaced with their official site names.
235 For each address, if a host is not given, then that address on any host is
236 considered to be you.  In addition, an asterisk (`*') may appear at either
237 or both ends of the mailbox and host to indicate wild-card matching.
238 (profile, default: your user-id)
239 .RE
240 .PP
241 .BR Aliasfile :
242 aliases
243 .I other-alias
244 .RS 5
245 Indicates aliases files for
246 .BR ali ,
247 .BR whom ,
248 and
249 .BR send .
250 This may be used instead of the
251 .B \-alias
252 .I file
253 switch.  (profile, no default)
254 .RE
255 .PP
256 .BR Draft\-Folder :
257 drafts
258 .RS 5
259 Indicates a default draft folder for
260 .BR comp ,
261 .BR dist ,
262 .BR forw ,
263 and
264 .BR repl .
265 Read the
266 .BR mh\-draft (5)
267 man page for details. (profile, no default)
268 .RE
269 .PP
270 .BI digest\-issue\- list :
271 1
272 .RS 5
273 Tells
274 .B forw
275 the last issue of the last volume sent for the digest
276 .IR list .
277 (context, no default)
278 .RE
279 .PP
280 .BI digest\-volume\- list :
281 1
282 .RS 5
283 Tells
284 .B forw
285 the last volume sent for the digest
286 .IR list .
287 (context, no default)
288 .RE
289 .PP
290 .BR MailDrop :
291 \&.mail
292 .RS 5
293 Tells
294 .B inc
295 your maildrop, if different from the default.  This is
296 superseded by the environment variable
297 .BR $MAILDROP .
298 (profile, default: %mailspool%/$USER)
299 .RE
300 .PP
301 .BR Signature :
302 RAND MH System (agent: Marshall Rose)
303 .RS 5
304 Tells
305 .B send
306 your mail signature.  This is superseded by the
307 environment variable
308 .BR $SIGNATURE .
309 If
310 .B $SIGNATURE
311 is not set and this profile entry is not present, the \*(lqgcos\*(rq field of
312 the \fI/etc/passwd\fP file will be used.
313 Your signature will be added to the address
314 .B send
315 puts in the \*(lqFrom:\*(rq header; do not include an address in the
316 signature text.  (profile, no default)
317 .RE
318
319 .SS "Process Profile Entries"
320 The following profile elements are used whenever an
321 .B nmh
322 program invokes some other program such as
323 .BR more .
324 The
325 .I \&.mh\(ruprofile
326 can be used to select alternate programs if the
327 user wishes.  The default values are given in the examples.
328 .RE
329 .PP
330 .BR buildmimeproc :
331 %bindir%/mhbuild
332 .RS 5
333 This is the program used by
334 .B whatnow
335 to process drafts which are MIME composition files.
336 .RE
337 .PP
338 .BR fileproc :
339 %bindir%/refile
340 .RS 5
341 This program is used to refile or link a message to another folder.
342 It is used by
343 .B send
344 to file a copy of a message into a folder given
345 by a \*(lqFcc:\*(rq field.  It is used by the draft folder facility in
346 .BR comp ,
347 .BR dist ,
348 .BR forw ,
349 and
350 .B repl
351 to refile a draft
352 message into another folder.  It is used to refile a draft message in
353 response to the
354 .B refile
355 directive at the \*(lqWhat now?\*(rq prompt.
356 .RE
357 .PP
358 .BR formatproc :
359 .RS 5
360 Program called by
361 .B mhl
362 to filter a component when it is tagged with the \*(lqformat\*(rq variable
363 in the mhl filter.  See 
364 .BR mhl (5)
365 for more information.
366 .RE
367 .PP
368 .BR incproc :
369 %bindir%/inc
370 .RS 5
371 Program called by
372 .B mhmail
373 to incorporate new mail when it
374 is invoked with no arguments.
375 .RE
376 .PP
377 .BR installproc :
378 %libdir%/install\-mh
379 .RS 5
380 This program is called to initialize the environment for
381 new users of
382 .BR nmh .
383 .RE
384 .PP
385 .BR lproc :
386 %default_pager%
387 .RS 5
388 This program is used to list the contents of a message in response
389 to the
390 .B list
391 directive at the \*(lqWhat now?\*(rq prompt.  It is
392 also used by the draft folder facility in
393 .BR comp ,
394 .BR dist ,
395 .BR forw ,
396 and
397 .B repl
398 to display the draft message.
399 .RE
400 .PP
401 .BR mailproc :
402 %bindir%/mhmail
403 .RS 5
404 This is the program used to automatically mail various messages
405 and notifications.  It is used by
406 .B conflict
407 when using the
408 .B \-mail
409 option.  It is used by
410 .B send
411 to post failure notices.
412 It is used to retrieve an external-body with access-type `mail-server'
413 (such as when storing the body with
414 .BR mhstore ).
415 .RE
416 .PP
417 .BR mhlproc :
418 %libdir%/mhl
419 .RS 5
420 This is the program used to filter messages in various ways.  It
421 is used by
422 .B mhshow
423 to filter and display the message headers
424 of MIME messages.  When the
425 .B \-format
426 or
427 .B \-filter
428 option is used
429 by
430 .B forw
431 or
432 .BR repl ,
433 the
434 .I mhlproc
435 is used to filter the
436 message that you are forwarding, or to which you are replying.
437 When the
438 .B \-filter
439 option is given to
440 .BR send ,
441 the
442 .I mhlproc
443 is used to filter the copy of the message
444 that is sent to \*(lqBcc:\*(rq recipients.
445 .RE
446 .PP
447 .BR moreproc :
448 %default_pager%
449 .RS 5
450 This is the program used by
451 .B mhl
452 to page the
453 .B mhl
454 formatted message when displaying to a terminal.  It is also the default
455 program used by
456 .B mhshow
457 to display message bodies (or message parts) of type text/plain.
458 .RE
459 .PP
460 .BR mshproc :
461 %bindir%/msh
462 .RS 5
463 Currently not used.
464 .RE
465 .PP
466 .BR packproc :
467 %bindir%/packf
468 .RS 5
469 Currently not used.
470 .RE
471 .PP
472 .BR postproc :
473 %libdir%/post
474 .RS 5
475 This is the program used by
476 .BR send ,
477 .BR mhmail ,
478 .BR rcvdist ,
479 and
480 .B viamail
481 (used by the
482 .B sendfiles
483 shell script) to
484 post a message to the mail transport system.  It is also called by
485 .B whom
486 (called with the switches
487 .B \-whom
488 and
489 .BR \-library )
490 to do address verification.
491 .RE
492 .PP
493 .BR rmmproc :
494 none
495 .RS 5
496 This is the program used by
497 .B rmm
498 and
499 .B refile
500 to delete a message from a folder.
501 .RE
502 .PP
503 .BR rmfproc :
504 %bindir%/rmf
505 .RS 5
506 Currently not used.
507 .RE
508 .PP
509 .BR sendproc :
510 %bindir%/send
511 .RS 5
512 This is the program to use by
513 .B whatnow
514 to actually send the message
515 .RE
516 .PP
517 .BR showmimeproc :
518 %bindir%/mhshow
519 .RS 5
520 This is the program used by
521 .B show
522 to process and display non-text (MIME) messages.
523 .RE
524 .PP
525 .BR showproc :
526 %libdir%/mhl
527 .RS 5
528 This is the program used by
529 .B show
530 to filter and display text (non-MIME) messages.
531 .RE
532 .PP
533 .BR whatnowproc :
534 %bindir%/whatnow
535 .RS 5
536 This is the program invoked by
537 .BR comp ,
538 .BR forw ,
539 .BR dist ,
540 and
541 .B repl
542 to query about the disposition of a composed draft message.
543 .RE
544 .PP
545 .BR whomproc :
546 %bindir%/whom
547 .RS 5
548 This is the program used by
549 .B whatnow
550 to determine to whom a message would be sent.
551 .RE
552
553 .SS "Environment Variables"
554 The operation of
555 .B nmh
556 and its commands it also controlled by the
557 presence of certain environment variables.
558 .PP
559 Many of these environment variables are used internally by the
560 \*(lqWhat now?\*(rq interface.  It's amazing all the information
561 that has to get passed via environment variables to make the
562 \*(lqWhat now?\*(rq interface look squeaky clean to the
563 .B nmh
564 user, isn't it?  The reason for all this is that the
565 .B nmh
566 user
567 can select
568 .B any
569 program as the
570 .IR whatnowproc ,
571 including
572 one of the standard shells.  As a result, it's not possible to pass
573 information via an argument list. The convention is that environment
574 variables whose names are all upper-case are user-settable; those
575 whose names are lower-case only are used internally by nmh and should
576 not generally be set by the user.
577 .PP
578 If the
579 .B WHATNOW
580 option was set during
581 .B nmh
582 configuration, and
583 if this environment variable is set, then if the commands
584 .BR refile\ ,
585 .BR send ,
586 .BR show ,
587 or
588 .B whom
589 are not given any `msgs'
590 arguments, then they will default to using the file indicated by
591 .BR mh\-draft (5).
592 This is useful for getting the default behavior
593 supplied by the default
594 .IR whatnowproc .
595 .PP
596 .B $MH
597 .RS 5
598 With this environment variable, you can specify a profile
599 other than
600 .I \&.mh\(ruprofile
601 to be read by the
602 .B nmh
603 programs
604 that you invoke.  If the value of
605 .B $MH
606 is not absolute, (i.e., does
607 not begin with a \*(lq/\*(rq), it will be presumed to start from the current
608 working directory.  This is one of the very few exceptions in
609 .B nmh
610 where non-absolute pathnames are not considered relative to the user's
611 .B nmh
612 directory.
613 .RE
614 .PP
615 .B $MHCONTEXT
616 .RS 5
617 With this environment variable, you can specify a
618 context other than the normal context file (as specified in
619 the
620 .B nmh
621 profile).  As always, unless the value of
622 .B $MHCONTEXT
623 is absolute, it will be presumed to start from your
624 .B nmh
625 directory.
626 .RE
627 .PP
628 .B $MM_CHARSET
629 .RS 5
630 With this environment variable, you can specify
631 the native character set you are using.  You must be able to display
632 this character set on your terminal.
633 .PP
634 This variable is checked to see if a RFC-2047 header field should be
635 decoded (in
636 .BR inc ,
637 .BR scan ,
638 .BR mhl ).
639 This variable is
640 checked by
641 .B show
642 to see if the
643 .I showproc
644 or
645 .I showmimeproc
646 should
647 be called, since showmimeproc will be called if a text message uses
648 a character set that doesn't match
649 .BR $MM_CHARSET .
650 This variable is
651 checked by
652 .B mhshow
653 for matches against the charset parameter
654 of text contents to decide it the text content can be displayed
655 without modifications to your terminal.  This variable is checked by
656 .B mhbuild
657 to decide what character set to specify in the charset
658 parameter of text contents containing 8\-bit characters.
659 .PP
660 When decoding text in such an alternate character set,
661 .B nmh
662 must be able to determine which characters are alphabetic, which
663 are control characters, etc.  For many operating systems, this
664 will require enabling the support for locales (such as setting
665 the environment variable
666 .B $LC_CTYPE
667 to iso_8859_1).
668 .RE
669 .PP
670 .B $MAILDROP
671 .RS 5
672 This variable tells
673 .B inc
674 the default maildrop. This supersedes the \*(lqMailDrop\*(rq profile entry.
675 .RE
676 .PP
677 .B $SIGNATURE
678 .RS 5
679 This variable tells
680 .B send
681 and
682 .B post
683 your mail signature. This supersedes the \*(lqSignature\*(rq profile entry.
684 .RE
685 .PP
686 .B $HOME
687 .RS 5
688 This variable tells all
689 .B nmh
690 programs your home directory
691 .RE
692 .PP
693 .B $SHELL
694 .RS 5
695 This variable tells
696 .B bbl
697 the default shell to run
698 .RE
699 .PP
700 .B $TERM
701 .RS 5
702 This variable tells
703 .B nmh
704 your terminal type.
705 .PP
706 The environment variable
707 .B $TERMCAP
708 is also consulted.  In particular,
709 these tell
710 .B scan
711 and
712 .B mhl
713 how to clear your terminal, and how
714 many columns wide your terminal is.  They also tell
715 .B mhl
716 how many
717 lines long your terminal screen is.
718 .RE
719 .PP
720 .B $editalt
721 .RS 5
722 This is the alternate message.
723 .PP
724 This is set by
725 .B dist
726 and
727 .B repl
728 during edit sessions so you can
729 peruse the message being distributed or replied to.  The message is also
730 available through a link called \*(lq@\*(rq in the current directory if
731 your current working directory and the folder the message lives in are
732 on the same UNIX filesystem.
733 .RE
734 .PP
735 .B $mhdraft
736 .RS 5
737 This is the path to the working draft.
738 .PP
739 This is set by
740 .BR comp ,
741 .BR dist ,
742 .BR forw ,
743 and
744 .B repl
745 to tell the
746 .I whatnowproc
747 which file to ask \*(lqWhat now?\*(rq
748 questions about.
749 .RE
750 .PP
751 .B $mhfolder
752 .RS 5
753 This is set by
754 .BR dist ,
755 .BR forw ,
756 and
757 .BR repl ,
758 if appropriate.
759 .RE
760 .PP
761 .B $mhaltmsg
762 .RS 5
763 .B dist
764 and
765 .B repl
766 set
767 .B $mhaltmsg
768 to tell the
769 .I whatnowproc
770 about an alternate message associated with the
771 draft (the message being distributed or replied to).
772 .RE
773 .PP
774 .B $mhdist
775 .RS 5
776 .B dist
777 sets
778 .B $mhdist
779 to tell the
780 .I whatnowproc
781 that message re-distribution is occurring.
782 .RE
783 .PP
784 .B $mheditor
785 .RS 5
786 This is set by
787 .BR comp ,
788 .BR repl ,
789 .BR forw ,
790 and
791 .B dist
792 to tell the
793 .I whatnowproc
794 the user's choice of
795 editor (unless overridden by
796 .BR \-noedit ).
797 .RE
798 .PP
799 .B $mhuse
800 .RS 5
801 This may be set by
802 .BR comp .
803 .RE
804 .PP
805 .B $mhmessages
806 .RS 5
807 This is set by
808 .BR dist ,
809 .BR forw ,
810 and
811 .B repl
812 if annotations are to occur.
813 .RE
814 .PP
815 .B $mhannotate
816 .RS 5
817 This is set by
818 .BR dist ,
819 .BR forw ,
820 and
821 .B repl
822 if annotations are to occur.
823 .RE
824 .PP
825 .B $mhinplace
826 .RS 5
827 This is set by
828 .BR dist ,
829 .BR forw ,
830 and
831 .B repl
832 if annotations are to occur.
833 .RE
834 .PP
835 .B $mhfolder
836 .RS 5
837 This is the folder containing the alternate message.
838 .PP
839 This is set by
840 .B dist
841 and
842 .B repl
843 during edit sessions so you
844 can peruse other messages in the current folder besides the one being
845 distributed or replied to.  The environment variable
846 .B $mhfolder
847 is also set by
848 .BR show ,
849 .BR prev ,
850 and
851 .B next
852 for use by
853 .BR mhl .
854 .RE
855
856 .SH FILES
857 .fc ^ ~
858 .nf
859 .ta \w'%etcdir%/ExtraBigFileName  'u
860 ^$HOME/\&.mh\(ruprofile~^The user profile
861 ^or $MH~^Rather than the standard profile
862 ^<mh\-dir>/context~^The user context
863 ^or $MHCONTEXT~^Rather than the standard context
864 ^<folder>/\&.mh\(rusequences~^Public sequences for <folder>
865 .fi
866
867 .SH "SEE ALSO"
868 nmh(1), environ(5), mh-sequence(5)
869
870 .SH HISTORY
871 The
872 .I \&.mh\(ruprofile
873 contains only static information, which
874 .B nmh
875 programs will
876 .B NOT
877 update.  Changes in context are made to the
878 .I context
879 file kept in the users
880 .B nmh
881 directory.
882 This includes, but is not limited to: the \*(lqCurrent\-Folder\*(rq entry
883 and all private sequence information.  Public sequence information is
884 kept in each folder in the file determined by the \*(lqmh\-sequences\*(rq
885 profile entry (default is
886 .IR \&.mh\(rusequences ).
887 .PP
888 The
889 .I \&.mh\(ruprofile
890 may override the path of the
891 .I context
892 file, by specifying a \*(lqcontext\*(rq entry (this must be in
893 lower-case).  If the entry is not absolute (does not start with a
894 \*(lq/\*(rq), then it is interpreted relative to the user's
895 .B nmh
896 directory.  As a result, you can actually have more than one set of
897 private sequences by using different context files.
898
899 .SH BUGS
900 The shell quoting conventions are not available in the
901 .IR \&.mh\(ruprofile .
902 Each token is separated by whitespace.
903 .PP
904 There is some question as to what kind of arguments should be placed
905 in the profile as options.  In order to provide a clear answer, recall
906 command line semantics of all
907 .B nmh
908 programs: conflicting switches
909 (e.g.
910 .B \-header
911 and
912 .BR \-noheader )
913 may occur more than one time on the
914 command line, with the last switch taking effect.  Other arguments, such
915 as message sequences, filenames and folders, are always remembered on
916 the invocation line and are not superseded by following arguments of
917 the same type.  Hence, it is safe to place only switches (and their
918 arguments) in the profile.
919 .PP
920 If one finds that an
921 .B nmh
922 program is being invoked again and again
923 with the same arguments, and those arguments aren't switches, then there
924 are a few possible solutions to this problem.  The first is to create a
925 (soft) link in your
926 .I $HOME/bin
927 directory to the
928 .B nmh
929 program
930 of your choice.  By giving this link a different name, you can create
931 a new entry in your profile and use an alternate set of defaults for
932 the
933 .B nmh
934 command.  Similarly, you could create a small shell script
935 which called the
936 .B nmh
937 program of your choice with an alternate set
938 of invocation line switches (using links and an alternate profile entry
939 is preferable to this solution).
940 .PP
941 Finally, the
942 .B csh
943 user could create an alias for the command of the form:
944 .PP
945 .RS 5
946 alias cmd 'cmd arg1 arg2 ...'
947 .RE
948 .PP
949 In this way, the user can avoid lengthy type-in to the shell, and still
950 give
951 .B nmh
952 commands safely.  (Recall that some
953 .B nmh
954 commands
955 invoke others, and that in all cases, the profile is read, meaning that
956 aliases are disregarded beyond an initial command invocation)