Switch to unified view

a/src/internfile/mh_html.cpp b/src/internfile/mh_html.cpp
...
...
160
        return false;
160
        return false;
161
        }
161
        }
162
    }
162
    }
163
    }
163
    }
164
164
165
    m_metaData["origcharset"] = result.get_charset();
165
    m_metaData[cstr_origcharset] = result.get_charset();
166
    m_metaData[cstr_content] = result.dump;
166
    m_metaData[cstr_content] = result.dump;
167
    m_metaData[cstr_charset] = "utf-8";
167
    m_metaData[cstr_charset] = "utf-8";
168
    // Avoid setting empty values which would crush ones possibly inherited
168
    // Avoid setting empty values which would crush ones possibly inherited
169
    // from parent (if we're an attachment)
169
    // from parent (if we're an attachment)
170
    if (!result.dmtime.empty())
170
    if (!result.dmtime.empty())