Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net

git-svn-id: svn://10.0.0.236/trunk@91165 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
dave%intrec.com
2001-04-03 20:54:53 +00:00
parent 85513f5d0d
commit b6faef51e6

View File

@@ -684,7 +684,7 @@ sub getEmailAttributes ($@) {
if ( $commentField =~ /Created an attachment \(/ ) {
push (@flags, 'Attachments');
}
elsif ( ($commentField ne '') && (scalar(@flags) == 1) && ($flags[0] eq 'Resolved')) {
elsif ( ($commentField ne '') && !(scalar(@flags) == 1 && $flags[0] eq 'Resolved')) {
push (@flags, 'Comments');
}