]> git.uio.no Git - usit-rt.git/blobdiff - lib/RT/Template.pm
Upgrade to 4.0.8 with mod of ExternalAuth + absolute paths to ticket-menu.
[usit-rt.git] / lib / RT / Template.pm
index 117cc3f1c52015d638d8f5181e4b7161edf89ad6..e509454b1710cd92ec727ac6fcc6f65c491225b3 100644 (file)
@@ -390,6 +390,7 @@ sub _Parse {
 
     # Unfold all headers
     $self->{'MIMEObj'}->head->unfold;
+    $self->{'MIMEObj'}->head->modify(1);
 
     return ( 1, $self->loc("Template parsed") );