summaryrefslogtreecommitdiff
path: root/src/lib/log_entry.cc
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-11 22:18:57 +0100
committerCarl Hetherington <cth@carlh.net>2015-10-11 22:18:57 +0100
commitc658aec3ffd5009cbe7fa2540da5a0579e2f2e8c (patch)
treeb460bea7792310d4c89a15601fea04d9db83b52c /src/lib/log_entry.cc
parent27bd2c44278ccf181b11ba961649a3e9b3ae03af (diff)
Add debug option to log SMTP session transcripts.
Diffstat (limited to 'src/lib/log_entry.cc')
-rw-r--r--src/lib/log_entry.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log_entry.cc b/src/lib/log_entry.cc
index 7c0f68787..ea2d22462 100644
--- a/src/lib/log_entry.cc
+++ b/src/lib/log_entry.cc
@@ -28,6 +28,7 @@ int const LogEntry::TYPE_ERROR = 0x4;
int const LogEntry::TYPE_DEBUG_DECODE = 0x8;
int const LogEntry::TYPE_DEBUG_ENCODE = 0x10;
int const LogEntry::TYPE_TIMING = 0x20;
+int const LogEntry::TYPE_DEBUG_EMAIL = 0x40;
using std::string;