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:
@@ -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');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user