~ubuntu-branches/ubuntu/saucy/geary/saucy-updates

« back to all changes in this revision

Viewing changes to src/engine/imap-db/imap-db-message-row.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-10-10 17:40:37 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20131010174037-5p5o4dlsoewek2kg
Tags: 0.4.0-0ubuntu1
New stable version

Show diffs side-by-side

added added

removed removed

Lines of Context:
154
154
        
155
155
        Imap.InternalDate? constructed = null;
156
156
        try {
157
 
            constructed = new Imap.InternalDate(internaldate);
 
157
            constructed = Imap.InternalDate.decode(internaldate);
158
158
        } catch (Error err) {
159
159
            debug("Unable to construct internaldate object from \"%s\": %s", internaldate,
160
160
                err.message);