unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#29649] [PATCH] gnu: Add afew.
@ 2017-12-10 18:11 Arun Isaac
  2017-12-11 16:10 ` Ludovic Courtès
  0 siblings, 1 reply; 3+ messages in thread
From: Arun Isaac @ 2017-12-10 18:11 UTC (permalink / raw)
  To: 29649

* 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

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#29649] [PATCH] gnu: Add afew.
  2017-12-10 18:11 [bug#29649] [PATCH] gnu: Add afew Arun Isaac
@ 2017-12-11 16:10 ` Ludovic Courtès
  2017-12-11 18:40   ` bug#29649: " Arun Isaac
  0 siblings, 1 reply; 3+ messages in thread
From: Ludovic Courtès @ 2017-12-11 16:10 UTC (permalink / raw)
  To: Arun Isaac; +Cc: 29649

Hello,

Arun Isaac <arunisaac@systemreboot.net> 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!

Ludo’.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* bug#29649: [PATCH] gnu: Add afew.
  2017-12-11 16:10 ` Ludovic Courtès
@ 2017-12-11 18:40   ` Arun Isaac
  0 siblings, 0 replies; 3+ messages in thread
From: Arun Isaac @ 2017-12-11 18:40 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 29649-done

Ludovic Courtès <ludo@gnu.org> writes:

> Hello,
>
> Arun Isaac <arunisaac@systemreboot.net> 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!

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-11 18:41 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-10 18:11 [bug#29649] [PATCH] gnu: Add afew Arun Isaac
2017-12-11 16:10 ` Ludovic Courtès
2017-12-11 18:40   ` bug#29649: " Arun Isaac

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).