From a56ff2c85bf8572e42912ce92a0ecb356f5bcd23 Mon Sep 17 00:00:00 2001 From: DINH Viet Hoa Date: Thu, 17 Jan 2013 23:58:24 -0800 Subject: IMAP Account with multiple IMAP connections --- src/core/rfc822/MCAttachment.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/rfc822/MCAttachment.cc') diff --git a/src/core/rfc822/MCAttachment.cc b/src/core/rfc822/MCAttachment.cc index 856a756f..e41339a8 100644 --- a/src/core/rfc822/MCAttachment.cc +++ b/src/core/rfc822/MCAttachment.cc @@ -12,7 +12,7 @@ using namespace mailcore; String * Attachment::mimeTypeForFilename(String * filename) { - // TODO: read from a file +#warning read from a file String * ext; ext = filename->pathExtension()->lowercaseString(); -- cgit v1.2.3