summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
index 48090f91..61720a0a 100644
--- a/src/report.h
+++ b/src/report.h
@@ -129,6 +129,7 @@ public:
bool keep_tag;
bool entry_sort;
bool sort_all;
+ bool anonymize;
string account;
optional<path> pager;
@@ -163,6 +164,7 @@ public:
keep_tag(false),
entry_sort(false),
sort_all(false),
+ anonymize(false),
raw_mode(false),
@@ -777,6 +779,11 @@ public:
}
#endif
+ value_t option_anon(call_scope_t& args) {
+ anonymize = true;
+ return true;
+ }
+
//
// Scope members
//