summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-17 21:21:57 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-17 21:24:36 +0000
commit6a1124cf73d2c8fc645d3c6d6ea3b7371074deb7 (patch)
tree49d7a908822e20b2f2e9b01138f8bc101d0019a2 /gnu/packages
parented5a605924d05829c130aae912a6be32d8eb7408 (diff)
gnu: goimapnotify: Improve description.
* gnu/packages/mail.scm (goimapnotify) [description]: Add more details and link to https://github.com/a-sk/python-imapnotify. Change-Id: Ie16b7e493b37b07bd32085c9ba29969a19ba707a
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/mail.scm8
1 files changed, 6 insertions, 2 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index a372891fc48..f314ae3caf3 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -535,8 +535,12 @@ with a @code{ncurses} user interface similar to @code{alpine} and
535 (home-page "https://gitlab.com/shackra/goimapnotify") 535 (home-page "https://gitlab.com/shackra/goimapnotify")
536 (synopsis "Execute scripts on IMAP mailbox changes") 536 (synopsis "Execute scripts on IMAP mailbox changes")
537 (description 537 (description
538 "Script to execute scripts on IMAP mailbox changes (new/deleted/updated 538 "This package provides a CLI application to execute scripts on IMAP
539messages) using IDLE. Implemented in Go.") 539mailbox changes (new/deleted/updated messages) using
540@url{https://en.wikipedia.org/wiki/IMAP_IDLE, IDLE} and it is mostly
541compatible with the configuration of
542@url{https://github.com/a-sk/python-imapnotify, imapnotify made with
543Python}.")
540 (license license:gpl3+))) 544 (license license:gpl3+)))
541 545
542(define-public go-gitlab.com-shackra-goimapnotify 546(define-public go-gitlab.com-shackra-goimapnotify