Switch to unified view

a/src/internfile/mh_unknown.h b/src/internfile/mh_unknown.h
...
...
14
 *   Free Software Foundation, Inc.,
14
 *   Free Software Foundation, Inc.,
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
15
 *   59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
16
 */
16
 */
17
#ifndef _MH_UNKNOWN_H_INCLUDED_
17
#ifndef _MH_UNKNOWN_H_INCLUDED_
18
#define _MH_UNKNOWN_H_INCLUDED_
18
#define _MH_UNKNOWN_H_INCLUDED_
19
/* @(#$Id: mh_unknown.h,v 1.2 2006-12-15 12:40:02 dockes Exp $  (C) 2004 J.F.Dockes */
19
/* @(#$Id: mh_unknown.h,v 1.3 2008-10-04 14:26:59 dockes Exp $  (C) 2004 J.F.Dockes */
20
20
21
#include <string>
21
#include <string>
22
22
23
#include "mimehandler.h"
23
#include "mimehandler.h"
24
24
...
...
42
    m_havedoc = false; 
42
    m_havedoc = false; 
43
    m_metaData["content"] = "";
43
    m_metaData["content"] = "";
44
    m_metaData["mimetype"] = "text/plain";
44
    m_metaData["mimetype"] = "text/plain";
45
    return true;
45
    return true;
46
    }
46
    }
47
    virtual void clear() {
48
  RecollFilter::clear(); 
49
    }
47
};
50
};
48
51
49
#endif /* _MH_UNKNOWN_H_INCLUDED_ */
52
#endif /* _MH_UNKNOWN_H_INCLUDED_ */