summaryrefslogtreecommitdiff
path: root/mailnews/mime
diff options
context:
space:
mode:
authorMatt A. Tobin <email@mattatobin.com>2021-10-22 01:05:16 -0400
committerMatt A. Tobin <email@mattatobin.com>2021-10-22 01:05:16 -0400
commitd81a11cb60c51f6422d681a624e0420843492f19 (patch)
treee63bda380069509d6e82501c16b1c50d879a6951 /mailnews/mime
parenta2e608cbbba3a0eae0f856ecf1107e046f3d7efc (diff)
downloadaura-central-d81a11cb60c51f6422d681a624e0420843492f19.tar.gz
Issue %3027 - Drop support for Stock-ish Mozilla COMM applications
Diffstat (limited to 'mailnews/mime')
-rw-r--r--mailnews/mime/src/mimei.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/mailnews/mime/src/mimei.cpp b/mailnews/mime/src/mimei.cpp
index 568b6bca5..7cae05f47 100644
--- a/mailnews/mime/src/mimei.cpp
+++ b/mailnews/mime/src/mimei.cpp
@@ -463,8 +463,7 @@ mime_find_class (const char *content_type, MimeHeaders *hdrs,
*/
if ((tempClass = mime_locate_external_content_handler(content_type, &ctHandlerInfo)) != NULL)
{
-#ifdef MOZ_THUNDERBIRD
- // This is a case where we only want to add this property if we are a thunderbird build AND
+ // This is a case where we only want to add this property if we are an Interlink build AND
// we have found an external mime content handler for text/calendar
// This will enable iMIP support in Lightning
if ( hdrs && (!PL_strncasecmp(content_type, "text/calendar", 13)))
@@ -482,7 +481,6 @@ mime_find_class (const char *content_type, MimeHeaders *hdrs,
PR_Free(full_content_type);
}
}
-#endif
if (types_of_classes_to_disallow > 0
&& (!PL_strncasecmp(content_type, "text/x-vcard", 12))