Switch to unified view

a/src/internfile/mh_exec.h b/src/internfile/mh_exec.h
...
...
57
    ////////////////
57
    ////////////////
58
58
59
    MimeHandlerExec(RclConfig *cnf, const string& mt) 
59
    MimeHandlerExec(RclConfig *cnf, const string& mt) 
60
    : RecollFilter(cnf, mt), missingHelper(false) 
60
    : RecollFilter(cnf, mt), missingHelper(false) 
61
    {}
61
    {}
62
    virtual ~MimeHandlerExec() {}
63
    virtual bool set_document_file(const string &file_path) {
62
    virtual bool set_document_file(const string &file_path) {
64
    RecollFilter::set_document_file(file_path);
63
    RecollFilter::set_document_file(file_path);
65
    m_fn = file_path;
64
    m_fn = file_path;
66
    m_havedoc = true;
65
    m_havedoc = true;
67
    return true;
66
    return true;