When exporting a message, write to the client 10 KB at a time.
[citadel.git] / citadel / msgbase.c
index 38b598b40be10807494bde059b7970ce9616b4e5..081be8980a2aba77e5dd44121e083e57f8e4027e 100644 (file)
@@ -1795,6 +1795,7 @@ void OutputRFC822MsgHeaders(
                                break;
                        case erFc822Addr:
                                safestrncpy(fuser, mptr, sizeof_fuser);
+                               break;
                        case eRecipient:
                                if (haschar(mptr, '@') == 0) {
                                        sanitize_truncated_recipient(mptr);
@@ -2555,7 +2556,7 @@ long send_message(struct CtdlMessage *msg) {
 
 
 /*
- * Serialize a struct CtdlMessage into the format used on disk and network.
+ * Serialize a struct CtdlMessage into the format used on disk.
  * 
  * This function loads up a "struct ser_ret" (defined in server.h) which
  * contains the length of the serialized message and a pointer to the