guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: Add emacs-notmuch-maildir.


From: guix-commits
Subject: 01/06: gnu: Add emacs-notmuch-maildir.
Date: Fri, 23 Apr 2021 05:08:10 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 19bd25172cc216a5fa179ff478f65dd85cc6cb11
Author: Xinglu Chen <public@yoctocell.xyz>
AuthorDate: Fri Apr 16 18:19:22 2021 +0200

    gnu: Add emacs-notmuch-maildir.
    
    * gnu/packages/emacs-xyz.scm (emacs-notmuch-maildir): New variable.
    
    Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
 gnu/packages/emacs-xyz.scm | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c7cce15..ddbd925 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22520,6 +22520,29 @@ displays as you type thanks to Helm, though 
@command{notmuch-search} does the
 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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]