Changed the mbox and spool provider descriptions to try and be more clear.
authorJeffrey Stedfast <fejj@ximian.com>
Mon, 15 Jul 2002 20:36:54 +0000 (20:36 +0000)
committerJeffrey Stedfast <fejj@src.gnome.org>
Mon, 15 Jul 2002 20:36:54 +0000 (20:36 +0000)
2002-07-15  Jeffrey Stedfast  <fejj@ximian.com>

* providers/local/camel-local-provider.c: Changed the mbox and
spool provider descriptions to try and be more clear. I'm not sure
I like the mention of Evolution in the mbox provider description,
but there was no other way to make it clear that it MOVED mail out
of the mbox folder into a folder managed by Evolution without
mentioning Evolution. *sigh* Anyways, to me "retrieve" means move,
but apparently this isn't clear to the weak minded.

camel/ChangeLog
camel/providers/local/camel-local-provider.c

index 026623a..6fab3aa 100644 (file)
@@ -1,10 +1,21 @@
+2002-07-15  Jeffrey Stedfast  <fejj@ximian.com>
+
+       * providers/local/camel-local-provider.c: Changed the mbox and
+       spool provider descriptions to try and be more clear. I'm not sure
+       I like the mention of Evolution in the mbox provider description,
+       but there was no other way to make it clear that it MOVED mail out
+       of the mbox folder into a folder managed by Evolution without
+       mentioning Evolution. *sigh* Anyways, to me "retrieve" means move,
+       but apparently this isn't clear to the weak minded.
+
 2002-07-15  Peter Williams  <peterw@ximian.com>
 
-       * providers/imap/camel-imap-folder.c (imap_rescan): >= is not appropriate
-       here because the sequences are 1-based; so seq = summary_len is valid. 
-       Hopefully addresses 15646, because this caused the last message in a folder
-       to be reloaded, replacing its CamelMessageInfo, and the tree view was using
-       the old CamelMessageInfo.
+       * providers/imap/camel-imap-folder.c (imap_rescan): >= is not
+       appropriate here because the sequences are 1-based; so seq =
+       summary_len is valid.  Hopefully addresses 15646, because this
+       caused the last message in a folder to be reloaded, replacing its
+       CamelMessageInfo, and the tree view was using the old
+       CamelMessageInfo.
 
 2002-07-13  Not Zed  <NotZed@Ximian.com>
 
index 35617d5..28158a5 100644 (file)
@@ -63,7 +63,7 @@ static CamelProviderConfEntry mbox_conf_entries[] = {
 static CamelProvider mbox_provider = {
        "mbox",
        N_("Local delivery"),
-       N_("For retrieving local mail from standard mbox formated spools."),
+       N_("For retrieving (moving) local mail from standard mbox formated spools into folders managed by Evolution."),
        "mail",
        CAMEL_PROVIDER_IS_SOURCE | CAMEL_PROVIDER_IS_LOCAL,
        CAMEL_URL_NEED_PATH | CAMEL_URL_PATH_IS_ABSOLUTE,
@@ -99,7 +99,7 @@ static CamelProviderConfEntry spool_conf_entries[] = {
 static CamelProvider spool_provider = {
        "spool",
        N_("Standard Unix mbox spool or directory"),
-       N_("For reading and storing local mail in standard mbox spool files.\nMay also be used to read a tree of Elm, Pine, or Mutt style folders."),
+       N_("For reading and storing local mail in external standard mbox spool files.\nMay also be used to read a tree of Elm, Pine, or Mutt style folders."),
        "mail",
        CAMEL_PROVIDER_IS_SOURCE | CAMEL_PROVIDER_IS_STORAGE,
        CAMEL_URL_NEED_PATH | CAMEL_URL_PATH_IS_ABSOLUTE,