Fixed bug with not displaying some email messages.
[clearscm.git] / maps / bin / display.cgi
index 10c706d..76f5ab6 100755 (executable)
@@ -172,6 +172,9 @@ sub Body($) {
             last;
           } # if
         } # for
+      } elsif ($part->mime_type eq 'multipart/related') {
+        # Sometimes parts are 'multipart/relative'...
+       $part->print_body;
       } else {
         if ($part->mime_type =~ /text/) {
           my $encoding = '';