Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 220be754 authored by Jesse Vincent's avatar Jesse Vincent
Browse files

Add a bit of logging to find out what webdav servers tell us about how

many messages they have in debug mode
parent 8cffc5b6
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1225,6 +1225,9 @@ public class WebDavStore extends Store {
            if (dataset != null) {
                messageCount = dataset.getMessageCount();
            }
            if (K9.DEBUG && K9.DEBUG_PROTOCOL_WEBDAV) {
                Log.v(K9.LOG_TAG, "Counted messages and webdav returned: "+messageCount);
            }

            return messageCount;
        }