From 552183c8d9c151eee65c518df65c1a2a77beed54 Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Wed, 18 May 2022 19:44:18 +0200 Subject: main: Update program description to match actual implementation Update our idea sketch to reflect the current implementation. --- src/main.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.lisp b/src/main.lisp index 938a950..c469e1b 100644 --- a/src/main.lisp +++ b/src/main.lisp @@ -2,9 +2,8 @@ (defun main () ;; Query page of issues - ;; [Check not in database?] <- no ;; Start watching issue - ;; Send email to ^maildir^program^ containing message with issue metadata + ;; Send email to program containing message with issue metadata ;; Continue to next page (let ((config (parse-options))) -- cgit v1.2.3