d0c925b686
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/evolution?expand=0&rev=6f24c21ace60b407514e02f5cfce8e5e
20 lines
686 B
Diff
20 lines
686 B
Diff
Index: plugins/itip-formatter/itip-formatter.c
|
|
===================================================================
|
|
--- plugins/itip-formatter/itip-formatter.c.orig
|
|
+++ plugins/itip-formatter/itip-formatter.c
|
|
@@ -2115,6 +2115,14 @@ in_proper_folder (CamelFolder *folder)
|
|
if (!folder)
|
|
return res;
|
|
|
|
+
|
|
+ /*FIXME Currently there is no other way to identify if its a sent items
|
|
+ folder, so we just compare the folder name */
|
|
+ if (!g_ascii_strcasecmp (folder->name, _("Sent")) ||
|
|
+ !g_ascii_strcasecmp (folder->name, _("Sent Items")))
|
|
+ return FALSE;
|
|
+
|
|
+
|
|
uri = mail_tools_folder_to_url (folder);
|
|
|
|
if (mail_folder_cache_get_folder_info_flags (mail_folder_cache_get_default (),
|