mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: Add afew.
* gnu/packages/mail.scm (afew): New variable.
This commit is contained in:
parent
42e891c27b
commit
1e52fd83c2
1 changed files with 25 additions and 0 deletions
|
@ -2381,3 +2381,28 @@ (define-public balsa
|
|||
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
|
||||
provides 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)))
|
||||
|
|
Loading…
Reference in a new issue