From f35f68823a2054e99ef720ca78cbaf33f4188391 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 13 Mar 2012 00:04:44 -0500 Subject: The anonymizer wasn't properly setting the journal --- src/filters.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/filters.cc') diff --git a/src/filters.cc b/src/filters.cc index 3a975920..9501856e 100644 --- a/src/filters.cc +++ b/src/filters.cc @@ -263,6 +263,8 @@ void anonymize_posts::operator()(post_t& post) xact.payee = to_hex(message_digest); xact.note = none; + } else { + xact.journal = post.xact->journal; } std::list account_names; -- cgit v1.2.3