~ubuntu-branches/debian/wheezy/courier/wheezy

« back to all changes in this revision

Viewing changes to rfc822/imaprefs.c

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Hornburg (Racke)
  • Date: 2009-03-08 16:42:08 UTC
  • mfrom: (1.2.1 upstream) (4.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20090308164208-nlve2wtx9bbrulmd
Tags: 0.61.2-1
* New upstream release.
* Lintian:
  - fix chown in courier-webadmin postinst
  - removed courier-base preinst
  - added debhelper token to courier-mta.preinst
  - removed *.conffiles

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
*/
5
5
 
6
6
/*
7
 
** $Id: imaprefs.c,v 1.10 2003/07/09 21:33:20 mrsam Exp $
 
7
** $Id: imaprefs.c,v 1.11 2008/12/02 03:41:19 mrsam Exp $
8
8
*/
9
9
 
10
10
#include        "config.h"
254
254
        {
255
255
                char *msgid=rfc822_getaddr(a, n);
256
256
 
257
 
                msg=*msgid ? rfc822_threadsearchmsg(mt, msgid ? msgid:""):0;
 
257
                msg=msgid ? rfc822_threadsearchmsg(mt, msgid):0;
258
258
                if (!msg)
259
259
                {
260
260
                        msg=rfc822_threadallocmsg(mt, msgid ? msgid:"");