This commit is contained in:
Stas Degteff 2012-05-06 11:50:23 +00:00
parent e17a990f8d
commit f8d3165ed8
2 changed files with 3 additions and 3 deletions

View File

@ -32,7 +32,7 @@
#endif
#include <algorithm>
#include <golded.h>
#include <getpls.h>
#include "getpls.h"
#if defined(__USE_ALLOCA__)
#include <malloc.h>
@ -260,8 +260,8 @@ int TemplateToText(int mode, GMsg* msg, GMsg* oldmsg, const char* tpl, int origa
fp.Fputs("@header To : @dname@align{44}@daddr\n");
else
fp.Fputs("@header To : @dname\n");
}
*/
}
fp.Fputs(TPL_BUILTIN_BODY);
/*
fp.Fputs("@header Subj : @subject\n"

View File

@ -48,7 +48,7 @@
// alternate lines of built-in template, only for FTN (all areas)
#define TPL_BUILTIN_TOP_FTN \
"@header From : @oname@align{44}@oaddr@align{60}@odtime\n"
"@header From : @oname@align{44}@oaddr@align{60}@odtime\n" \
"@net@header To : @dname@align{44}@daddr\n" \
"@echo@header To : @dname\n" \
"@local@header To : @dname\n"