replace_strings 2991 modules/up/UP_util.cc g_str = replace_strings(g_str, "$TIME", time_str); replace_strings 2993 modules/up/UP_util.cc g_str = replace_strings(g_str, "$DATE", date_str); replace_strings 2995 modules/up/UP_util.cc g_str = replace_strings(g_str, "$SUBJECT", update_mail_subject); replace_strings 2997 modules/up/UP_util.cc g_str = replace_strings(g_str, "$FROM", update_mail_sender); replace_strings 2999 modules/up/UP_util.cc g_str = replace_strings(g_str, "$MDATE", update_mail_date); replace_strings 3001 modules/up/UP_util.cc g_str = replace_strings(g_str, "$MSGID", update_mail_ID); replace_strings 3003 modules/up/UP_util.cc g_str = replace_strings(g_str, "$CC", update_mail_cc); replace_strings 3005 modules/up/UP_util.cc g_str = replace_strings(g_str, "$HUMAILBOX", humailbox); replace_strings 3007 modules/up/UP_util.cc g_str = replace_strings(g_str, "$AUTOBOX", autobox);