From b3b1b2b56e984ae537af4e7d17a65a674ffb5508 Mon Sep 17 00:00:00 2001 From: Matthieu Dietrich Date: Wed, 29 Jul 2015 13:54:44 +0200 Subject: [PATCH] Add new field + new info in README --- mail_cleanup/README.rst | 10 +++++++--- mail_cleanup/mail_view.xml | 1 + 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mail_cleanup/README.rst b/mail_cleanup/README.rst index 161ae6eae..041771a88 100644 --- a/mail_cleanup/README.rst +++ b/mail_cleanup/README.rst @@ -4,8 +4,11 @@ Mail cleanup =========== -This module allows to mark e-mails older than x days as read -and optionally move them on IMAP servers, just before fetching them. +This module allows to: +* mark e-mails older than x days as read, +* move those messages in a specific folder, +* remove messages older than x days +on IMAP servers, just before fetching them. Since the main "mail" module does not mark unroutable e-mails as read, this means that if junk mail arrives in the catch-all address without @@ -21,7 +24,8 @@ per server. Example of a configuration file (add those values to your server):: [incoming_mail.openerp_pop_mail1] - cleanup_days = 30 # default value + cleanup_days = False # default value + purge_days = False # default value cleanup_folder = NotParsed # optional parameter Known issues / Roadmap diff --git a/mail_cleanup/mail_view.xml b/mail_cleanup/mail_view.xml index ddcf435d1..26f86b2a6 100644 --- a/mail_cleanup/mail_view.xml +++ b/mail_cleanup/mail_view.xml @@ -11,6 +11,7 @@ +