diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-17 21:21:57 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-17 21:24:36 +0000 |
| commit | 6a1124cf73d2c8fc645d3c6d6ea3b7371074deb7 (patch) | |
| tree | 49d7a908822e20b2f2e9b01138f8bc101d0019a2 /gnu | |
| parent | ed5a605924d05829c130aae912a6be32d8eb7408 (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')
| -rw-r--r-- | gnu/packages/mail.scm | 8 |
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 (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 |
