Re: [evolution-patches] Patch for the receipt bounty (#127534) (fwd)



On Fri, 2005-04-08 at 13:22 -0400, Jeffrey Stedfast wrote:
+void
+em_utils_send_receipt (CamelFolder *folder, CamelMimeMessage *message)
+{
+       /* See RFC #2298 for a description of message receipts */
+
+       EAccount *account = guess_account (message, folder);
+
+       CamelMimeMessage *receipt = camel_mime_message_new ();

the extra blank lines should be removed as they will cause compile
problems with some compilers (e.g. non-gcc)

Umm, excuse me???

Where did you pull this from?  White-space out-side of quoted strings is completely irrelevent to ALL C compilers.




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]