replace_strings 3249 modules/up/UP_util.cc g_str = replace_strings(g_str, "$TIME", time_str); replace_strings 3251 modules/up/UP_util.cc g_str = replace_strings(g_str, "$DATE", date_str); replace_strings 3253 modules/up/UP_util.cc g_str = replace_strings(g_str, "$SUBJECT", update_mail_subject); replace_strings 3255 modules/up/UP_util.cc g_str = replace_strings(g_str, "$FROM", update_mail_sender); replace_strings 3257 modules/up/UP_util.cc g_str = replace_strings(g_str, "$MDATE", update_mail_date); replace_strings 3259 modules/up/UP_util.cc g_str = replace_strings(g_str, "$MSGID", update_mail_ID); replace_strings 3261 modules/up/UP_util.cc g_str = replace_strings(g_str, "$CC", update_mail_cc); replace_strings 3263 modules/up/UP_util.cc g_str = replace_strings(g_str, "$HUMAILBOX", humailbox); replace_strings 3265 modules/up/UP_util.cc g_str = replace_strings(g_str, "$AUTOBOX", autobox);