~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-updates

« back to all changes in this revision

Viewing changes to camel/providers/imap4/camel-imap4-summary.c

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2009-07-13 15:01:33 UTC
  • mfrom: (1.1.69 upstream)
  • Revision ID: james.westby@ubuntu.com-20090713150133-4lxw1fqpbo2b1i7w
Tags: 2.27.4-0ubuntu1
* New upstream version:
  Bug Fixes:
  Addressbook:
  - #540779 - Do not call e_book_new in the main thread (lp: #265044)
  - #563668 - Do not pop-down an empty completion list 
  - #586225 - Parse numeric name suffixes 
  Calendar:
  - #548702 - google calendar source does not show all events  (lp: #183846)
  Mail:
  - #575701 - Message disappear from unread vfolder, when reply. 
  - #568302 - create camel summary table if not exists on load 
  - #586602 – folder messages are lost on folder rename 
  - #327285 - Word "Success" in error message for failed action (lp: #175599)
  - #587699 - IMAP - Localize only Inbox folder name, no other 
  - #579065 - IMAP - Synchronize remote mail locally is not working 
    (lp: #331478)
  - #564388 - UI blocks for a long time when downloading mails with nntp 
  Misc:
  - #586442 – Various build cleanups 
  - #586477 – Fix quoting in configure.ac 
  - #586811 – Require automake 1.9 and fix whitespace 
  - #586813 – Fix iconv cflags/libs in configure.ac 
  - #586809 – Enable "silent rules" automake 1.11 option 
  - #587165 – Double free in initialize_categories 
  - #587374 - iconv test broken on some gcc 
      Other Fixes:
  Misc:
  Use G_BEGIN_DECLS / G_END_DECLS macros. 
  Work around deprecation of g_mapped_file_free
  Silence some compiler warnings 
  Fixes for windows build 
  Calendar:
  CalDav Fixes/improvements 
  Translations

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 *  Foundation, 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
20
20
 */
21
21
 
22
 
 
23
22
#ifdef HAVE_CONFIG_H
24
23
#include <config.h>
25
24
#endif
35
34
#include <errno.h>
36
35
#include <ctype.h>
37
36
 
38
 
 
39
37
#include <glib/gi18n-lib.h>
40
38
 
41
39
#include <libedataserver/md5-utils.h>
74
72
 
75
73
static CamelFolderSummaryClass *parent_class = NULL;
76
74
 
77
 
 
78
75
CamelType
79
76
camel_imap4_summary_get_type (void)
80
77
{
94
91
        return type;
95
92
}
96
93
 
97
 
 
98
94
static void
99
95
camel_imap4_summary_class_init (CamelIMAP4SummaryClass *klass)
100
96
{
132
128
{
133
129
}
134
130
 
135
 
 
136
131
CamelFolderSummary *
137
132
camel_imap4_summary_new (CamelFolder *folder)
138
133
{
1422
1417
                return fputc (0, out);
1423
1418
}
1424
1419
 
1425
 
 
1426
1420
void
1427
1421
camel_imap4_summary_set_exists (CamelFolderSummary *summary, guint32 exists)
1428
1422
{