On Mon, Jun 09, 2003, Alexander Gretha <[EMAIL PROTECTED]> wrote:
> please move line 730 to line 498 in gpglib/gpg.c to make it compile 
> clean ...

And a patch for good measure.

JE

--- courier-0.42.2.20030606/gpglib/gpg.c        Mon Jun  2 19:47:16 2003
+++ courier-0.42.2.20030606-je/gpglib/gpg.c     Tue Jun 10 21:28:55 2003
@@ -651,6 +651,7 @@
        while (fgets(buf, sizeof(buf), signed_content_fp) != NULL)
        {
                char *p;
+               size_t j, k;
 
                if (convert_to_qp && in_headers &&
                    strncasecmp(buf, "content-transfer-encoding:", 26) == 0)
@@ -727,8 +728,6 @@
 
                libmail_gpgmime_write(&gpg, buf, strlen(buf));
 
-               size_t j, k;
-
                p=buf;
                for (j=k=0; p[j]; j++)
                        if (p[j] != '\r')


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to