diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-03-14 01:01:40 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-03-14 01:01:40 +0100 |
commit | e9c99cb0a353ed18bd7c6ea6e93ec2fea326bbb4 (patch) | |
tree | 209406f0b3b7841c697285ca1b73c4d811e5ea44 | |
parent | 900b0e6723288f71e3227f5973500f80f733a80f (diff) | |
download | fetchmail-e9c99cb0a353ed18bd7c6ea6e93ec2fea326bbb4.tar.gz fetchmail-e9c99cb0a353ed18bd7c6ea6e93ec2fea326bbb4.tar.bz2 fetchmail-e9c99cb0a353ed18bd7c6ea6e93ec2fea326bbb4.zip |
Sunil's fix for --nosoftbounce confirmed by reporter.
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -66,7 +66,7 @@ fetchmail 6.3.15 (not yet released): * Check seteuid() return value and abort running MDA if switch fails. * Set global flags in a consistent manner. Make --nosoftbounce and --nobounce work from command line (these used to work in rcfiles). - Reported by N.J. Mann. (Sunil Shetye) + Reported and fix confirmed working by N.J. Mann. (Sunil Shetye) * Properly import h_errno declarations, even on systems where h_errno isn't a macro. (Adds ./configure check, fixes Cygwin dllimport warnings.) |