[evolution-patches] fix for bug 305549



murn,

this patch should fix bug 305549 and should go into HEAD for 2.5.
please commit since i do not have cvs write access. this patch is also
filed in bugzilla.

this patch includes string breaks.

for any feedback please cc me since i am not a member of this list. 

cheers,
andre
-- 
 mailto:ak-47 gmx net | failed!
 http://www.iomc.de
Index: evolution-data-server/camel/providers/local/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/local/ChangeLog,v
retrieving revision 1.14
diff -u -p -r1.14 ChangeLog
--- evolution-data-server/camel/providers/local/ChangeLog	15 Sep 2005 22:23:04 -0000	1.14
+++ evolution-data-server/camel/providers/local/ChangeLog	16 Sep 2005 04:06:23 -0000
@@ -1,3 +1,7 @@
+2005-09-16  Andre Klapper  <a9016009 gmx de>
+	Fixes #305549.
+	* camel-local-provider.c: fixing a typo
+
 2005-09-15  Tor Lillqvist  <tml novell com>
 
 	* camel-local-summary.c: Use g_ascii_strcasecmp() instead of
Index: evolution-data-server/camel/providers/local/camel-local-provider.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/camel/providers/local/camel-local-provider.c,v
retrieving revision 1.34
diff -u -p -r1.34 camel-local-provider.c
--- evolution-data-server/camel/providers/local/camel-local-provider.c	31 Aug 2005 04:26:06 -0000	1.34
+++ evolution-data-server/camel/providers/local/camel-local-provider.c	16 Sep 2005 04:06:40 -0000
@@ -66,7 +66,7 @@ static CamelProviderConfEntry mbox_conf_
 static CamelProvider mbox_provider = {
 	"mbox",
 	N_("Local delivery"),
-	N_("For retrieving (moving) local mail from standard mbox formated spools into folders managed by Evolution."),
+	N_("For retrieving (moving) local mail from standard mbox-formatted spools into folders managed by Evolution."),
 	"mail",
 	CAMEL_PROVIDER_IS_SOURCE | CAMEL_PROVIDER_IS_STORAGE | CAMEL_PROVIDER_IS_LOCAL,
 	CAMEL_URL_NEED_PATH | CAMEL_URL_PATH_IS_ABSOLUTE | CAMEL_URL_FRAGMENT_IS_PATH,

Attachment: signature.asc
Description: Dies ist ein digital signierter Nachrichtenteil



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