allow only /bin/csh, not /bin/oldcsh
[unix-history] / usr / src / usr.bin / mail /
1982-06-25 Kurt A. ShoensThis version of Mail eliminates a nasty bug which
1982-06-25 Kurt A. ShoensMade "mailname" an array rather than going through...
1982-06-25 Kurt A. ShoensExpanded PATHSIZE to 100, a more reasonable size
1982-06-25 Kurt A. ShoensRemoved the silly need to set mailname = mailspace...
1982-06-25 Kurt A. Shoensmade handling of "mailname" global variable simpler...
1982-03-26 Kurt A. Shoensadded version.c file to keep track of version number
1982-03-25 Kurt A. Shoenschanged newfileinfo() to print the number of saved
1982-03-25 Kurt A. Shoenschanged newfileinfo() to print the number of deleted
1982-03-25 Kurt A. Shoensadded ucbcad machine
1982-03-25 Kurt A. Shoensconditional compilation from Mark Horton to retrofit...
1982-03-16 Kurt A. ShoensIncluded Eric's branch changes to remove vax and vmunix
1982-03-16 Kurt A. ShoensEric Allman's fixes to remove VAX and VMUNIX dependencies
1982-03-16 Kurt A. Shoensbranch-place-holder
1982-02-27 Kurt A. Shoens+name as a recipient gets sent to a folder;
1982-02-27 Kurt A. Shoenschanged isfileaddr() to think that names that begin...
1982-02-27 Kurt A. Shoenschanged the -T flag to close(creat()) the file at the...
1982-02-21 Kurt A. Shoenschanged file() to call setfile() with proper arg for...
1982-02-18 Kurt A. Shoenschanged the "maildir" option to "folder"
1982-02-18 Kurt A. Shoenschanged newfileinfo() to detect when user is editing...
1982-02-18 Kurt A. Shoensadded routine getfold() to find user's folder directory...
1982-02-18 Kurt A. Shoenschanged the folders command to use execlp instead of
1982-02-15 Kurt A. Shoensadded command "folders" to list all your folders
1982-02-15 Kurt A. Shoensadded entry for "folders" command -- list folders
1982-02-15 Kurt A. Shoensadded routine folders() for listing all folders in...
1982-02-15 Kurt A. Shoensadded entry for machine kim in the table
1982-02-15 Kurt A. Shoensadded command folder as a synonym for file
1982-02-15 Kurt A. Shoensadded command "folder" as a synonym for "file";
1982-02-14 Kurt A. Shoensfixed so that the + filename convention can be used...
1982-02-14 Kurt A. Shoensadded global "loading" to indicate that reading of...
1982-02-14 Kurt A. Shoenschanged expand() to interpret a relative pathname for...
1982-02-14 Kurt A. Shoenschanged source file stacking/unstacking to save/restore...
1982-02-14 Kurt A. Shoenschanged to load user's .mailrc before figuring out...
1982-02-14 Kurt A. Shoensadded the "copy" command to copy messages into a file...
1982-02-14 Kurt A. Shoenschanged the way commands() works: now it just reads...
1982-02-14 Kurt A. Shoenschanged the file command to print the "new file info"
1982-02-14 Kurt A. Shoensput most of the code to do the save command in save1...
1982-02-12 Kurt A. ShoensChanged so that all file names used anywhere may begin...
1982-02-12 Kurt A. ShoensChanged expand() to interpret names that begin with...
1981-12-15 Kurt A. Shoensremoved redundant include of sgtty.h
1981-12-15 Kurt A. ShoensPut in a nice identification string that will appear at
1981-12-11 Kurt A. ShoensAdded code to adjust the number of headers printed on
1981-12-11 Kurt A. Shoenschanged nameof() to only return the last part of a...
1981-12-11 Kurt A. Shoensadded global variable baud -- output speed rate
1981-12-11 Kurt A. Shoensremoved define constant SCREEN, previously used for...
1981-12-11 Kurt A. Shoenschanged to set global "baud" to the output rate code...
1981-12-11 Kurt A. Shoenschanged header command and scrolling command to determine
1981-12-08 Kurt A. Shoenschanged edstop() so that if you give -T flag, it won't
1981-12-08 Kurt A. Shoenschanged berkeley arpanet host to the c70
1981-12-08 Kurt A. Shoensremoved silly dependence on tags;
1981-12-08 Kurt A. Shoensmore careful when examining return status value --
1981-10-27 Kurt A. Shoenschanged rexit() to leave an empty file for -T.
1981-10-27 Kurt A. Shoenschanged all references to exit() to rexit(), as they...
1981-10-27 Kurt A. Shoensfixed alternate name implementation to do CC names...
1981-10-23 Kurt A. ShoensAllow ~w to write on an existing file if it is not...
1981-10-22 Kurt A. Shoenschanged method of holding SIGCONT to just catch signal or
1981-10-22 Kurt A. Shoensremoved dangerous sigrelse(SIGCONT).
1981-10-21 Kurt A. Shoenschanged the prompt string to be easily set
1981-10-21 Kurt A. ShoensThis version of Mail is noticeable by changed prompt...
1981-10-14 Kurt A. Shoenschanged "dp" command to say "At EOF" when executed...
1981-09-22 Kurt A. Shoenschanged start up code to exit if there are 0 messages and
1981-09-20 Kurt A. Shoensfixed collect() botch -- it used to be if you set ignor...
1981-09-20 Kurt A. Shoenschanged pclose() to sighold/sigrelse instead of old...
1981-09-20 Kurt A. Shoensmoved some interrupt sensitive code around, mainly...
1981-09-20 Kurt A. Shoenscorrected erroneous message produced by ignoreeof in...
1981-09-17 Kurt A. Shoensadded global altnames -- list of alternative names...
1981-09-17 Kurt A. ShoensCorrected the comment on the "M" command table bit...
1981-09-17 Kurt A. Shoenschanged code in delname to ignore case when searching for
1981-09-17 Kurt A. Shoensadded entry for new command "alternates"
1981-09-17 Kurt A. Shoenschanged respond() to delname all alternate names specif...
1981-09-15 Kurt A. Shoensfixed bug in alter which made it fail to work if no...
1981-09-15 Kurt A. Shoensmade collect() ignore eof's (to a point) if ignoreeof...
1981-09-13 Kurt A. Shoensnow if you type more than 25 eofs in a row, it assumes...
1981-09-11 Kurt A. Shoensfixed entry for tags to "get" needed stuff
1981-09-11 Kurt A. Shoenschanged outof to be more careful about declaring an...
1981-09-10 Kurt A. Shoensput source file popen.c back in, sigh. Needs to execut...
1981-09-10 Kurt A. Shoensdate and time created 81/09/10 08:13:29 by kurt
1981-09-10 Kurt A. Shoensadded stuff from branch to handle the version stuff...
1981-09-10 Kurt A. Shoensadded in nifty changes from branch to make easier to...
1981-09-10 Kurt A. Shoenschanged usage of version string to be more pleasant
1981-09-10 Kurt A. Shoenschanged version string to be more generally useful
1981-09-10 Kurt A. Shoensbranch-place-holder
1981-09-10 Kurt A. ShoensRemoved silly npopen.c stuff, removed silly version...
1981-09-10 Kurt A. Shoensdate and time created 81/09/09 12:45:00 by kurt
1981-09-10 Kurt A. Shoensremoved npopen.o from list of object files
1981-09-10 Kurt A. Shoensfixed invocation of sccs to work if sccs is really...
1981-09-10 Kurt A. Shoensbranch-place-holder
1981-09-10 Kurt A. Shoensadded source files config.c configdefs.h;
1981-09-10 Kurt A. Shoensoptim1() in some cases erroneously returned before...
1981-09-10 Kurt A. Shoensadded command clobber
1981-09-10 Kurt A. Shoensadded command clobber which recurses, clobbering the...
1981-09-10 Kurt A. Shoenschanged quit processing to NOT delete MSAVED messages...
1981-09-10 Kurt A. Shoensmoved all the network configuration stuff into a separa...
1981-09-10 Kurt A. Shoensdate and time created 81/09/09 09:19:08 by kurt
1981-09-10 Kurt A. Shoensdate and time created 81/09/09 09:19:07 by kurt
1981-09-09 Kurt A. Shoensfixed hashing algorithm to more machine independent
1981-09-09 Kurt A. Shoensput in check for a particular botch which seems to...
1981-08-20 Kurt A. Shoensfixed name handling in unpack() to leave leading \...
1981-08-13 Kurt A. Shoenschanged size of exponential string table so that it...
1981-08-13 Kurt A. Shoenschanged definition of LINESIZE to also be BUFSIZ -...
1981-08-13 Kurt A. Shoenschanged erroneous check in setptr to respect LINESIZE...
next