Commit graph

168 commits

Author SHA1 Message Date
Colin Leroy
0bcf8332a4 put back includes, cleaner ssl certs popups 2002-12-08 15:57:35 +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
Paul Mangan
309a101bed more changes to the English 2002-11-29 09:41:51 +00:00
Paul Mangan
9025b13a47 a few more improvements to the English 2002-11-28 17:23:30 +00:00
Paul Mangan
317a937333 improve the English in the GUI 2002-11-27 17:41:38 +00:00
Paul Mangan
07a296b475 sync with 0.8.6cvs12 2002-11-27 09:26:17 +00:00
Paul Mangan
03963d5450 fix breakage caused by last commit 2002-11-25 19:19:09 +00:00
Paul Mangan
04c5cdf0f4 sync with 0.8.6cvs5 2002-11-25 18:11:42 +00:00
Colin Leroy
f67068a4d8 add SSL manager 2002-11-25 15:21:47 +00:00
Melvin Hadasht
7c4baf285d Fixed log clipping bug #616795 2002-11-05 14:58:09 +00:00
Paul Mangan
d456393da2 remove main's 'filter' code 2002-10-31 13:06:34 +00:00
Melvin Hadasht
b73b35d63a Added a missing function declaration in prefs_common.h 2002-10-28 09:27:04 +00:00
Alfons Hoogervorst
c22c8dbfbc * sync with main changes of 2002-10-04
- drop changes to src/compose.c (requires claws specific changes)

- drop changes to src/prefs_folder_item.c (claws implementation
  seems to be working)
2002-10-13 14:12:29 +00:00
Paul Mangan
038c3f0a13 sync with 0.8.4cvs1 2002-10-02 10:24:03 +00:00
Colin Leroy
7c31ed2649 fix a few English errors 2002-09-29 22:06:21 +00:00
Christoph Hohmann
2df0a75cdb * major code cleanup (part 2)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment
	  when suggested by gcc
2002-09-29 13:43:33 +00:00
Paul Mangan
1490406429 sync with 0.8.3cvs7 2002-09-26 10:26:16 +00:00
Christoph Hohmann
f9cd38ada5 * src/prefs_common.c
* src/prefs_folder_item.c
* src/prefs_scoring.c
        Renamed "kill score" to "hide score" in GUI
        and prefs files
2002-09-25 21:19:01 +00:00
Colin Leroy
0c618cd30f * src/prefs_common.[ch]
Add a preference to display send dialog or not
	* src/send.c
		Display send dialog according to preference
2002-09-24 12:11:27 +00:00
Paul Mangan
a1f9bb9505 sync with 0.8.2cvs11 2002-09-06 09:56:18 +00:00
Paul Mangan
ebee082c1a sync with 0.8.2cvs10 2002-09-06 07:38:22 +00:00
Colin Leroy
d7de89290a add signature color configuration 2002-09-04 07:34:15 +00:00
Colin Leroy
2b27e5b818 added autosave 2002-09-03 16:15:17 +00:00
Paul Mangan
a275ff052c sync with 0.8.2cvs5 2002-08-29 09:13:53 +00:00
Melvin Hadasht
1535fa78e6 merged GNU_aspell_branch 2002-08-28 13:04:15 +00:00
Colin Leroy
739a5cd252 * src/summaryview.[ch]
Added a quick search box
        * src/mainwindow.c
        * src/prefs_common.[ch]
                Added a show/hide option for the quick search
2002-08-20 19:14:30 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Melvin Hadasht
a67bcb7852 Made some debug info not translatable and few code cleanups 2002-08-14 13:15:46 +00:00
Paul Mangan
2f14e08b53 rename 'Pixmap' to 'Icon' throughout UI 2002-08-11 08:04:36 +00:00
Paul Mangan
8bd1d905d6 sync with 0.8.1cvs21 2002-08-09 08:16:29 +00:00
Paul Mangan
f5ae4e4c28 sync with 0.8.1cvs14 2002-08-06 10:12:36 +00:00
Paul Mangan
abbd7a7a3c sync with 0.8.1cvs12 2002-08-06 08:38:29 +00:00
Paul Mangan
3376d1e5d9 sync with 0.8.0cvs3 2002-07-24 16:47:21 +00:00
Melvin Hadasht
481bfef8a0 Fix some memory leaks 2002-07-23 17:17:28 +00:00
Alfons Hoogervorst
6f47472eb0 remove option "Send return receipt on request" 2002-07-21 20:33:46 +00:00
Paul Mangan
09b45efc05 add browser command line for galeon 2002-07-21 08:14:12 +00:00
Melvin Hadasht
292529e620 * src/selective_download.[ch]
Fixed bug where closing the dialog with the window manager's
	close button will not unlock the summary
	Corrected some function declarations that missed a return value
	Made the source code comply better with coding style.
* src/prefs_common.c
	Added a new browser command line for Mozilla.
2002-07-19 08:45:10 +00:00
Christoph Hohmann
8da5cfd6ba * major code cleanup (part 1)
- unused variables removed
        - unused functions removed
        - uninitialized variables checked
        - missing return statements added
        - missing function return types added
        - added parentheses around assignment and
          && in || when suggested by gcc

* src/mh.c
* src/folder.c
        replaced direct calls to folder->scan_tree
        with folder_scan_tree and restore folder
        prefs in this function. The folder should
        not have to deal with them.
        ( Should now work for all folder types )
2002-07-02 19:49:11 +00:00
Paul Mangan
7d2a5c9135 sync with 0.7.8cvs13 2002-07-02 09:41:25 +00:00
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Paul Mangan
cd3d8c0f23 sync with 0.7.8cvs11 2002-06-28 09:58:50 +00:00
Paul Mangan
19ddf31c2e sync with 0.7.8cvs7 2002-06-26 06:48:01 +00:00
Paul Mangan
c1f142c05f sync with 0.7.8cvs5 2002-06-22 17:49:39 +00:00
Alfons Hoogervorst
62b7fa5926 control size of log text in log window; closes patch #569155 submitted by Mitko Haralanov. 2002-06-16 00:16:34 +00:00
Melvin Hadasht
c341e8d1af po/POTFILES.in
Added src/string_match.c
src/string_match.c
	Fixed possible buffer overflow.
	Corrected typo.
	Added missing config.h header.
src/prefs_common.c
src/prefs_matcher.c
src/prefs_scoring.c
	Made some strings translatable (missing _(..)).
2002-06-13 12:06:35 +00:00
Melvin Hadasht
7bdbf6e5a3 README.claws
Corrected action example (verifying clearsigned mail).
src/prefs_account.c
	Corrected typo.
src/prefs_common.c
	Removed incorrect line that generated a Gtk-CRITICAL msg.
2002-06-13 08:39:05 +00:00
Paul Mangan
95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Paul Mangan
3cb26a1e52 sync with 0.7.6cvs13 2002-05-22 18:42:55 +00:00
Paul Mangan
c33e894f45 sync with 0.7.5cvs20 2002-05-12 06:56:28 +00:00