diff options
| author | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2006-12-22 17:07:39 +0000 |
| commit | 37da2899f40661e3e9631e497da8dc59b971cbd0 (patch) | |
| tree | cbc6d4680e347d906f5fa7fca73214418741df72 /acme/mail | |
| parent | 54bc8ff236ac10b3eaa928fd6bcfc0cdb2ba46ae (diff) | |
20060303a
Diffstat (limited to 'acme/mail')
| -rw-r--r-- | acme/mail/Mail.dis | bin | 0 -> 20058 bytes | |||
| -rw-r--r-- | acme/mail/Mailpop3.dis | bin | 0 -> 18989 bytes | |||
| -rw-r--r-- | acme/mail/guide | 5 | ||||
| -rw-r--r-- | acme/mail/mkbox.dis | bin | 0 -> 263 bytes | |||
| -rw-r--r-- | acme/mail/readme | 29 |
5 files changed, 34 insertions, 0 deletions
diff --git a/acme/mail/Mail.dis b/acme/mail/Mail.dis Binary files differnew file mode 100644 index 00000000..6bd9a65b --- /dev/null +++ b/acme/mail/Mail.dis diff --git a/acme/mail/Mailpop3.dis b/acme/mail/Mailpop3.dis Binary files differnew file mode 100644 index 00000000..256da17b --- /dev/null +++ b/acme/mail/Mailpop3.dis diff --git a/acme/mail/guide b/acme/mail/guide new file mode 100644 index 00000000..2e23b9e1 --- /dev/null +++ b/acme/mail/guide @@ -0,0 +1,5 @@ +Mail /mail/box/$user/stored +Mail +Mailpop3 +mkbox /mail/box/$user/new_box +mail -'x' someaddress diff --git a/acme/mail/mkbox.dis b/acme/mail/mkbox.dis Binary files differnew file mode 100644 index 00000000..924fb03d --- /dev/null +++ b/acme/mail/mkbox.dis diff --git a/acme/mail/readme b/acme/mail/readme new file mode 100644 index 00000000..9442f57e --- /dev/null +++ b/acme/mail/readme @@ -0,0 +1,29 @@ +Mail is the single program in this directory. Its argument specifies +the mail box to read, default /mail/box/$user/mbox. +For example, running + Mail /mail/box/$user/stored +(a line in the guide file) looks at saved mail. + +Mail maintains a window containing headers for all the +messages in the mailbox and monitors the mailbox for new messages. +Using button 3 to indicate a message number opens +a window on that message. commands in the mailbox window are + Put Write the mailbox back to the file (never done automatically) + Mail Make a new message window ready to mail someone. + Takes argument names analogously to acme's New. + Del Exit Mail, after checking that mailbox isn't modified. +New messages appear at the top of the window and are highlighted upon arrival. +(The messages are numbered oldest to newest, the opposite of regular mail.) + +Message windows have a simple format: the first line, up to the first tab or newline, +holds the sender or, when sending, the addressee. Edit the line to change who the +message goes to. Message windows contain the commands + Reply Make a new window to compose a reply to this message + Delmesg Delete the message from the screen and from the mailbox + Del Delete the window, leaving the message in the mailbox + Post Send the message to the addressee + Save Save to the named mailbox, default/mail/box/$user/stored +Save takes a full file name; if that name has no slashes, the file is taken +to be in /mail/box/$user and must already exist. Use mkbox in the guide to +create target mailboxes in /mail/box/$user. +Reply and mail windows contain an obvious subset of the commands. |
