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