aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--camel/ChangeLog1
-rw-r--r--camel/camel-remote-store.c3
2 files changed, 3 insertions, 1 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 3bfd49df9f..dda57d86ad 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -5,6 +5,7 @@
!camel_exception_is_set(), since that will be wrong if ex==NULL...
Fixes a crash in the IMAP keepalive code, but this same problem
probably exists in other places too...
+ (remote_recv_line): Fix another problem...
* providers/local/camel-mbox-provider.c:
* providers/vee/.cvsignore:
diff --git a/camel/camel-remote-store.c b/camel/camel-remote-store.c
index 991e5b0e1a..f756eb5ac8 100644
--- a/camel/camel-remote-store.c
+++ b/camel/camel-remote-store.c
@@ -507,7 +507,7 @@ camel_remote_store_send_stream (CamelRemoteStore *store, CamelStream *stream, Ca
static int
remote_recv_line (CamelRemoteStore *store, char **dest, CamelException *ex)
{
- CamelStreamBuffer *stream = CAMEL_STREAM_BUFFER (store->istream);
+ CamelStreamBuffer *stream;
GByteArray *bytes;
gchar buf[1024], *ret;
gint nread;
@@ -524,6 +524,7 @@ remote_recv_line (CamelRemoteStore *store, char **dest, CamelException *ex)
g_strerror (errno));
return -1;
}
+ stream = CAMEL_STREAM_BUFFER (store->istream);
bytes = g_byte_array_new ();
gi/freebsd-ports-gnome/commit/?id=faf1616a9fe5d69eac8a32a7fff01112209ac646'/> faf1616a9fe5d69eac8a32a7fff01112209ac646 - reset MAINTAINER
- reset MAINTAINER
- Get Rid MD5 support 2011-03-19T12:38:54+00:00 miwi miwi@FreeBSD.org 2011-03-19T12:38:54+00:00 4ab972b7468e739167f0f48c87471c6c6b7da9e5

- drop USE_GNUSTEP_PREFIX 2010-05-30T12:28:39+00:00 dinoex dinoex@FreeBSD.org 2010-05-30T12:28:39+00:00 d4a4f3df0be988ab15fc4048b43cae977bb2049d

- cleanup ADDITIONAL_LIB_DIRS 2009-07-05T10:37:52+00:00 dinoex dinoex@FreeBSD.org 2009-07-05T10:37:52+00:00 0d6e1ea2a9a584bbd24819daa29397e8231ef5c6

- udpate to 0.4.1 2009-03-20T09:15:46+00:00 dinoex dinoex@FreeBSD.org 2009-03-20T09:15:46+00:00 4029a0aa78b1740e8e6286a74631e6c5350448ed

- update etoile-0.4.0 2008-11-25T15:11:34+00:00 dinoex dinoex@FreeBSD.org 2008-11-25T15:11:34+00:00 665ce094d61b662134e09d2d7ce6d7ead8cc7b09

Small application that sends user-idle notifications every 2008-11-23T08:36:23+00:00 dinoex dinoex@FreeBSD.org 2008-11-23T08:36:23+00:00 206d2b28526a32619734a1b8fd6862ac0aa2d7d6 minute that the user is idle. WWW: http://www.etoile-project.org/
minute that the user is idle.

WWW: http://www.etoile-project.org/