File: control

package info (click to toggle)
afew 0.0%2Bgit2016.02.29.b19a88f-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 292 kB
  • sloc: python: 1,315; makefile: 107
file content (33 lines) | stat: -rw-r--r-- 1,318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: afew
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Free Ekanayaka <freee@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
	       dh-python,
	       python3-setuptools (>= 0.6b3),
	       python3-all (>= 2.6.6-3),
	       python3-notmuch,
	       python3-chardet,
Standards-Version: 3.9.8
Homepage: https://github.com/teythoon/afew
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/afew.git
Vcs-Git: git://anonscm.debian.org/python-modules/packages/afew.git

Package: afew
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Tagging script for notmuch mail
 The basic task of afew is to provide automatic tagging each time new
 mail is registered with notmuch. In a classic setup, you might call it
 after 'notmuch new' in an offlineimap post sync hook.
 .
 In addition to more elementary features such as adding tags based on
 email headers or maildir folders, handling killed threads and spam, it
 can do some heavy magic in order to /learn/ how to initially tag your
 mails based on their content.
 .
 In move mode, afew will move mails between maildir folders according to
 configurable rules that can contain arbitrary notmuch queries to match
 against any searchable attributes.