diff options
| author | Ricardo Wurmus <rekado@elephly.net> | 2021-06-17 00:00:34 +0200 |
|---|---|---|
| committer | Ricardo Wurmus <rekado@elephly.net> | 2021-06-17 00:15:28 +0200 |
| commit | 20ab92719e24b4286aeee715cd9bd07315708a82 (patch) | |
| tree | e34ce43562155f8aadb7fb1eb34f2f09f64af106 /gnu | |
| parent | f3e68e61acbc761d68755051bade8c13c3610c06 (diff) | |
gnu: Add undbx.
* gnu/packages/mail.scm (undbx): New variable.
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/mail.scm | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm index ab914ca4286..5a1ca62a4fd 100644 --- a/gnu/packages/mail.scm +++ b/gnu/packages/mail.scm | |||
| @@ -4343,6 +4343,24 @@ score.") | |||
| 4343 | (home-page "https://www.rspamd.com/") | 4343 | (home-page "https://www.rspamd.com/") |
| 4344 | (license license:asl2.0))) | 4344 | (license license:asl2.0))) |
| 4345 | 4345 | ||
| 4346 | (define-public undbx | ||
| 4347 | (package | ||
| 4348 | (name "undbx") | ||
| 4349 | (version "0.21") | ||
| 4350 | (source (origin | ||
| 4351 | (method url-fetch) | ||
| 4352 | (uri (string-append "mirror://sourceforge/undbx/undbx-" | ||
| 4353 | version ".tar.gz")) | ||
| 4354 | (sha256 | ||
| 4355 | (base32 | ||
| 4356 | "0ncs1dzhrn9nlaxpyap2ipf61fc7k9bkkqacp3w6bngfj2c0p6yj")))) | ||
| 4357 | (build-system gnu-build-system) | ||
| 4358 | (home-page "https://undbx.sourceforge.io/") | ||
| 4359 | (synopsis "Extract email messages from Outlook Express .dbx files") | ||
| 4360 | (description "This package provides a tool to extract, recover and | ||
| 4361 | undelete email messages from Outlook Express .dbx files.") | ||
| 4362 | (license license:gpl3+))) | ||
| 4363 | |||
| 4346 | (define-public crm114 | 4364 | (define-public crm114 |
| 4347 | (package | 4365 | (package |
| 4348 | (name "crm114") | 4366 | (name "crm114") |
