summaryrefslogtreecommitdiff
path: root/journal.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'journal.lisp')
-rwxr-xr-xjournal.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/journal.lisp b/journal.lisp
index e1fe6a5..dbadd00 100755
--- a/journal.lisp
+++ b/journal.lisp
@@ -90,6 +90,7 @@
(let ((number 0))
(dolist (journal-comment (select 'journal-comment
+ :where [= [slot-value 'journal-comment 'spam-p] "f"]
:order-by '(([date] :desc))
:flatp t))
(with-slots (entry uuid date body author website spam-p id)