Changeset 2385

Show
Ignore:
Timestamp:
07/04/07 17:36:52
Author:
murrayc
Message:

Reverted debug stuff

Files:

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  
    101Note: Please use this ChangeLog file only for merge changes (from upstream to 
    112this version, and the other way around). Changes to camel-lite that are 
  • trunk/libtinymail-camel/camel-lite/camel/camel-disco-store.c

    r2383 r2385  
    401401        if (camel_disco_store_status (store) != CAMEL_DISCO_STORE_ONLINE) { 
    402402                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 " 
    404404                                       "complete this operation")); 
    405405                return FALSE; 
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-command.c

    r2383 r2385  
    208208                { 
    209209                        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 " 
    211211                                       "complete this operation")); 
    212212                        return FALSE; 
     
    218218        if (store->ostream==NULL) { 
    219219                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 " 
    221221                                       "complete this operation")); 
    222222                 return FALSE; 
     
    225225        if (store->istream==NULL) { 
    226226                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 " 
    228228                                       "complete this operation")); 
    229229                return FALSE; 
  • trunk/libtinymail-camel/camel-lite/camel/providers/imap/camel-imap-store.c

    r2383 r2385  
    37593759        if (!camel_exception_is_set(ex)) 
    37603760                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")); 
    37623762 
    37633763        return FALSE;