From da2df4346bd05d14126c8c8c16ae47295f74c0a3 Mon Sep 17 00:00:00 2001 From: Christopher Michael Date: Thu, 8 Jun 2006 21:05:33 +0000 Subject: [PATCH] May help to actually return the mail counts instead of always 0, doh :) SVN revision: 23313 --- e_mod_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e_mod_main.c b/e_mod_main.c index 8461211..baeba40 100644 --- a/e_mod_main.c +++ b/e_mod_main.c @@ -909,7 +909,7 @@ _mail_mdir_get_files(const char *path) } ecore_list_destroy(l); - return 0; + return i; } static void