~ubuntu-branches/ubuntu/hoary/courier/hoary

« back to all changes in this revision

Viewing changes to webmail/maildir.c

  • Committer: Bazaar Package Importer
  • Author(s): Thom May
  • Date: 2004-11-29 12:09:34 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20041129120934-kkn0xj11j0n1n6lo
Tags: 0.47-3ubuntu1
* Nathaniel McCallum
 - debian/*.init: pretty initscripts
 - debian/control: version depends on lsb-base

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
 
7
7
/*
8
 
** $Id: maildir.c,v 1.83 2004/05/25 02:08:41 mrsam Exp $
 
8
** $Id: maildir.c,v 1.84 2004/08/29 19:06:56 mrsam Exp $
9
9
*/
10
10
#include        "config.h"
11
11
#include        <stdio.h>
1488
1488
        as=rfc2047_decode_unicode(a, &unicode_UTF8, 0);
1489
1489
        bs=rfc2047_decode_unicode(b, &unicode_UTF8, 0);
1490
1490
#else
1491
 
        as=rfc2047_decode_simple(a, &unicode_UTF8);
1492
 
        bs=rfc2047_decode_simple(b, &unicode_UTF8);
 
1491
        as=rfc2047_decode_simple(a);
 
1492
        bs=rfc2047_decode_simple(b);
1493
1493
#endif
1494
1494
 
1495
1495
        if (as)