Commit graph

92 commits

Author SHA1 Message Date
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
Martin Schaaf
1fb97a2f3c fix segfault in prefs_matcher.c 2003-02-27 20:43:39 +00:00
Martin Schaaf
d1cea2271b fix segfault in prefs_matcher_substitute_cb() when
no row is selected
2003-02-09 14:07:20 +00:00
Christoph Hohmann
00edf97e89 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)
2003-01-06 23:16:58 +00:00
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
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
Alfons Hoogervorst
1ee79c7161 * src/prefs_matcher.[ch]
clean up
2002-12-27 00:21:23 +00:00
Alfons Hoogervorst
79521f4446 * src/matcher.[ch]
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_matcher.c
	allow color label as a condition in the matcher
2002-12-26 21:40:23 +00:00
Alfons Hoogervorst
5219edb7a5 * src/matcher.[ch]
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
* src/prefs_matcher.c
	add locked flag to possible filtering / matcher
	conditions (also a good example what should be
	done to add a simple boolean condition)
2002-12-25 19:06:48 +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
208af31325 fix english 2002-12-14 09:03:41 +00:00
Colin Leroy
18b5f7bc9d fix english ;) 2002-12-11 10:20:40 +00:00
Jens Oberender
ab3f1f17ad added dialog for incomplete rules in scoring, filtering and matcher to ask
wheather really close
2002-12-11 01:00:58 +00:00
Paul Mangan
317a937333 improve the English in the GUI 2002-11-27 17:41:38 +00:00
Colin Leroy
de8c4368ec almost forgot to commit the file :)
Fix criteria_execute's not flag
2002-11-27 00:21:44 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +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
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
Paul Mangan
84b67e1954 add 'fast filter' for claws' filtering 2002-03-29 09:12:54 +00:00
Alfons Hoogervorst
f7e4774dcd add filtering conditions message greater than, smaller than, and exactly matching a size in bytes 2002-03-15 22:01:04 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Paul Mangan
de4a48998d sync with sylpheed 0.7.0cvs39 2002-02-08 10:07:11 +00:00
Melvin Hadasht
d7545dfbb8 Fixed bug where scoring and filtering windows stopped autochecking. 2002-01-21 19:36:55 +00:00
Hoà Viêt Dinh
788289df17 new matcher parser / bounce fix / rrr fixed 2001-11-15 22:41:46 +00:00
Christoph Hohmann
1052cbedfa readded auto cc, bcc and reply-to in compose dialog 2001-09-26 11:44:00 +00:00
Paul Mangan
7c58eff3cd add 'score equal to' option 2001-09-18 11:02:34 +00:00
Christoph Hohmann
19a99f3dd3 scroll list when moving rows up or down 2001-07-27 12:39:55 +00:00
Alfons Hoogervorst
624ade4b3b readying release of 0.5.1claws 2001-07-22 12:35:04 +00:00
Alfons Hoogervorst
6b78b79b1c revise label colouring, add filter action for label colouring, fix filtering issues 2001-07-21 11:57:56 +00:00
Alfons Hoogervorst
1cf0aee9a1 Committing reverts 2001-07-12 14:00:15 +00:00
Hoà Viêt Dinh
14e2ae896f new matcher config file parser 2001-07-08 15:34:02 +00:00
Hoà Viêt Dinh
e5eae87fed queue notification / run a command when filtering and match with a command 2001-06-04 10:14:21 +00:00
Hoà Viêt Dinh
54c8b6dba1 fixes for mbox / changes matcher dialog 2001-05-27 23:40:29 +00:00
Alfons Hoogervorst
f257d8c853 Minor GUI fixes: adding horizontal scrollbars to Hoa's matcher dialogs, and fixing the persistence troubles when using separate windows. 2001-05-26 19:04:41 +00:00
Hoà Viêt Dinh
a9d383971b filtering dialog box and some changes 2001-05-17 10:57:37 +00:00
Hoà Viêt Dinh
5c9f9e4784 added additionnal matching criteria 2001-05-13 02:57:01 +00:00
Hoà Viêt Dinh
252a9020b5 fixed bug in matching dialog box 2001-05-13 01:58:55 +00:00
Hoà Viêt Dinh
c898071965 Return-Receipt-To header / changes in matcher / better score sorting 2001-05-12 15:52:47 +00:00
Hoà Viêt Dinh
de854442b6 scoring dialog box finished 2001-05-10 23:00:27 +00:00
Hoà Viêt Dinh
c2501d2b9b ok & cancel buttons added - xhdr parsing fixed 2001-05-09 14:24:02 +00:00
Hoà Viêt Dinh
940dd5127b finished matching UI 2001-05-09 13:30:45 +00:00
Hoà Viêt Dinh
bd65575e4f prefs_matcher.[ch] added 2001-05-08 14:29:47 +00:00