Switch to unified view

a/src/internfile/mimehandler.h b/src/internfile/mimehandler.h
...
...
34
    RecollFilter(RclConfig *config, const string& mtype)
34
    RecollFilter(RclConfig *config, const string& mtype)
35
    : Dijon::Filter(mtype), m_config(config), 
35
    : Dijon::Filter(mtype), m_config(config), 
36
      m_forPreview(false), m_havedoc(false)
36
      m_forPreview(false), m_havedoc(false)
37
    {}
37
    {}
38
    virtual ~RecollFilter() {}
38
    virtual ~RecollFilter() {}
39
    virtual void setConfig(RclConfig *config)
40
    {
41
  m_config = config;
42
    }
39
    virtual bool set_property(Properties p, const string &v) {
43
    virtual bool set_property(Properties p, const string &v) {
40
    switch (p) {
44
    switch (p) {
41
    case DJF_UDI: 
45
    case DJF_UDI: 
42
        m_udi = v;
46
        m_udi = v;
43
        break;
47
        break;