Commit graph

197 commits

Author SHA1 Message Date
Alfons Hoogervorst
982d06b001 * src/prefs_common.[ch]
* src/procmsg.c
	restrict threading by subject by checking thread for
	age (prefs_common.thread_by_subject_max_age)
2003-06-19 08:45:07 +00:00
Alfons Hoogervorst
2bc6045a56 * src/prefs_common.c
fix bug #163 "Icon switching doesnt work properly" by
	preventing early freeing of prefs_common.pixmap_theme_path.
2003-06-09 15:16:07 +00:00
Paul Mangan
0933c00684 sync with 0.9.0cvs10 2003-05-27 07:36:59 +00:00
Alfons Hoogervorst
f8e5d2cfaa * src/common/session.c
remove debug traces

* src/addrcache.[ch]
* src/filtering.[ch]
* src/folder.[c]
* src/gtkaspell.[ch]
* src/imap.[ch]
* src/mbox_folder.[ch]
* src/mh.[ch]
* src/mimeview.h
* src/msgcache.[ch]
* src/news.[ch]
* src/passphrase.[ch]
* src/prefs_common.[ch]
* src/prefs_gtk.[ch]
* src/procmsg.c
* src/scoring.[ch]
	be pedantic; (in prototypes () implies (int))
2003-05-13 11:54:19 +00:00
Paul Mangan
015f46648a sync with 0.8.11cvs43 2003-05-09 08:21:45 +00:00
Paul Mangan
444b506bf3 remove 'Open next message on deletion' option 2003-04-17 22:36:18 +00:00
Paul Mangan
e6be1cfd46 rearrange common prefs 2003-04-15 20:48:37 +00:00
Paul Mangan
bc62d5abfe add common prefs option '/Interface/Open next message on deletion' 2003-04-15 20:47:05 +00:00
Paul Mangan
d0b9e3b2c0 sync with 0.8.11cvs18 2003-04-05 08:58:21 +00:00
Christoph Hohmann
f59989d008 0.8.11claws46
* configure.ac
* src/Makefile.am
* src/imageview.[ch]                            ** REMOVE **
* src/messageview.[ch]
* src/mimeview.[ch]
* src/prefs_common.[ch]
* src/textview.c
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore           ** NEW **
* src/plugins/image_viewer/Makefile.am          ** NEW **
* src/plugins/image_viewer/plugin.c             ** NEW **
* src/plugins/image_viewer/viewer.[ch]          ** NEW **
        move image viewer into a plugin (building is enabled by default)
        [ToDo: Prefs for resize and autoview]
2003-03-25 20:07:15 +00:00
Thorsten Maerz
2887094b12 get_resized_size() and prefs_common accessible from plugins 2003-03-17 16:52:25 +00:00
Christoph Hohmann
5e8ae32426 0.8.10claws64
* src/account.c
* src/addressadd.c
* src/compose.c
* src/gtkaspell.c
* src/gtkxtext.h                ** REMOVE **
* src/imap.c
* src/matcher.[ch]
* src/mh.c
* src/news.c
* src/pine.c
* src/prefs_common.c
* src/prefs_matcher.c
* src/procheader.[ch]
* src/procmsg.[ch]
* src/toolbar.c
* src/common/ssl_certificate.c
* src/gtk/colorlabel.c
* src/gtk/menu.c
        o fix warnings
        o remove code obsoleted by new cache and folder system rework
2003-02-28 23:11:56 +00:00
Thorsten Maerz
b184f4255e do not use description as attachment name 2003-02-22 12:09:38 +00:00
Colin Leroy
2bde1e90b4 X11 style colors for every configurable color 2003-02-19 22:09:32 +00:00
Alfons Hoogervorst
5e6562d987 * src/prefs_gtk.[ch]
* src/prefs_common.c
	for color_new accept both plain integers and X11 style color
	names (as found in /usr/lib/X11/rgb.txt
2003-02-19 21:46:30 +00:00
Paul Mangan
e280fb504b move 'Maximum number of articles to download' to account prefs 2003-02-19 15:58:09 +00:00
Paul Mangan
77dc914c07 make blue the default new mail colour 2003-02-18 05:55:38 +00:00
Paul Mangan
4676ffd561 sync with 0.8.10cvs14 2003-02-18 05:42:13 +00:00
Paul Mangan
ce8d16d877 move signature settings to Account Prefs 2003-02-14 16:45:54 +00:00
Colin Leroy
1d8cc742ef option to disable threading by subject 2003-02-04 20:57:27 +00:00
Paul Mangan
32db20d5e9 sync with 0.8.9cvs3 2003-01-30 11:27:22 +00:00
Paul Mangan
15b3953f2f rename the 'Unread' column to 'Status' 2003-01-26 12:56:56 +00:00
Paul Mangan
7c28607819 re-implement per-folder message threading 2003-01-25 01:30:03 +00:00
Paul Mangan
b956293c1e sync with 0.8.8cvs9 2003-01-16 11:02:43 +00:00
Paul Mangan
1c9cf5d447 sync with 0.8.8cvs5 2003-01-12 17:59:21 +00:00
Paul Mangan
be6f792808 small change to English 2003-01-05 17:19:27 +00:00
Christoph Hohmann
6b0ed0c163 0.8.7claws8
* src/Makefile.am
* src/account.[ch]
* src/addrbook.c
* src/addressbook.c
* src/addrindex.c
* src/filtering.c
* src/folder.c
* src/matcher.c
* src/prefs.[ch]                ** REMOVE **
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_common.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_filtering.c
* src/prefs_folder_item.c
* src/prefs_gtk.[ch]            ** NEW **
* src/prefs_matcher.c
* src/prefs_scoring.c
* src/prefs_summary_column.c
* src/procmime.c
* src/selective_download.c
* src/toolbar.c
* src/common/Makefile.am
* src/common/prefs.[ch]		** NEW **
        split prefs.[ch] into prefs_gtk.[ch] and common/prefs.[ch]
2002-12-25 13:46:41 +00:00
Paul Mangan
0e62663c21 sync with 0.8.6cvs26 2002-12-20 07:33:23 +00:00
Colin Leroy
5ecfaf2249 save last used quicksearch type 2002-12-11 10:16:39 +00:00
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