date and time created 83/02/11 15:45:06 by rrh
[unix-history] / usr / src / usr.bin / mail /
1983-02-10 Sam Lefflerfrom sun
1983-02-01 Craig LeresMade install depend of Mail
1983-01-30 Craig LeresChanged location of postage file
1983-01-30 Craig LeresChanged location of the POSTAGE file.
1983-01-30 Craig LeresAdded local()
1983-01-30 Craig LeresBroke alternates() up into two routines so that the...
1983-01-30 Craig LeresAdded local()
1983-01-30 Craig LeresAdded pointer for local host names
1983-01-30 Craig LeresAdded local command
1983-01-30 Craig LeresRemoved extra definition for savestr() and added strcat()
1983-01-23 Craig LeresAdded declaration of icequal();
1983-01-23 Craig LeresModified to use perror() to report failure to open...
1983-01-23 Craig LeresModified delname() to use passed function to comapre...
1983-01-23 Craig LeresAdded (restored?) missing required argument in call...
1983-01-23 Craig LeresModified to only append to the POSTAGE file if it alrea...
1983-01-23 Craig LeresModified to append to the POSTAGE file only if it alrea...
1983-01-23 Craig LeresModified to use perror() to report open failure on...
1983-01-23 Craig LeresMoved printing of initial greeting to beginning of...
1983-01-23 Craig LeresFixed bug in marking a range; modified markall() to...
1982-12-27 Eric Allmanchange delivermail to sendmail throughout
1982-11-18 Bill BushUpdating version number for send fix release
1982-11-18 Bill BushSend fixed to supress continuation lines in ignored...
1982-11-07 Kirk McKusickchanges per kurt
1982-10-27 Carl SmithAdded instructions on configuration for small 11s....
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithNull definition of sigchild() added if SIGRETRO is...
1982-10-21 Carl SmithDefinitions of msize() and sigchild() deleted.
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithChanges to support long mail sizes (long m_size).
1982-10-21 Carl SmithAdded ``#include <whoami.h>'' if pdp11 is defined.
1982-10-21 Carl SmithWait3 becomes wait2 if pdp11 is defined, stays wait3...
1982-10-21 Carl SmithIn vcopy(), check the return value of calloc() and...
1982-10-21 Carl SmithChanged ``sighold(i)'' to ``sigset(i, SIG_HOLD)'' in...
1982-10-21 Carl SmithAdded a line to print ``(continue)'' after ~: escape.
1982-10-06 Eric Allmanrestore locking protocol to agree with /bin/mail -...
1982-09-03 Kirk McKusickno longer compile config.c read only since we futz the
1982-09-03 Kirk McKusickadded line in netmach table that is dynamically filled in
1982-09-03 Kirk McKusickadded #define constants for EMPTY (a dummy machine...
1982-09-03 Kirk McKusickadded #define of GETHOST for systems that have gethostn...
1982-09-03 Kirk McKusickadded routine inithost() to dynamically set the local...
1982-09-03 Kirk McKusickadded call to inithost() if GETHOST is defined
1982-08-14 Kurt A. Shoensfixed setfile() to not print error message, just return the
1982-08-12 Kurt A. Shoensfixes per Bruce Jerrick: s/makefile/Makefile/;
1982-07-30 Kurt A. ShoensAdded "ignore" command to suppress printing of selected...
1982-07-30 Kurt A. Shoenschanged alloca to salloc since no alloca on pdp-11...
1982-07-30 Kurt A. ShoensMade recognition of Status: header field slightly more...
1982-07-30 Kurt A. Shoenschanged to disallow duplicate insertion of fields into...
1982-07-29 Kurt A. Shoenschanged send() to take doignore argument and ignore...
1982-07-29 Kurt A. Shoensadded extra doignore argument to send() calls
1982-07-29 Kurt A. Shoensadded ignored header hash table
1982-07-29 Kurt A. Shoenschanged arguments to send() to include doignore argument
1982-07-29 Kurt A. Shoenschanged arguments to send to include the new doignore...
1982-07-29 Kurt A. Shoensadded hash structure (ignore) to remember list of ignor...
1982-07-29 Kurt A. Shoenschanged calls on send to include the doignore parameter.
1982-07-29 Kurt A. Shoensadded new commands Type, Print, ignore, and discard
1982-07-29 Kurt A. Shoensadded routine igfield() to add new header fields to...
1982-07-29 Kurt A. Shoenschanged type() to honor your ignored header fields;
1982-07-29 Kurt A. Shoensadded routine istrcpy() to copy strings lower-cased;
1982-07-29 Kurt A. ShoensVersion that works on pdp-11's
1982-07-29 Kurt A. Shoensdate and time created 82/07/28 16:01:44 by kurt
1982-07-29 Kurt A. Shoenschanged demail to truncate mailbox if unlinking fails
1982-07-29 Kurt A. Shoenschanged nettypetab to ntypetab, netkindtab to nkindtab...
1982-07-29 Kurt A. Shoenschanged to print own error message if setfile fails
1982-07-29 Kurt A. Shoenschanged names of nettypetab and netkindtab to
1982-07-29 Kurt A. Shoenschanged names of nettypetab and netkindtab to
1982-07-29 Kurt A. Shoenschanged file() to report its own error message when...
1982-07-29 Kurt A. Shoenschanged clobber1 to clob1 to satisfy pdp-11 c compiler...
1982-07-29 Kurt A. ShoensRemoved errlst.? stuff since its gilding the lilies
1982-07-27 Kurt A. ShoensParameterized location of postage meter file as POSTAGE;
1982-07-27 Kurt A. Shoensadded call on sigchild() after fork() to fix retrofit...
1982-07-27 Kurt A. Shoensadded call on sigchild() after fork() to fix retrofit...
1982-07-27 Kurt A. Shoensfixed holdsigs() and relsesigs() to rely on retrofit...
1982-07-27 Kurt A. Shoensadded call on sigchild() after fork to fix retrofit...
1982-07-27 Kurt A. Shoensmoved include of local.h to after system files to fix
1982-07-27 Kurt A. Shoensadded calls on sigchild() after forks to fix up retrofi...
1982-07-27 Kurt A. Shoensadded call on sigchild() after a fork to fix up retrofi...
1982-07-27 Kurt A. Shoensadded routine sigchild() to cope with sigretro when
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
next