[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/07: gnu: Add emacs-notmuch-indicator.
From: |
guix-commits |
Subject: |
03/07: gnu: Add emacs-notmuch-indicator. |
Date: |
Mon, 11 Sep 2023 17:56:40 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix.
commit 251bf55f507860d9775b520585c0fdd7ede7d534
Author: Fabio Natali <me@fabionatali.com>
AuthorDate: Sun Aug 13 16:16:15 2023 +0100
gnu: Add emacs-notmuch-indicator.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-indicator): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
gnu/packages/emacs-xyz.scm | 21 +++++++++++++++++++++
1 file changed, 21 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 355afbf8fb..4a4aa85dbc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30302,6 +30302,27 @@ displays as you type thanks to Helm, though
@command{notmuch-search} does the
real search.")
(license license:gpl3+)))
+(define-public emacs-notmuch-indicator
+ (package
+ (name "emacs-notmuch-indicator")
+ (version "1.0.1")
+ (home-page "https://git.sr.ht/~protesilaos/notmuch-indicator")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://elpa.gnu.org/packages/notmuch-indicator-" version
+ ".tar"))
+ (sha256
+ (base32
+ "1n5k2ikk93mdwqqysf6l7gd8i6iazk8yvbqpf8xnz5zny248cc2x"))))
+ (build-system emacs-build-system)
+ (synopsis "Display a mode line indicator with @code{notmuch-count} output")
+ (description "This package renders an indicator with an email count of the
+@code{notmuch} index on the Emacs mode line. The underlying mechanism is that
of
+@code{notmuch-count}, which is used to find the number of items that match the
+given search terms.")
+ (license license:gpl3+)))
+
(define-public emacs-notmuch-maildir
(package
(name "emacs-notmuch-maildir")
- branch master updated (ab971e9c19 -> 5ff9afb5fd), guix-commits, 2023/09/11
- 01/07: gnu: yelp: Provide dependencies to display "man:" URIs., guix-commits, 2023/09/11
- 05/07: gnu: Add mini., guix-commits, 2023/09/11
- 03/07: gnu: Add emacs-notmuch-indicator.,
guix-commits <=
- 04/07: gnu: emacs-php-mode: Update URL., guix-commits, 2023/09/11
- 02/07: gnu: Add emacs-yeetube., guix-commits, 2023/09/11
- 06/07: gnu: Add picket., guix-commits, 2023/09/11
- 07/07: gnu: emacs-mastodon: Update to 1.0.0-1.20dec88., guix-commits, 2023/09/11