claws.git
21 years agostore folder and message-id of message forwarding to in queue header and set forward...
Paul Mangan [Wed, 15 Jan 2003 13:19:59 +0000 (13:19 +0000)]
store folder and message-id of message forwarding to in queue header and set forward flag after sending

21 years agosync with 0.8.8cvs8
Paul Mangan [Wed, 15 Jan 2003 11:31:35 +0000 (11:31 +0000)]
sync with 0.8.8cvs8

21 years agofix linking with GNU libiconv
Colin Leroy [Wed, 15 Jan 2003 09:17:17 +0000 (09:17 +0000)]
fix linking with GNU libiconv

21 years agoFix crash when importing pine address book entry with an empty name.
Darko Koruga [Wed, 15 Jan 2003 07:02:33 +0000 (07:02 +0000)]
Fix crash when importing pine address book entry with an empty name.

21 years agorename configure.in to configure.ac
Paul Mangan [Tue, 14 Jan 2003 17:27:31 +0000 (17:27 +0000)]
rename configure.in to configure.ac

21 years agorename configure.in to configure.ac
Paul Mangan [Tue, 14 Jan 2003 17:19:36 +0000 (17:19 +0000)]
rename configure.in to configure.ac

21 years agofolderview_check_new(): More precise function description
Melvin Hadasht [Tue, 14 Jan 2003 15:52:19 +0000 (15:52 +0000)]
folderview_check_new(): More precise function description

21 years ago* src/folderview.c
Melvin Hadasht [Tue, 14 Jan 2003 15:34:44 +0000 (15:34 +0000)]
* src/folderview.c
folderview_check_new(): return the number of new messages
since last check.
* src/inc.c
inc_account_mail(): Disable counting of new messages for IMAP
and NNTP until bug [19] and [14] are fixed.

21 years agosync with 0.8.8cvs6
Paul Mangan [Tue, 14 Jan 2003 11:16:47 +0000 (11:16 +0000)]
sync with 0.8.8cvs6

21 years ago* src/textview.c
Alfons Hoogervorst [Mon, 13 Jan 2003 19:57:51 +0000 (19:57 +0000)]
* src/textview.c
tune email address validation (c. 0.8.8claws89): if . is
just one char away from @, the address is invalid too
(correctly rejects addresses like foo@.com)

21 years agofixes to the Message View toolbar and menu
Paul Mangan [Mon, 13 Jan 2003 15:20:59 +0000 (15:20 +0000)]
fixes to the Message View toolbar and menu

21 years agoFixed typo that could make new messages count incorrect
Melvin Hadasht [Mon, 13 Jan 2003 14:48:24 +0000 (14:48 +0000)]
Fixed typo that could make new messages count incorrect

21 years agofix bug [14] where new mail notification worked incorrectly with IMAP accounts
Melvin Hadasht [Mon, 13 Jan 2003 14:36:04 +0000 (14:36 +0000)]
fix bug [14] where new mail notification worked incorrectly with IMAP accounts

21 years agojustify actions' help text
Melvin Hadasht [Mon, 13 Jan 2003 14:29:27 +0000 (14:29 +0000)]
justify actions' help text

21 years agoclose file before rename
Thorsten Maerz [Mon, 13 Jan 2003 05:04:29 +0000 (05:04 +0000)]
close file before rename

21 years ago* AUTHORS
Alfons Hoogervorst [Sun, 12 Jan 2003 22:09:09 +0000 (22:09 +0000)]
* AUTHORS
add Christian Mertes
* src/common/utils.[ch]
g_stricase_hash(), g_stricase_equal(): functions for
case insensitive hash tables
* src/textview.c
use top level domain names to validate email address, based
on a patch by Christian Mertes (thanks!), but changed
implementation to use a hash table

21 years agotime-warped changelog ;-)
Colin Leroy [Sun, 12 Jan 2003 21:30:26 +0000 (21:30 +0000)]
time-warped changelog ;-)

21 years agoupdate Bulgarian translation
Paul Mangan [Sun, 12 Jan 2003 21:26:03 +0000 (21:26 +0000)]
update Bulgarian translation

21 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 12 Jan 2003 19:58:45 +0000 (19:58 +0000)]
* src/summaryview.c
delete / execute performance: use new style folder update

21 years agosync with 0.8.8cvs5
Paul Mangan [Sun, 12 Jan 2003 17:59:21 +0000 (17:59 +0000)]
sync with 0.8.8cvs5

