diff options
author | Iain Holmes <iain@src.gnome.org> | 2002-03-19 21:25:33 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2002-03-19 21:25:33 +0800 |
commit | 84e13e55846950db7a5ab1debebdf9e3fd977343 (patch) | |
tree | 70929a45e6c411730f4c2c40a0432e398768966b /my-evolution/e-summary-mail.c | |
parent | 02b379173a834e87d0db9ba141e725f26c1ed1cb (diff) | |
download | gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.gz gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.tar.zst gsoc2013-evolution-84e13e55846950db7a5ab1debebdf9e3fd977343.zip |
Move the preferences from a per-view setting to a global setting
svn path=/trunk/; revision=16205
Diffstat (limited to 'my-evolution/e-summary-mail.c')
-rw-r--r-- | my-evolution/e-summary-mail.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/my-evolution/e-summary-mail.c b/my-evolution/e-summary-mail.c index 3d5c378c6f..aff5061cc8 100644 --- a/my-evolution/e-summary-mail.c +++ b/my-evolution/e-summary-mail.c @@ -201,14 +201,11 @@ new_folder_cb (EvolutionStorageListener *listener, GList *p; /* Don't care about non mail */ - g_print ("Folder->physicalUri: %s...", folder->physicalUri); if (strcmp (folder->type, "mail") != 0 || (strncmp (folder->physicalUri, "file://", 7) != 0 && strncmp (folder->physicalUri, "vfolder", 7) != 0)) { - g_print ("rejected\n"); return; } - g_print ("accepted\n"); mail = summary->mail; mail_folder = g_new (ESummaryMailFolder, 1); |