diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2004-11-08 09:32:01 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2004-11-08 09:32:01 +0000 |
commit | 6d7bc49daac142b273223c72ca9249921fe568b8 (patch) | |
tree | eba19693f719dd36d151f4827780da0b913566cb /NEWS | |
parent | 4ecd6abb6a88e17d6bf2af382c06d9d446eccff6 (diff) | |
download | fetchmail-6d7bc49daac142b273223c72ca9249921fe568b8.tar.gz fetchmail-6d7bc49daac142b273223c72ca9249921fe568b8.tar.bz2 fetchmail-6d7bc49daac142b273223c72ca9249921fe568b8.zip |
Fix showdots parsing bug that maps preliminary to final flag values twice,
trashing the setting when more than one server is configured.
Patch submitted by Brian Candler.
svn path=/trunk/; revision=3985
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -28,6 +28,8 @@ * Normalize most locale codesets to IANA codesets, based on norm_charmap.c by Markus Kuhn. (Matthias Andree) * Remove sleep(3) after POP3 login, patch by Brian Candler. +* Fix option parsing bug that trashes the showdots setting when more + than one server is configured. Patch by Brian Candler. fetchmail-6.2.5 (Wed Oct 15 18:39:22 EDT 2003), 23079 lines: |