chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Reject unwanted PATH_INFO per the RFC.
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index c5cf198f46957cb984ff902752230aa589bec766..93885689f8cfee7270f4a574fde985634edb5e65 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-264,6
+264,9
@@
struct config {
/** @brief Maximum number of tracks in response to 'new' */
long new_max;
+
+ /** @brief Minimum interval between password reminder emails */
+ long reminder_interval;
/* derived values: */
int nparts; /* number of distinct name parts */