summaryrefslogtreecommitdiff
path: root/emailcanary/email-digest-sender.py
diff options
context:
space:
mode:
Diffstat (limited to 'emailcanary/email-digest-sender.py')
-rw-r--r--emailcanary/email-digest-sender.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/emailcanary/email-digest-sender.py b/emailcanary/email-digest-sender.py
index f1583c0..a7ff79f 100644
--- a/emailcanary/email-digest-sender.py
+++ b/emailcanary/email-digest-sender.py
@@ -10,7 +10,7 @@ youve_got_mail = False
all_subjects = {}
for account in ACCOUNTS:
- mail = emailutils.get_imap(account)
+ mail = emailutils.get_imap(account[0], account[1], account[2])
these_subjects = []
for uid in emailutils.get_mail_uids(mail):
message = emailutils.get_message(mail, uid)