Berkeley copyright notice
[unix-history] / usr / src / usr.bin / mail / CHANGES
CommitLineData
6a53f1c8
KB
1--- TO DO ---
2 Merge in edward's speed improvements
3 Merge in guy's update to rfc822
4NO Add "Header" command to allow user defined headers.
5 It will disallow "From", "Sender", "To", "Subject", "Cc", "Bcc"
6
7--- DONE ---
8cmd2.c swrite()
9 Made "write" command delete entire header instead of just 1st line
10list.c sender()
11 Made "type user" do a substring match instead of straight comparison
12 (this allows user to match user@machine, which makes it USEFUL)
13cmd3.c unread()
14 unread/Unread/new/New command marks messages as unread
15list.c markall()
16 Made "-" and "+" skip over deleted messages (from guy@sun)
17cmd1.c type1()
18 if PAGER variable is set, use it instead of MORE (#define)
19 to paginate articles
20cmd3.c respond()
21 if Replyall variable is set, do a "Reply" (e.g. reverse R and r)
22cmd3.c Respond()
23 if Replyall variable is set, do a "reply" (e.g. reverse R and r)
24main.c main()
25 Print header info even if -f given.
26lex.c setfile()
27 Don't allow editing anything other than regular files.
28aux.c isatty()
29 deleted isatty() - it's in the C library
30aux.c strncmp()
31 deleted strncmp() - it's in the C library
32cmd3.c shell()
33 Lint clean up: 0 -> (char *)0
34cmd3.c dosh()
35 Lint clean up: 0 -> (char *)0
36optim.c rename()
37 Fix uninitialized variable problem (from guy@sun)
38optim.c rpair
39 Fix uninitialized variable problem (from guy@sun)