From 2b06fe7a4dcd3437219e41a330bd6dd00fe4457c Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Mon, 3 Jul 2000 01:22:27 +0000 Subject: Remove hack to redisplay the inbox, since folder_changed signals will now * mail-ops.c (real_fetch_mail): Remove hack to redisplay the inbox, since folder_changed signals will now be emitted appropriately. svn path=/trunk/; revision=3866 --- mail/mail-ops.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'mail/mail-ops.c') diff --git a/mail/mail-ops.c b/mail/mail-ops.c index be6fcbd364..069d74c2d7 100644 --- a/mail/mail-ops.c +++ b/mail/mail-ops.c @@ -281,11 +281,6 @@ real_fetch_mail (gpointer user_data ) goto cleanup; } - /* Redisplay. Ick. FIXME */ - path = g_strdup_printf ("file://%s", path); - folder_browser_set_uri (fb, path); - g_free (path); - cleanup: g_free(tmp_mbox); -- cgit v1.2.3