GNU bug report logs - #65272
[PATCH] gnu: Add emacs-notmuch-indicator.

Previous Next

Package: guix-patches;

Reported by: Fabio Natali <me <at> fabionatali.com>

Date: Sun, 13 Aug 2023 15:21:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 65272 in the body.
You can then email your comments to 65272 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#65272; Package guix-patches. (Sun, 13 Aug 2023 15:21:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Fabio Natali <me <at> fabionatali.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Sun, 13 Aug 2023 15:21:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Fabio Natali <me <at> fabionatali.com>
To: guix-patches <at> gnu.org
Cc: Fabio Natali <me <at> fabionatali.com>
Subject: [PATCH] gnu: Add emacs-notmuch-indicator.
Date: Sun, 13 Aug 2023 16:16:15 +0100
* gnu/packages/emacs-xyz.scm (emacs-notmuch-indicator): New variable.
---

Hi,

I thought of adding Protesilaos Stavrou's `emacs-notmuch-indicator' to Guix.

Hope this looks fine, cheers, Fabio.

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 0f0751e39a..bc68c341e8 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -30061,6 +30061,27 @@ (define-public emacs-helm-notmuch
 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")

base-commit: be6f5edd445850720dfcec2642db643b84fc0645
-- 
2.41.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Mon, 11 Sep 2023 21:31:02 GMT) Full text and rfc822 format available.

Notification sent to Fabio Natali <me <at> fabionatali.com>:
bug acknowledged by developer. (Mon, 11 Sep 2023 21:31:02 GMT) Full text and rfc822 format available.

Message #10 received at 65272-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Fabio Natali <me <at> fabionatali.com>
Cc: 65272-done <at> debbugs.gnu.org
Subject: Re: bug#65272: [PATCH] gnu: Add emacs-notmuch-indicator.
Date: Mon, 11 Sep 2023 23:29:49 +0200
Hi,

Fabio Natali <me <at> fabionatali.com> skribis:

> * gnu/packages/emacs-xyz.scm (emacs-notmuch-indicator): New variable.
> ---
>
> Hi,
>
> I thought of adding Protesilaos Stavrou's `emacs-notmuch-indicator' to Guix.
>
> Hope this looks fine, cheers, Fabio.

It does!  ‘guix lint’ reported that there were tabs, which I’ve changed
to spaces.

Thanks,
Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Tue, 10 Oct 2023 11:24:16 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 213 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.