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