aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
Diffstat (limited to 'archivemail.py')
-rwxr-xr-xarchivemail.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivemail.py b/archivemail.py
index f839def..6970c35 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -1560,7 +1560,7 @@ def imap_getdelim(imap_server):
try:
i = response[0].index(')')
except (ValueError, AttributeError):
- unexpected_error("get_delim(): cannot parse %s" % str(response[0]))
+ unexpected_error("get_delim(): cannot parse '%s'" % response[0])
delim = response[0][i+2:i+5].strip('"')
vprint("Found mailbox hierarchy delimiter: '%s'" % delim)
if delim == "NIL":