evolution-data-server r8879 - branches/gnome-2-22/camel/providers/local



Author: mcrha
Date: Fri May 30 09:46:22 2008
New Revision: 8879
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8879&view=rev

Log:
2008-05-30  Milan Crha  <mcrha redhat com>

	** Fix for bug #318803 (Patch by Ilkka Tuohela)

	* camel-maildir-store.c: (scan_dirs):
	Do not show ".#evolution" directory in the UI.



Modified:
   branches/gnome-2-22/camel/providers/local/ChangeLog
   branches/gnome-2-22/camel/providers/local/camel-maildir-store.c

Modified: branches/gnome-2-22/camel/providers/local/camel-maildir-store.c
==============================================================================
--- branches/gnome-2-22/camel/providers/local/camel-maildir-store.c	(original)
+++ branches/gnome-2-22/camel/providers/local/camel-maildir-store.c	Fri May 30 09:46:22 2008
@@ -445,6 +445,7 @@
 			if (strcmp(d->d_name, "tmp") == 0
 			    || strcmp(d->d_name, "cur") == 0
 			    || strcmp(d->d_name, "new") == 0
+			    || strcmp(d->d_name, ".#evolution") == 0
 			    || strcmp(d->d_name, ".") == 0
 			    || strcmp(d->d_name, "..") == 0)
 				continue;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]