diff --git a/imapsync b/imapsync index 6dc8d59..542e36d 100755 --- a/imapsync +++ b/imapsync @@ -10116,7 +10116,7 @@ sub subject my $header = extract_header( $string ) ; - if( $header =~ m/^Subject:\s*([^\n\r]*)\r?$/msx ) { + if( $header =~ m/^Subject:[ \t]*([^\n\r]*)\r?$/msx ) { #myprint( "MMM[$1]\n" ) ; $subject = $1 ; }