mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 22:16:32 +01:00
gnu: Add emacs-notmuch-maildir.
* gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
parent
4bef55db1d
commit
19bd25172c
1 changed files with 23 additions and 0 deletions
|
@ -22520,6 +22520,29 @@ (define-public emacs-helm-notmuch
|
|||
real search.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-notmuch-maildir
|
||||
(package
|
||||
(name "emacs-notmuch-maildir")
|
||||
(version "0.2.0")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://git.sr.ht/~tarsius/notmuch-maildir")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0pmikf1djkr07067nkgmdcxyn7l7ibswx6qlnai8v1v51f9h1g9q"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
`(("notmuch" ,notmuch)))
|
||||
(home-page "https://git.sr.ht/~tarsius/notmuch-maildir")
|
||||
(synopsis "Visualize maildirs as a tree")
|
||||
(description
|
||||
"This package can visualize maildirs hierarchically in Notmuch's ``hello
|
||||
buffer''.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-elmacro
|
||||
(package
|
||||
(name "emacs-elmacro")
|
||||
|
|
Loading…
Reference in a new issue