Commit graph

15 commits

Author SHA1 Message Date
Colin Leroy
8ab3094b50 2004-08-17 [colin] 0.9.12cvs65.1
* src/common/ssl.c
	* src/plugins/pgpmime/plugin.c
		Sync with HEAD
2004-08-17 06:40:55 +00:00
Colin Leroy
6fbc6aaae2 Sync from 0.9.12cvs55 HEAD (nonblocking SSL_connect) 2004-08-09 14:19:08 +00:00
Colin Leroy
e91e45ec9c * tools/Makefile.am
remove launch_firebird and add nautilus2sylpheed.sh
* src/quicksearch.c
  src/summaryview.c
	Fix show/hide "Extended symbols" button problem
	Fix apparition at startup
	Fix const warnings
* src/plugins/image_viewer/Makefile.am
	Fix configure
* common/ssl.c
	Re-enable certificate check, as it doesn't seem to
	cause Xlib errors anymore
2004-06-26 10:09:21 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Christoph Hohmann
5a29f454b6 0.9.0claws40
* src/main.c
        don't popup main window on --receive or --receive-all

* src/mainwindow.[ch]
* src/plugins/trayicon/trayicon.c
        allow hiding of main window by clicking on the trayicon
        (doesn't work correctly in seperate window mode and may
         cause unexpected GTK problems I couldn't find yet)

* src/common/ssl.c
        remove incorrect warning
2003-06-16 19:02:35 +00:00
Paul Mangan
f35dc77cd5 fix typo introduced in last sync 2003-05-06 16:30:15 +00:00
Paul Mangan
d709696965 sync with 0.8.11cvs39 2003-05-06 09:17:37 +00:00
Christoph Hohmann
f4382170dd 0.8.11claws67
* src/folder.c
        change processing folder name from .processing to processing

* src/common/ssl.c
        disable SSL certificate check because it causes Xlib error
        when the child process want's to open an GTK window
2003-03-30 14:48:13 +00:00
Colin Leroy
2368df55b2 test existence of cert.pem (problem seems common, Paul and me already
had it)
2002-12-09 11:11:59 +00:00
Colin Leroy
1427df95d0 moved ssl_certificate.[ch] to common 2002-12-09 09:05:48 +00:00
Colin Leroy
bb9cb53236 hook for certificate acception 2002-12-09 08:54:56 +00:00
Christoph Hohmann
91e8ab0aaf 0.8.6claws75
* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
        use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL

* src/common/sylpheed.[ch]
* src/common/version.h.in
        start seperation of common code initialization seperated from gui

last commit did not work without this, so here is the rest
2002-12-08 13:52:10 +00:00
Christoph Hohmann
6aa3d40bc0 0.8.6claws49
* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/
2002-12-02 17:41:39 +00:00
Renamed from src/ssl.c (Browse further)