public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/c-client/files: c-client-2007f-topal.patch
@ 2012-10-15 12:35 Eray Aslan (eras)
  0 siblings, 0 replies; only message in thread
From: Eray Aslan (eras) @ 2012-10-15 12:35 UTC (permalink / raw
  To: gentoo-commits

eras        12/10/15 12:35:16

  Added:                c-client-2007f-topal.patch
  Log:
  Add topal and chappa USE flags for use with mail-client/alpine - bug #391387.  Fix ssl linkage.
  
  (Portage version: 2.2.0_alpha138/cvs/Linux x86_64, signed Manifest commit with key 0x586A3B1F)

Revision  Changes    Path
1.1                  net-libs/c-client/files/c-client-2007f-topal.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/c-client/files/c-client-2007f-topal.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/c-client/files/c-client-2007f-topal.patch?rev=1.1&content-type=text/plain

Index: c-client-2007f-topal.patch
===================================================================
diff -cr alpine-2.00.orig/imap/src/c-client/mail.h alpine-2.00.new/imap/src/c-client/mail.h
*** src/c-client/mail.h	2008-08-08 18:34:22.000000000 +0100
--- src/c-client/mail.h	2009-05-01 13:40:37.000000000 +0100
***************
*** 775,780 ****
--- 775,781 ----
      unsigned long bytes;	/* size of text in octets */
    } size;
    char *md5;			/* MD5 checksum */
+   unsigned short topal_hack;    /* set to 1 if topal has wrecked the sending */
    void *sparep;			/* spare pointer reserved for main program */
  };
  
diff -cr alpine-2.00.orig/imap/src/c-client/mail.c alpine-2.00.new/imap/src/c-client/mail.c
*** src/c-client/mail.c	2008-06-04 19:39:54.000000000 +0100
--- src/c-client/mail.c	2009-04-30 22:34:13.000000000 +0100
***************
*** 2712,2717 ****
--- 2712,2719 ----
    BODY *b = NIL;
    PART *pt;
    unsigned long i;
+   /* Topal hack 2 */
+   mail_fetchstructure (stream,msgno,&b);
  				/* make sure have a body */
    if (section && *section && mail_fetchstructure (stream,msgno,&b) && b)
      while (*section) {		/* find desired section */





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2012-10-15 12:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-15 12:35 [gentoo-commits] gentoo-x86 commit in net-libs/c-client/files: c-client-2007f-topal.patch Eray Aslan (eras)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox