diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-11 22:18:57 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-11 22:18:57 +0100 |
| commit | c658aec3ffd5009cbe7fa2540da5a0579e2f2e8c (patch) | |
| tree | b460bea7792310d4c89a15601fea04d9db83b52c /src/lib/log_entry.h | |
| parent | 27bd2c44278ccf181b11ba961649a3e9b3ae03af (diff) | |
Add debug option to log SMTP session transcripts.
Diffstat (limited to 'src/lib/log_entry.h')
| -rw-r--r-- | src/lib/log_entry.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/log_entry.h b/src/lib/log_entry.h index 10a69c416..4eb9c7f33 100644 --- a/src/lib/log_entry.h +++ b/src/lib/log_entry.h @@ -33,6 +33,7 @@ public: static const int TYPE_DEBUG_DECODE; static const int TYPE_DEBUG_ENCODE; static const int TYPE_TIMING; + static const int TYPE_DEBUG_EMAIL; LogEntry (int type); virtual ~LogEntry () {} |
