diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-01 02:13:45 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-01 02:13:45 +0800 |
commit | 8ad89adf8ca7d1208473a8028036d270b6ad0b30 (patch) | |
tree | 3d7718059c99a55bac407e49852bb38c9b26eb5a /camel/ChangeLog | |
parent | 155fcd81538ef9aa63e6e6d4b585d5dd528b4e47 (diff) | |
download | gsoc2013-evolution-8ad89adf8ca7d1208473a8028036d270b6ad0b30.tar gsoc2013-evolution-8ad89adf8ca7d1208473a8028036d270b6ad0b30.tar.gz gsoc2013-evolution-8ad89adf8ca7d1208473a8028036d270b6ad0b30.tar.bz2 gsoc2013-evolution-8ad89adf8ca7d1208473a8028036d270b6ad0b30.tar.lz gsoc2013-evolution-8ad89adf8ca7d1208473a8028036d270b6ad0b30.tar.xz gsoc2013-evolution-8ad89adf8ca7d1208473a8028036d270b6ad0b30.tar.zst gsoc2013-evolution-8ad89adf8ca7d1208473a8028036d270b6ad0b30.zip |
New-and-improved version of get_uid_set() from camel-imap-folder.c. Looks
* providers/imap/camel-imap-utils.c (imap_uid_array_to_set):
New-and-improved version of get_uid_set() from
camel-imap-folder.c. Looks at the summary as it goes so that if
you ask for messages 5, 6, 8, and 9, and there is no message 7,
then you get "5:9" instead of "5:6,8:9"
* providers/imap/camel-imap-folder.c (imap_copy_messages_to): Use
imap_uid_array_to_set() rather than get_uid_set().
(get_uid_set): Gone
svn path=/trunk/; revision=9632
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r-- | camel/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog index 2a5d9a0149..30b479a59f 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,3 +1,15 @@ +2001-04-30 Dan Winship <danw@ximian.com> + + * providers/imap/camel-imap-utils.c (imap_uid_array_to_set): + New-and-improved version of get_uid_set() from + camel-imap-folder.c. Looks at the summary as it goes so that if + you ask for messages 5, 6, 8, and 9, and there is no message 7, + then you get "5:9" instead of "5:6,8:9" + + * providers/imap/camel-imap-folder.c (imap_copy_messages_to): Use + imap_uid_array_to_set() rather than get_uid_set(). + (get_uid_set): Gone + 2001-04-27 Dan Winship <danw@ximian.com> * camel-session.c: Redo this a lot so that instead of having a |