commit-mailutils
[Top][All Lists]
Advanced

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

mailutils ./ChangeLog mail/mail.c mail/mail.h m...


From: Alain Magloire
Subject: mailutils ./ChangeLog mail/mail.c mail/mail.h m...
Date: Thu, 05 Jul 2001 19:36:12 -0700

CVSROOT:        /home/cvs
Module name:    mailutils
Changes by:     Alain Magloire <address@hidden> 01/07/05 19:36:12

Modified files:
        .              : ChangeLog 
        mail           : mail.c mail.h send.c set.c util.c 
        mailbox        : message.c 

Log message:
        According to the man page:
        "sendmail contains a command, possibly with options, that mailx
        invokes to send mail. You must manually set the default for this
        environment variable by editing ROOTDIR/etc/mailx.rc to specify the
        mail agent of your choice. The default is sendmail, but it can be any
        command that takes addresses on the command line and message contents
        on standard input."
        
        * mail/mail.c (main): Register smtp_record too as a mailer.
        Set variable sendmail to _PATH_SENDMAIL as the default mailer.
        * mail/mail.h: New proto util_setenv(), util_find_env()
        change to be const char *.
        * mail/send.c (msg_to_pipe): New function, open a pipe()
        and write a message to it.
        (mail_send0): Now create the mailer according to
        util_find_env("sendmail")->value.  Use a pipe() if mailer_create()
        fails.
        * mail/set.c (mail_set): After free(entry->value) set the value
        to NULL.
        * mail/util.c (util_find_env): Change the prototype to be const.
        Remove hack about need_free and use a static variable to hold
        "asksub".
        * mail/util.c (util_setenv): New function to set environment
        model on libc call setenv().
        
        * mailbox/message.c (message_sender): Set the default sender base on
        the passwd entry.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/ChangeLog.diff?cvsroot=OldCVS&tr1=1.169&tr2=1.170&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/mail.c.diff?cvsroot=OldCVS&tr1=1.36&tr2=1.37&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/mail.h.diff?cvsroot=OldCVS&tr1=1.23&tr2=1.24&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/send.c.diff?cvsroot=OldCVS&tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/set.c.diff?cvsroot=OldCVS&tr1=1.6&tr2=1.7&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mail/util.c.diff?cvsroot=OldCVS&tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/mailutils/mailbox/message.c.diff?cvsroot=OldCVS&tr1=1.50&tr2=1.51&r1=text&r2=text




reply via email to

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