Changeset 2385
- Timestamp:
- 07/04/07 17:36:52
- Files:
-
- trunk/libtinymail-camel/camel-lite/ChangeLog (modified) (1 diff)
- trunk/libtinymail-camel/camel-lite/camel/camel-disco-store.c (modified) (1 diff)
- trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-command.c (modified) (3 diffs)
- trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libtinymail-camel/camel-lite/ChangeLog
r2383 r2385 1 2007-07-04 Murray Cumming,,, <murrayc@murrayc-desktop>2 3 reviewed by: <delete if not using a buddy>4 5 * camel/camel-disco-store.c: (camel_disco_store_check_online):6 * camel/providers/imap/camel-imap-command.c: (imap_command_start):7 * camel/providers/imap/camel-imap-store.c:8 (camel_imap_store_connected):9 10 1 Note: Please use this ChangeLog file only for merge changes (from upstream to 11 2 this version, and the other way around). Changes to camel-lite that are trunk/libtinymail-camel/camel-lite/camel/camel-disco-store.c
r2383 r2385 401 401 if (camel_disco_store_status (store) != CAMEL_DISCO_STORE_ONLINE) { 402 402 camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, 403 _(" camel_disco_store_check_online():You must be working online to "403 _("You must be working online to " 404 404 "complete this operation")); 405 405 return FALSE; trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-command.c
r2383 r2385 208 208 { 209 209 camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, 210 _(" imap_command_start()1:You must be working online to "210 _("You must be working online to " 211 211 "complete this operation")); 212 212 return FALSE; … … 218 218 if (store->ostream==NULL) { 219 219 camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, 220 _(" imap_command_start()2:You must be working online to "220 _("You must be working online to " 221 221 "complete this operation")); 222 222 return FALSE; … … 225 225 if (store->istream==NULL) { 226 226 camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, 227 _(" imap_command_start()3:You must be working online to "227 _("You must be working online to " 228 228 "complete this operation")); 229 229 return FALSE; trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c
r2383 r2385 3759 3759 if (!camel_exception_is_set(ex)) 3760 3760 camel_exception_set (ex, CAMEL_EXCEPTION_SERVICE_UNAVAILABLE, 3761 _(" camel_imap_store_connected():You must be working online to complete this operation"));3761 _("You must be working online to complete this operation")); 3762 3762 3763 3763 return FALSE;
