[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#31500] [PATCH 16/20] gnu: Add emacs-helm-mu.
From: |
Pierre Neidhardt |
Subject: |
[bug#31500] [PATCH 16/20] gnu: Add emacs-helm-mu. |
Date: |
Tue, 22 May 2018 12:41:29 +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 1b8d7cce3..18fce21fc 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -10940,3 +10940,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#31500] [PATCH 06/20] gnu: Add emacs-evil-org., (continued)
- [bug#31500] [PATCH 06/20] gnu: Add emacs-evil-org., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 07/20] gnu: Add emacs-fish-completion., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 08/20] gnu: Add emacs-gif-screencast., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 09/20] gnu: Add emacs-google-translate., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 12/20] gnu: Add emacs-helm-emms., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 14/20] gnu: Add emacs-helm-flycheck., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 10/20] gnu: Add emacs-helm-company., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 11/20] gnu: Add emacs-helm-descbinds., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 13/20] gnu: Add emacs-helm-exwm., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 15/20] gnu: Add emacs-helm-ls-git., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 16/20] gnu: Add emacs-helm-mu.,
Pierre Neidhardt <=
- [bug#31500] [PATCH 18/20] gnu: Add emacs-image+., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 19/20] gnu: Add emacs-package-lint., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 17/20] gnu: Add emacs-helm-pass., Pierre Neidhardt, 2018/05/22
- [bug#31500] [PATCH 20/20] gnu: Add Add emacs-wgrep-helm., Pierre Neidhardt, 2018/05/22