diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-10-19 06:26:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-10-19 06:26:06 +0800 |
commit | 1751506d44f13ea2a600f6a6b3307b8bfb0663f8 (patch) | |
tree | 6708e9c394b648e630fd5d6500a266bfe2c16d9c | |
parent | 772746c46d7d2b16292e28ba4a7501f085e763fc (diff) | |
download | gsoc2013-evolution-1751506d44f13ea2a600f6a6b3307b8bfb0663f8.tar gsoc2013-evolution-1751506d44f13ea2a600f6a6b3307b8bfb0663f8.tar.gz gsoc2013-evolution-1751506d44f13ea2a600f6a6b3307b8bfb0663f8.tar.bz2 gsoc2013-evolution-1751506d44f13ea2a600f6a6b3307b8bfb0663f8.tar.lz gsoc2013-evolution-1751506d44f13ea2a600f6a6b3307b8bfb0663f8.tar.xz gsoc2013-evolution-1751506d44f13ea2a600f6a6b3307b8bfb0663f8.tar.zst gsoc2013-evolution-1751506d44f13ea2a600f6a6b3307b8bfb0663f8.zip |
String cleanup for bug #6640.
2001-10-18 Jeffrey Stedfast <fejj@ximian.com>
* providers/local/camel-local-provider.c: String cleanup for bug
#6640.
svn path=/trunk/; revision=13777
-rw-r--r-- | camel/ChangeLog | 3 | ||||
-rw-r--r-- | camel/providers/local/camel-local-provider.c | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index a6ed0695c1..c36edf935c 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,8 @@ 2001-10-18 Jeffrey Stedfast <fejj@ximian.com> + * providers/local/camel-local-provider.c: String cleanup for bug + #6640. + * providers/imap/camel-imap-folder.c (imap_sync_online): Fix my Cyrus imapd workaround...instead of checking to see if info->flags == FLAGGED, just check to see if it contains any IMAP flags. diff --git a/camel/providers/local/camel-local-provider.c b/camel/providers/local/camel-local-provider.c index ef17726988..eacb49ec28 100644 --- a/camel/providers/local/camel-local-provider.c +++ b/camel/providers/local/camel-local-provider.c @@ -66,8 +66,8 @@ static CamelProviderConfEntry local_conf_entries[] = { static CamelProvider maildir_provider = { "maildir", - N_("Qmail maildir-format mail files"), - N_("For storing local mail in qmail maildir directories."), + N_("Maildir-format mail directories"), + N_("For storing local mail in maildir directories."), "mail", CAMEL_PROVIDER_IS_SOURCE | CAMEL_PROVIDER_IS_STORAGE | CAMEL_PROVIDER_IS_LOCAL, |