Added support for Signature if internet address is found either in from or to line
This commit is contained in:
parent
bdd83bb103
commit
80a717f1c4
@ -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 = "-- ";
|
||||
|
Reference in New Issue
Block a user