commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

mailutils ./ChangeLog lib/argcv.c mail/followup...


From: Alain Magloire
Subject: mailutils ./ChangeLog lib/argcv.c mail/followup...
Date: Thu, 05 Jul 2001 16:48:51 -0700

CVSROOT:        /home/cvs
Module name:    mailutils
Changes by:     Alain Magloire <address@hidden> 01/07/05 16:48:51

Modified files:
        .              : ChangeLog 
        lib            : argcv.c 
        mail           : followup.c mail.h reply.c send.c 

Log message:
        We can send a message and if the address starts with '|'
        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).

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.168&tr2=1.169&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/lib/argcv.c.diff?cvsroot=OldCVS&tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/followup.c.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/mail.h.diff?cvsroot=OldCVS&tr1=1.22&tr2=1.23&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/reply.c.diff?cvsroot=OldCVS&tr1=1.7&tr2=1.8&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/send.c.diff?cvsroot=OldCVS&tr1=1.12&tr2=1.13&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]