* Fixed up the "Date:" headers to be RFC822-compliant
[citadel.git] / citadel / internet_addressing.c
index 99c834753b9ae76a1423ecb58234fd4895f39479..6e3ccbdeaf62243791c6ce3d0a762f13d85717f4 100644 (file)
@@ -32,6 +32,7 @@
 #include "parsedate.h"
 
 
+
 /*
  * Return 0 if a given string fuzzy-matches a Citadel user account
  *
@@ -422,3 +423,4 @@ struct CtdlMessage *convert_internet_message(char *rfc822) {
 
        return msg;
 }
+