21 years ago* src/filtering.c
Alfons Hoogervorst [Sun, 12 Jan 2003 14:07:40 +0000 (14:07 +0000)]
* src/filtering.c
* src/matcher_parser_parse.y
prepare change_score filtering action
* src/matcher.[ch]
give up const-correctness on functions that call non-const-correct functions;
several casts to gpointer in g_free();
add change_score;

21 years ago0.8.8claws84
Christoph Hohmann [Sun, 12 Jan 2003 01:01:26 +0000 (01:01 +0000)]
0.8.8claws84

* src/compose.c
        fix 2 warnings

* src/gtk/prefswindow.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        changed the call of the widget create function
        for PrefsPages, because sometimes the widget
        create function needs a widget that already has
        been attached to a window (to create GDK pixmaps
        for exmaple). So we simply pass the GtkWindow as
        the second parameter now.

* src/main.c
* src/mainwindow.c
* src/prefs_toolbar.[ch]
        rewrite Toolbar Preferences using the new
        prefs window

21 years ago* src/addressadd.c
Alfons Hoogervorst [Sat, 11 Jan 2003 12:00:27 +0000 (12:00 +0000)]
* src/addressadd.c
fix crash when adding sender to addressbook because status bar
isn't there (the status bar doesn't seem to be used though,
but I'll let Match decide what to do with it)

21 years agotwo useless changes reverted
Colin Leroy [Sat, 11 Jan 2003 11:00:01 +0000 (11:00 +0000)]
two useless changes reverted

21 years ago* src/mainwindow.c
Colin Leroy [Sat, 11 Jan 2003 10:50:29 +0000 (10:50 +0000)]
* src/mainwindow.c
  src/mainwindow.h
Add mainwindow_get_mainwindow()
* src/alertpanel.c
  src/alertpanel.h
Add alertpanel_error_log()
  src/compose.c
  src/inc.c
  src/messageview.c
  src/toolbar.c
  src/main.c
  src/procmsg.c
Network errors get a View Log button

21 years ago* src/prefs_toolbar.c
Alfons Hoogervorst [Fri, 10 Jan 2003 23:38:26 +0000 (23:38 +0000)]
* src/prefs_toolbar.c
* src/toolbar.c
use the translatable string for "Separator" as file name for
separator toolbar items (probably make this uppercase?)

21 years agoforgot to sort the filelist
Christoph Hohmann [Fri, 10 Jan 2003 22:25:10 +0000 (22:25 +0000)]
forgot to sort the filelist

21 years agoupdate doc-src readme.txt
Christoph Hohmann [Fri, 10 Jan 2003 22:20:35 +0000 (22:20 +0000)]
update doc-src readme.txt

