[Rt-commit] rt branch, 4.4.1/gpg-outlook, repushed

Aaron Kondziela aaron at bestpractical.com
Thu May 11 22:03:53 EDT 2017


The branch 4.4.1/gpg-outlook was deleted and repushed:
       was 4f2cf77a8eee221e49fdef948ba333ae36bd7151
       now 7d097a8ab30471e4948b0f6b6642798661619afd

1:  dc6550a ! 1:  7d097a8 Handle legacy PGP Partitioned format for Outlook-style messages
    @@ -95,7 +95,7 @@
     +        # http://www.ietf.org/mail-archive/web/openpgp/current/msg01811.html
     +        $head->mime_attr( "Content-Type" => 'text/html' );
     +        $head->mime_attr( "Content-Disposition" => "inline" );
    -+    elsif ($head->recommended_filename =~ /^PGPexch\.rtf/i) {
    ++    } elsif ($head->recommended_filename =~ /^PGPexch\.rtf/i) {
     +        # Special-case for handling old-style PGP plugin for Outlook style
     +        # attachements of RTF content. These remain as attachments and are
     +        # not to be inlined; RTF is for Outlook only.
    @@ -115,4 +115,3 @@
          $filename =~ s/\.${RE_FILE_EXTENSIONS}$//i;
          $head->mime_attr( $_ => $filename )
              foreach (qw(Content-Type.name Content-Disposition.filename));
    -
2:  4f2cf77 < -:  ------- Fix missing curly brace



More information about the rt-commit mailing list