GmailMaildir: quick mode is not compatible with utime_from_header

Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
Nicolas Sebrecht
2016-06-08 19:02:04 +02:00
parent c4c73dd1a0
commit 7fcd160911
3 changed files with 10 additions and 9 deletions

View File

@ -123,10 +123,6 @@ class BaseFolder(object):
Should be implemented only for folders that suggest threads."""
raise NotImplementedError
# XXX: we may need someting like supports_quickstatus() to check
# XXX: if user specifies 'quick' flag for folder that doesn't
# XXX: support quick status queries, so one believes that quick
# XXX: status checks will be done, but it won't really be so.
def quickchanged(self, statusfolder):
""" Runs quick check for folder changes and returns changed
status: True -- changed, False -- not changed.