21 years ago* src/prefs_toolbar.c
Alfons Hoogervorst [Fri, 10 Jan 2003 22:01:14 +0000 (22:01 +0000)]
* src/prefs_toolbar.c
put right A_SEPARATOR description string in "displayed
toolbar items list" so manually added separators are
saved correctly (bug #10, "Adding a separator to the main
toolbar fails, entry in xml file is wrong")

21 years ago0.8.8claws78
Christoph Hohmann [Fri, 10 Jan 2003 21:56:39 +0000 (21:56 +0000)]
0.8.8claws78

* src/imap.c
        o fix warnings
        o use CAPABILITY to check if NAMESPACE is available

21 years agoadd IMAP NAMESPACE RFC
Christoph Hohmann [Fri, 10 Jan 2003 21:37:08 +0000 (21:37 +0000)]
add IMAP NAMESPACE RFC

21 years agoAdd IMAP UIDPLUS RFC
Christoph Hohmann [Fri, 10 Jan 2003 21:34:22 +0000 (21:34 +0000)]
Add IMAP UIDPLUS RFC

21 years ago0.8.8claws77
Christoph Hohmann [Fri, 10 Jan 2003 20:53:30 +0000 (20:53 +0000)]
0.8.8claws77

* src/imap.[ch]
        apply UIDPLUS IMAP extension support patch

Patch submitted by Simon 'corecode' Schubert

21 years agoa sync from main which fixes the news account folders' Properties bug
Paul Mangan [Fri, 10 Jan 2003 15:51:01 +0000 (15:51 +0000)]
a sync from main which fixes the news account folders' Properties bug

21 years ago0.8.8claws75
Christoph Hohmann [Fri, 10 Jan 2003 14:58:10 +0000 (14:58 +0000)]
0.8.8claws75

* src/folder.c
        don't accept 0 as a valid uid returned by copy and move
        functions. 0 means the message was copied or moved but the
        new uid could not be fetched. It is not an error condition
        for the copy or move operation.

21 years agochange English used in Alert when entry is not used
Paul Mangan [Fri, 10 Jan 2003 09:54:06 +0000 (09:54 +0000)]
change English used in Alert when entry is not used

21 years agosync with 0.8.8cvs4
Paul Mangan [Fri, 10 Jan 2003 09:53:37 +0000 (09:53 +0000)]
sync with 0.8.8cvs4

21 years agoFix crash when importing pine addressbook (reported on ML by dybulk@tri8.net).
Darko Koruga [Fri, 10 Jan 2003 06:41:52 +0000 (06:41 +0000)]
Fix crash when importing pine addressbook (reported on ML by dybulk@tri8.net).

21 years ago* src/inc.c
Alfons Hoogervorst [Thu, 9 Jan 2003 21:36:54 +0000 (21:36 +0000)]
* src/inc.c
filtering performance: use new style folder update

21 years ago0.8.8claws71
Christoph Hohmann [Thu, 9 Jan 2003 20:38:38 +0000 (20:38 +0000)]
0.8.8claws71

* src/compose.c
* src/gtk/menu.[ch]
        fix wrong selecting of mime encoding type, when
        opening property dialog of attachments in the
        compose window. 7bit was always selected and that
        destoryed files with 8bit data.
        (closes bug #9 Sylpheed-claws destroys attachments when
         changing MIME-types)

21 years agoadd info about 'dynamic' signatures
Paul Mangan [Thu, 9 Jan 2003 13:18:08 +0000 (13:18 +0000)]
add info about 'dynamic' signatures

21 years agorevert unwnated sync
Paul Mangan [Thu, 9 Jan 2003 09:06:58 +0000 (09:06 +0000)]
revert unwnated sync

21 years agosync with 0.8.8cvs3
Paul Mangan [Thu, 9 Jan 2003 08:51:02 +0000 (08:51 +0000)]
sync with 0.8.8cvs3

21 years agoadd Kim Schulz
Alfons Hoogervorst [Wed, 8 Jan 2003 21:23:44 +0000 (21:23 +0000)]
add Kim Schulz

21 years ago* src/addressadd.c
Alfons Hoogervorst [Wed, 8 Jan 2003 21:21:41 +0000 (21:21 +0000)]
* src/addressadd.c
apply patch by Kim Schulz to fix build breakage
because of missing variable

21 years agosync with 0.8.8cvs2
Paul Mangan [Wed, 8 Jan 2003 19:57:10 +0000 (19:57 +0000)]
sync with 0.8.8cvs2

21 years agoupdate Italian translation
Paul Mangan [Wed, 8 Jan 2003 19:14:24 +0000 (19:14 +0000)]
update Italian translation

21 years agowhen using 'Add sender to addressbook' allow name to be edited and remarks to be...
Paul Mangan [Wed, 8 Jan 2003 19:13:51 +0000 (19:13 +0000)]
when using 'Add sender to addressbook' allow name to be edited and remarks to be entered

21 years agowhen using 'Add sender to addressbook' allow name to be edited and remarks to be...
Paul Mangan [Wed, 8 Jan 2003 19:13:30 +0000 (19:13 +0000)]
when using 'Add sender to addressbook' allow name to be edited and remarks to be entered; update Italian translation

21 years agoFix description for marked messages.
Darko Koruga [Wed, 8 Jan 2003 10:00:57 +0000 (10:00 +0000)]
Fix description for marked messages.

21 years agoupdate and re-arrange
Paul Mangan [Wed, 8 Jan 2003 09:54:28 +0000 (09:54 +0000)]
update and re-arrange

21 years agoremove full path to sylpheed executable, just 'sylpheed' will do
Paul Mangan [Wed, 8 Jan 2003 09:54:07 +0000 (09:54 +0000)]
remove full path to sylpheed executable, just 'sylpheed' will do

21 years agoadd script to enable phoenix as default browser
Paul Mangan [Wed, 8 Jan 2003 09:53:19 +0000 (09:53 +0000)]
add script to enable phoenix as default browser

21 years ago0.8.8claws65
Christoph Hohmann [Tue, 7 Jan 2003 22:48:35 +0000 (22:48 +0000)]
0.8.8claws65

* src/folder.c
        fix update for source folder when moving messages
* src/procmsg.[ch]
* src/summaryview.c
        use function to set to_folder for message infos and
        automatically update the op_count for old and new
        folder

21 years agoFixed crash when using '%p' Actions on displayed images + code clean up
Melvin Hadasht [Tue, 7 Jan 2003 22:17:35 +0000 (22:17 +0000)]
Fixed crash when using '%p' Actions on displayed images + code clean up

21 years ago0.8.8claws63
Christoph Hohmann [Tue, 7 Jan 2003 21:49:44 +0000 (21:49 +0000)]
0.8.8claws63

* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
        o remove all folder update triggering from the UI code. The folder
          system should know much better when a folder needs an update.
        o to prevent multiple updates in a row the folder updates can be
          frozen for some time.

Note: - Please verify that no updates are missing
      - Check where freeze/thaws should be added

21 years agofix type
Christoph Hohmann [Tue, 7 Jan 2003 12:33:53 +0000 (12:33 +0000)]
fix type

21 years ago0.8.8claws6
Christoph Hohmann [Tue, 7 Jan 2003 12:31:27 +0000 (12:31 +0000)]
0.8.8claws6

* src/prefs_actions.c
        don't translate empty strings

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)

