GNU bug report logs -
#76510
[PATCH] gnu: Add emacs-notmuch-addr.
Previous Next
Reported by: Liam Hupfer <liam <at> hpfr.net>
Date: Sun, 23 Feb 2025 18:57:02 UTC
Severity: normal
Tags: patch
Done: Ian Eure <ian <at> retrospec.tv>
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 76510 in the body.
You can then email your comments to 76510 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
:
bug#76510
; Package
guix-patches
.
(Sun, 23 Feb 2025 18:57:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Liam Hupfer <liam <at> hpfr.net>
:
New bug report received and forwarded. Copy sent to
andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org
.
(Sun, 23 Feb 2025 18:57:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* 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(-)
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 <at> gmail.com>
;;; Copyright © 2024 Spencer King <spencer.king <at> nursiapress.com>
;;; Copyright © 2024 emma thompson <bigbookofbug <at> proton.me>
-;;; Copyright © 2024 Liam Hupfer <liam <at> hpfr.net>
+;;; Copyright © 2024-2025 Liam Hupfer <liam <at> hpfr.net>
;;; Copyright © 2024 aurtzy <aurtzy <at> gmail.com>
;;; Copyright © 2024 Olivier Rojon <o.rojon <at> posteo.net>
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya <at> 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
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76510
; Package
guix-patches
.
(Sat, 01 Mar 2025 17:16:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76510 <at> debbugs.gnu.org (full text, mbox):
Hi Liam,
Pushed as ca87fed4a8.
Thanks,
-- Ian
bug closed, send any further explanations to
76510 <at> debbugs.gnu.org and Liam Hupfer <liam <at> hpfr.net>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Sat, 01 Mar 2025 17:16:03 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sun, 30 Mar 2025 11:24:14 GMT)
Full text and
rfc822 format available.
This bug report was last modified 133 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.