Next: , Previous: , Up: Profile Components and Customized Files   [Contents][Index]


10.4.1 Profile Components

The following are short descriptions about profile components that are either necessary to using Hemlock’s interface to MH or convenient for using MH in general:

Path:

This specifies the user’s mail directory. It can be either a full pathname or a pathname relative to the user’s home directory. This component is necessary for using MH.

MailDrop:

This is used to specify one’s remote mail-drop. It is necessary for Hemlock only when using a mail-drop other than "/usr/spool/mail/<user>" on the local machine.

Folder-Protect:, Msg-Protect:

These are set to 700 and 600 respectively to keep others from reading one’s mail. At one time the default values were set for public visibility of mail folders. Though this is no longer true, these can be set for certainty. The 700 protection allows only user read, write, and execute (list access for directories), and 600 allows only user read and write. These are not necessary for either MH or the Hemlock interface.

Unseen-Sequence:

When mail is incorporated, new messages are added to this sequence, and as these messages are read they are removed from it. This allows the user at any time to invoke an MH program on all the unseen messges of a folder easily. An example definition is:

Unseen-Sequence: unseen

Specifying an unseen-sequence is necessary to use Hemlock’s interface to MH.

Alternate-Mailboxes:

This is not necessary for either MH or the Hemlock interface. This component tells MH which addresses that it should recognize as the user. This is used for scan output formatting when the mail was sent by the user. It is also used by repl when it sets up headers to know who the user is for inclusion or exclusion from cc: lists. This is case sensitive and takes wildcards. One example is:

Alternate-Mailboxes: *FRED*, *Fred*, *fred*
Draft-Folder:

This makes multiple draft creation possible and trivial to use. Just supply a folder name (for example, "drafts"). Specifying a draft-folder is necessary to use Hemlock’s interface to MH.

repl: -cc all -nocc me -fcc out-copy

This tells the repl utility to include everyone but the user in the cc: list when replying to mail. It also makes repl keep an copy of the message the user sends. This is mentioned because one probably wants to reply to everyone receiving a piece of mail except oneself. Unlike other utilities that send mail, repl stores personal copies of outgoing mail based on a command line switch. Other MH utilities use different mechanisms. This line is not necessary to use either MH or the Hemlock interface.

rmmproc: /usr/cs/bin/rm

This is not necessary to use Hemlock’s interface to MH, but due to Hemlock’s virtual message deletion feature, this causes messages to be deleted from folder directories in a cleaner fashion when they actually get removed. Note that setting this makes rmm more treacherous if used in the Unix shell.


Next: Components Files, Previous: Profile Components and Customized Files, Up: Profile Components and Customized Files   [Contents][Index]