aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-10-09 17:46:58 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-10-09 17:46:58 +0000
commit6e08dd8fffcef5a54395685857fa02a972e7311b (patch)
tree03e777b6662b2e88a9cb65e5e363406ffe073869
parent4e7a9cb1a51525934565ea19ee04f31b832ace7c (diff)
downloadfetchmail-6e08dd8fffcef5a54395685857fa02a972e7311b.tar.gz
fetchmail-6e08dd8fffcef5a54395685857fa02a972e7311b.tar.bz2
fetchmail-6e08dd8fffcef5a54395685857fa02a972e7311b.zip
Add octet count to standard message.
svn path=/trunk/; revision=271
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0038a2c6..d7e87528 100644
--- a/NEWS
+++ b/NEWS
@@ -25,6 +25,9 @@ features --
* All pretensions to RPOP support have been dropped. Yes, this is a feature,
RPOP is very vulnerable to spoofing! Use APOP instead.
+* Normal start-of-read message now displays the byte (excuse me, "octet")
+ size of the message. Yes, 3schwend, you can stop noodging me now :-).
+
bugs --
* Fix buggy getopt specification of P and p options.