635fc320f493472179e0d06661a071f696396351
[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: 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 mh 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 bboards :
237 system
238 .RS 5
239 Tells
240 .B bbc
241 which BBoards you are interested in.  (profile, default: system)
242 .RE
243 .PP
244 .BR Folder\-Stack :
245 .I folders
246 .RS 5
247 The contents of the folder-stack for the
248 .B folder
249 command.
250 (context, no default)
251 .RE
252 .PP
253 .BR mhe :
254 .RS 5
255 If present, tells
256 .B inc
257 to compose an
258 .I MHE
259 auditfile in addition to its other tasks. 
260 .I MHE
261 is Brian Reid's 
262 .B emacs
263 front-end for
264 .BR nmh .
265 (profile, no default)
266 .RE
267 .PP
268 .BR Alternate\-Mailboxes :
269 mh@uci\-750a, bug-mh*
270 .RS 5
271 Tells
272 .B repl
273 and
274 .B scan
275 which addresses are really yours.
276 In this way,
277 .B repl
278 knows which addresses should be included in the
279 reply, and
280 scan
281 knows if the message really originated from you.
282 Addresses must be separated by a comma, and the hostnames listed should
283 be the \*(lqofficial\*(rq hostnames for the mailboxes you indicate, as
284 local nicknames for hosts are not replaced with their official site names.
285 For each address, if a host is not given, then that address on any host is
286 considered to be you.  In addition, an asterisk (`*') may appear at either
287 or both ends of the mailbox and host to indicate wild-card matching.
288 (profile, default: your user-id)
289 .RE
290 .PP
291 .BR Aliasfile :
292 aliases
293 .I other-alias
294 .RS 5
295 Indicates aliases files for
296 .BR ali ,
297 .BR whom ,
298 and
299 .BR send .
300 This may be used instead of the
301 .B \-alias
302 .I file
303 switch.  (profile, no default)
304 .RE
305 .PP
306 .BR Draft\-Folder :
307 drafts
308 .RS 5
309 Indicates a default draft folder for
310 .BR comp ,
311 .BR dist ,
312 .BR forw ,
313 and
314 .BR repl .
315 Read the
316 .BR mh\-draft (5)
317 man page for details. (profile, no default)
318 .RE
319 .PP
320 .BI digest\-issue\- list :
321 1
322 .RS 5
323 Tells
324 .B forw
325 the last issue of the last volume sent for the digest
326 .IR list .
327 (context, no default)
328 .RE
329 .PP
330 .BI digest\-volume\- list :
331 1
332 .RS 5
333 Tells
334 .B forw
335 the last volume sent for the digest
336 .IR list .
337 (context, no default)
338 .RE
339 .PP
340 .BR MailDrop :
341 \&.mail
342 .RS 5
343 Tells
344 .B inc
345 your maildrop, if different from the default.  This is
346 superseded by the environment variable
347 .BR $MAILDROP .
348 (profile, default: %mailspool%/$USER)
349 .RE
350 .PP
351 .BR Signature :
352 RAND MH System (agent: Marshall Rose)
353 .RS 5
354 Tells
355 .B send
356 your mail signature.  This is superseded by the
357 environment variable
358 .BR $SIGNATURE .
359 If
360 .B $SIGNATURE
361 is not set and this profile entry is not present, the \*(lqgcos\*(rq field of
362 the \fI/etc/passwd\fP file will be used; otherwise, on hosts where
363 .B nmh
364 was configured with the UCI option, the file
365 .I $HOME/.signature
366 is consulted.  Your signature will be added to the address
367 .B send
368 puts in the \*(lqFrom:\*(rq header; do not include an address in the
369 signature text.  (profile, no default)
370 .RE
371
372 .SS "Process Profile Entries"
373 The following profile elements are used whenever an
374 .B nmh
375 program invokes some other program such as
376 .BR more .
377 The
378 .I \&.mh\(ruprofile
379 can be used to select alternate programs if the
380 user wishes.  The default values are given in the examples.
381 .RE
382 .PP
383 .BR buildmimeproc :
384 %bindir%/mhbuild
385 .RS 5
386 This is the program used by
387 .B whatnow
388 to process drafts which are MIME composition files.
389 .RE
390 .PP
391 .BR fileproc :
392 %bindir%/refile
393 .RS 5
394 This program is used to refile or link a message to another folder.
395 It is used by
396 .B post
397 to file a copy of a message into a folder given
398 by a \*(lqFcc:\*(rq field.  It is used by the draft folder facility in
399 .BR comp ,
400 .BR dist ,
401 .BR forw ,
402 and
403 .B repl
404 to refile a draft
405 message into another folder.  It is used to refile a draft message in
406 response to the
407 .B refile
408 directive at the \*(lqWhat now?\*(rq prompt.
409 .RE
410 .PP
411 .BR incproc :
412 %bindir%/inc
413 .RS 5
414 Program called by
415 .B mhmail
416 to incorporate new mail when it
417 is invoked with no arguments.
418 .RE
419 .PP
420 .BR installproc :
421 %libdir%/install\-mh
422 .RS 5
423 This program is called to initialize the environment for
424 new users of
425 .BR nmh .
426 .RE
427 .PP
428 .BR lproc :
429 more
430 .RS 5
431 This program is used to list the contents of a message in response
432 to the
433 .B list
434 directive at the \*(lqWhat now?\*(rq prompt.  It is
435 also used by the draft folder facility in
436 .BR comp ,
437 .BR dist ,
438 .BR forw ,
439 and
440 .B repl
441 to display the draft message.
442 .RE
443 .PP
444 .BR mailproc :
445 %bindir%/mhmail
446 .RS 5
447 This is the program used to automatically mail various messages
448 and notifications.  It is used by
449 .B conflict
450 when using the
451 .B \-mail
452 option.  It is used by
453 .B send
454 to post failure notices.
455 It is used to retrieve an external-body with access-type `mail-server'
456 (such as when storing the body with
457 .BR mhstore ).
458 .RE
459 .PP
460 .BR mhlproc :
461 %libdir%/mhl
462 .RS 5
463 This is the program used to filter messages in various ways.  It
464 is used by
465 .B mhshow
466 to filter and display the message headers
467 of MIME messages.  When the
468 .B \-format
469 or
470 .B \-filter
471 option is used
472 by
473 .B forw
474 or
475 .BR repl ,
476 the
477 .I mhlproc
478 is used to filter the
479 message that you are forwarding, or to which you are replying.
480 When the
481 .B \-filter
482 option is given to
483 .B send
484 or
485 .BR post ,
486 the
487 .I mhlproc
488 is used by
489 .B post
490 to filter the copy of the message
491 that is sent to \*(lqBcc:\*(rq recipients.
492 .RE
493 .PP
494 .BR moreproc :
495 more
496 .RS 5
497 This is the program used by
498 .B mhl
499 to page the
500 .B mhl
501 formatted message when displaying to a terminal.  It is also the default
502 program used by
503 .B mhshow
504 to display message bodies (or message parts) of type text/plain.
505 .RE
506 .PP
507 .BR mshproc :
508 %bindir%/msh
509 .RS 5
510 Currently not used.
511 .RE
512 .PP
513 .BR packproc :
514 %bindir%/packf
515 .RS 5
516 Currently not used.
517 .RE
518 .PP
519 .BR postproc :
520 %libdir%/post
521 .RS 5
522 This is the program used by
523 .BR send ,
524 .BR mhmail ,
525 .BR rcvdist ,
526 and
527 .B viamail
528 (used by the
529 .B sendfiles
530 shell script) to
531 post a message to the mail transport system.  It is also called by
532 .B whom
533 (called with the switches
534 .B \-whom
535 and
536 .BR \-library )
537 to do address verification.
538 .RE
539 .PP
540 .BR rmmproc :
541 none
542 .RS 5
543 This is the program used by
544 .B rmm
545 and
546 .B refile
547 to delete a message from a folder.
548 .RE
549 .PP
550 .BR rmfproc :
551 %bindir%/rmf
552 .RS 5
553 Currently not used.
554 .RE
555 .PP
556 .BR sendproc :
557 %bindir%/send
558 .RS 5
559 This is the program to use by
560 .B whatnow
561 to actually send the message
562 .RE
563 .PP
564 .BR showmimeproc :
565 %bindir%/mhshow
566 .RS 5
567 This is the program used by
568 .B show
569 to process and display non-text (MIME) messages.
570 .RE
571 .PP
572 .BR showproc :
573 %libdir%/mhl
574 .RS 5
575 This is the program used by
576 .B show
577 to filter and display text (non-MIME) messages.
578 .RE
579 .PP
580 .BR whatnowproc :
581 %bindir%/whatnow
582 .RS 5
583 This is the program invoked by
584 .BR comp ,
585 .BR forw ,
586 .BR dist ,
587 and
588 .B repl
589 to query about the disposition of a composed draft message.
590 .RE
591 .PP
592 .BR whomproc :
593 %bindir%/whom
594 .RS 5
595 This is the program used by
596 .B whatnow
597 to determine to whom a message would be sent.
598 .RE
599
600 .SS "Environment Variables"
601 The operation of
602 .B nmh
603 and its commands it also controlled by the
604 presence of certain environment variables.
605 .PP
606 Many of these environment variables are used internally by the
607 \*(lqWhat now?\*(rq interface.  It's amazing all the information
608 that has to get passed via environment variables to make the
609 \*(lqWhat now?\*(rq interface look squeaky clean to the
610 .B nmh
611 user, isn't it?  The reason for all this is that the
612 .B nmh
613 user
614 can select
615 .B any
616 program as the
617 .IR whatnowproc ,
618 including
619 one of the standard shells.  As a result, it's not possible to pass
620 information via an argument list. The convention is that environment
621 variables whose names are all upper-case are user-settable; those
622 whose names are lower-case only are used internally by nmh and should
623 not generally be set by the user.
624 .PP
625 If the
626 .B WHATNOW
627 option was set during
628 .B nmh
629 configuration, and
630 if this environment variable is set, then if the commands
631 .BR refile\ ,
632 .BR send ,
633 .BR show ,
634 or
635 .B whom
636 are not given any `msgs'
637 arguments, then they will default to using the file indicated by
638 .BR mh\-draft (5).
639 This is useful for getting the default behavior
640 supplied by the default
641 .IR whatnowproc .
642 .PP
643 .B $MH
644 .RS 5
645 With this environment variable, you can specify a profile
646 other than
647 .I \&.mh\(ruprofile
648 to be read by the
649 .B nmh
650 programs
651 that you invoke.  If the value of
652 .B $MH
653 is not absolute, (i.e., does
654 not begin with a \*(lq/\*(rq), it will be presumed to start from the current
655 working directory.  This is one of the very few exceptions in
656 .B nmh
657 where non-absolute pathnames are not considered relative to the user's
658 .B nmh
659 directory.
660 .RE
661 .PP
662 .B $MHCONTEXT
663 .RS 5
664 With this environment variable, you can specify a
665 context other than the normal context file (as specified in
666 the
667 .B nmh
668 profile).  As always, unless the value of
669 .B $MHCONTEXT
670 is absolute, it will be presumed to start from your
671 .B nmh
672 directory.
673 .RE
674 .PP
675 .B $MM_CHARSET
676 .RS 5
677 With this environment variable, you can specify
678 the native character set you are using.  You must be able to display
679 this character set on your terminal.
680 .PP
681 This variable is checked to see if a RFC-2047 header field should be
682 decoded (in
683 .BR inc ,
684 .BR scan ,
685 .BR mhl ).
686 This variable is
687 checked by
688 .B show
689 to see if the
690 .I showproc
691 or
692 .I showmimeproc
693 should
694 be called, since showmimeproc will be called if a text message uses
695 a character set that doesn't match
696 .BR $MM_CHARSET .
697 This variable is
698 checked by
699 .B mhshow
700 for matches against the charset parameter
701 of text contents to decide it the text content can be displayed
702 without modifications to your terminal.  This variable is checked by
703 .B mhbuild
704 to decide what character set to specify in the charset
705 parameter of text contents containing 8\-bit characters.
706 .PP
707 When decoding text in such an alternate character set,
708 .B nmh
709 must be able to determine which characters are alphabetic, which
710 are control characters, etc.  For many operating systems, this
711 will require enabling the support for locales (such as setting
712 the environment variable
713 .B $LC_CTYPE
714 to iso_8859_1).
715 .RE
716 .PP
717 .B $MAILDROP
718 .RS 5
719 This variable tells
720 .B inc
721 the default maildrop. This supersedes the \*(lqMailDrop\*(rq profile entry.
722 .RE
723 .PP
724 .B $SIGNATURE
725 .RS 5
726 This variable tells
727 .B send
728 and
729 .B post
730 your mail signature. This supersedes the \*(lqSignature\*(rq profile entry.
731 .RE
732 .PP
733 .B $HOME
734 .RS 5
735 This variable tells all
736 .B nmh
737 programs your home directory
738 .RE
739 .PP
740 .B $SHELL
741 .RS 5
742 This variable tells
743 .B bbl
744 the default shell to run
745 .RE
746 .PP
747 .B $TERM
748 .RS 5
749 This variable tells
750 .B nmh
751 your terminal type.
752 .PP
753 The environment variable
754 .B $TERMCAP
755 is also consulted.  In particular,
756 these tell
757 .B scan
758 and
759 .B mhl
760 how to clear your terminal, and how
761 many columns wide your terminal is.  They also tell
762 .B mhl
763 how many
764 lines long your terminal screen is.
765 .RE
766 .PP
767 .B $editalt
768 .RS 5
769 This is the alternate message.
770 .PP
771 This is set by
772 .B dist
773 and
774 .B repl
775 during edit sessions so you can peruse the message being distributed or
776 replied to.  The message is also available through a link called
777 \*(lq@\*(rq (if not changed by
778 .BR altmsg-link )
779 in the current directory if your current working directory
780 and the message's folder are on the same UNIX filesystem.
781 .RE
782 .PP
783 .B $mhdraft
784 .RS 5
785 This is the path to the working draft.
786 .PP
787 This is set by
788 .BR comp ,
789 .BR dist ,
790 .BR forw ,
791 and
792 .B repl
793 to tell the
794 .I whatnowproc
795 which file to ask \*(lqWhat now?\*(rq
796 questions about.
797 .RE
798 .PP
799 .B $mhfolder
800 .RS 5
801 This is set by
802 .BR dist ,
803 .BR forw ,
804 and
805 .BR repl ,
806 if appropriate.
807 .RE
808 .PP
809 .B $mhaltmsg
810 .RS 5
811 .B dist
812 and
813 .B repl
814 set
815 .B $mhaltmsg
816 to tell the
817 .I whatnowproc
818 about an alternate message associated with the
819 draft (the message being distributed or replied to).
820 .RE
821 .PP
822 .B $mhdist
823 .RS 5
824 .B dist
825 sets
826 .B $mhdist
827 to tell the
828 .I whatnowproc
829 that message re-distribution is occurring.
830 .RE
831 .PP
832 .B $mheditor
833 .RS 5
834 This is set by
835 .BR comp ,
836 .BR repl ,
837 .BR forw ,
838 and
839 .B dist
840 to tell the
841 .I whatnowproc
842 the user's choice of
843 editor (unless overridden by
844 .BR \-noedit ).
845 .RE
846 .PP
847 .B $mhuse
848 .RS 5
849 This may be set by
850 .BR comp .
851 .RE
852 .PP
853 .B $mhmessages
854 .RS 5
855 This is set by
856 .BR dist ,
857 .BR forw ,
858 and
859 .B repl
860 if annotations are to occur.
861 .RE
862 .PP
863 .B $mhannotate
864 .RS 5
865 This is set by
866 .BR dist ,
867 .BR forw ,
868 and
869 .B repl
870 if annotations are to occur.
871 .RE
872 .PP
873 .B $mhinplace
874 .RS 5
875 This is set by
876 .BR dist ,
877 .BR forw ,
878 and
879 .B repl
880 if annotations are to occur.
881 .RE
882 .PP
883 .B $mhfolder
884 .RS 5
885 This is the folder containing the alternate message.
886 .PP
887 This is set by
888 .B dist
889 and
890 .B repl
891 during edit sessions so you
892 can peruse other messages in the current folder besides the one being
893 distributed or replied to.  The environment variable
894 .B $mhfolder
895 is also set by
896 .BR show ,
897 .BR prev ,
898 and
899 .B next
900 for use by
901 .BR mhl .
902 .RE
903
904 .SH FILES
905 .fc ^ ~
906 .nf
907 .ta \w'%etcdir%/ExtraBigFileName  'u
908 ^$HOME/\&.mh\(ruprofile~^The user profile
909 ^or $MH~^Rather than the standard profile
910 ^<mh\-dir>/context~^The user context
911 ^or $MHCONTEXT~^Rather than the standard context
912 ^<folder>/\&.mh\(rusequences~^Public sequences for <folder>
913 .fi
914
915 .SH "SEE ALSO"
916 nmh(1), environ(5), mh-sequence(5)
917
918 .SH HISTORY
919 The
920 .I \&.mh\(ruprofile
921 contains only static information, which
922 .B nmh
923 programs will
924 .B NOT
925 update.  Changes in context are made to the
926 .I context
927 file kept in the users
928 .B nmh
929 directory.
930 This includes, but is not limited to: the \*(lqCurrent\-Folder\*(rq entry
931 and all private sequence information.  Public sequence information is
932 kept in each folder in the file determined by the \*(lqmh\-sequences\*(rq
933 profile entry (default is
934 .IR \&.mh\(rusequences ).
935 .PP
936 The
937 .I \&.mh\(ruprofile
938 may override the path of the
939 .I context
940 file, by specifying a \*(lqcontext\*(rq entry (this must be in
941 lower-case).  If the entry is not absolute (does not start with a
942 \*(lq/\*(rq), then it is interpreted relative to the user's
943 .B nmh
944 directory.  As a result, you can actually have more than one set of
945 private sequences by using different context files.
946
947 .SH BUGS
948 The shell quoting conventions are not available in the
949 .IR \&.mh\(ruprofile .
950 Each token is separated by whitespace.
951 .PP
952 There is some question as to what kind of arguments should be placed
953 in the profile as options.  In order to provide a clear answer, recall
954 command line semantics of all
955 .B nmh
956 programs: conflicting switches
957 (e.g.
958 .B \-header
959 and
960 .BR \-noheader )
961 may occur more than one time on the
962 command line, with the last switch taking effect.  Other arguments, such
963 as message sequences, filenames and folders, are always remembered on
964 the invocation line and are not superseded by following arguments of
965 the same type.  Hence, it is safe to place only switches (and their
966 arguments) in the profile.
967 .PP
968 If one finds that an
969 .B nmh
970 program is being invoked again and again
971 with the same arguments, and those arguments aren't switches, then there
972 are a few possible solutions to this problem.  The first is to create a
973 (soft) link in your
974 .I $HOME/bin
975 directory to the
976 .B nmh
977 program
978 of your choice.  By giving this link a different name, you can create
979 a new entry in your profile and use an alternate set of defaults for
980 the
981 .B nmh
982 command.  Similarly, you could create a small shell script
983 which called the
984 .B nmh
985 program of your choice with an alternate set
986 of invocation line switches (using links and an alternate profile entry
987 is preferable to this solution).
988 .PP
989 Finally, the
990 .B csh
991 user could create an alias for the command of the form:
992 .PP
993 .RS 5
994 alias cmd 'cmd arg1 arg2 ...'
995 .RE
996 .PP
997 In this way, the user can avoid lengthy type-in to the shell, and still
998 give
999 .B nmh
1000 commands safely.  (Recall that some
1001 .B nmh
1002 commands
1003 invoke others, and that in all cases, the profile is read, meaning that
1004 aliases are disregarded beyond an initial command invocation)