Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/mail-notification/files: mail-notification-5.4-e-d-s-2.24.patch
Date: Mon, 30 Mar 2009 18:14:13
Message-Id: E1LoLyZ-00013H-DC@stork.gentoo.org
1 graaff 09/03/30 18:12:47
2
3 Added: mail-notification-5.4-e-d-s-2.24.patch
4 Log:
5 Fix #262182
6 (Portage version: 2.1.6.7/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 mail-client/mail-notification/files/mail-notification-5.4-e-d-s-2.24.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/files/mail-notification-5.4-e-d-s-2.24.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/mail-client/mail-notification/files/mail-notification-5.4-e-d-s-2.24.patch?rev=1.1&content-type=text/plain
13
14 Index: mail-notification-5.4-e-d-s-2.24.patch
15 ===================================================================
16 --- build/src/mn-evolution-server.c.~1~ 2008-05-22 17:47:48.000000000 +0200
17 +++ build/src/mn-evolution-server.c 2009-03-30 20:02:17.936196624 +0200
18 @@ -595,7 +595,8 @@
19
20 for (i = 0; i < summary->len; i++)
21 {
22 - CamelMessageInfo *info = summary->pdata[i];
23 + char *uid = summary->pdata[i];
24 + CamelMessageInfo *info = camel_folder_get_message_info(folder, uid);
25
26 if ((camel_message_info_flags(info) & CAMEL_MESSAGE_SEEN) == 0)
27 g_ptr_array_add(*ret, self_camel_message_info_to_dbus_struct(info));