summaryrefslogtreecommitdiffstats
path: root/innbbsd/receive_article.c
diff options
context:
space:
mode:
Diffstat (limited to 'innbbsd/receive_article.c')
-rw-r--r--innbbsd/receive_article.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/innbbsd/receive_article.c b/innbbsd/receive_article.c
index 33831d18..87726ab1 100644
--- a/innbbsd/receive_article.c
+++ b/innbbsd/receive_article.c
@@ -785,7 +785,8 @@ post_article(homepath, userid, board, writebody, pathname, firstpath)
}
strcpy(header.owner, userid);
strncpy(header.title, subject, TTLEN);
- header.filemode |= FILE_MULTI;
+ /* no need to apply this... FILE_MULTI is used for mail group reply only now. */
+ // header.filemode |= FILE_MULTI;
{
struct tm *ptime;
ptime = localtime(&datevalue);