Apply the following patch to 1.1.1-1 to get rid of one irritating extra
bunch of log output:
Andy :-/
diff -u -r1.28 mime.cc
--- src/parsers/mime/mime.cc 26 Mar 2003 08:08:50 -0000 1.28
+++ src/parsers/mime/mime.cc 26 Mar 2003 09:18:51 -0000
@@ -162,8 +162,6 @@
//------------------------------------------------------------------------
void Binc::Header::add(const string &key, const string &value)
{
- logger << "Adding to header: " << key << " = " << value << endl;
-
content.push_back(HeaderItem(key, value));
}