OpenPKG CVS Repository
  http://cvs.openpkg.org/
  ____________________________________________________________________________

  Server: cvs.openpkg.org                  Name:   Thomas Lotterer
  Root:   /e/openpkg/cvs                   Email:  [EMAIL PROTECTED]
  Module: openpkg-src                      Date:   28-Mar-2004 23:30:58
  Branch: HEAD                             Handle: 2004032822305800

  Modified files:
    openpkg-src/imapd       imapd.patch

  Log:
    IGNMAD hack did not work so remove it

  Summary:
    Revision    Changes     Path
    1.10        +1  -36     openpkg-src/imapd/imapd.patch
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: openpkg-src/imapd/imapd.patch
  ============================================================================
  $ cvs diff -u -r1.9 -r1.10 imapd.patch
  --- openpkg-src/imapd/imapd.patch     10 Mar 2004 21:26:17 -0000      1.9
  +++ openpkg-src/imapd/imapd.patch     28 Mar 2004 21:30:58 -0000      1.10
  @@ -41,7 +41,7 @@
   +++ perl/sieve/lib/isieve.c  2004-02-02 20:01:21.000000000 +0100
   @@ -41,9 +41,7 @@
    
  - /* $Id: imapd.patch,v 1.9 2004/03/10 21:26:17 thl Exp $ */
  + /* $Id: imapd.patch,v 1.10 2004/03/28 21:30:58 thl Exp $ */
    
   -#ifdef HAVE_CONFIG_H
   -#include <config.h>
  @@ -76,38 +76,3 @@
                        fi; \
                        $(MAKE) $(MFLAGS) DESTDIR=$(DESTDIR) all) || exit 1; \
        done
  -Index: imap/mboxname.c
  ---- imap/mboxname.c.orig     2003-10-22 20:50:08.000000000 +0200
  -+++ imap/mboxname.c  2004-03-10 21:08:47.000000000 +0100
  -@@ -127,6 +127,7 @@
  -             domainlen = strlen(result);
  -         }
  -     }
  -+#ifndef IGNMAD /* ignore [EMAIL PROTECTED] */
  -     if ((cp = strrchr(name, '@'))) {
  -         /* mailbox specified as [EMAIL PROTECTED] */
  -         namelen = cp - name;
  -@@ -149,6 +150,7 @@
  -             domainlen = strlen(result);
  -         }
  -     }
  -+#endif /* IGNMAD */
  - 
  -     /* if no domain specified, we're in the default domain */
  -     }
  -@@ -212,6 +214,7 @@
  -             domainlen = strlen(result);
  -         }
  -     }
  -+#ifndef IGNMAD /* ignore [EMAIL PROTECTED] */
  -     if ((cp = strrchr(name, '@'))) {
  -         /* mailbox specified as [EMAIL PROTECTED] */
  -         namelen = cp - name;
  -@@ -234,6 +237,7 @@
  -             domainlen = strlen(result);
  -         }
  -     }
  -+#endif /* IGNMAD */
  - 
  -     /* if no domain specified, we're in the default domain */
  -     }
  @@ .
______________________________________________________________________
The OpenPKG Project                                    www.openpkg.org
CVS Repository Commit List                     [EMAIL PROTECTED]

Reply via email to