pkgsrc/mail/mail-notification/patches/patch-ah
markd c6557673cb Update mail-notification to 5.4
pkgsrc changes: patch to use gmime24

Changes since 5.3:
* The regression which caused some read IMAP messages to be reported as
  unread has been fixed.
* And more, see the NEWS file.
Changes since 5.2:
* A crash affecting IMAP, Maildir and POP3 mailboxes has been fixed.
* A crash affecting Evolution mailboxes on 64-bit systems has been fixed.
* And more, see the NEWS file.
Changes since 5.1:
* Default configuration values were not registered.
Changes since 5.0:
* A number of minor issues have been fixed. Most notably, the message
  count is now drawn properly.
* And more, see the NEWS file.
2009-11-10 20:33:38 +00:00

15 lines
515 B
Text

$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