aboutsummaryrefslogtreecommitdiffstats
path: root/archivemail.py
diff options
context:
space:
mode:
authorNikolaus Schulz <microschulz@web.de>2006-10-11 19:18:43 +0000
committerNikolaus Schulz <microschulz@web.de>2006-10-11 19:18:43 +0000
commitb8b64804c947a5cee5d3676d1c733c495c66fbc9 (patch)
tree793f61f8960d260560882d858bef45b31544c884 /archivemail.py
parentab28001c84b2ce7143518b0ce45df0dbb01cf14e (diff)
downloadarchivemail-b8b64804c947a5cee5d3676d1c733c495c66fbc9.tar.gz
archivemail-b8b64804c947a5cee5d3676d1c733c495c66fbc9.tar.bz2
archivemail-b8b64804c947a5cee5d3676d1c733c495c66fbc9.zip
_archive_imap(): deleted unused variable.
Diffstat (limited to 'archivemail.py')
-rwxr-xr-xarchivemail.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/archivemail.py b/archivemail.py
index b3a1709..2d8330d 100755
--- a/archivemail.py
+++ b/archivemail.py
@@ -1263,7 +1263,6 @@ def _archive_imap(mailbox_name, final_archive_name):
vprint("selected imap folder %s" % imap_folder)
result, response = imap_srv.search(None, filter)
if result != 'OK': unexpected_error("imap search failed")
- message_list_str = response[0]
message_list = response[0].split()
vprint("%d messages found matching filter" % len(message_list))