$OpenBSD: patch-camel_camel-imapx-server_h,v 1.1 2013/04/12 05:46:16 ajacoutot Exp $ From 165ac075653ee1302f4d7811fd532fff351423dd Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 25 Mar 2013 13:33:04 +0000 Subject: Bug #695915 - IMAP alert is not displayed --- camel/camel-imapx-server.h.orig Sun Mar 17 13:46:02 2013 +++ camel/camel-imapx-server.h Fri Apr 12 07:14:01 2013 @@ -159,11 +159,6 @@ struct _CamelIMAPXServer { gboolean use_idle; gboolean use_qresync; - - /* used to synchronize duplicate get_message requests */ - GCond fetch_cond; - GMutex fetch_mutex; - gint fetch_count; }; struct _CamelIMAPXServerClass {