diff options
Diffstat (limited to 'mail/mail-ops.c')
-rw-r--r-- | mail/mail-ops.c | 5 |
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); |