[Python-modules-commits] [afew] branch upstream updated (5158667 -> b0cc0ea)

Free Ekanayaka freee at moszumanska.debian.org
Wed Feb 7 10:02:44 UTC 2018


This is an automated email from the git hooks/post-receive script.

freee pushed a change to branch upstream
in repository afew.

      from  5158667   New upstream version 1.2.0
       new  b0cc0ea   New upstream version 1.3.0

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 LICENSE                                     |  15 ++++
 PKG-INFO                                    |  10 ++-
 README.rst                                  |   4 +-
 afew.egg-info/PKG-INFO                      |  10 ++-
 afew.egg-info/SOURCES.txt                   |   4 +
 afew.egg-info/entry_points.txt              |   3 +
 afew.egg-info/requires.txt                  |   1 +
 afew/Database.py                            |  21 +----
 afew/FilterRegistry.py                      |  21 +----
 afew/MailMover.py                           |  19 +----
 afew/NotmuchSettings.py                     |  21 +----
 afew/Settings.py                            |  21 +----
 afew/__init__.py                            |  21 +----
 afew/__main__.py                            |  21 +----
 afew/commands.py                            |  22 +----
 afew/configparser.py                        |  21 +----
 afew/files.py                               |  21 +----
 afew/filters/ArchiveSentMailsFilter.py      |  21 +----
 afew/filters/BaseFilter.py                  |  21 +----
 afew/filters/DKIMValidityFilter.py          |  39 +++++++++
 afew/filters/DMARCReportInspectionFilter.py | 120 ++++++++++++++++++++++++++++
 afew/filters/FolderNameFilter.py            |  21 +----
 afew/filters/HeaderMatchingFilter.py        |  21 +----
 afew/filters/InboxFilter.py                 |  20 +----
 afew/filters/KillThreadsFilter.py           |  21 +----
 afew/filters/ListMailsFilter.py             |  21 +----
 afew/filters/MeFilter.py                    |  33 ++++++++
 afew/filters/SentMailsFilter.py             |  21 +----
 afew/filters/SpamFilter.py                  |  21 +----
 afew/filters/__init__.py                    |  21 +----
 afew/main.py                                |  21 +----
 afew/tests/__init__.py                      |  15 +---
 afew/tests/test_settings.py                 |  19 ++---
 afew/utils.py                               |  21 +----
 afew/version.py                             |   2 +-
 docs/source/conf.py                         |  16 +---
 docs/source/move_mode.rst                   |  22 ++++-
 setup.py                                    |  28 +++----
 38 files changed, 353 insertions(+), 448 deletions(-)
 create mode 100644 LICENSE
 create mode 100644 afew/filters/DKIMValidityFilter.py
 create mode 100644 afew/filters/DMARCReportInspectionFilter.py
 create mode 100644 afew/filters/MeFilter.py

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/afew.git



More information about the Python-modules-commits mailing list