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