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/ChangeLog | |
parent | 3b8e4896e2fdf1c837743387928f5b4fd1e2d02f (diff) | |
download | gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.tar gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.tar.gz gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.tar.bz2 gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.tar.lz gsoc2013-evolution-2a740f635076f37be1a5aec047ba3222bbe3d7ca.tar.xz 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/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 21 |
1 files changed, 16 insertions, 5 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 026623a114..6fab3aa989 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -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> |