more sorting out of the headers
[citadel.git] / webcit / messages.c
index a98d702572aa500b1d83ccdd64776d52d31db557..3fd509139f6087d1708d2f095d00ad198154e5b4 100644 (file)
@@ -1568,7 +1568,7 @@ void display_enter(void) {
                                StrBufAppendBuf(to_rcpt, replyto, 0);
                        }
 
-                       else if (StrLength(rfca) > 0) {
+                       else if ( (StrLength(rfca) > 0) && (message_originated_locally == 0) ) {
                                to_rcpt = NewStrBuf();
                                StrBufAppendBuf(to_rcpt, from, 0);
                                StrBufAppendBufPlain(to_rcpt, HKEY(" <"), 0);