diff options
author | Jeffrey Stedfast <fejj@helixcode.com> | 2000-08-30 07:15:02 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2000-08-30 07:15:02 +0800 |
commit | 3242c4685bc4a021efb58bbefe1603c1f5f8d2ea (patch) | |
tree | 5dd8ed4dee6712b1fe17211f33daea82010040ea /camel/camel-remote-store.h | |
parent | 1b087914b96c5fafdcde98d29079dce539a53cf1 (diff) | |
download | gsoc2013-evolution-3242c4685bc4a021efb58bbefe1603c1f5f8d2ea.tar.gz gsoc2013-evolution-3242c4685bc4a021efb58bbefe1603c1f5f8d2ea.tar.zst gsoc2013-evolution-3242c4685bc4a021efb58bbefe1603c1f5f8d2ea.zip |
Removed old code that will never be needed again
2000-08-29 Jeffrey Stedfast <fejj@helixcode.com>
* providers/imap/camel-imap-utils.c: Removed old code that will
never be needed again
* providers/imap/camel-imap-store.c: Removed old code for
try_connect - will never need this code
(slurp_response): Update to make sure we aren't falsely detecting
EXPUNGE flags
svn path=/trunk/; revision=5106
Diffstat (limited to 'camel/camel-remote-store.h')
-rw-r--r-- | camel/camel-remote-store.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-remote-store.h b/camel/camel-remote-store.h index a2b88133f6..55862513e8 100644 --- a/camel/camel-remote-store.h +++ b/camel/camel-remote-store.h @@ -77,3 +77,5 @@ gint camel_remote_store_recv_line (CamelRemoteStore *store, char **dest, #endif /* __cplusplus */ #endif /* CAMEL_REMOTE_STORE_H */ + + |