Nampaknya versi ini solve problem crash on start up, silakan di coba. Begin forwarded message:
Date: Fri, 17 Jan 2003 17:26:21 -0800 From: babbee <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: Re: [Claws-w32-users] ANNOUNCE: New Build: 0.8.8claws111 (with retail version crash fix) hey, no crash on startup!!!!! Looks like this fixed it for me! Thanks Thorsten!!!! Dennis At 02:12 AM 1/18/2003 +0100, you wrote: >0.8.8claws111 >(for Win32) is available at >http://claws-w32.sf.net >This build contains a fix in the gpgme library that seems >to be the cause of the recent crashes of the retail version, >where the debug version ran stable. >Please note that the plugins API also changed a little, so >please update them as well. >The trayplugin is also updated > http://netztorte.de/sylpheed/claws/plugins/trayplugin1.3.zip >Please test. >ChangeLog.Claws.w32 diff: >ChangeLog.Claws diff: >--- ChangeLog.Claws.old Mon Jan 13 05:06:28 2003 >+++ ChangeLog.Claws Sat Jan 18 00:26:00 2003 >@@ -1,3 +1,144 @@ >+2003-01-17 [christoph] 0.8.8claws111 >+ >+ * src/folder.c >+ destroy folder items, when a folder item is removed >+ >+2003-01-17 [christoph] 0.8.8claws110 >+ >+ * src/folder.c >+ fix wrong folder stats update when ignored message is >+ deleted >+ >+2003-01-17 [colin] 0.8.8claws109 >+ >+ * src/mainwindow.c >+ * src/summaryview.c >+ Quicksearch bugfixes: >+ - hide help button at startup if not extended >+ - switch to extended when looking for replies >+ >+2003-01-17 [paul] >+ >+ * sync with 0.8.9 release >+ >+2003-01-17 [paul] 0.8.8claws108 >+ >+ * sync with 0.8.8cvs11 >+ see ChangeLog 2003-01-17 >+ >+2003-01-16 [colin] 0.8.8claws107 >+ >+ * src/procmsg.c >+ Changed encryption test to re-ask passphrase >+ if an encrypted message hasn't been decrypted >+ Fixes bug #5 >+ >+2003-01-16 [christoph] 0.8.8claws106 >+ >+ * src/prefs_gtk.c >+ * src/prefs_toolbar.c >+ * src/gtk/prefswindow.h >+ * src/plugins/spamassassin/spamassassin_gtk.c >+ remove page destroy function that is not used anymore >+ >+2003-01-16 [paul] 0.8.8claws105 >+ >+ * sync with 0.8.8cvs9 >+ see ChangeLog 2002-01-16 >+ >+2003-01-16 [colin] 0.8.8claws104 >+ >+ * src/compose.[ch] >+ Fix bug with autosaved drafts for IMAP, when draft >+ folder is specified - fixes bugzilla bug #20 >+ >+2003-01-15 [paul] 0.8.8claws103 >+ >+ * src/compose.[ch] >+ src/procmsg.c >+ store folder and message-id of message forwarding >+ in queue header and set forward flag after sending >+ >+2003-01-15 [paul] 0.8.8claws102 >+ >+ * sync with 0.8.8cvs8 >+ see ChangeLog 2002-01-15 >+ >+2003-01-15 [colin] 0.8.8claws101 >+ >+ * src/Makefile.am >+ Fix linking with GNU libiconv >+ >+2003-01-15 [darko] 0.8.8claws100 >+ >+ * src/pine.c >+ fix crash when importing pine address book >+ entry with an empty name (reported by DY >+ <dybulk at tri8.net>) >+ >+2003-01-14 [paul] 0.8.8claws99 >+ >+ * configure.in ** REMOVED ** >+ configure.ac ** NEW FILE ** >+ rename configure.in to configure.ac, as it is now >+ preferred >+ >+2003-01-14 [melvin] 0.8.8claws98 >+ >+ * src/folderview.c >+ folderview_check_new(): More precise function >description+ >+2003-01-14 [melvin] 0.8.8claws97 >+ >+ * src/folderview.c >+ folderview_check_new(): return the number of new >messages + since last check. >+ * src/inc.c >+ inc_account_mail(): Disable counting of new messages >for IMAP+ and NNTP until bug [19] and [14] are >fixed.+ >+2003-01-14 [paul] 0.8.8claws96 >+ >+ * sync with 0.8.8cvs6 >+ see ChangeLog 2003-01-14 >+ >+2003-01-13 [alfons] 0.8.8claws95 >+ >+ * src/textview.c >+ tune email address validation (c. 0.8.8claws89): if . >is + just one char away from @, the address is invalid >too + (correctly rejects addresses like [email protected]) >+ >+2003-01-13 [paul] 0.8.8claws94 >+ >+ * src/messageview.c >+ src/toolbar.c >+ fixes to the Message View toolbar and menu: >+ fix non-functioning Forward button >+ make Reply button consider default_reply_list >+ remove 'Follow-up...' menu entry >+ add 'Forward' and 'Redirect' menu entries >+ >+2003-01-13 [melvin] 0.8.8claws93 >+ >+ * src/inc.c >+ Fixed typo that could make new messages count >incorrect.+ >+2003-01-13 [melvin] 0.8.8claws92 >+ >+ * src/folderview.[ch] >+ folderview_check_new(): return the number of new >messages.+ * src/inc.c >+ Should fix bug [14] where new mail notification worked >+ incorrectly with IMAP accounts. >+ inc_spool_account(): return number of new msgs, or -1 >on error+ inc_all_spool(): return number of new msgs >+ >+2003-01-13 [melvin] 0.8.8claws91 >+ >+ * src/prefs_actions.c >+ Justify help text. >+ > 2003-01-12 [thorsten] 0.8.8claws90 > > * src/common/prefs.c >@@ -28,7 +169,7 @@ > 2003-01-12 [paul] 0.8.8claws86 > > * sync with 0.8.8cvs5 >- see ChangeLog 2002-01-13 (!) >+ see ChangeLog 2003-01-13 (!) > > 2003-01-12 [alfons] 0.8.8claws85 > >@@ -39,7 +180,7 @@ > give up const-correctness on functions that call > non-const-correct functions; several casts to gpointer > in g_free(); add change_score; >- >+ > 2003-01-12 [christoph] 0.8.8claws84 > > * src/compose.c >@@ -95,7 +236,7 @@ > * src/toolbar.c > use the translatable string for "Separator" as file > name for separator toolbar items (probably make this > uppercase?) >- >+ > 2003-01-10 [alfons] 0.8.8claws79 > > * src/prefs_toolbar.c >ChangeLog diff: >--- ChangeLog.old Mon Jan 13 00:56:18 2003 >+++ ChangeLog Fri Jan 17 19:04:18 2003 >@@ -1,3 +1,78 @@ >+2003-01-17 >+ >+ * version 0.8.9 >+ >+2003-01-17 >+ >+ * updated INSTALL. >+ >+2003-01-17 >+ >+ * src/quoted-printable.c: qp_encode_line(): fixed linebreak >+ duplication bug if the source string has CRLF. >+ * src/utils.[ch]: >+ canonicalize_str(): new. Returns newly allocated >canonicalized+ string. >+ uncanonicalize_file(): new. Uncanonicalize (CRLF -> LF) text. >+ uncanonicalize_file_replace(): new. >+ * src/compose.c: always canonicalize body before processing, >and+ uncanonicalize before returning. >+ >+2003-01-17 >+ >+ * src/procmime.c: procmime_get_encoding_for_charset(): prefer >+ ENC_8BIT for Russian charsets. >+ * src/compose.c: compose_write_to_file(): use base64 when >signing+ 8bit message. >+ >+2003-01-16 >+ >+ * src/prefs_common.c: prefs_send_create(): added a description >for+ the setting of Content-Transfer-Encoding. >+ >+2003-01-16 >+ >+ * src/codeconv.c: fixed locale_table for Russian locales >(thanks to+ Sergey Vlasov). >+ * src/procmime.c: procmime_get_encoding_for_charset(): return >+ ENC_BASE64 for ISO-8859-5, KOI8-* and Windows-1251. >+ * src/compose.c: compose_attach_append(): set correct Content- >+ Transfer-Encoding for message/rfc822. >+ compose_write_to_file(): enabled user-definable >Content-Transfer-+ Encoding. >+ * src/prefs_common.[ch]: added an option for user-defined >Content-+ Transfer-Encoding. >+ >+2003-01-15 >+ >+ * src/quoted-printable.[ch]: qp_encode_line(): fixed a bug if >the+ line doesn't end with linebreak. >+ >+2003-01-15 >+ >+ * implemented quoted-printable encoding. >+ * src/quoted-printable.[ch]: qp_encode_line(): new. >+ * src/compose.c: >+ compose_write_to_file() >+ compose_write_attach(): implemented quoted-printable >encoding.+ compose_attach_property_create(): enabled >quoted-printable menu+ item. >+ * src/procmime.c: procmime_get_encoding_for_charset(): return >+ ENC_QUOTED_PRINTABLE for ISO-8859-* and CP125* charset. >+ * src/Makefile.am: added $(LIBICONV) to sylpheed_LDADD for >libiconv+ support. >+ >+2003-01-14 >+ >+ * src/folderview.c >+ src/summaryview.c >+ src/utils.[ch]: get_abbrev_newsgroup_name(): improved the way >+ of abbreviation of newsgroup name. >+ >+2003-01-14 >+ >+ * configure.in: show the result of iconv detection. >+ > 2003-01-13 > > * src/codeconv.[ch]: made the transition from libjconv to > iconv(). >-- >Thorsten Maerz <[EMAIL PROTECTED]> >Sylpheed-claws/Win32: http://claws-w32.sf.net >------------------------------------------------------- >This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts >will allow you to extend the highest allowed 128 bit encryption to all >your clients even if they use browsers that are limited to 40 bit >encryption. Get a guide >here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en________ >_______________________________________ Claws-w32-users mailing list >[EMAIL PROTECTED] >https://lists.sourceforge.net/lists/listinfo/claws-w32-users ------------------------------------------------------- This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will allow you to extend the highest allowed 128 bit encryption to all your clients even if they use browsers that are limited to 40 bit encryption. Get a guide here:http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0030en _______________________________________________ Claws-w32-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/claws-w32-users -- syafril ------- Syafril Hermansyah<syafril-at-dutaint.co.id> -- Milis Diskusi antar Sylpheed (Sang Peri-Angin) User Indonesia Subscribe/Unsubscribe : Lihat Message Header aja ya :-)