21 years ago0.8.8claws61
Christoph Hohmann [Mon, 6 Jan 2003 23:16:58 +0000 (23:16 +0000)]
0.8.8claws61

* src/prefs_actions.c
        mark strings for gettext
* src/prefs_matcher.c
        use new description window for Execute action and
        match condition in Filtering

patch by Ivan Francolin Martinez (ivanfm@users.sourceforge.net)

21 years agokeep myself inspired to re-organize matcher part 8;
Alfons Hoogervorst [Mon, 6 Jan 2003 22:21:59 +0000 (22:21 +0000)]
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

21 years ago0.8.8claws59
Christoph Hohmann [Mon, 6 Jan 2003 22:01:43 +0000 (22:01 +0000)]
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)

21 years ago0.8.8claws58
Christoph Hohmann [Mon, 6 Jan 2003 21:16:17 +0000 (21:16 +0000)]
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)

21 years agosync with 0.8.8cvs1
Paul Mangan [Mon, 6 Jan 2003 20:39:06 +0000 (20:39 +0000)]
sync with 0.8.8cvs1

21 years ago0.8.8claws56
Christoph Hohmann [Mon, 6 Jan 2003 19:53:32 +0000 (19:53 +0000)]
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

21 years ago0.8.8claws56
Christoph Hohmann [Mon, 6 Jan 2003 18:54:30 +0000 (18:54 +0000)]
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

21 years agofix an old typo
Paul Mangan [Mon, 6 Jan 2003 15:28:57 +0000 (15:28 +0000)]
fix an old typo

21 years agono regexp in reply-finder
Colin Leroy [Mon, 6 Jan 2003 13:29:04 +0000 (13:29 +0000)]
no regexp in reply-finder

21 years ago* src/jpilot.c
Jens Oberender [Mon, 6 Jan 2003 11:09:17 +0000 (11:09 +0000)]
* src/jpilot.c
      fixed a wrong free in jpilot_read_db_files

21 years agocvs-proxy for Alfons ;)
Colin Leroy [Mon, 6 Jan 2003 09:16:45 +0000 (09:16 +0000)]
cvs-proxy for Alfons ;)

21 years agocleanup & reply-finder now displays the first
Colin Leroy [Sun, 5 Jan 2003 23:31:30 +0000 (23:31 +0000)]
cleanup & reply-finder now displays the first
matching message

21 years agore-organize matcher part 7; more to come
Alfons Hoogervorst [Sun, 5 Jan 2003 22:24:25 +0000 (22:24 +0000)]
re-organize matcher part 7; more to come

* src/matcher.[ch]
fixes for constant correctness;
more documentation;

21 years agore-organize matcher part 6; more to come
Alfons Hoogervorst [Sun, 5 Jan 2003 19:36:33 +0000 (19:36 +0000)]
re-organize matcher part 6; more to come

* src/matcher.[ch]
fixes for constant correctness;
more documentation;
* src/filtering.c
fix for constant correctness

21 years agobasic reply-finder
Colin Leroy [Sun, 5 Jan 2003 17:33:08 +0000 (17:33 +0000)]
basic reply-finder

21 years agosmall change to English
Paul Mangan [Sun, 5 Jan 2003 17:19:27 +0000 (17:19 +0000)]
small change to English

21 years agoprefs_filtering_action_select(): improve logic and uniformity of gui
Paul Mangan [Sun, 5 Jan 2003 17:19:02 +0000 (17:19 +0000)]
prefs_filtering_action_select(): improve logic and uniformity of gui

