summaryrefslogtreecommitdiff
path: root/acme/mail
diff options
context:
space:
mode:
Diffstat (limited to 'acme/mail')
-rw-r--r--acme/mail/Mail.disbin0 -> 20058 bytes
-rw-r--r--acme/mail/Mailpop3.disbin0 -> 18989 bytes
-rw-r--r--acme/mail/guide5
-rw-r--r--acme/mail/mkbox.disbin0 -> 263 bytes
-rw-r--r--acme/mail/readme29
5 files changed, 34 insertions, 0 deletions
diff --git a/acme/mail/Mail.dis b/acme/mail/Mail.dis
new file mode 100644
index 00000000..6bd9a65b
--- /dev/null
+++ b/acme/mail/Mail.dis
Binary files differ
diff --git a/acme/mail/Mailpop3.dis b/acme/mail/Mailpop3.dis
new file mode 100644
index 00000000..256da17b
--- /dev/null
+++ b/acme/mail/Mailpop3.dis
Binary files differ
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
new file mode 100644
index 00000000..924fb03d
--- /dev/null
+++ b/acme/mail/mkbox.dis
Binary files differ
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.