emacs-bug-tracker
[Top][All Lists]
Advanced

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

[debbugs-tracker] bug#32312: closed ([PATCH] gnu: Add urlscan.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#32312: closed ([PATCH] gnu: Add urlscan.)
Date: Tue, 28 Aug 2018 23:57:01 +0000

Your message dated Wed, 29 Aug 2018 02:56:34 +0300
with message-id <address@hidden>
and subject line re: [PATCH] gnu: Add urlscan.
has caused the debbugs.gnu.org bug report #32312,
regarding [PATCH] gnu: Add urlscan.
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden)


-- 
32312: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=32312
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add urlscan. Date: Mon, 30 Jul 2018 12:42:23 +0300
* gnu/packages/mail.scm (urlscan): New variable.
---
 gnu/packages/mail.scm | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 3d7b0e463..33733bbc0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2554,3 +2554,29 @@ and binaries. It supports offline reading, scoring and 
killfiles, yEnc, NZB,
 PGP handling, multiple servers, and secure connections.")
     ;; License of the docs: fdl-1.1; Others: gpl2.
     (license (list fdl1.1+ gpl2))))
+
+(define-public urlscan
+  (package
+    (name "urlscan")
+    (version "0.8.7")
+    (source
+      (origin
+        (method url-fetch)
+        (uri (pypi-uri "urlscan" version))
+        (sha256
+         (base32
+          "1f29bk0pmxas39i4xpnx37l1gis97qv9w44cgzwshsg9cbz56fk4"))))
+    (build-system python-build-system)
+    (propagated-inputs
+     `(("python-urwid" ,python-urwid)))
+    (home-page "https://github.com/firecat53/urlscan";)
+    (synopsis "View/select the URLs in an email message or file")
+    (description
+     "Urlscan is a small program that is designed to integrate with the
address@hidden mailreader to allow you to easily launch a Web browser for URLs
+contained in email messages.  It parses an email message or file and scans it
+for URLs and email addresses.  It then displays the URLs and their context
+within the message, and allows you to choose one or more URLs to send to your
+Web browser.  Alternatively, it send a list of all URLs to stdout.  It is a
+replacement for the @code{urlview} program.")
+    (license gpl2)))
-- 
2.18.0




--- End Message ---
--- Begin Message --- Subject: re: [PATCH] gnu: Add urlscan. Date: Wed, 29 Aug 2018 02:56:34 +0300 User-agent: Mutt/1.10.1 (2018-07-13)
Patch pushed

-- 
Efraim Flashner   <address@hidden>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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