[PATCH] gnu: Add emacs-consult-mu.

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

Debbugs page

C
C
Cayetano Santos wrote on 18 Feb 00:24 -0800
(address . guix-patches@gnu.org)(name . Cayetano Santos)(address . csantosb@inventati.org)
ee61fb32f925f56aca662cc55027e630ae95c7b0.1739867071.git.csantosb@inventati.org
* gnu/packages/emacs-xyz.scm (emacs-consult-mu): New variable.

Change-Id: Ifb6b868faa1dc7e03b872486b69f0cf528ed61c7
---
gnu/packages/emacs-xyz.scm | 31 +++++++++++++++++++++++++++++++
1 file changed, 31 insertions(+)

Toggle diff (44 lines)
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
I
I
Ian Eure wrote on 10 Mar 20:48 -0700
(name . Cayetano Santos)(address . csantosb@inventati.org)(address . 76389@debbugs.gnu.org)
87frjkmdlg.fsf@retrospec.tv
Hi Cayetano,

Pushed as 0fd4bfd8df.

-- Ian
I
I
Ian Eure wrote on 10 Mar 20:49 -0700
control message for bug #76389
(address . control@debbugs.gnu.org)
87ecz4mdld.fsf@retrospec.tv
close 76389
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 76389@patchwise.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 76389
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