a/src/internfile/mimehandler.h b/src/internfile/mimehandler.h
...
...
126
126
127
    // This only makes sense if the contents are currently txt/plain
127
    // This only makes sense if the contents are currently txt/plain
128
    // It converts from keyorigcharset to UTF-8 and sets keycharset.
128
    // It converts from keyorigcharset to UTF-8 and sets keycharset.
129
    bool txtdcode(const std::string& who);
129
    bool txtdcode(const std::string& who);
130
130
131
    std::string metadataAsString();
131
protected:
132
protected:
132
133
133
    // We provide default implementation as not all handlers need both methods
134
    // We provide default implementation as not all handlers need both methods
134
    virtual bool set_document_file_impl(const std::string&,
135
    virtual bool set_document_file_impl(const std::string&,
135
                                        const std::string&) {
136
                                        const std::string&) {