From 6a1124cf73d2c8fc645d3c6d6ea3b7371074deb7 Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Mon, 17 Feb 2025 21:21:57 +0000 Subject: 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 --- gnu/packages/mail.scm | 8 ++++++-- 1 file 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 (home-page "https://gitlab.com/shackra/goimapnotify") (synopsis "Execute scripts on IMAP mailbox changes") (description - "Script to execute scripts on IMAP mailbox changes (new/deleted/updated -messages) using IDLE. Implemented in Go.") + "This package provides a CLI application to execute scripts on IMAP +mailbox changes (new/deleted/updated messages) using +@url{https://en.wikipedia.org/wiki/IMAP_IDLE, IDLE} and it is mostly +compatible with the configuration of +@url{https://github.com/a-sk/python-imapnotify, imapnotify made with +Python}.") (license license:gpl3+))) (define-public go-gitlab.com-shackra-goimapnotify -- cgit v1.3