Switch to unified view

a/src/internfile/mimehandler.h b/src/internfile/mimehandler.h
...
...
107
    m_dfltInputCharset.clear();
107
    m_dfltInputCharset.clear();
108
    m_reason.clear();
108
    m_reason.clear();
109
    }
109
    }
110
110
111
    // This only makes sense if the contents are currently txt/plain
111
    // This only makes sense if the contents are currently txt/plain
112
    // It converts from keyorigcharset to UTF-8 and sets keycharset.
112
    bool txtdcode(const string& who);
113
    bool txtdcode(const string& who);
113
114
114
protected:
115
protected:
115
    bool preview() {return m_forPreview;}
116
    bool preview() {return m_forPreview;}
116
117