diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-04-27 13:25:07 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-04-27 13:25:07 +0000 |
commit | 4003432bfa0e61864fbf2b52d377dab5239c63fb (patch) | |
tree | 848627876f220560b4ca19b2b8fda5b88c29b57f /contrib | |
parent | aab7826cfed53f3a104037e7e50735f67f82fea9 (diff) | |
download | fetchmail-4003432bfa0e61864fbf2b52d377dab5239c63fb.tar.gz fetchmail-4003432bfa0e61864fbf2b52d377dab5239c63fb.tar.bz2 fetchmail-4003432bfa0e61864fbf2b52d377dab5239c63fb.zip |
Mention the latest fix is actually a bugfix.
svn path=/branches/BRANCH_6-3/; revision=4810
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/PopDel.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/PopDel.py b/contrib/PopDel.py index d1558dea..b0181c4d 100644 --- a/contrib/PopDel.py +++ b/contrib/PopDel.py @@ -18,6 +18,8 @@ # Joshua Crawford, April 2006: # Display From: address. # List every email, even if it has no Subject: header. +# this also avoids indexing errors (that caused +# deleting the wrong message) # Joshua Crawford, November 2004: # Out of range error fixed. # Allow for all caps "SUBJECT:". |