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