1. 18 Jul, 2001 2 commits
  2. 13 Jul, 2001 8 commits
  3. 11 Jul, 2001 1 commit
  4. 09 Jul, 2001 15 commits
  5. 06 Jul, 2001 13 commits
  6. 05 Jul, 2001 1 commit
    • 	the message is pipe to the cmd and if starts with '/' it is
      	save to a file.
      	     mailx ghislaine '|cat >save'
      	mails a message to ghislaine and also copies the message into a file
      	called save.
      
      	* mail/mail.h: Change struct send_environ to contain
      	two new fields char **outfiles and int nfiles.
      	* mail/send.c: Look for '/' and '|' when parsing the addresses
      	and add them to struct send_environ outfiles.
      	(mail_send0):  Memory overflow, we were free(buf) twice.
      	made char *buf local where it is needed.  Save the message
      	to outfiles when set.
      	(isfilename): New function.
      	* mail/followup.c: Initialise the struct send_environ new fields.
      	* mail/reply.c: Initialise the struct send_environ new fields.
      
      	* lib/argcv.c: Add support to consider string between
      	single quote like one word(same as double quotes).
      Alain Magloire authored