From 659b38bcf707527a98b6aab41464ca403f1bfb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Sat, 10 Oct 2020 17:23:05 +0200 Subject: [PATCH] Base.py Comment unused code in savemessagelabels This code is not used, we can comment it. --- offlineimap/folder/Base.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/offlineimap/folder/Base.py b/offlineimap/folder/Base.py index e3f863c..7445875 100644 --- a/offlineimap/folder/Base.py +++ b/offlineimap/folder/Base.py @@ -531,8 +531,13 @@ class BaseFolder: so you need to ensure that it is never called in a dryrun mode.""" + """ + If this function is implemented, + then it should include this code: + if ignorelabels is None: ignorelabels = set() + """ raise NotImplementedError