diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-07-31 05:02:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-07-31 05:02:19 +0800 |
commit | 5b7760d260b69fd612c5237cf7db0a3ad5862178 (patch) | |
tree | 03edfc08c3d56e0a22effc46202462b523ae26ab /camel/providers/imap4/camel-imap4-engine.h | |
parent | 25fc2454a2855e3b8904bdad265897dd4384a9ab (diff) | |
download | gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.gz gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.bz2 gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.lz gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.xz gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.tar.zst gsoc2013-evolution-5b7760d260b69fd612c5237cf7db0a3ad5862178.zip |
This needs to prequeue the CAPABILITY command rather than queue it
2004-07-30 Jeffrey Stedfast <fejj@novell.com>
* providers/imap4/camel-imap4-engine.c
(camel_imap4_engine_capability): This needs to prequeue the
CAPABILITY command rather than queue it normally for the case of
reconnecting.
(camel_imap4_engine_namespace): Same.
svn path=/trunk/; revision=26781
Diffstat (limited to 'camel/providers/imap4/camel-imap4-engine.h')
-rw-r--r-- | camel/providers/imap4/camel-imap4-engine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/camel/providers/imap4/camel-imap4-engine.h b/camel/providers/imap4/camel-imap4-engine.h index e818d58bbf..8d97011be4 100644 --- a/camel/providers/imap4/camel-imap4-engine.h +++ b/camel/providers/imap4/camel-imap4-engine.h @@ -152,7 +152,7 @@ struct _CamelIMAP4Engine { camel_imap4_engine_t state; camel_imap4_level_t level; - guint32 capa:31; + guint32 capa; guint32 maxlen:31; guint32 maxlentype:1; |