guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: Add undbx.


From: guix-commits
Subject: branch master updated: gnu: Add undbx.
Date: Wed, 16 Jun 2021 18:16:48 -0400

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 20ab927  gnu: Add undbx.
20ab927 is described below

commit 20ab92719e24b4286aeee715cd9bd07315708a82
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Jun 17 00:00:34 2021 +0200

    gnu: Add undbx.
    
    * gnu/packages/mail.scm (undbx): New variable.
---
 gnu/packages/mail.scm | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index ab914ca..5a1ca62 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -4343,6 +4343,24 @@ score.")
     (home-page "https://www.rspamd.com/";)
     (license license:asl2.0)))
 
+(define-public undbx
+  (package
+    (name "undbx")
+    (version "0.21")
+    (source (origin
+              (method url-fetch)
+              (uri (string-append "mirror://sourceforge/undbx/undbx-"
+                                  version ".tar.gz"))
+              (sha256
+               (base32
+                "0ncs1dzhrn9nlaxpyap2ipf61fc7k9bkkqacp3w6bngfj2c0p6yj"))))
+    (build-system gnu-build-system)
+    (home-page "https://undbx.sourceforge.io/";)
+    (synopsis "Extract email messages from Outlook Express .dbx files")
+    (description "This package provides a tool to extract, recover and
+undelete email messages from Outlook Express .dbx files.")
+    (license license:gpl3+)))
+
 (define-public crm114
   (package
     (name "crm114")



reply via email to

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