all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Mathieu Othacehe <m.othacehe@gmail.com>
To: guix-devel@gnu.org
Subject: [PATCH 5/5] gnu: Add emacs-mu4e-alert.
Date: Thu, 26 Jan 2017 13:31:19 +0100	[thread overview]
Message-ID: <20170126123119.18942-6-m.othacehe@gmail.com> (raw)
In-Reply-To: <20170126123119.18942-1-m.othacehe@gmail.com>

* gnu/packages/emacs.scm (emacs-mu4e-alert): New variable.
---
 gnu/packages/emacs.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 498e17f6b..0e14d34b4 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -3744,3 +3744,29 @@ interface and multiple, selectable \"styles\", whose use is fully
 customizable by the user.")
     (license license:gpl3+)))
 
+(define-public emacs-mu4e-alert
+  (package
+    (name "emacs-mu4e-alert")
+    (version "20160909.918")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://melpa.org/packages/mu4e-alert-"
+             version
+             ".el"))
+       (sha256
+        (base32
+         "0w2s8690dkmgyf8864c1baa2gb13mxmn0x40l1fni5qgaj5iv49x"))))
+    (build-system emacs-build-system)
+    (propagated-inputs
+     `(("emacs-alert" ,emacs-alert)
+       ("emacs-s" ,emacs-s)
+       ("emacs-ht" ,emacs-ht)))
+    (home-page
+     "https://github.com/iqbalansari/mu4e-alert")
+    (synopsis "Desktop notification for mu4e")
+    (description
+     "This package provides desktop notifications for mu4e, additionally it can
+display the number of unread emails in the modeline.")
+    (license license:gpl3+)))
-- 
2.11.0

      parent reply	other threads:[~2017-01-26 12:31 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-01-26 12:31 [PATCH 0/5] Add emacs-mu4e-alert Mathieu Othacehe
2017-01-26 12:31 ` [PATCH 1/5] gnu: Add emacs-ht Mathieu Othacehe
2017-01-27  9:20   ` Alex Kost
2017-01-27  9:59     ` Leo Famulari
2017-01-27 10:16       ` Mathieu OTHACEHE
2017-01-27 19:56         ` Alex Kost
2017-01-27 23:16           ` Ludovic Courtès
2017-01-28  8:18             ` Alex Kost
2017-01-28  9:07             ` Mathieu OTHACEHE
2017-01-30  9:09               ` ELPA importer and upstream URLs Ludovic Courtès
2017-01-30 15:57                 ` Mathieu OTHACEHE
2017-01-28 22:07             ` [PATCH 1/5] gnu: Add emacs-ht Carlo Zancanaro
2017-01-26 12:31 ` [PATCH 2/5] gnu: Add emacs-log4e Mathieu Othacehe
2017-01-26 12:31 ` [PATCH 3/5] gnu: Add emacs-gntp Mathieu Othacehe
2017-01-26 12:31 ` [PATCH 4/5] gnu: Add emacs-alert Mathieu Othacehe
2017-01-26 12:31 ` Mathieu Othacehe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170126123119.18942-6-m.othacehe@gmail.com \
    --to=m.othacehe@gmail.com \
    --cc=guix-devel@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.