aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/rfc822/MCAttachment.cc
diff options
context:
space:
mode:
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 7926baa9..5020ebd9 100644
--- a/src/core/rfc822/MCAttachment.cc
+++ b/src/core/rfc822/MCAttachment.cc
@@ -121,7 +121,7 @@ String * Attachment::mimeTypeForFilename(String * filename)
return NULL;
}
-Attachment * Attachment::attachmentWithContentOfFile(String * filename)
+Attachment * Attachment::attachmentWithContentsOfFile(String * filename)
{
Attachment * attachment;
String * mimeType;