Switch to unified view

a/src/internfile/mimehandler.h b/src/internfile/mimehandler.h
...
...
90
    m_forPreview = m_havedoc = false;
90
    m_forPreview = m_havedoc = false;
91
    m_dfltInputCharset.clear();
91
    m_dfltInputCharset.clear();
92
    m_reason.clear();
92
    m_reason.clear();
93
    }
93
    }
94
94
95
    // This only makes sense if the contents are currently txt/plain
96
    bool txtdcode(const string& who);
97
95
protected:
98
protected:
96
    bool preview() {return m_forPreview;}
99
    bool preview() {return m_forPreview;}
97
100
98
    RclConfig *m_config;
101
    RclConfig *m_config;
99
    bool   m_forPreview;
102
    bool   m_forPreview;