~ubuntu-branches/debian/sid/claws-mail/sid

« back to all changes in this revision

Viewing changes to src/plugins/tnef_parse/tnef_parse.c

  • Committer: Package Import Robot
  • Author(s): Ricardo Mones
  • Date: 2015-08-18 16:37:25 UTC
  • mfrom: (1.3.7)
  • Revision ID: package-import@ubuntu.com-20150818163725-1it32n9mzqkwy2ef
Tags: 3.12.0-1
* New upstream release:
- 'cannot reorganize mailboxes' (Closes: #777208)
- 'dropdown menu bar has disappeared…'(Closes: #778886)
- 'depends on plugins libraries'  (Closes: #779824)
- 'new upstream version (3.12.0)…' (Closes: #793665)
* 14CVE_2010_5109.patch, 15fix_crash_open_folder.patch,
  13desktop_file_categories.patch
- Remove patches applied upstream
* debian/control, debian/copyright, debian/claws-mail-managesieve*
- Add managesieve plugin (new in this release)
* debian/rules
- Set perl-plugin manpage release version automatically
* 12fix_manpage_header.patch
- Update patch to cope with upstream changes
* debian/control, debian/watch
- Update VCS-* and watch URLs (thanks Julian Wollrath)

Show diffs side-by-side

added added

removed removed

Lines of Context:
50
50
        MimeInfo *sub_info = NULL;
51
51
        gchar *tmpfilename = NULL;
52
52
        FILE *fp = get_tmpfile_in_dir(get_mime_tmp_dir(), &tmpfilename);
53
 
        struct stat statbuf;
 
53
        GStatBuf statbuf;
54
54
 
55
55
        if (!fp) {
56
56
                g_free(tmpfilename);
87
87
        MimeInfo *sub_info = NULL;
88
88
        gchar *tmpfilename = NULL;
89
89
        FILE *fp = get_tmpfile_in_dir(get_mime_tmp_dir(), &tmpfilename);
90
 
        struct stat statbuf;
 
90
        GStatBuf statbuf;
91
91
        gchar *content_type = NULL;
92
92
        if (!fp) {
93
93
                g_free(tmpfilename);
141
141
        MimeInfo *sub_info = NULL;
142
142
        gchar *tmpfilename = NULL;
143
143
        FILE *fp = get_tmpfile_in_dir(get_mime_tmp_dir(), &tmpfilename);
144
 
        struct stat statbuf;
 
144
        GStatBuf statbuf;
145
145
        gboolean result = FALSE;
146
146
        if (!fp) {
147
147
                g_free(tmpfilename);
181
181
        MimeInfo *sub_info = NULL;
182
182
        gchar *tmpfilename = NULL;
183
183
        FILE *fp = get_tmpfile_in_dir(get_mime_tmp_dir(), &tmpfilename);
184
 
        struct stat statbuf;
 
184
        GStatBuf statbuf;
185
185
        gboolean result = FALSE;
186
186
        if (!fp) {
187
187
                g_free(tmpfilename);
234
234
        MimeInfo *sub_info = NULL;
235
235
        gchar *tmpfilename = NULL;
236
236
        FILE *fp = get_tmpfile_in_dir(get_mime_tmp_dir(), &tmpfilename);
237
 
        struct stat statbuf;
 
237
        GStatBuf statbuf;
238
238
        gboolean result = FALSE;
239
239
        if (!fp) {
240
240
                g_free(tmpfilename);