Commit graph

2216 commits

Author SHA1 Message Date
Alfons Hoogervorst
8af943915c keep myself inspired to re-organize matcher part 8;
yes, more to come (I need to move out the descriptive
text for actions to matcher.c, or at least make it not
depend on the wicked ordering)

* src/prefs_matcher.c
	add documentation so others may comprehend the
	UI part of the conditions
2003-01-06 22:21:59 +00:00
Christoph Hohmann
1a68c0bd6a 0.8.8claws59
* src/prefs_actions.c
        use new description window for syntax help
* src/gtk/description_window.c
        fix display of descriptions with column count != 2

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2003-01-06 22:01:43 +00:00
Christoph Hohmann
cd2e20e644 0.8.8claws58
* src/quote_fmt.c
* src/summaryview.[ch]
* src/gtk/Makefile.am
* src/gtk/description_window.[ch]       ** NEW **
        use a generic window to display syntax descriptions
        currently used in quote_fmt and summaryview (new description
        for extended quick search)

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)
2003-01-06 21:16:17 +00:00
Paul Mangan
68d70cda85 sync with 0.8.8cvs1 2003-01-06 20:39:06 +00:00
Christoph Hohmann
813838190a 0.8.8claws56
* src/mainwindow.c
* src/prefs_gtk.[ch]
* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        o remove page management from prefswindow, pages
          will be an argument to prefswindow_open
        o prefswindow_open gets a datapointer that is
          passed to the widget_create function to allow
          creation of prefswindow for specific items
2003-01-06 19:53:32 +00:00
Christoph Hohmann
0732d727ff 0.8.8claws56
* src/mainwindow.c
* src/prefs_gtk.[ch]
* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        o remove page management from prefswindow, pages
          will be an argument to prefswindow_open
        o prefswindow_open gets a datapointer that is
          passed to the widget_create function to allow
          creation of prefswindow for specific items
2003-01-06 18:54:30 +00:00
Paul Mangan
212494bc69 fix an old typo 2003-01-06 15:28:57 +00:00
Colin Leroy
6e464e5610 no regexp in reply-finder 2003-01-06 13:29:04 +00:00
Jens Oberender
c0e2dbe09a * src/jpilot.c
fixed a wrong free in jpilot_read_db_files
2003-01-06 11:09:17 +00:00
Colin Leroy
8a07c151e7 cvs-proxy for Alfons ;) 2003-01-06 09:16:45 +00:00
Colin Leroy
96d18eb6ab cleanup & reply-finder now displays the first
matching message
2003-01-05 23:31:30 +00:00
Alfons Hoogervorst
4aa031a1a1 re-organize matcher part 7; more to come
* src/matcher.[ch]
	fixes for constant correctness;
	more documentation;
2003-01-05 22:24:25 +00:00
Alfons Hoogervorst
21618f099e re-organize matcher part 6; more to come
* src/matcher.[ch]
	fixes for constant correctness;
	more documentation;
* src/filtering.c
	fix for constant correctness
