diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-04-27 13:23:23 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-04-27 13:23:23 +0000 |
commit | aab7826cfed53f3a104037e7e50735f67f82fea9 (patch) | |
tree | 42e31f4b7cbae99396c0ba2ef6ac7383d921fa18 /NEWS | |
parent | aa6897a1898e8979064c26d648cd31e7d9160ed4 (diff) | |
download | fetchmail-aab7826cfed53f3a104037e7e50735f67f82fea9.tar.gz fetchmail-aab7826cfed53f3a104037e7e50735f67f82fea9.tar.bz2 fetchmail-aab7826cfed53f3a104037e7e50735f67f82fea9.zip |
PopDel.py was revised by Joshua Crawford to display the From: address and
list every email, even if it has no Subject: header; and not delete the wrong
message in the presence of mail without Subject: headers.
svn path=/branches/BRANCH_6-3/; revision=4809
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -28,7 +28,7 @@ change. MA = Matthias Andree, ESR = Eric S. Raymond, RF = Rob Funk.) -------------------------------------------------------------------------------- -fetchmail 6.3.4 (released 2006-04-14): +fetchmail 6.3.5 (not yet released): # KNOWN BUGS AND WORKAROUNDS: (this section floats upwards through the NEWS to be on top of the list) @@ -42,6 +42,13 @@ fetchmail 6.3.4 (released 2006-04-14): compile files that are empty after preprocessing, which can cause compiler diagnostics and perhaps jam the compilation on strict compilers. +# CONTRIBUTED SCRIPTS: +* PopDel.py was revised by Joshua Crawford to display the From: address and + list every email, even if it has no Subject: header; and not delete the wrong + message in the presence of mail without Subject: headers. + +fetchmail 6.3.4 (released 2006-04-14): + # BUG FIXES: * configure: detect res_* functions properly with newer glibc ABIs. Patch by Miloslav Trmac. |