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:
@ -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.
|
||||
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user