From 0bde00b1039ae10a0fdef0f71ef7a2b6e41c5016 Mon Sep 17 00:00:00 2001 From: Matthias Benkard Date: Wed, 7 Oct 2009 22:50:26 +0200 Subject: Include the comment ID in a comment notification e-mail message. Ignore-this: 16401dc3783984a3fb43262d8fe6be8c darcs-hash:f75242b42f78685e1ead7c730f0f77957217b68e --- utils.lisp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils.lisp') diff --git a/utils.lisp b/utils.lisp index e111231..877343e 100644 --- a/utils.lisp +++ b/utils.lisp @@ -311,6 +311,7 @@ ELEMENT-TYPE as the stream's." (mail address (format nil "[Kommentar] ~A" (title-of entry)) (format nil "~&Kommentar von: ~A~ + ~&Nummer: ~A~ ~&E-Mail: ~A~ ~&Website: ~A~ ~&IP-Adresse: ~A~ @@ -319,6 +320,7 @@ ELEMENT-TYPE as the stream's." ~&~%~ ~&~A" (author-of comment) + (id-of comment) (email-of comment) (website-of comment) (submitter-ip comment) -- cgit v1.2.3