summaryrefslogtreecommitdiff
path: root/globals.lisp
diff options
context:
space:
mode:
authorMatthias Benkard <code@mail.matthias.benkard.de>2007-10-12 15:08:08 +0200
committerMatthias Benkard <code@mail.matthias.benkard.de>2007-10-12 15:08:08 +0200
commitf9c494a5cc9d05c14f10c6966132107491e5ee9b (patch)
tree3237b3aad526916e52571946559e5f00a3187e8b /globals.lisp
parent96f17e7d17ff44671d11f73b8eb5adfafd81eef4 (diff)
Support comment submission notification via e-mail.
darcs-hash:72d3c69e6dc8ef47e9e6224adcc135637957ad09
Diffstat (limited to 'globals.lisp')
-rw-r--r--globals.lisp3
1 files changed, 3 insertions, 0 deletions
diff --git a/globals.lisp b/globals.lisp
index ade91a3..a81d0ef 100644
--- a/globals.lisp
+++ b/globals.lisp
@@ -26,6 +26,9 @@
(defparameter *site* nil
"One of :WIRSELKRAUT and :NFS.NET.")
+(defparameter *notification-email* "mulk@gmx.net"
+ "The e-mail address that comment submissions are to be sent to.")
+
(defparameter *debugging-p* nil)
(defparameter *query* nil