From 3daddb9b33bba9178c7b6d1b5721f3d89db01527 Mon Sep 17 00:00:00 2001 From: Nicolas Sebrecht Date: Fri, 27 Mar 2015 12:38:16 +0100 Subject: [PATCH] folder/IMAP: minor indent fix Signed-off-by: Nicolas Sebrecht --- offlineimap/folder/IMAP.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/offlineimap/folder/IMAP.py b/offlineimap/folder/IMAP.py index 659ed5f..60b5301 100644 --- a/offlineimap/folder/IMAP.py +++ b/offlineimap/folder/IMAP.py @@ -273,7 +273,7 @@ class IMAPFolder(BaseFolder): def getmessage(self, uid): """Retrieve message with UID from the IMAP server (incl body). - After this function all CRLFs will be transformed to '\n'. + After this function all CRLFs will be transformed to '\n'. :returns: the message body or throws and OfflineImapError (probably severity MESSAGE) if e.g. no message with