diff options
author | Dan Winship <danw@src.gnome.org> | 2001-05-03 03:53:53 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-05-03 03:53:53 +0800 |
commit | d0edb931396f444394f70c61c6dd1031630b9970 (patch) | |
tree | 34f81490a44241b78322777b742d061d481fad54 /camel/ChangeLog | |
parent | fec8edd6818c7f7fd64ae305dbb75574e73a6581 (diff) | |
download | gsoc2013-evolution-d0edb931396f444394f70c61c6dd1031630b9970.tar gsoc2013-evolution-d0edb931396f444394f70c61c6dd1031630b9970.tar.gz gsoc2013-evolution-d0edb931396f444394f70c61c6dd1031630b9970.tar.bz2 gsoc2013-evolution-d0edb931396f444394f70c61c6dd1031630b9970.tar.lz gsoc2013-evolution-d0edb931396f444394f70c61c6dd1031630b9970.tar.xz gsoc2013-evolution-d0edb931396f444394f70c61c6dd1031630b9970.tar.zst gsoc2013-evolution-d0edb931396f444394f70c61c6dd1031630b9970.zip |
Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" into
* providers/imap/camel-imap-store.h: Clean this up a bit. Add a
"tag_prefix" member. Move "useful_lsub" into capabilities.
* providers/imap/camel-imap-store.c (camel_imap_store_init):
Initialize the tag_prefix, based on a static variable.
* providers/imap/camel-imap-command.c (camel_imap_command): Use
the store's tag_prefix character rather than "A" at the start of
the tag. Makes the verbose debug output easier to parse when
connected to multiple IMAP servers. (Well, unless you're connected
to more than 26 servers...)
svn path=/trunk/; revision=9649
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 74da010682..4903f69e6a 100644 --- a/camel/ChangeLog +++ b/camel/ChangeLog @@ -1,5 +1,17 @@ 2001-05-02 Dan Winship <danw@ximian.com> + * providers/imap/camel-imap-store.h: Clean this up a bit. Add a + "tag_prefix" member. Move "useful_lsub" into capabilities. + + * providers/imap/camel-imap-store.c (camel_imap_store_init): + Initialize the tag_prefix, based on a static variable. + + * providers/imap/camel-imap-command.c (camel_imap_command): Use + the store's tag_prefix character rather than "A" at the start of + the tag. Makes the verbose debug output easier to parse when + connected to multiple IMAP servers. (Well, unless you're connected + to more than 26 servers...) + * providers/imap/camel-imap-utils.c (imap_uid_array_to_set): Fix this up... it was losing count in some cases and giving a more verbose answer than it needed to. |