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