From 2740857e5ccb9a892bc11963aa42b32e5b60e06a Mon Sep 17 00:00:00 2001 From: Michiel Broek Date: Sun, 12 Sep 2004 13:28:44 +0000 Subject: [PATCH] Small update --- mbfido/post.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mbfido/post.c b/mbfido/post.c index 6914dcec..bbb4827e 100644 --- a/mbfido/post.c +++ b/mbfido/post.c @@ -244,7 +244,7 @@ int Post(char *To, long Area, char *Subj, char *File, char *Flavor) /* * Finish the message */ - if (! has_tear) { + if ((! has_tear) && (! has_origin)) { MsgText_Add2((char *)""); MsgText_Add2(TearLine()); }