Releases
2.0.0
release afew 2.0.0
files: remove python 2 queue import
configparser: remove python 2 code, rename our version of SafeConfigParser -> ConfigParser, like upstream
don't call super with arguments if not needed
use new-style classes
.travis.yml: build docs
docs/installation.rst: add paragraph about building documentation
Filter: let user remove "unread" or "read" tags
Merge pull request #240 from yiufung/master
Improve docs on default behavior of SentMailsFilter
Merge pull request #233 from chipsenkbeil/master
Update NEWS and configuration to reflect relative path support
Merge branch 'master' of https://github.com/afewmail/afew
NEWS: add "Support MAILDIR
as fallback for database location"
docs: document fallbacks for database path
use format
use $HOME/mail as fallback
add MAILDIR as fallback for database location
Refactored code to a separate function
Add support for fallbacks and relative paths in same way as notmuch
NEWS.md: fix caption (Python 2 support was removed)
ArchiveSentMailsFilter: fix to_transforms
README: update docs location
docs: move from docs/source/ to docs/
docs: remove Makefile
docs: order filters, add docs for undocumented ones
docs: use version from distribution, update copyright notice
LICENSE: remove year in copyright notice
NEWS.md: add changelogs for recent releases
docs/source/quickstart: remove remains of classification system
MailMover: escape mail folder name with double quotes
travis.yml: add python 3.7 support
Merge pull request #218 from nicolasbock/quotes
Shell quote mail folder
Merge pull request #204 from flokli/nuke-py2
afew.commands.main: require python 3
setup.py: explicitly use python3 in shebang
afew/filters: remove py2.7 compat hack
afew/commands.py: remove py2.7 compat hack
.travis.yml: drop python 2 support
README, docs: drop python 2 support
Merge pull request #216 from nicolasbock/mail_mover
Quote folder names in search query
Merge pull request #215 from matclab/fix/214
Check for None before dereferencing
Merge pull request #211 from Moredread/patch-1
Fix example
Merge pull request #206 from nicolasbock/issue_97
Document added syntax
Split folders and preserve quoted names
Merge pull request #203 from samdoshi/find_message
use db.find_message
in Filter.commit
Merge pull request #202 from matclab/fix/68
Update extension example with working import
Merge pull request #199 from arvindsv/fix-filter-config-doc
doc: Fix filter config doc
Merge pull request #195 from jeffrutledge/folder-name-spaces
resolve folder name space using shlex.split
Merge pull request #192 from afewmail/readthedocs
setup.py: don't require notmuch when building inside readthedocs
Merge pull request #191 from pohly/documentation
documentation: installation and usage in docs/
README.rst: replaces out-dated NEWS section
Merge pull request #186 from vanicat/t/patch-1
Check for shutil.SameFileError
Merge pull request #185 from seschwar/docfixes
doc: fix path to source code
doc: fix intersphinx_mapping URLs
doc: fix module name where Filter class is defined
doc: fix link to "Initial tagging" section
Merge pull request #179 from afewmail/support-tags-blacklist-in-me-filter
Support tags_blacklist in MeFilter
You can’t perform that action at this time.