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
This commit is contained in:
Dan Winship
2000-07-03 01:22:27 +00:00
parent 847e5b6946
commit 2b06fe7a4d
2 changed files with 4 additions and 5 deletions

View File

@ -1,5 +1,9 @@
2000-07-02 Dan Winship <danw@helixcode.com>
* mail-ops.c (real_fetch_mail): Remove hack to redisplay the
inbox, since folder_changed signals will now be emitted
appropriately.
* component-factory.c (create_vfolder_storage): Fix
filter_driver_new invocation.

View File

@ -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);