Switch to side-by-side view
--- a/src/internfile/mh_mail.cpp +++ b/src/internfile/mh_mail.cpp @@ -51,11 +51,11 @@ { // Look for additional headers to be processed as per config: - list<string> hdrnames = + vector<string> hdrnames = m_config->getFieldSectNames("mail"); if (hdrnames.empty()) return; - for (list<string>::const_iterator it = hdrnames.begin(); + for (vector<string>::const_iterator it = hdrnames.begin(); it != hdrnames.end(); it++) { (void)m_config->getFieldConfParam(*it, "mail", m_addProcdHdrs[*it]); }