]> code.citadel.org Git - citadel.git/blobdiff - webcit/calendar.c
* accept text/todo here too.
[citadel.git] / webcit / calendar.c
index 398fcd538e8085afd8638e7aa6f4a2d4c5c45a69..539c530fadf832f2f4e26aef6b63ac935974cdcf 100644 (file)
@@ -1087,6 +1087,7 @@ void load_ical_object(long msgnum, int unread,
                                if (  (!strcasecmp(mime_content_type, "text/calendar"))
                                      || (!strcasecmp(mime_content_type, "application/ics"))
                                      || (!strcasecmp(mime_content_type, "text/vtodo"))
+                                     || (!strcasecmp(mime_content_type, "text/todo"))
                                        ) {
                                        strcpy(relevant_partnum, mime_partnum);
                                }
@@ -1121,6 +1122,7 @@ void load_ical_object(long msgnum, int unread,
                                    && ((!strcasecmp(mime_content_type, "text/calendar"))
                                        || (!strcasecmp(mime_content_type, "application/ics"))
                                        || (!strcasecmp(mime_content_type, "text/vtodo"))
+                                       || (!strcasecmp(mime_content_type, "text/todo"))
                                            )
                                        ) 
                                {