Updated documentation of environment variables in mh-profile man page.
[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 $MHBUILD
629 .RS 5
630 With this environment variable, you can specify an
631 additional user profile (file) to be read by
632 .BR mhbuild ,
633 in addition to the mhn.defaults profile.
634 .RE
635 .PP
636 .B $MHN
637 .RS 5
638 With this environment variable, you can specify an
639 additional user profile (file) to be read by
640 .BR mhn ,
641 in addition to the mhn.defaults profile.
642 .B mhn
643 is deprecated, so this support for this variable will
644 be removed from a future nmh release.
645 .RE
646 .PP
647 .B $MHSHOW
648 .RS 5
649 With this environment variable, you can specify an
650 additional user profile (file) to be read by
651 .BR mhshow ,
652 in addition to the mhn.defaults profile.
653 .RE
654 .PP
655 .B $MHSTORE
656 .RS 5
657 With this environment variable, you can specify an
658 additional user profile (file) to be read by
659 .BR mhstore ,
660 in addition to the mhn.defaults profile.
661 .RE
662 .PP
663 .B $MM_CHARSET
664 .RS 5
665 With this environment variable, you can specify
666 the native character set you are using.  You must be able to display
667 this character set on your terminal.
668 .PP
669 This variable is checked to see if a RFC-2047 header field should be
670 decoded (in
671 .BR inc ,
672 .BR scan ,
673 .BR mhl ).
674 This variable is
675 checked by
676 .B show
677 to see if the
678 .I showproc
679 or
680 .I showmimeproc
681 should
682 be called, since showmimeproc will be called if a text message uses
683 a character set that doesn't match
684 .BR $MM_CHARSET .
685 This variable is
686 checked by
687 .B mhshow
688 for matches against the charset parameter
689 of text contents to decide it the text content can be displayed
690 without modifications to your terminal.  This variable is checked by
691 .B mhbuild
692 to decide what character set to specify in the charset
693 parameter of text contents containing 8\-bit characters.
694 .PP
695 When decoding text in such an alternate character set,
696 .B nmh
697 must be able to determine which characters are alphabetic, which
698 are control characters, etc.  For many operating systems, this
699 will require enabling the support for locales (such as setting
700 the environment variable
701 .B $LC_CTYPE
702 to iso_8859_1).
703 .RE
704 .PP
705 .B $NOMHNPROC
706 .RS 5
707 If this variable is set,
708 .B show
709 will next test for MIME messages.  This mechanism is obsolete;
710 use the
711 .B \-nocheckmime
712 switch to
713 .B show
714 instead.
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 $MAILHOST
725 .RS 5
726 This variable tells
727 .B inc
728 the POP host to query for mail to incorporate.  See the
729 inc(1) man page for more information.
730 .RE
731 .PP
732 .B $USERNAME_EXTENSION
733 .RS 5
734 This variable is for use with username_extension masquerading.  See the
735 mh-tailor(5) man page.
736 .RE
737 .PP
738 .B $SIGNATURE
739 .RS 5
740 This variable tells
741 .B send
742 and
743 .B post
744 your mail signature. This supersedes the \*(lqSignature\*(rq profile entry.
745 .RE
746 .PP
747 .B $USER
748 .RS 5
749 This variable tells
750 .B repl
751 your user name and
752 .B inc
753 your default maildrop:  see the \*(lqMailDrop\*(rq profile entry.
754 .RE
755 .PP
756 .B $HOME
757 .RS 5
758 This variable tells all
759 .B nmh
760 programs your home directory
761 .RE
762 .PP
763 .B $TERM
764 .RS 5
765 This variable tells
766 .B nmh
767 your terminal type.
768 .PP
769 The environment variable
770 .B $TERMCAP
771 is also consulted.  In particular,
772 these tell
773 .B scan
774 and
775 .B mhl
776 how to clear your terminal, and how
777 many columns wide your terminal is.  They also tell
778 .B mhl
779 how many
780 lines long your terminal screen is.
781 .RE
782 .PP
783 .B $MHMTSCONF
784 .RS 5
785 If this variable is set to a non-null value, it specifies the
786 name of the mail transport configuration file to use by
787 .BR post ,
788 .BR inc ,
789 and other programs that interact with the mail transport system,
790 instead of the default.  See mh-tailor(5).
791 .RE
792 .PP
793 .B $MHMTSUSERCONF
794 .RS 5
795 If this variable is set to a non-null value, it specifies the name of
796 a mail transport configuration file to be read in addition to the
797 default.  See mh-tailor(5).
798 .RE
799 .PP
800 .B $MHTMPDIR
801 .B $TMPDIR
802 .B $TMP
803 .RS 5
804 These variables are searched, in order, for the directory in which to
805 create some temporary files.
806 .RE
807 .PP
808 .B $MM_NOASK
809 .RS 5
810 Setting this variable is set to 1 has the same effect as specifying
811 the
812 .B \-nolist
813 and
814 .B \-nopause
815 switches to
816 .BR mhbuild ,
817 .BR mhn ,
818 and
819 .BR mhshow .
820 OBSOLETE:  will be removed in a future version of nmh.
821 .RE
822 .PP
823 .B $MHLDEBUG
824 .RS 5
825 If this variable is set to a non-null value,
826 .B mhl
827 will emit debugging information.
828 .RE
829 .PP
830 .B $MHPDEBUG
831 .RS 5
832 If this variable is set to a non-null value,
833 .B pick
834 will emit a representation of the search pattern.
835 .RE
836 .PP
837 .B $MHPOPDEBUG
838 .RS 5
839 If this variable is set to a non-null value,
840 .B msgchck
841 and
842 .B inc
843 will display their interaction with the POP server.
844 This mechanism is obsolete; use the
845 .B \-snoop
846 switch instead.
847 .RE
848 .PP
849 .B $MHWDEBUG
850 .RS 5
851 If this variable is set to a non-null value,
852 .B nmh
853 commands that use the
854 .BR Alternate\-Mailboxes
855 profile entry will display debugging information
856 about the values in that entry.
857 .RE
858 .PP
859 .B $editalt
860 .RS 5
861 This is the alternate message.
862 .PP
863 This is set by
864 .B dist
865 and
866 .B repl
867 during edit sessions so you can
868 peruse the message being distributed or replied to.  The message is also
869 available through a link called \*(lq@\*(rq in the current directory if
870 your current working directory and the folder the message lives in are
871 on the same UNIX filesystem.
872 .RE
873 .PP
874 .B $mhdraft
875 .RS 5
876 This is the path to the working draft.
877 .PP
878 This is set by
879 .BR comp ,
880 .BR dist ,
881 .BR forw ,
882 and
883 .B repl
884 to tell the
885 .I whatnowproc
886 which file to ask \*(lqWhat now?\*(rq
887 questions about.
888 .RE
889 .PP
890 .B $mhaltmsg
891 .RS 5
892 .B dist
893 and
894 .B repl
895 set
896 .B $mhaltmsg
897 to tell the
898 .I whatnowproc
899 about an alternate message associated with the
900 draft (the message being distributed or replied to).
901 .RE
902 .PP
903 .B $mhfolder
904 .RS 5
905 This is the folder containing the alternate message.
906 .PP
907 This is set by
908 .B dist
909 and
910 .B repl
911 during edit sessions so you
912 can peruse other messages in the current folder besides the one being
913 distributed or replied to.  The environment variable
914 .B $mhfolder
915 is also set by
916 .BR show ,
917 .BR prev ,
918 and
919 .B next
920 for use by
921 .BR mhl .
922 .RE
923 .PP
924 .B $mhdist
925 .RS 5
926 .B dist
927 sets
928 .B $mhdist
929 to tell the
930 .I whatnowproc
931 that message re-distribution is occurring.
932 .RE
933 .PP
934 .B $mheditor
935 .RS 5
936 This is set by
937 .BR comp ,
938 .BR repl ,
939 .BR forw ,
940 and
941 .B dist
942 to tell the
943 .I whatnowproc
944 the user's choice of
945 editor (unless overridden by
946 .BR \-noedit ).
947 .RE
948 .PP
949 .B $mhuse
950 .RS 5
951 This may be set by
952 .BR comp .
953 .RE
954 .PP
955 .B $mhmessages
956 .RS 5
957 This is set by
958 .BR dist ,
959 .BR forw ,
960 and
961 .B repl
962 if annotations are to occur.
963 .RE
964 .PP
965 .B $mhannotate
966 .RS 5
967 This is set by
968 .BR dist ,
969 .BR forw ,
970 and
971 .B repl
972 if annotations are to occur.
973 .RE
974 .PP
975 .B $mhinplace
976 .RS 5
977 This is set by
978 .BR dist ,
979 .BR forw ,
980 and
981 .B repl
982 if annotations are to occur.
983 .RE
984
985 .SH FILES
986 .fc ^ ~
987 .nf
988 .ta \w'%etcdir%/ExtraBigFileName  'u
989 ^$HOME/\&.mh\(ruprofile~^The user profile
990 ^or $MH~^Rather than the standard profile
991 ^<mh\-dir>/context~^The user context
992 ^or $MHCONTEXT~^Rather than the standard context
993 ^<folder>/\&.mh\(rusequences~^Public sequences for <folder>
994 .fi
995
996 .SH "SEE ALSO"
997 nmh(1), environ(5), mh-sequence(5)
998
999 .SH HISTORY
1000 The
1001 .I \&.mh\(ruprofile
1002 contains only static information, which
1003 .B nmh
1004 programs will
1005 .B NOT
1006 update.  Changes in context are made to the
1007 .I context
1008 file kept in the users
1009 .B nmh
1010 directory.
1011 This includes, but is not limited to: the \*(lqCurrent\-Folder\*(rq entry
1012 and all private sequence information.  Public sequence information is
1013 kept in each folder in the file determined by the \*(lqmh\-sequences\*(rq
1014 profile entry (default is
1015 .IR \&.mh\(rusequences ).
1016 .PP
1017 The
1018 .I \&.mh\(ruprofile
1019 may override the path of the
1020 .I context
1021 file, by specifying a \*(lqcontext\*(rq entry (this must be in
1022 lower-case).  If the entry is not absolute (does not start with a
1023 \*(lq/\*(rq), then it is interpreted relative to the user's
1024 .B nmh
1025 directory.  As a result, you can actually have more than one set of
1026 private sequences by using different context files.
1027
1028 .SH BUGS
1029 The shell quoting conventions are not available in the
1030 .IR \&.mh\(ruprofile .
1031 Each token is separated by whitespace.
1032 .PP
1033 There is some question as to what kind of arguments should be placed
1034 in the profile as options.  In order to provide a clear answer, recall
1035 command line semantics of all
1036 .B nmh
1037 programs: conflicting switches
1038 (e.g.
1039 .B \-header
1040 and
1041 .BR \-noheader )
1042 may occur more than one time on the
1043 command line, with the last switch taking effect.  Other arguments, such
1044 as message sequences, filenames and folders, are always remembered on
1045 the invocation line and are not superseded by following arguments of
1046 the same type.  Hence, it is safe to place only switches (and their
1047 arguments) in the profile.
1048 .PP
1049 If one finds that an
1050 .B nmh
1051 program is being invoked again and again
1052 with the same arguments, and those arguments aren't switches, then there
1053 are a few possible solutions to this problem.  The first is to create a
1054 (soft) link in your
1055 .I $HOME/bin
1056 directory to the
1057 .B nmh
1058 program
1059 of your choice.  By giving this link a different name, you can create
1060 a new entry in your profile and use an alternate set of defaults for
1061 the
1062 .B nmh
1063 command.  Similarly, you could create a small shell script
1064 which called the
1065 .B nmh
1066 program of your choice with an alternate set
1067 of invocation line switches (using links and an alternate profile entry
1068 is preferable to this solution).
1069 .PP
1070 Finally, the
1071 .B csh
1072 user could create an alias for the command of the form:
1073 .PP
1074 .RS 5
1075 alias cmd 'cmd arg1 arg2 ...'
1076 .RE
1077 .PP
1078 In this way, the user can avoid lengthy type-in to the shell, and still
1079 give
1080 .B nmh
1081 commands safely.  (Recall that some
1082 .B nmh
1083 commands
1084 invoke others, and that in all cases, the profile is read, meaning that
1085 aliases are disregarded beyond an initial command invocation)