--- parser3/src/classes/mail.C 2002/10/14 15:22:41 1.80 +++ parser3/src/classes/mail.C 2002/12/02 10:07:38 1.82 @@ -5,7 +5,7 @@ Author: Alexandr Petrosian (http://paf.design.ru) */ -static const char* IDENT_MAIL_C="$Date: 2002/10/14 15:22:41 $"; +static const char* IDENT_MAIL_C="$Date: 2002/12/02 10:07:38 $"; #include "pa_config_includes.h" @@ -124,7 +124,7 @@ static void add_header_attribute(const H // append header line *mi.header << low_element_name << ":" << - attributed_meaning_to_string(element_value, String::UL_MAIL_HEADER). + attributed_meaning_to_string(element_value, String::UL_MAIL_HEADER, true). cstr(String::UL_UNSPECIFIED, 0, mi.charset, mi.content_charset_name) << "\n"; } @@ -419,7 +419,7 @@ void MMail::configure_user(Request& r) { Pool& pool=r.pool(); // $MAIN:MAIL[$SMTP[mail.design.ru]] - if(Value *mail_element=r.main_class.get_element(mail_name, &r.main_class, false)) + if(Value *mail_element=r.main_class.get_element(mail_name, r.main_class, false)) if(Hash *mail_conf=mail_element->get_hash(0)) r.classes_conf.put(name(), mail_conf); else