--- a/servlib/bundling/Bundle.cc Tue Jun 14 10:56:50 2011 +0100
+++ b/servlib/bundling/Bundle.cc Tue Jun 14 16:52:53 2011 +0100
@@ -39,6 +39,7 @@
is_admin_ = false;
do_not_fragment_ = false;
in_datastore_ = false;
+ in_bpq_cache_ = false;
custody_requested_ = false;
local_custody_ = false;
singleton_dest_ = true;
@@ -225,6 +226,7 @@
a->process("priority", &priority_);
a->process("custody_requested", &custody_requested_);
a->process("local_custody", &local_custody_);
+ a->process("in_bpq_cache", &in_bpq_cache_);
a->process("singleton_dest", &singleton_dest_);
a->process("custody_rcpt", &custody_rcpt_);
a->process("receive_rcpt", &receive_rcpt_);