guix-commits
[Top][All Lists]
Advanced

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

07/08: gnu: Add emacs-mu4e-jump-to-list.


From: guix-commits
Subject: 07/08: gnu: Add emacs-mu4e-jump-to-list.
Date: Thu, 22 Aug 2019 11:59:39 -0400 (EDT)

civodul pushed a commit to branch master
in repository guix.

commit 46c1193a2914151bd594c79546b168c41cdb38d1
Author: Pierre Langlois <address@hidden>
Date:   Sat Aug 3 13:24:50 2019 +0100

    gnu: Add emacs-mu4e-jump-to-list.
    
    * gnu/packages/emacs-xyz.scm (emacs-mu4e-jump-to-list): New variable.
    
    Signed-off-by: Ludovic Courtès <address@hidden>
---
 gnu/packages/emacs-xyz.scm | 30 +++++++++++++++++++++++++++++-
 1 file changed, 29 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 06367aa..eb9121f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -40,7 +40,7 @@
 ;;; Copyright © 2018 Pierre-Antoine Rouby <address@hidden>
 ;;; Copyright © 2018 Alex Branham <address@hidden>
 ;;; Copyright © 2018 Thorsten Wilms <address@hidden>
-;;; Copyright © 2018 Pierre Langlois <address@hidden>
+;;; Copyright © 2018, 2019 Pierre Langlois <address@hidden>
 ;;; Copyright © 2018, 2019 Brett Gilio <address@hidden>
 ;;; Copyright © 2019 Dimakakos Dimos <address@hidden>
 ;;; Copyright © 2019 Brian Leung <address@hidden>
@@ -7305,6 +7305,34 @@ Additionally it can display the number of unread emails 
in the
 mode-line.")
     (license license:gpl3+)))
 
+(define-public emacs-mu4e-jump-to-list
+  (let ((commit "358bba003543b49ffa266e503e54aebd0ebe614b")
+        (revision "1"))
+    (package
+      (name "emacs-mu4e-jump-to-list")
+      (version (git-version "1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://gitlab.com/wavexx/mu4e-jump-to-list.el.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32
+           "00y9nap61q1z2cdql4k9g7fgi2gdgd9iy5s5lzrd9a4agbx6r7sv"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("mu" ,mu)))
+      (home-page "https://gitlab.com/wavexx/mu4e-jump-to-list.el";)
+      (synopsis "Select and view mailing lists in mu4e")
+      (description
+        "@code{mu4e-jump-to-list} allows you to select and view mailing lists
+automatically using existing List-ID headers in your mu database.  Just press
+\"l\" in the headers view and any mailing list you've subscribed to will be
+automatically discovered and presented in recency order.")
+      (license license:gpl3+))))
+
 (define-public emacs-pretty-mode
   (package
     (name "emacs-pretty-mode")



reply via email to

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