21 years agofine tune solution to focus problems (bug #7)
Alfons Hoogervorst [Sun, 5 Jan 2003 13:02:43 +0000 (13:02 +0000)]
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.

21 years ago0.8.8claws46
Christoph Hohmann [Sun, 5 Jan 2003 12:31:53 +0000 (12:31 +0000)]
0.8.8claws46

* src/imap.c
        fix crash when no imap connection could be established

21 years agofix bug 605957 'shortcuts in popup-menu'
Paul Mangan [Sun, 5 Jan 2003 12:28:18 +0000 (12:28 +0000)]
fix bug 605957 'shortcuts in popup-menu'

21 years ago* src/mainwindow.c
Alfons Hoogervorst [Sun, 5 Jan 2003 00:07:28 +0000 (00:07 +0000)]
* 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")

21 years ago0.8.8claws43
Christoph Hohmann [Sat, 4 Jan 2003 20:49:30 +0000 (20:49 +0000)]
0.8.8claws43

* src/procmsg.c
        update save folder after adding the sent message

21 years ago0.8.8claws42
Christoph Hohmann [Thu, 2 Jan 2003 22:16:35 +0000 (22:16 +0000)]
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

21 years agoupdate Spanish translation
Paul Mangan [Thu, 2 Jan 2003 18:33:03 +0000 (18:33 +0000)]
update Spanish translation

21 years agofixes and improvements to tb2sylpheed
Paul Mangan [Thu, 2 Jan 2003 18:03:25 +0000 (18:03 +0000)]
fixes and improvements to tb2sylpheed

21 years agofixed wrong return value
Thorsten Maerz [Thu, 2 Jan 2003 13:07:27 +0000 (13:07 +0000)]
fixed wrong return value

21 years agofixed printing wrong variable
Thorsten Maerz [Thu, 2 Jan 2003 04:50:03 +0000 (04:50 +0000)]
fixed printing wrong variable

21 years agofixed acessing members of freed pfile struct
Thorsten Maerz [Thu, 2 Jan 2003 04:21:25 +0000 (04:21 +0000)]
fixed acessing members of freed pfile struct

21 years agodetect loops across several messages
Thorsten Maerz [Thu, 2 Jan 2003 04:16:13 +0000 (04:16 +0000)]
detect loops across several messages

21 years agoFixed memory leak.
Match Grun [Thu, 2 Jan 2003 01:56:30 +0000 (01:56 +0000)]
Fixed memory leak.

21 years agoFixed memory leak.
Match Grun [Wed, 1 Jan 2003 21:20:20 +0000 (21:20 +0000)]
Fixed memory leak.

21 years agoinhibit endless loop if msg references itself
Thorsten Maerz [Wed, 1 Jan 2003 17:47:30 +0000 (17:47 +0000)]
inhibit endless loop if msg references itself

21 years ago0.8.8claws33
Christoph Hohmann [Wed, 1 Jan 2003 16:30:29 +0000 (16:30 +0000)]
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

21 years ago0.8.8claws32
Christoph Hohmann [Tue, 31 Dec 2002 17:02:45 +0000 (17:02 +0000)]
0.8.8claws32

* src/gtk/prefswindow.c
* src/plugins/spamassassin/spamassassin_gtk.c
        some small improvements to GTK code

21 years ago0.8.8claws31
Christoph Hohmann [Tue, 31 Dec 2002 15:46:52 +0000 (15:46 +0000)]
0.8.8claws31

* src/plugins/spamassassin/spamassassin_gtk.c
        enable folder select button

21 years ago0.8.8claws30
Christoph Hohmann [Tue, 31 Dec 2002 14:43:41 +0000 (14:43 +0000)]
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

21 years agoremove obsolete entry
Paul Mangan [Tue, 31 Dec 2002 13:08:10 +0000 (13:08 +0000)]
remove obsolete entry

21 years agoremove obsolete entry from POTFILES.in
Paul Mangan [Tue, 31 Dec 2002 13:07:54 +0000 (13:07 +0000)]
remove obsolete entry from POTFILES.in

21 years agosuggestion for doxygen commenting style
Alfons Hoogervorst [Tue, 31 Dec 2002 10:45:07 +0000 (10:45 +0000)]
suggestion for doxygen commenting style

21 years ago* src/matcher.[ch]
Alfons Hoogervorst [Tue, 31 Dec 2002 09:46:20 +0000 (09:46 +0000)]
* 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

21 years ago0.8.8claws27
Christoph Hohmann [Tue, 31 Dec 2002 00:11:12 +0000 (00:11 +0000)]
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

21 years ago0.8.8claws26
Christoph Hohmann [Mon, 30 Dec 2002 20:53:59 +0000 (20:53 +0000)]
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