Changeset 25741 for main


Ignore:
Timestamp:
2012-06-05T12:37:36+12:00 (12 years ago)
Author:
kjdon
Message:

modified process expression to handle .mbox

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/perllib/plugins/EmailPlugin.pm

    r19283 r25741  
    150150    # in a separate file, with a unique number for filename)
    151151    # mozilla and IE will save individual mbx format files with a ".eml" ext.
    152     return q@([\\/]\d+|\.(mbx|email|eml))$@;
     152    return q@([\\/]\d+|\.(mbo?x|email|eml))$@;
    153153}
    154154
     
    195195    return undef;
    196196    }
    197 
     197 
    198198    my $cursection = $doc_obj->get_top_section();
    199199
Note: See TracChangeset for help on using the changeset viewer.