* cleanup
authorArt Cancro <ajc@citadel.org>
Tue, 16 Jun 2009 16:38:03 +0000 (16:38 +0000)
committerArt Cancro <ajc@citadel.org>
Tue, 16 Jun 2009 16:38:03 +0000 (16:38 +0000)
webcit/messages.c

index ca9ea892bc6ef8a3fdc5de3de82960b212015ac0..cad2773d95c82d54d386f18a1cca6f36a2b3ce82 100644 (file)
@@ -622,7 +622,7 @@ int load_msg_ptrs(const char *servcmd, int with_headers)
                                Msg->from = NewStrBufPlain(NULL, StrLength(Buf));
                                StrBufExtract_NextToken(Buf2, Buf, &Ptr, '|');
                                if (StrLength(Buf2) != 0) {
-                                       /** Handle senders with RFC2047 encoding */
+                                       /* Handle senders with RFC2047 encoding */
                                        StrBuf_RFC822_to_Utf8(Msg->from, Buf2, WCC->DefaultCharset, FoundCharset);
                                }