add onyx code
[unix-history] / usr / src / usr.bin / mail /
1981-03-03 Kurt A. Schoensmore careful about clobbering the supposed newline...
1981-02-07 Kurt A. Schoensadded noheader flag to suppress initial header print
1981-02-07 Kurt A. Schoensadded -N flag to suppress header printing
1981-02-07 Kurt A. Schoensnameof now takes 2 args
1981-02-07 Kurt A. SchoensNow takes -N flag to suppress initial header printing
1981-02-07 Kurt A. SchoensChanged reply to send only to reply-to field if such...
1981-02-07 Kurt A. SchoensNew nameof takes two args
1981-01-27 Kurt A. Schoens> char *reedit();
1981-01-27 Kurt A. Schoenschanged reply code to change replied subject to Re: &
1981-01-27 Kurt A. SchoensChanged nameof to return from: or sender: field if not
1981-01-24 Kurt A. Schoensadded :{r,o,u,n,d} modifiers for read, old, unread...
1981-01-24 Kurt A. Schoensadded : to the stop character set
1981-01-24 Kurt A. SchoensChanged headers command to be reluctant to change dot;
1981-01-14 Kurt A. Schoensadded newfileinfo() to print out interesting stuff...
1981-01-14 Kurt A. Schoensthe file command now calls newfileinfo() to print infor...
1981-01-13 Kurt A. Schoenswhen there is a reply-to, nameof now returns a savestr...
1981-01-13 Kurt A. Schoensadded flag R for non-recursive commands
1981-01-13 Kurt A. Schoensexecute now takes a second parameter which says whether...
1981-01-13 Kurt A. Schoensnow calls execute with 2nd parameter to indicate from...
1981-01-13 Kurt A. SchoensMarked all mailing commands with R to prevent recursive...
1981-01-13 Kurt A. Schoensif there are no messages, avoids printing headers on...
1981-01-13 Kurt A. Schoensmail -f now correctly updates status fields
1981-01-06 Kurt A. Schoensnow uses cc -R for read only stuff; has entry for call...
1981-01-06 Kurt A. Schoenschanged conditional command flag from C to F
1981-01-06 Kurt A. Schoensnow honors a flag "keep" to avoid removing your mailbox
1981-01-06 Kurt A. Schoensremoved incriminating error message
1981-01-06 Kurt A. SchoensChanged conditional command flag from C to F
1981-01-06 Kurt A. SchoensIn-line expanded calls on readline/putline in setptr...
1981-01-06 Kurt A. Schoenschanged the conditional command flag from C to F
1980-11-22 Kurt A. SchoensMade fast version of readline for setptr; use fputs...
1980-11-01 Kurt A. SchoensNow if you Mail -u unknownUserName, we catch it immedia...
1980-10-26 Kurt A. Schoensgetfilename() is careful not to clobber mailname, since...
1980-10-19 Kurt A. Schoensadded global variable cond -- current state of conditionals
1980-10-19 Kurt A. Schoensadded command flags C == command is a conditional comma...
1980-10-19 Kurt A. Schoenssetfile() now copies the new file name into mailname;
1980-10-19 Kurt A. Schoensadded if/else/endif commands; marked file as "transparent"
1980-10-19 Kurt A. Schoensfixed # in file() command -- prevfile is now set up...
1980-10-19 Kurt A. Schoenschanged file stacking to save and restore cond flag;
1980-10-17 Kurt A. Schoensnow we remove Mail before linking into it; thus if...
1980-10-17 Kurt A. Schoensmax size of user names changed to PATHSIZE
1980-10-17 Kurt A. Schoensadded return type declaration for popen()
1980-10-17 Kurt A. Schoensmax user name size changed to PATHSIZE
1980-10-17 Kurt A. Schoensuser name maximum size changed to PATHNAME from 8 in...
1980-10-17 Kurt A. Schoenssend() now updates the status: field in the message...
1980-10-17 Kurt A. Schoensnow quit clears the MNEW bit on all messages and writes...
1980-10-17 Kurt A. Schoensannounce now looks for the first unread message if...
1980-10-17 Kurt A. Schoensadded procedure icisname which is really strncmp ignoring
1980-10-17 Kurt A. Schoensfixed setting of variable inhead in setptr so that...
1980-10-17 Kurt A. Schoensadded meta character expansion to the file command...
1980-10-17 Kurt A. Schoenson the first next command, next() no longer sets dot...
1980-10-17 Kurt A. SchoensChanged the computation of the disposition character on
1980-10-17 Kurt A. SchoensChanged touch() to set MREAD, and if MREAD wasn't set...
1980-10-17 Kurt A. Schoensadded message flags:
1980-10-17 Kurt A. Schoensinitial header printing now attempts to start the header
1980-10-17 Kurt A. Schoenson initial read of file, now looks for Status: header...
1980-10-17 Kurt A. Schoensoutput of message headers now includes 'N' if the messa...
1980-10-17 Kurt A. Schoensadded message flags MNEW and MREAD -- these are determined
1980-10-17 Kurt A. Schoensnow makes the temporary editing file mode 0400 if in...
1980-10-17 Kurt A. Schoensremoved readonly restrictions from "edit" and "visual" --
1980-10-17 Kurt A. Schoensfixed bug in next command -- given a list of messages...
1980-10-17 Kurt A. Schoensreinstated code to announce headers in lex
1980-10-17 Kurt A. Schoensadded global flag shudann which causes lex() to print out
1980-10-17 Kurt A. Schoensgot rid of code which sets MPRESERVE on every message if
1980-10-11 Kurt A. SchoensImplemented transparent version of autoholding messages
1980-10-11 Kurt A. SchoensFixed imagined bug in subject pattern match about
1980-10-11 Kurt A. SchoensReset sawcom after reading new file so that
1980-10-11 Kurt A. Schoensremoved str.c from the list of sccs gettable files
1980-10-11 Kurt A. SchoensAdded define constant MORE == path of the more program
1980-10-11 Kurt A. Schoensadded readonly flag; added pipef so that stop() can...
1980-10-10 Kurt A. Schoensadded W flag for commands which cannot be executed in
1980-10-10 Kurt A. Schoensquit() does nothing if in read only mode
1980-10-10 Kurt A. Schoenschanged to call setfile/lex.c to set up initial input...
1980-10-10 Kurt A. Schoensadded /pattern to search for pattern in subjects
1980-10-10 Kurt A. Schoensadded subroutine setfile to make changing input files...
1980-10-10 Kurt A. SchoensFreed storage of old message structure to avoid storage...
1980-10-10 Kurt A. SchoensChanged parameters to "file" command to take an optional
1980-10-10 Kurt A. SchoensAdded optional argument to "file" command which allows
1980-10-10 Kurt A. SchoensMade output of messages subject to filtering through
1980-10-09 Kurt A. SchoensAdded ignoreeof flag which requires explicit quit inste...
1980-10-09 Kurt A. SchoensIncreased STRINGLEN to cope with larger Arpanet names
1980-10-09 Kurt A. SchoensMade shell escapes expand !'s to previous command
1980-10-09 Kurt A. Schoensoops, forgot to "get" local.h
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:57:00 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:56:54 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:56:45 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:56:41 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:56:36 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:56:33 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:56:30 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:57 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:53 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:49 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:46 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:43 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:39 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:34 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:32 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:29 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:53:25 by kas
1980-10-09 Kurt A. Schoensdate and time created 80/10/08 09:52:24 by kas
next