~ubuntu-branches/debian/sid/evolution/sid

« back to all changes in this revision

Viewing changes to mail/mail-ops.c

  • Committer: Bazaar Package Importer
  • Author(s): Yves-Alexis Perez
  • Date: 2009-12-15 08:55:42 UTC
  • mfrom: (47.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20091215085542-93ma0xjjz3xjj4tz
Tags: 2.28.2-1
* New upstream release.
* debian/patches:
  - 02_empty-line_signature dropped, included upstream.
  - 03_GNOME-Bug-599792-Anjal-composer-s-Send-button-doesn-t-work too.
  - 04_GNOME-Bug-596027-In-Anjal-although-invalid-mail-address-wa.patch too. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
620
620
                        }
621
621
                }
622
622
        }
623
 
        if (!camel_exception_is_set(ex))
 
623
        if (!camel_exception_is_set(ex)) {
624
624
                camel_folder_set_message_flags (queue, uid, CAMEL_MESSAGE_DELETED|CAMEL_MESSAGE_SEEN, ~0);
 
625
                /* Sync it to disk, since if it crashes in between, we keep sending it again on next start. */
 
626
                camel_folder_sync (queue, FALSE, NULL);
 
627
        }
625
628
 
626
629
        if (err->len) {
627
630
                /* set the culmulative exception report */