Fix for bug 74529: backward email filtering fixed. patch by jake@acutex.net
This commit is contained in:
Родитель
7df2479737
Коммит
c31f922554
|
@ -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');
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче