Changeset 2231

Show
Ignore:
Timestamp:
06/20/07 13:57:37
Author:
pvanhoof
Message:

Bugfix (don't cache the iter anymore)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/docs/building.txt

    r2176 r2231  
    130130For debugging 
    131131------------- 
    132 CFLAGS="-DDEBUG -DDBC -D_GNU_SOURCE -O0 -Wstrict-prototypes -Wall -g -ggdb" PKG_CONFIG_PATH=/opt/asyncworker/lib/pkgconfig \ 
     132CFLAGS="-DDEBUG -DDBC -D_GNU_SOURCE -O0 -Wall -g -ggdb" PKG_CONFIG_PATH=/opt/asyncworker/lib/pkgconfig \ 
    133133        ./autogen.sh --prefix=/opt/tinymail --enable-asyncworker --enable-tests --enable-unit-tests && make && sudo make install 
    134134 
  • trunk/libtinymail-camel/tny-camel-store-account.c

    r2225 r2231  
    989989                flags |= CAMEL_STORE_FOLDER_INFO_SUBSCRIBED; 
    990990 
    991         if (!priv->iter) 
     991        /*if (!priv->iter)*/ 
    992992                iter = camel_store_get_folder_info (store, "", flags, &ex); 
    993         else 
    994                 iter = priv->iter; 
     993        /*else 
     994                iter = priv->iter;*/ 
    995995 
    996996        if (camel_exception_is_set (&ex))