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

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

[debbugs-tracker] bug#29649: closed ([PATCH] gnu: Add afew.)


From: GNU bug Tracking System
Subject: [debbugs-tracker] bug#29649: closed ([PATCH] gnu: Add afew.)
Date: Mon, 11 Dec 2017 18:41:02 +0000

Your message dated Tue, 12 Dec 2017 00:10:40 +0530
with message-id <address@hidden>
and subject line Re: [bug#29649] [PATCH] gnu: Add afew.
has caused the debbugs.gnu.org bug report #29649,
regarding [PATCH] gnu: Add afew.
to be marked as done.

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


-- 
29649: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=29649
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] gnu: Add afew. Date: Sun, 10 Dec 2017 23:41:50 +0530
* gnu/packages/mail.scm (afew): New variable.
---
 gnu/packages/mail.scm | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 21db46341..c3cf54d60 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -2381,3 +2381,28 @@ the GNOME desktop.  It supports both POP3 and IMAP 
servers as well as the
 mbox, maildir and mh local mailbox formats.  Balsa also supports SMTP and/or
 the use of a local MTA such as Sendmail.")
     (license gpl3+)))
+
+(define-public afew
+  (package
+    (name "afew")
+    (version "1.2.0")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (pypi-uri "afew" version))
+       (sha256
+        (base32
+         "121w7bd53xyibllxxbfykjj76n81kn1vgjqd22izyh67y8qyyk5r"))))
+    (build-system python-build-system)
+    (inputs
+     `(("python-chardet" ,python-chardet)
+       ("python-notmuch" ,python-notmuch)))
+    (native-inputs
+     `(("python-setuptools-scm" ,python-setuptools-scm)))
+    (home-page "https://github.com/afewmail/afew";)
+    (synopsis "Initial tagging script for notmuch mail")
+    (description "afew is an initial tagging script for notmuch mail.  It
+provide automatic tagging each time new mail is registered with notmuch.  It
+can add tags based on email headers or Maildir folders and can handle spam and
+killed threads.")
+    (license isc)))
-- 
2.15.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#29649] [PATCH] gnu: Add afew. Date: Tue, 12 Dec 2017 00:10:40 +0530
Ludovic Courtès <address@hidden> writes:

> Hello,
>
> Arun Isaac <address@hidden> skribis:
>
>> * gnu/packages/mail.scm (afew): New variable.
>
> [...]
>
>> +    (home-page "https://github.com/afewmail/afew";)
>> +    (synopsis "Initial tagging script for notmuch mail")
>> +    (description "afew is an initial tagging script for notmuch mail.  It
>> +provide automatic tagging each time new mail is registered with notmuch.  It
>          ^
> “provides”
>
> Otherwise LGTM, thanks!

Thanks, pushed with changes!


--- End Message ---

reply via email to

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