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

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

bug#39336: closed ([PATCH] gnu: Add emacs-gnus-harvest.)


From: GNU bug Tracking System
Subject: bug#39336: closed ([PATCH] gnu: Add emacs-gnus-harvest.)
Date: Thu, 06 Feb 2020 18:24:02 +0000

Your message dated Thu, 06 Feb 2020 19:22:54 +0100
with message-id <address@hidden>
and subject line Re: [bug#39336] [PATCH] gnu: Add emacs-gnus-harvest.
has caused the debbugs.gnu.org bug report #39336,
regarding [PATCH] gnu: Add emacs-gnus-harvest.
to be marked as done.

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


-- 
39336: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=39336
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add emacs-gnus-harvest. Date: Tue, 28 Jan 2020 19:10:44 -0500
* gnu/packages/emacs-xyz.scm (emacs-gnus-harvest): New variable.
---
 gnu/packages/emacs-xyz.scm | 28 ++++++++++++++++++++++++++++
 1 file changed, 28 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e834dfffb3..8a955f06bc 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -21237,3 +21237,31 @@ mode-line text (lighter) of major and minor modes.")
       (description "@code{unkillable-scratch} helps prevent killing buffers
 matching a given regexp.")
       (license license:gpl2+))))
+
+(define-public emacs-gnus-harvest
+  ;; Use the latest commit, as there are no tagged releases.
+  (let ((commit "feda071a87b799bd5d23cacde3ee71f0b166e75d")
+        (revision "0"))
+    (package
+      (name "emacs-gnus-harvest")
+      (version (git-version "1.0" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/jwiegley/gnus-harvest.git";)
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "08zb7vc3v3wdxkzgi902vlc5ybfvm8fxrvm5drnwfsjj9873pbcb"))))
+      (build-system emacs-build-system)
+      (propagated-inputs
+       `(("sqlite" ,sqlite)))
+      (home-page "https://github.com/jwiegley/gnus-harvest";)
+      (synopsis
+       "Harvest email addresses from read/written Gnus articles")
+      (description "@code{gnus-harvest} notices email address in every
+message or post you read or write, and collects them in a SQLite
+database, which can be easily and quickly queried to determine the
+completion list.  Optionally uses @code{bbdb} and @code{message-x}.")
+      (license license:gpl3+))))
-- 
2.25.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#39336] [PATCH] gnu: Add emacs-gnus-harvest. Date: Thu, 06 Feb 2020 19:22:54 +0100
Applied as 57f06234c7cb64a1d9c6d3fd1a9837b43b20a7eb.

Closing.


--- End Message ---

reply via email to

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