This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, m_getfld has been updated
       via  4548a3ecc4248a1d4bd4fdd45d9a2bb1e61d1e70 (commit)
      from  9db3474c4cfc16b01d132e03ddf2c91b8db8b594 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 4548a3ecc4248a1d4bd4fdd45d9a2bb1e61d1e70
Author: David Levine <[email protected]>
Date:   Tue Dec 25 19:25:43 2012 -0600

    Removed call to fpurge() and its platform-specific emulations
    from discard.c.  discard() is called on stdout from mhl(1) and
    msh(1) in interrupt handlers, and post(8) but only with -debug.
    tcflush() should do the purge when stdout is a terminal.  If
    it's a file or pipe, well, maybe some garbage could get flushed
    out.  And it's called on the streams that post uses to talk to
    its smtp server, so removed those calls because they no longer
    do anything.  And removed LINUX_STDIO define from configure.ac.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac    |    9 ---------
 mts/smtp/smtp.c |    2 --
 sbr/discard.c   |   12 ++----------
 3 files changed, 2 insertions(+), 21 deletions(-)


hooks/post-receive
-- 
The nmh Mail Handling System

_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to