~ubuntu-branches/ubuntu/precise/evolution/precise

« back to all changes in this revision

Viewing changes to mail/e-mail-reader-utils.h

  • Committer: Package Import Robot
  • Author(s): Mathieu Trudel-Lapierre
  • Date: 2011-09-08 09:38:57 UTC
  • mfrom: (1.1.84 upstream)
  • Revision ID: package-import@ubuntu.com-20110908093857-6lfl04ke2ns3kx2o
Tags: 3.1.91-0ubuntu1
* New upstream release. (LP: #843769)
* debian/control: bump e-d-s Build-Depends to 3.1.91. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
 
33
33
struct _EMailReaderHeader {
34
34
        gchar *name;
35
 
        guint enabled:1;
36
 
        guint is_default:1;
 
35
        guint enabled : 1;
 
36
        guint is_default : 1;
37
37
};
38
38
 
39
39
gboolean        e_mail_reader_confirm_delete    (EMailReader *reader);