chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
set default gap to 0
[disorder]
/
lib
/
configuration.h
diff --git
a/lib/configuration.h
b/lib/configuration.h
index f08b866e26fb46166a03ab374ebc84f7a10646ce..d212a7ac80d017ba350561f2c614416875c011c4 100644
(file)
--- a/
lib/configuration.h
+++ b/
lib/configuration.h
@@
-205,7
+205,7
@@
struct config {
struct stringlist templates;
/** @brief Canonical URL of web interface */
struct stringlist templates;
/** @brief Canonical URL of web interface */
- c
onst c
har *url;
+ char *url;
/** @brief Short display limit */
long short_display;
/** @brief Short display limit */
long short_display;
@@
-254,7
+254,13
@@
struct config {
long cookie_key_lifetime;
/** @brief Default rights for a new user */
long cookie_key_lifetime;
/** @brief Default rights for a new user */
- rights_type default_rights;
+ char *default_rights;
+
+ /** @brief SMTP server for sending mail */
+ char *smtp_server;
+
+ /** @brief Origin address for outbound mail */
+ char *mail_sender;
/* derived values: */
int nparts; /* number of distinct name parts */
/* derived values: */
int nparts; /* number of distinct name parts */