evolution-data-server r8878 - trunk/camel/providers/local



Author: mcrha
Date: Fri May 30 09:46:02 2008
New Revision: 8878
URL: http://svn.gnome.org/viewvc/evolution-data-server?rev=8878&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:
   trunk/camel/providers/local/ChangeLog
   trunk/camel/providers/local/camel-maildir-store.c

Modified: trunk/camel/providers/local/camel-maildir-store.c
==============================================================================
--- trunk/camel/providers/local/camel-maildir-store.c	(original)
+++ trunk/camel/providers/local/camel-maildir-store.c	Fri May 30 09:46:02 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]