diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-16 04:36:54 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-16 04:36:54 +0800 |
commit | 2a740f635076f37be1a5aec047ba3222bbe3d7ca (patch) | |
tree | 121af7fb84f0aa97e06ae1fe8b33d4c171f43e80 /camel/providers/local | |
parent | 3b8e4896e2fdf1c837743387928f5b4fd1e2d02f (diff) | |
download | gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.tar.gz gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.tar.zst gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.zip |
Changed the mbox and spool provider descriptions to try and be more clear.
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.
svn path=/trunk/; revision=17464
Diffstat (limited to 'camel/providers/local')
-rw-r--r-- | camel/providers/local/camel-local-provider.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/camel/providers/local/camel-local-provider.c b/camel/providers/local/camel-local-provider.c index 35617d552e..28158a55c1 100644 --- a/camel/providers/local/camel-local-provider.c +++ b/camel/providers/local/camel-local-provider.c @@ -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, |