make UI output show local AND remote dirs involved
Github-ref: https://github.com/OfflineIMAP/offlineimap/issues/525 Signed-off-by: Friedemann Schorer friedemann@schorers.org Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
f732d6b2b6
commit
c8847ccff9
@ -396,9 +396,9 @@ class UIBase(object):
|
||||
def copyingmessage(self, uid, num, num_to_copy, src, destfolder):
|
||||
"""Output a log line stating which message we copy."""
|
||||
|
||||
self.logger.info("Copy message UID %s (%d/%d) %s:%s -> %s"% (
|
||||
self.logger.info("Copy message UID %s (%d/%d) %s:%s -> %s:%s"% (
|
||||
uid, num, num_to_copy, src.repository, src,
|
||||
destfolder.repository))
|
||||
destfolder.repository, destfolder))
|
||||
|
||||
def deletingmessages(self, uidlist, destlist):
|
||||
ds = self.folderlist(destlist)
|
||||
|
Loading…
Reference in New Issue
Block a user