GNU bug report logs -
#76389
[PATCH] gnu: Add emacs-consult-mu.
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 76389 in the body.
You can then email your comments to 76389 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#76389
; Package
guix-patches
.
(Tue, 18 Feb 2025 08:26:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Cayetano Santos <csantosb <at> inventati.org>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Tue, 18 Feb 2025 08:26: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-consult-mu): New variable.
Change-Id: Ifb6b868faa1dc7e03b872486b69f0cf528ed61c7
---
gnu/packages/emacs-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index ce96d1850c..87afba6237 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13371,6 +13371,37 @@ (define-public emacs-consult-dir
replaced with the directory you choose.")
(license license:gpl3+)))
+(define-public emacs-consult-mu
+ (let ((commit "e1dc63674b924698b30a9ecc0400a05864711c85")
+ (revision "0"))
+ (package
+ (name "emacs-consult-mu")
+ (version (git-version "1.0" revision commit))
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/armindarvish/consult-mu/")
+ (commit commit)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "17ad0901xbg2vrgdvpp67kia2r7gqsvbkqqb44f4pwakr7zwiz2y"))))
+ (build-system emacs-build-system)
+ (arguments
+ '(#:phases (modify-phases %standard-phases
+ (add-after 'unpack 'move-source-files
+ (lambda _
+ (let ((el-files (find-files "./extras" ".*\\.el$")))
+ (for-each (lambda (f)
+ (rename-file f
+ (basename f))) el-files)))))))
+ (propagated-inputs (list emacs-consult emacs-embark mu))
+ (home-page "https://github.com/armindarvish/consult-mu/")
+ (synopsis "Search mu4e emails with Consult")
+ (description "This package provides a query interface for mu4e using
+Consult.")
+ (license license:gpl3+))))
+
(define-public emacs-consult-notmuch
(package
(name "emacs-consult-notmuch")
base-commit: fc29a7193781df44a15cb7a8bdc236805ddd0595
--
2.48.1
Information forwarded
to
guix-patches <at> gnu.org
:
bug#76389
; Package
guix-patches
.
(Tue, 11 Mar 2025 03:50:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 76389 <at> debbugs.gnu.org (full text, mbox):
Hi Cayetano,
Pushed as 0fd4bfd8df.
-- Ian
bug closed, send any further explanations to
76389 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org>
Request was from
Ian Eure <ian <at> retrospec.tv>
to
control <at> debbugs.gnu.org
.
(Tue, 11 Mar 2025 03:50:02 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
.
(Tue, 08 Apr 2025 11:24:31 GMT)
Full text and
rfc822 format available.
This bug report was last modified 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.