Clean this up a bit. Add a "tag_prefix" member. Move "useful_lsub" into
authorDan Winship <danw@src.gnome.org>
Wed, 2 May 2001 19:53:53 +0000 (19:53 +0000)
committerDan Winship <danw@src.gnome.org>
Wed, 2 May 2001 19:53:53 +0000 (19:53 +0000)
commita9cf26004a74f3bd310afb9e180ebcabaab41757
tree742b160f1ba43c565f56c7d89ef92f8555db9cc7
parent05698d0926aa4f870430232dc252441f0687a854
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...)
camel/ChangeLog
camel/providers/imap/camel-imap-command.c
camel/providers/imap/camel-imap-store.c
camel/providers/imap/camel-imap-store.h