From 9f2326db87bd4cfbd2f3423a6e9f1dd63aace152 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 20 Feb 2015 16:07:49 -0400 Subject: fix typo on method name --- mail/src/leap/mail/imap/mailbox.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/src/leap') diff --git a/mail/src/leap/mail/imap/mailbox.py b/mail/src/leap/mail/imap/mailbox.py index 499226c..c29d572 100644 --- a/mail/src/leap/mail/imap/mailbox.py +++ b/mail/src/leap/mail/imap/mailbox.py @@ -322,7 +322,7 @@ class IMAPMailbox(object): :return: a deferred that will be triggered with the UID of the added message. """ - return self.collection.add_raw_msg(message, flags, date) + return self.collection.add_raw_message(message, flags, date) def notify_new(self, *args): """ -- cgit v1.2.3