aboutsummaryrefslogtreecommitdiffstats
path: root/mail/mail-ops.c
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-07-03 09:22:27 +0800
committerDan Winship <danw@src.gnome.org>2000-07-03 09:22:27 +0800
commit2b06fe7a4dcd3437219e41a330bd6dd00fe4457c (patch)
treea850ceffa18764c07d994a3f2586632a97ab9b1f /mail/mail-ops.c
parent847e5b6946c820d6091511721a09b52f1b9f97d1 (diff)
downloadgsoc2013-evolution-2b06fe7a4dcd3437219e41a330bd6dd00fe4457c.tar
gsoc2013-evolution-2b06fe7a4dcd3437219e41a330bd6dd00fe4457c.tar.gz
gsoc2013-evolution-2b06fe7a4dcd3437219e41a330bd6dd00fe4457c.tar.bz2
gsoc2013-evolution-2b06fe7a4dcd3437219e41a330bd6dd00fe4457c.tar.lz
gsoc2013-evolution-2b06fe7a4dcd3437219e41a330bd6dd00fe4457c.tar.xz
gsoc2013-evolution-2b06fe7a4dcd3437219e41a330bd6dd00fe4457c.tar.zst
gsoc2013-evolution-2b06fe7a4dcd3437219e41a330bd6dd00fe4457c.zip
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
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r--mail/mail-ops.c5
1 files changed, 0 insertions, 5 deletions
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);