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

« back to all changes in this revision

Viewing changes to src/engine/imap/message/imap-message-data.vala

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-03-14 13:48:23 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130314134823-gyk5av1g508zyj8a
Tags: 0.3.0~pr1-0ubuntu1
New upstream version (FFE lp: #1154316), supports multiple account as
well as full conversation views with inline replies

Show diffs side-by-side

added added

removed removed

Lines of Context:
216
216
        if (contains(MailboxAttribute.SPECIAL_FOLDER_STARRED))
217
217
            return Geary.SpecialFolderType.FLAGGED;
218
218
        
 
219
        if (contains(MailboxAttribute.SPECIAL_FOLDER_IMPORTANT))
 
220
            return Geary.SpecialFolderType.IMPORTANT;
 
221
        
219
222
        return Geary.SpecialFolderType.NONE;
220
223
    }
221
224
}