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