mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
16 lines
515 B
Plaintext
16 lines
515 B
Plaintext
$NetBSD: patch-ah,v 1.1 2009/11/10 20:33:38 markd Exp $
|
|
|
|
gmime2.4 fix
|
|
|
|
--- build/src/mn-mozilla-mailbox-backend.c.orig 2008-05-23 03:47:49.000000000 +1200
|
|
+++ build/src/mn-mozilla-mailbox-backend.c
|
|
@@ -194,7 +194,7 @@ mn_mozilla_mailbox_backend_get_status_fl
|
|
|
|
const char *header;
|
|
|
|
- header = g_mime_message_get_header(mime_message, header_name);
|
|
+ header = g_mime_object_get_header(mime_message, header_name);
|
|
if (header && mn_str_ishex(header))
|
|
return strtol(header, NULL, 16);
|
|
else
|