Switch to unified view

a/src/internfile/mh_mail.cpp b/src/internfile/mh_mail.cpp
...
...
286
    if (!mt.empty()) 
286
    if (!mt.empty()) 
287
        m_metaData[cstr_mimetype] = mt;
287
        m_metaData[cstr_mimetype] = mt;
288
    }
288
    }
289
289
290
    // Ipath
290
    // Ipath
291
    char nbuf[10];
291
    char nbuf[20];
292
    sprintf(nbuf, "%d", m_idx);
292
    sprintf(nbuf, "%d", m_idx);
293
    m_metaData["ipath"] = nbuf;
293
    m_metaData["ipath"] = nbuf;
294
294
295
    return true;
295
    return true;
296
}
296
}