diff options
| author | Vincent Richard <[email protected]> | 2006-08-09 07:22:40 +0000 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2006-08-09 07:22:40 +0000 |
| commit | ea38aa36b3e38df2aba6c3a49077f472bd83c65a (patch) | |
| tree | 4916e3cd1ce56a97206673c8412d9190d50e4af5 | |
| parent | Fix for message ids without angle brackets. (diff) | |
| download | vmime-ea38aa36b3e38df2aba6c3a49077f472bd83c65a.tar.gz vmime-ea38aa36b3e38df2aba6c3a49077f472bd83c65a.zip | |
Oops... Removed IMAP response debug.
| -rw-r--r-- | vmime/net/imap/IMAPParser.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmime/net/imap/IMAPParser.hpp b/vmime/net/imap/IMAPParser.hpp index c535e1aa..da812952 100644 --- a/vmime/net/imap/IMAPParser.hpp +++ b/vmime/net/imap/IMAPParser.hpp @@ -48,7 +48,7 @@ #include <stdexcept> -#define DEBUG_RESPONSE 1 +//#define DEBUG_RESPONSE 1 #if DEBUG_RESPONSE |
