[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31501] [PATCH 17/21] gnu: emacs-helm-mu: New variable.
From: |
Pierre Neidhardt |
Subject: |
[bug#31501] [PATCH 17/21] gnu: emacs-helm-mu: New variable. |
Date: |
Fri, 18 May 2018 20:48:52 +0200 |
* gnu/packages/emacs.scm (emacs-helm-mu): New variable.
---
gnu/packages/emacs.scm | 29 +++++++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 8ad90560f..baffb94bd 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10937,3 +10937,32 @@ ack-grep instead of grep).
to current-buffer.
- In addition, all actions of type files and buffers are provided. ")
(license license:gpl3+)))
+
+(define-public emacs-helm-mu
+ (package
+ (name "emacs-helm-mu")
+ (version "20180513.221")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (string-append
+ "https://melpa.org/packages/helm-mu-"
+ version
+ ".el"))
+ (sha256
+ (base32
+ "1l545nr6ifdgmxriw5pqlsqzw9ww0x1f32wpl1ziwyb672h9r5aj"))))
+ (build-system emacs-build-system)
+ (propagated-inputs `(("emacs-helm" ,emacs-helm)))
+ (home-page
+ "https://github.com/emacs-helm/helm-mu")
+ (synopsis
+ "Helm sources for searching emails and contacts")
+ (description
+ "Helm sources for searching emails and contacts using @code{mu} and
address@hidden Mu is an indexer for maildirs and mu4e is a mutt-like MUA for
+Emacs build on top of mu. Mu is highly efficient making it possible
+to get instant results even for huge maildirs. It also provides
+search operators similar to Google Mail, e.g:
address@hidden:Peter to:Anne flag:attach search term}")
+ (license license:gpl3+)))
--
2.17.0
- [bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable., (continued)
[bug#31499] [PATCH 01/21] gnu: emacs-daemons: New variable., Clément Lassieur, 2018/05/22
[bug#31501] [PATCH 17/21] gnu: emacs-helm-mu: New variable.,
Pierre Neidhardt <=
[bug#31502] [PATCH 05/21] gnu: emacs-evil-mu4e: New variable., Pierre Neidhardt, 2018/05/18
[bug#31503] [PATCH 07/21] gnu: emacs-evil-org: New variable., Pierre Neidhardt, 2018/05/18
[bug#31509] [PATCH 03/21] gnu: emacs-evil-ediff: New variable., Pierre Neidhardt, 2018/05/18
[bug#31505] [PATCH 18/21] gnu: emacs-helm-pass: New variable., Pierre Neidhardt, 2018/05/18
[bug#31506] [PATCH 13/21] gnu: emacs-helm-emms: New variable., Pierre Neidhardt, 2018/05/18
[bug#31507] [PATCH 04/21] gnu: emacs-evil-magit: New variable., Pierre Neidhardt, 2018/05/18
[bug#31504] [PATCH 14/21] gnu: emacs-helm-exwm: New variable., Pierre Neidhardt, 2018/05/18