\n",messages[0].title);
string path = index_format_mail_fname(messages[0],userinfo.name);
\n");
if (*pt == '\n') pt++;
}
%s | %s | / | %s | / | %s\n",MSG_U(I_PROJECT,"Project"),tb[2].c_str(),tb[3].c_str(),tb[4].c_str()); }else{ htmlprintf (" | |
%s | %s | / | %s\n",MSG_R(I_PROJECT),tb[2].c_str(),tb[3].c_str()); } } htmlprintf (" | |||
%s | %s\n",MSG_U(I_FROM,"From"),glocal.from); htmlprintf (" | |||||
%s | %s\n",MSG_U(I_TITLE,"Title"),info.title); htmlprintf (" | |||||
%s | %s\n",MSG_U(I_DATE,"Date"),info.modified); /- |
const char *pt = content;
while (*pt != '\0'){
const char *start = pt;
while (*pt != '\0' && *pt != '\n') pt++;
htmlout (start,pt-start);
htmlout ("
\n");
if (*pt == '\n') pt++;
}