2003-01-05 19:36:33 +00:00
Colin Leroy
7ab4951b32 basic reply-finder 2003-01-05 17:33:08 +00:00
Paul Mangan
be6f792808 small change to English 2003-01-05 17:19:27 +00:00
Paul Mangan
9d82c7a741 prefs_filtering_action_select(): improve logic and uniformity of gui 2003-01-05 17:19:02 +00:00
Alfons Hoogervorst
3e3e6f1b0f fine tune solution to focus problems (bug #7)
* src/mainwindow.c
	mainwindow_focus_in_event(): remove grab event check
* src/summaryview.c
	summary_button_pressed(): move selection on right-click
	too. we can't possibly move the selection back after
	canceling a dialog, because gtk's incomplete focus
	management. whether this is a good solution, only time
	will tell.
2003-01-05 13:02:43 +00:00
Christoph Hohmann
ace947d221 0.8.8claws46
* src/imap.c
        fix crash when no imap connection could be established
2003-01-05 12:31:53 +00:00
Paul Mangan
9c4b0d395f fix bug 605957 'shortcuts in popup-menu' 2003-01-05 12:28:18 +00:00
Alfons Hoogervorst
72c7198479 * src/mainwindow.c
focus_in_event handler should not select summary view row
	when another window (menu, dialog) grabbed for events
	(bug #7, "[0.8.8claws42] Message summary focus")
2003-01-05 00:07:28 +00:00
Christoph Hohmann
ca5b2edee1 0.8.8claws43
* src/procmsg.c
        update save folder after adding the sent message
2003-01-04 20:49:30 +00:00
Christoph Hohmann
5e3cd1571b 0.8.8claws42
* src/common/plugin.c
        fix unloading of all plugins and unload
        plugins in reverse order

* src/gtk/pluginwindow.c
        implement function of load and unload button

* src/gtk/prefswindow.c
* src/gtk/prefswindow.h
        rename register function and add new unregister
        function

* src/plugins/spamassassin/spamassassin_gtk.c
        unregister prefs page and update for changes in
        src/gtk/prefswindow.c
2003-01-02 22:16:35 +00:00
Paul Mangan
b29f1e80fd update Spanish translation 2003-01-02 18:33:03 +00:00
Paul Mangan
d6b3b54223 fixes and improvements to tb2sylpheed 2003-01-02 18:03:25 +00:00
Thorsten Maerz
7626a602c0 fixed wrong return value 2003-01-02 13:07:27 +00:00
Thorsten Maerz
94940abd1c fixed printing wrong variable 2003-01-02 04:50:03 +00:00
Thorsten Maerz
9e7299dc5b fixed acessing members of freed pfile struct 2003-01-02 04:21:25 +00:00
Thorsten Maerz
11f7df887d detect loops across several messages 2003-01-02 04:16:13 +00:00
Match Grun
9959698636 Fixed memory leak. 2003-01-02 01:56:30 +00:00
Match Grun
9d719d9131 Fixed memory leak. 2003-01-01 21:20:20 +00:00
Thorsten Maerz
20c2feaafe inhibit endless loop if msg references itself 2003-01-01 17:47:30 +00:00
Christoph Hohmann
f37726a51d 0.8.8claws33
* src/mainwindow.c
* src/gtk/Makefile.am
* src/gtk/pluginwindow.c                ** NEW **
* src/gtk/pluginwindow.h                ** NEW **
        add plugin window

* src/plugins/demo/demo.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
        write better plugin descriptions
2003-01-01 16:30:29 +00:00
Christoph Hohmann
9baf5095a6 0.8.8claws32
* src/gtk/prefswindow.c
* src/plugins/spamassassin/spamassassin_gtk.c
        some small improvements to GTK code
2002-12-31 17:02:45 +00:00
Christoph Hohmann
d84f72accf 0.8.8claws31
* src/plugins/spamassassin/spamassassin_gtk.c
        enable folder select button
2002-12-31 15:46:52 +00:00
Christoph Hohmann
e855d20cd5 0.8.8claws30
* src/mainwindow.c
* src/gtk/Makefile.am
* src/gtk/prefswindow.c                         ** NEW **
* src/gtk/prefswindow.h                         ** NEW **
        add new prefs window

* src/common/plugin.c
        don't try to load empty config lines

* src/plugins/spamassassin/Makefile.am
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin.h       ** NEW **
* src/plugins/spamassassin/spamassassin_gtk.c   ** NEW **
        GTK config for SpamAssassin Plugin using
        the new prefs window
2002-12-31 14:43:41 +00:00
Paul Mangan
bbd1de6f48 remove obsolete entry 2002-12-31 13:08:10 +00:00
Paul Mangan
903225b018 remove obsolete entry from POTFILES.in 2002-12-31 13:07:54 +00:00
Alfons Hoogervorst
43deed397a suggestion for doxygen commenting style 2002-12-31 10:45:07 +00:00
Alfons Hoogervorst
5877505b30 * src/matcher.[ch]
* src/matcher_parser_parse.y
* src/prefs_matcher.c
	add "ignore_thread" and "~ignore_thread" condition so it's
	possible to make the actions / scoring operate on the ignore
	thread flag
2002-12-31 09:46:20 +00:00
Christoph Hohmann
dfe9d950ac 0.8.8claws27
* src/addrbook.c
* src/addrindex.c
* src/folder.c
* src/matcher.c
* src/prefs_account.c
* src/prefs_actions.c
* src/prefs_customheader.c
* src/prefs_display_header.c
* src/prefs_gtk.c
* src/procmime.c
* src/toolbar.c
* src/xmlprops.c
* src/common/prefs.[ch]
        extend prefs file handling for reading and automatic handling
        of blocks. When reading prefs_set_block_label will automatically
        move on to the block. When writing it will copy all other blocks
        automatically

* src/common/plugin.c
        Now loading plugin filenames from [Plugins] block in
        sylpheed rc file
2002-12-31 00:11:12 +00:00
Christoph Hohmann
55fcbc963e 0.8.8claws26
* src/common/hooks.[ch]
        return abort status to caller of hooks_invoke

* src/inc.[ch]
        invoke message filtering hook and stop
        default handling when filter returns abort

* src/common/plugin.[ch]
* src/plugins/demo/demo.c
        modify plugin loader, because resolving symbols for strings
        does not work correctly

* configure.in
* ac/spamassassin.m4                            ** NEW **
* src/plugins/spamassassin/.cvsignore           ** NEW **
* src/plugins/spamassassin/Makefile.am          ** NEW **
* src/plugins/spamassassin/README               ** NEW **
* src/plugins/spamassassin/libspamc.[ch]        ** NEW **
* src/plugins/spamassassin/spamassassin.c       ** NEW **
* src/plugins/spamassassin/utils.[ch]           ** NEW **
        add spamassassin plugin, see src/plugins/spamassassin/README
        for details
2002-12-30 20:53:59 +00:00
Alfons Hoogervorst
64099157ba * src/mainwindow.c
when moving focus from a message view to the main
	window, don't forget to select the summary node
	of the displayed message. should fix "[ 659103 ]
	focus-follows-mouse confuses sylpheed"
2002-12-29 16:11:53 +00:00
Christoph Hohmann
772cfe5805 update ui_seperation.txt 2002-12-29 15:57:15 +00:00
Christoph Hohmann
08e882d805 0.8.8claws24
* src/Makefile.am
* src/stringtable.[ch]          ** REMOVE **
* src/common/Makefile.am
* src/common/stringtable.[ch]   ** NEW **
        move stringtable files to common directory
2002-12-29 15:33:33 +00:00
Christoph Hohmann
d91ac18502 0.8.8claws23
* src/Makefile.am
* src/menu.[ch]                 ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/menu.[ch]             ** NEW **
        move menu files to gtk directory
2002-12-29 15:03:46 +00:00
Match Grun
d3f7434df3 LDAP/UI code separation. Fix mem leak. 2002-12-29 05:13:00 +00:00
Match Grun
c0c5e4281d LDAP/UI code separation. Fix mem leak.
P/UI code separation. Fix mem leak.
2002-12-29 05:12:00 +00:00
Christoph Hohmann
475ff04dba 0.8.8claws21
* src/folder.c
        only check for IGNORED parent message when message is
        not IGNORED itself
2002-12-29 02:01:57 +00:00
Alfons Hoogervorst
443784997d * src/summaryview.c
set gtksctree's anchor correct (immediate execute
	changes the tree's layout, and anchor points at
	the incorrect row). fixes "[ 657233 ] multiple msg
	delete sometimes off by 1".
	we probably have to look for more tree layout /
	anchor glitches.
2002-12-29 01:12:28 +00:00
Paul Mangan
a34c434698 fix bug [ 659054 ] incorrect sorting of 'From' column 2002-12-29 00:50:48 +00:00