summaryrefslogtreecommitdiff
path: root/src/src/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/src/globals.h')
-rw-r--r--src/src/globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/src/globals.h b/src/src/globals.h
index a4c1143b7..bb811553c 100644
--- a/src/src/globals.h
+++ b/src/src/globals.h
@@ -183,6 +183,7 @@ extern struct global_flags {
BOOL authentication_local :1; /* TRUE if non-smtp (implicit authentication) */
BOOL background_daemon :1; /* Set FALSE to keep in foreground */
+ BOOL bdat_readers_wanted :1; /* BDAT-handling to be pushed on readfunc stack */
BOOL chunking_offered :1;
BOOL config_changed :1; /* True if -C used */