aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/imap/MCIMAPSession.cc
diff options
context:
space:
mode:
authorGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 23:15:15 -0400
committerGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 23:15:15 -0400
commit1eef6fd67a548aff2181c86ced3291f7755991ff (patch)
treef432539e7bb32b34f3af6f22532cbc55a75806b4 /src/core/imap/MCIMAPSession.cc
parentfd885d7865a776e73069cd620c4fc58310ee47e8 (diff)
Replaced call to htmlCallback() with NULL.
Diffstat (limited to 'src/core/imap/MCIMAPSession.cc')
-rw-r--r--src/core/imap/MCIMAPSession.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/imap/MCIMAPSession.cc b/src/core/imap/MCIMAPSession.cc
index 6df78cf0..c3327872 100644
--- a/src/core/imap/MCIMAPSession.cc
+++ b/src/core/imap/MCIMAPSession.cc
@@ -3009,7 +3009,7 @@ String * htmlRendering(IMAPMessage * message, String * folder)
String * htmlString = HTMLRenderer::htmlForIMAPMessage(folder,
message,
messageRendererHelper->dataCallback(),
- messageRendererHelper->htmlCallback());
+ NULL);
return htmlString;
}