From 80a717f1c47ebb02ba8732e8cb79daf46d697509 Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Fri, 2 Nov 2001 16:46:22 +0000 Subject: [PATCH] Added support for Signature if internet address is found either in from or to line --- golded3/gepost.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/golded3/gepost.cpp b/golded3/gepost.cpp index 3465d8d..7dcb9cf 100644 --- a/golded3/gepost.cpp +++ b/golded3/gepost.cpp @@ -601,7 +601,7 @@ static void MakeMsg2(int& mode, int& status, int& forwstat, int& topline, GMsg* else line->type = 0; strtrimline(line->txt); - if(AA->isinternet()) { + if(AA->isinternet() or *msg->ito or *msg->ifrom) { // Check for signature indicator if(streql(line->txt.c_str(), "--")) { line->txt = "-- ";