chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
disobedience notices rescans
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index a2033c2dde941806aa9788eff309d37f1926b8e1..476a917a33391e36f6ebc0a0b0064db0bf7f830f 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-114,6
+114,9
@@
struct config {
/** @brief Maximum number of recent tracks to record in history */
long history;
+ /** @brief Expiry limit for noticed.db */
+ long noticed_history;
+
/** @brief Trusted users */
struct stringlist trust;