aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822/MCAttachment.cc
diff options
context:
space:
mode:
authorGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-17 23:58:24 -0800
committerGravatar DINH Viet Hoa <hoa@sprw.me>2013-01-17 23:58:24 -0800
commita56ff2c85bf8572e42912ce92a0ecb356f5bcd23 (patch)
tree27fc3fae4b10ae2d2319608b6d0d62ed98d12fed /src/core/rfc822/MCAttachment.cc
parentada1598162092e9affc9337dedeb6c805ae72121 (diff)
IMAP Account with multiple IMAP connections
Diffstat (limited to 'src/core/rfc822/MCAttachment.cc')
-rw-r--r--src/core/rfc822/MCAttachment.cc2
1 files changed, 1 insertions, 1 deletions
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();