Commit graph

52 commits

Author SHA1 Message Date
Martin Schaaf
a9f3c3dce7 fix segfault in prefs_filtering.c 2003-02-27 20:35:47 +00:00
Paul Mangan
3c422508ac change English used in Alert when entry is not used 2003-01-10 09:54:06 +00:00
Paul Mangan
9d82c7a741 prefs_filtering_action_select(): improve logic and uniformity of gui 2003-01-05 17:19:02 +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
Colin Leroy
674d6c1f90 fix bugs in prefs_filtering_delete_path 2002-11-28 11:17:44 +00:00
Paul Mangan
317a937333 improve the English in the GUI 2002-11-27 17:41:38 +00:00
Christoph Hohmann
3b8c899878 0.8.5claws179
* src/compose.c
* src/inc.c
* src/prefs_filtering.c
* src/summaryview.c
        more warning fixes
2002-11-22 23:26:53 +00:00
Christoph Hohmann
365334c5d7 0.8.5claws173
* src/crash.c
* src/filtering.c
* src/logwindow.c
* src/main.c
* src/matcher_parser_lex.[hl]
* src/mbox.c
* src/mbox_folder.[ch]
* src/prefs_filtering.c
* src/procheader.c
* src/quote_fmt_lex.l
* src/ssl.c
        fix all warnings except the warnings in lex and yacc files
2002-11-21 00:54:52 +00:00
Colin Leroy
73d343064e * src/folderview.c
Fix prefs_filtering deletion for MH folders (same
                reason as below)
        * src/prefs_filtering.c
                Fix prefs_filtering renaming and deletion for
                folder-based processing rules.
2002-11-09 17:01:19 +00:00
Colin Leroy
7ee0a5f355 fix a third case of rule rewriting 2002-11-07 00:28:05 +00:00
Colin Leroy
c1f46b6c07 fix a leak 2002-11-06 23:58:12 +00:00
Colin Leroy
fd7ed873cd *src/prefs_filtering.c
fix renaming rules on folder rename
                when folder is not a leaf folder
2002-08-21 10:19:26 +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
Paul Mangan
95701d826e rename 'Bounce' to 'Redirect' 2002-05-23 08:18:33 +00:00
Alfons Hoogervorst
66cb1eab4b escape \' and \" in strings passed as filtering strings; bug reported by Alex Evseev. See http://www.geocrawler.com/lists/3/SourceForge/11619/25/8279435/) 2002-04-07 11:05:14 +00:00
Paul Mangan
84b67e1954 add 'fast filter' for claws' filtering 2002-03-29 09:12:54 +00:00
Paul Mangan
99562e9626 add filter rename/delete on folder rename/delete 2002-03-14 12:28:39 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Paul Mangan
c653927b64 add 'Selective download' 2002-02-22 09:35:36 +00:00
Paul Mangan
de4a48998d sync with sylpheed 0.7.0cvs39 2002-02-08 10:07:11 +00:00
Paul Mangan
d3ef21d5fb sync with sylpheed 0.7.0cvs38 2002-02-07 10:14:25 +00:00
Hoà Viêt Dinh
1661b861a3 fix a bug about filtering and bounce, be careful, filtering or bouncing action can not be yet used if external editor is automatically launched 2002-01-16 22:25:21 +00:00
Alfons Hoogervorst
40c93cc1cc don't stop timer for auto mail checking when opening filtering prefs dialog 2002-01-15 19:41:21 +00:00
Alfons Hoogervorst
9e555e244a clean up a little bit 2001-12-23 19:02:36 +00:00
Alfons Hoogervorst
c65563e343 make info button for execute action sensitive 2001-12-10 21:20:27 +00:00
Hoà Viêt Dinh
a0ad446a95 processing mails in folder - you can define rules than will be executed when entering folder, currently the action can only be remove of move mails 2001-11-25 12:55:27 +00:00
Hoà Viêt Dinh
5701b71b17 cleaning filtering and new filtering action : bouncing 2001-11-19 22:49:13 +00:00
Hoà Viêt Dinh
788289df17 new matcher parser / bounce fix / rrr fixed 2001-11-15 22:41:46 +00:00
Paul Mangan
28b049672b sync with sylpheed 0.6.1cvs6 2001-09-13 13:38:32 +00:00
Paul Mangan
1f8e04ae2f sync with sylpheed 0.5.3cvs10 2001-08-29 10:02:29 +00:00
Paul Mangan
ec31c988b7 sync with sylpheed 0.5.3cvs9 2001-08-27 11:07:43 +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
de8be65d1f fix actions: escaping, forwarding, execute 2001-07-19 21:18:57 +00:00
Alfons Hoogervorst
1710967da3 address completion in prefs_filtering dialog too 2001-07-15 17:03:12 +00:00
Alfons Hoogervorst
a72c90282b missing things 2001-07-12 14:08:10 +00:00
Hoà Viêt Dinh
11dd568251 bugfix of the config file parser 2001-07-09 16:06:03 +00:00
Hoà Viêt Dinh
14e2ae896f new matcher config file parser 2001-07-08 15:34:02 +00:00
Paul Mangan
69c80c047d sync with sylpheed 0.5.0pre2 2001-06-22 11:27:46 +00:00
Hoà Viêt Dinh
fdf58a32b3 readonly configuration files 2001-06-05 22:56:48 +00:00
Hoà Viêt Dinh
dcd3de58ec filtering fix 2001-06-05 09:59:16 +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
1d1c316bd9 global names for folder / read permission for folders / filtering to mbox 2001-05-29 00:29:13 +00:00
Hoà Viêt Dinh
4af086d641 mbox format completed 2001-05-27 22: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