[PATCH] gnu: Add emacs-notmuch-addr.

  • Done
  • quality assurance status badge
Details
2 participants
  • Ian Eure
  • Liam Hupfer
Owner
unassigned
Submitted by
Liam Hupfer
Severity
normal

Debbugs page

Liam Hupfer wrote 2 weeks ago
(address . guix-patches@gnu.org)(name . Liam Hupfer)(address . liam@hpfr.net)
29a1ac5407a6aae855e15ead21bb51cc54a18ac3.1740336919.git.liam@hpfr.net
* gnu/packages/emacs-xyz.scm (emacs-notmuch-addr): New variable.

Change-Id: I99fffb1d5e442b667d1fbf14bcb532923395cf63
---
gnu/packages/emacs-xyz.scm | 25 ++++++++++++++++++++++++-
1 file changed, 24 insertions(+), 1 deletion(-)

Toggle diff (47 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e6bc0bba1d..ea50710227 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -147,7 +147,7 @@
;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom@gmail.com>
;;; Copyright © 2024 Spencer King <spencer.king@nursiapress.com>
;;; Copyright © 2024 emma thompson <bigbookofbug@proton.me>
-;;; Copyright © 2024 Liam Hupfer <liam@hpfr.net>
+;;; Copyright © 2024-2025 Liam Hupfer <liam@hpfr.net>
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
@@ -33581,6 +33581,29 @@ (define-public emacs-helm-notmuch
real search.")
(license license:gpl3+)))
+(define-public emacs-notmuch-addr
+ (package
+ (name "emacs-notmuch-addr")
+ (version "1.1.0")
+ (home-page "https://github.com/tarsius/notmuch-addr")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url home-page)
+ (commit "7dde87a44b6576eb736cb6a3b69df6b9946c5ecc")))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1xr78yw679swbl1bcwhk5k6qj1l9zr9nyl34ry2bpdryi370zkkp"))))
+ (build-system emacs-build-system)
+ (propagated-inputs (list emacs-compat emacs-notmuch))
+ (synopsis "Improved address completion for Notmuch")
+ (description
+ "A simple alternative to @code{notmuch-address}. It gives up on
+persistent caching, external scripts, and backward compatibility. It uses the
+improved completion API offered by Emacs 27.1 and later.")
+ (license license:gpl3+)))
+
(define-public emacs-notmuch-indicator
(package
(name "emacs-notmuch-indicator")

base-commit: 6cd8c5849666af658c4b2e3bd4436e1a77691e41
--
2.48.1
Ian Eure wrote 2 weeks ago
(name . Liam Hupfer)(address . liam@hpfr.net)
87v7ssekp0.fsf@retrospec.tv
Hi Liam,

Pushed as ca87fed4a8.

Thanks,
-- Ian
Ian Eure wrote 2 weeks ago
control message for bug #76510
(address . control@debbugs.gnu.org)
87tt8cekov.fsf@retrospec.tv
close 76510
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76510@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76510
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help