Re: [evolution-patches] Patch for the receipt bounty (#127534) (fwd)
- From: Not Zed <notzed ximian com>
- To: Jeffrey Stedfast <fejj novell com>
- Cc: ERDI Gergo <cactus cactus rulez org>, evolution-patches lists ximian com
- Subject: Re: [evolution-patches] Patch for the receipt bounty (#127534) (fwd)
- Date: Sat, 09 Apr 2005 09:48:31 +0800
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]