~ruther/guix-local

6a1124cf73d2c8fc645d3c6d6ea3b7371074deb7 — Sharlatan Hellseher 1 year, 20 days ago ed5a605
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
1 files changed, 6 insertions(+), 2 deletions(-)

M gnu/packages/mail.scm
M gnu/packages/mail.scm => gnu/packages/mail.scm +6 -2
@@ 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