Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id A3707200CE9 for ; Sat, 19 Aug 2017 16:47:18 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 9A5D2164FF4; Sat, 19 Aug 2017 14:47:18 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E1BB3164FF3 for ; Sat, 19 Aug 2017 16:47:17 +0200 (CEST) Received: (qmail 62117 invoked by uid 500); 19 Aug 2017 14:47:16 -0000 Mailing-List: contact commits-help@ponymail.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ponymail.incubator.apache.org Delivered-To: mailing list commits@ponymail.incubator.apache.org Received: (qmail 62107 invoked by uid 99); 19 Aug 2017 14:47:16 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2017 14:47:16 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id 837CDC02CF for ; Sat, 19 Aug 2017 14:47:16 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id GuiEvG-okv7l for ; Sat, 19 Aug 2017 14:47:15 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id C68E95FBE2 for ; Sat, 19 Aug 2017 14:47:14 +0000 (UTC) Received: (qmail 62093 invoked by uid 99); 19 Aug 2017 14:47:14 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 19 Aug 2017 14:47:14 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 72B22E0394; Sat, 19 Aug 2017 14:47:13 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sebb@apache.org To: commits@ponymail.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: incubator-ponymail git commit: Document nullfav.py Date: Sat, 19 Aug 2017 14:47:13 +0000 (UTC) archived-at: Sat, 19 Aug 2017 14:47:18 -0000 Repository: incubator-ponymail Updated Branches: refs/heads/master 636ba7df5 -> b860401e0 Document nullfav.py Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/b860401e Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/b860401e Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/b860401e Branch: refs/heads/master Commit: b860401e0379ce1dfa9761159c25fbf4c0e65dc7 Parents: 636ba7d Author: Sebb Authored: Sat Aug 19 15:47:08 2017 +0100 Committer: Sebb Committed: Sat Aug 19 15:47:08 2017 +0100 ---------------------------------------------------------------------- RELEASE-NOTES.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/b860401e/RELEASE-NOTES.md ---------------------------------------------------------------------- diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index fc815d3..6b721b8 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -4,6 +4,23 @@ Release Notes ## Version 0.10 (TBA) ## +### Fixing null favorite entries ### + +There was a bug in the preferences API that could result in one or more null entries +being added to the favorite mailing lists for an account. This would prevent the '*' tab from displaying. +The bug has been fixed which will prevent further nulls from being created. +There is a script - tools/nullfav.py - which can be used to clean up the favorites. +Run as follows: + +$ python3 nullfav.py # list affected accounts + +If there are any, then: + +$ python3 nullfav.py --apply # apply changes to affected accounts + +If the database is busy it's possible that some accounts may fail to update. +If so, just run the script again. + ### Change to AAA ### Pony Mail now has two AAA modules: