summaryrefslogtreecommitdiff
path: root/smtp.h
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@users.sourceforge.net>2008-09-17 16:51:30 +0000
committerJosé Fonseca <jrfonseca@users.sourceforge.net>2008-09-17 16:51:30 +0000
commit4b0725144f954e9a40c70289e5456401d58759f7 (patch)
tree54112a1cab784d50290bdf05bc1d84c34a00d961 /smtp.h
parentf0c0eea2f8eb3691e68060f96149b06515ca8c14 (diff)
Option to disable Message-ID header (Phil Sutter).
Diffstat (limited to 'smtp.h')
-rw-r--r--smtp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/smtp.h b/smtp.h
index 0e2909d..8b2e754 100644
--- a/smtp.h
+++ b/smtp.h
@@ -53,6 +53,7 @@ typedef struct {
/*@{*/
char *force_reverse_path;
char *force_sender;
+ int prohibit_msgid;
/*@}*/
} identity_t;