From 39906255b939b042cdded41f1fd5285756bb9cdb Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sun, 28 Jun 2009 09:18:02 +0000
Subject: [PATCH] Use 'TRUE' macro (with comment) in place of '1'.

---
 src/sbbs3/readmail.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/readmail.cpp b/src/sbbs3/readmail.cpp
index 21a143dbfd..3260499eb7 100644
--- a/src/sbbs3/readmail.cpp
+++ b/src/sbbs3/readmail.cpp
@@ -365,7 +365,7 @@ void sbbs_t::readmail(uint usernumber, int which)
 					break; 
 				}
 
-				quotemsg(&msg,1);
+				quotemsg(&msg,/* include tails: */TRUE);
 
 				if(msg.from_net.addr==NULL)
 					SAFECOPY(str,msg.from);
-- 
GitLab