summaryrefslogtreecommitdiffstats
path: root/mbbsd/edit.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/edit.c')
-rw-r--r--mbbsd/edit.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mbbsd/edit.c b/mbbsd/edit.c
index aa4aca83..5a38289b 100644
--- a/mbbsd/edit.c
+++ b/mbbsd/edit.c
@@ -1679,7 +1679,9 @@ write_file(char *fpath, int saveheader, int *islocal, char *mytitle)
if (islocal)
*islocal = local_article;
if (currstat == POSTING || currstat == SMAIL)
+ {
addsignature(fp, curr_buf->ifuseanony);
+ }
else if (currstat == REEDIT
#ifndef ALL_REEDIT_LOG
&& strcmp(currboard, str_sysop) == 0