Update of /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/etpan
In directory sunsite.dk:/tmp/cvs-serv9009/src/etpan
Modified Files:
Tag: stable_2_2
imap-thread.c
Log Message:
2006-05-22 [colin] 2.2.0cvs1-stable
* src/action.c
* src/export.c
* src/filtering.c
* src/folder.c
* src/folder.h
* src/folderview.c
* src/gedit-print.c
* src/imap.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/matcher.c
* src/mbox.c
* src/mh.c
* src/mimeview.c
* src/procmsg.c
* src/send_message.c
* src/statusbar.c
* src/summaryview.c
* src/summaryview.h
* src/etpan/imap-thread.c
Backport fixes from 2.2.0cvs{6,11,18,19,20,29,39,40,41,46}:
always obey 'confirm before marking all mails read' option
fix mbox import/export behaviour on failure
fix automatic rule creation with List-Post
get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
fix some compiler warnings
don't initialize g_thread subsystem if it's already done
fix saving of parts when there name can't be converted from UTF-8.
fix bug #830 (Some unread messages get marked read in IMAP inbox)
fix bug #955 (copying messages between imap folders is extremely slow)
fix infinite loop in filtering when encountering move+copy
Index: imap-thread.c
===================================================================
RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/etpan/Attic/imap-thread.c,v
retrieving revision 1.1.4.35
retrieving revision 1.1.4.35.2.1
diff -u -d -r1.1.4.35 -r1.1.4.35.2.1
--- imap-thread.c 2006/04/23 11:30:37 1.1.4.35
+++ imap-thread.c 2006/05/22 17:32:35 1.1.4.35.2.1
@@ -338,7 +338,7 @@
g_warning("no cert presented.\n");
return 0;
}
- cert = d2i_X509(NULL, &certificate, len);
+ cert = d2i_X509(NULL, (unsigned char **) &certificate, len);
if (cert == NULL) {
g_warning("can't get cert\n");
return 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.