Package: claws-mail Version: 3.4.0-2 Severity: normal My sysadmin changed the SSL certificate of my IMAP server. Then, Claws Mail warns me because of the new certificate. I choose "cancel the connection" because I don't have the fingerprint yet so I cannot check it.
Then Claws Mail segfault. Upstream fixed the problem in CVS. The following patch has landed in CVS: Index: src/imap.c =================================================================== RCS file: /pack/anoncvs/sylpheedclaws/sylpheed-claws/src/imap.c,v retrieving revision 1.179.2.217 diff -u -p -u -r1.179.2.217 imap.c --- src/imap.c 2008/04/18 16:25:48 1.179.2.217 +++ src/imap.c 2008/05/15 16:52:40 @@ -1128,8 +1128,10 @@ static IMAPSession *imap_session_new(Fol ok = imap_cmd_starttls(session); if (ok != MAILIMAP_NO_ERROR) { log_warning(LOG_PROTOCOL, _("Can't start TLS session.\n")); - SESSION(session)->sock = NULL; - session_destroy(SESSION(session)); + if (!is_fatal(ok)) { + SESSION(session)->sock = NULL; + session_destroy(SESSION(session)); + } return NULL; } -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.24-1-amd64 (SMP w/2 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages claws-mail depends on: ii libaspell15 0.60.5-2.2 GNU Aspell spell-checker runtime l ii libc6 2.7-11 GNU C Library: Shared libraries ii libcairo2 1.6.4-1+b1 The Cairo 2D vector graphics libra ii libcompfaceg1 1:1.5.2-4 Compress/decompress images for mai ii libdbus-glib-1-2 0.74-4 simple interprocess messaging syst ii libetpan13 0.54-1 mail handling library ii libglib2.0-0 2.16.3-2 The GLib library of C routines ii libgtk2.0-0 2.12.9-4 The GTK+ graphical user interface ii libice6 2:1.0.4-1 X11 Inter-Client Exchange library ii libldap-2.4-2 2.4.7-6.3+b1 OpenLDAP libraries ii libpango1.0-0 1.20.2-2 Layout and rendering of internatio ii libpisock9 0.12.3-4+b1 library for communicating with a P ii libsm6 2:1.0.3-1+b1 X11 Session Management library ii libssl0.9.8 0.9.8g-10 SSL shared libraries Versions of packages claws-mail recommends: ii aspell-en [aspell-dictionary] 6.0-0-5.1 English dictionary for GNU Aspell ii aspell-fr [aspell-dictionary] 0.50-3-6 French dictionary for aspell ii claws-mail-i18n 3.4.0-2 Locale data for Claws Mail (i18n s ii xfonts-100dpi 1:1.0.0-4 100 dpi fonts for X ii xfonts-75dpi 1:1.0.0-4 75 dpi fonts for X -- no debconf information -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]