aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTeddy Wing2022-05-18 19:44:18 +0200
committerTeddy Wing2022-05-18 19:44:18 +0200
commit552183c8d9c151eee65c518df65c1a2a77beed54 (patch)
treea7f0ea1c97a2bab83b4f80bf6ea7a0bbe4fa6c47
parent09d964a0dac4f75fbb4bd938b7aab0951899cfe6 (diff)
downloadwajir-552183c8d9c151eee65c518df65c1a2a77beed54.tar.bz2
main: Update program description to match actual implementation
Update our idea sketch to reflect the current implementation.
-rw-r--r--src/main.lisp3
1 files changed, 1 insertions, 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)))