claws.git
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

21 years ago* src/mainwindow.c
Alfons Hoogervorst [Sun, 29 Dec 2002 16:11:53 +0000 (16:11 +0000)]
* 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"

21 years agoupdate ui_seperation.txt
Christoph Hohmann [Sun, 29 Dec 2002 15:57:15 +0000 (15:57 +0000)]
update ui_seperation.txt

21 years ago0.8.8claws24
Christoph Hohmann [Sun, 29 Dec 2002 15:33:33 +0000 (15:33 +0000)]
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

21 years ago0.8.8claws23
Christoph Hohmann [Sun, 29 Dec 2002 15:03:46 +0000 (15:03 +0000)]
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

21 years agoLDAP/UI code separation. Fix mem leak.
Match Grun [Sun, 29 Dec 2002 05:13:00 +0000 (05:13 +0000)]
LDAP/UI code separation. Fix mem leak.

21 years agoLDAP/UI code separation. Fix mem leak.
Match Grun [Sun, 29 Dec 2002 05:12:00 +0000 (05:12 +0000)]
LDAP/UI code separation. Fix mem leak.
P/UI code separation. Fix mem leak.

21 years ago0.8.8claws21
Christoph Hohmann [Sun, 29 Dec 2002 02:01:57 +0000 (02:01 +0000)]
0.8.8claws21

* src/folder.c
        only check for IGNORED parent message when message is
        not IGNORED itself

21 years ago* src/summaryview.c
Alfons Hoogervorst [Sun, 29 Dec 2002 01:12:28 +0000 (01:12 +0000)]
* 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.

21 years agofix bug [ 659054 ] incorrect sorting of 'From' column
Paul Mangan [Sun, 29 Dec 2002 00:50:48 +0000 (00:50 +0000)]
fix bug [ 659054 ] incorrect sorting of 'From' column

21 years ago0.8.8claws18
Christoph Hohmann [Sun, 29 Dec 2002 00:30:38 +0000 (00:30 +0000)]
0.8.8claws18

* src/folder.c
* src/procmsg.[ch]
        check parent messages for IGNORE THREAD flag, when adding,
        moving or copying messages to a folder

21 years agore-organize matcher part 5; more to come
Alfons Hoogervorst [Fri, 27 Dec 2002 22:56:17 +0000 (22:56 +0000)]
re-organize matcher part 5; more to come

* src/matcher.c
hash keywords in matchparser_tab

21 years agore-organize matcher part 4; more to come
Alfons Hoogervorst [Fri, 27 Dec 2002 20:55:50 +0000 (20:55 +0000)]
re-organize matcher part 4; more to come

* src/matcher_parser.h
* src/matcher_parser_lex.l
* src/matcher_parser_parse.y
cleanup

21 years agore-organize matcher part 3; more to come
Alfons Hoogervorst [Fri, 27 Dec 2002 20:28:35 +0000 (20:28 +0000)]
re-organize matcher part 3; more to come

* src/matcher.[ch]
cleanup

21 years agore-organize matcher part 2; more to come but this should
Alfons Hoogervorst [Fri, 27 Dec 2002 17:00:27 +0000 (17:00 +0000)]
re-organize matcher part 2; more to come but this should
work. cc me if there are any regressions.

* src/matcher.h
add prototype for get_matchparser_tab_id()
* src/matcher_parser_lex.l
look up keywords using matchparser_tab_id();

21 years agore-organize matcher part 1
Alfons Hoogervorst [Fri, 27 Dec 2002 16:19:46 +0000 (16:19 +0000)]
re-organize matcher part 1

* src/matcher.h
map yacc generated constants to sylpheed matcher constants
* src/matcher.c
add function to find a matcher constant from a string

21 years ago0.8.8claws11
Christoph Hohmann [Fri, 27 Dec 2002 13:21:29 +0000 (13:21 +0000)]
0.8.8claws11

* src/compose.c
        MENUITEM_ADD casts the 4th argument from integer to pointer
        so it probably should not be a pointer, this means we
        should use account id for it and not the account's pointer

21 years agoremove unneeded 'GtkWidget *vbox'
Paul Mangan [Fri, 27 Dec 2002 12:13:15 +0000 (12:13 +0000)]
remove unneeded 'GtkWidget *vbox'

21 years agofix 'sort by recipient'
Paul Mangan [Fri, 27 Dec 2002 12:12:53 +0000 (12:12 +0000)]
fix 'sort by recipient'

21 years agosync with 0.8.8
Paul Mangan [Fri, 27 Dec 2002 12:11:39 +0000 (12:11 +0000)]
sync with 0.8.8

21 years agomake searching for extended search in README.claws somewhat easier ;-)
Alfons Hoogervorst [Fri, 27 Dec 2002 09:58:54 +0000 (09:58 +0000)]
make searching for extended search in README.claws somewhat easier ;-)

21 years agoupdate Brazilian translation
Paul Mangan [Fri, 27 Dec 2002 09:15:44 +0000 (09:15 +0000)]
update Brazilian translation

21 years agoAdded locked pattern to extended search.
Darko Koruga [Fri, 27 Dec 2002 08:12:57 +0000 (08:12 +0000)]
Added locked pattern to extended search.

21 years ago* src/prefs_matcher.[ch]
Alfons Hoogervorst [Fri, 27 Dec 2002 00:21:23 +0000 (00:21 +0000)]
* src/prefs_matcher.[ch]
clean up

21 years agoupdate INSTALL and INSTALL.jp for --enable-openssl
Christoph Hohmann [Thu, 26 Dec 2002 22:51:57 +0000 (22:51 +0000)]
update INSTALL and INSTALL.jp for --enable-openssl

21 years ago* src/matcher.[ch]
Alfons Hoogervorst [Thu, 26 Dec 2002 21:40:23 +0000 (21:40 +0000)]
* 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

21 years agoenable addressbook and actions
Oliver Haertel [Thu, 26 Dec 2002 21:23:13 +0000 (21:23 +0000)]
enable addressbook and actions

21 years ago0.8.8claws4
Christoph Hohmann [Thu, 26 Dec 2002 17:43:03 +0000 (17:43 +0000)]
0.8.8claws4

* src/common/plugin.c
        add a little debug output
* configure.in
* src/plugins/demo/Makefile.am
        better use of automake

21 years ago 0.8.8claws3
Christoph Hohmann [Thu, 26 Dec 2002 16:02:44 +0000 (16:02 +0000)]
 0.8.8claws3

* src/Makefile.am
* src/common/Makefile.am
        fix "make distdir"

21 years ago0.8.8claws2
Christoph Hohmann [Thu, 26 Dec 2002 15:36:46 +0000 (15:36 +0000)]
0.8.8claws2

* configure.in
        sort configure checks into common / gtk / plugins
* po/POTFILES.in
        add src/prefs_gtk.c
* src/Makefile.am
        add plugins SUBDIR
* src/main.c
* src/common/sylpheed.[ch]
        added now sylpheed_done function for shutdown
* src/common/Makefile.am
* src/common/plugin.[ch]                ** NEW **
        plugin loader and unloader
* src/plugins/.cvsignore                ** NEW **
* src/plugins/Makefile.am               ** NEW **
        build plugins
* src/plugins/demo/.cvsignore           ** NEW **
* src/plugins/demo/Makefile.am          ** NEW **
* src/plugins/demo/demo.c               ** NEW **
        small demo plugin that installs a logtext hook and
        outputs the log text to stdout

21 years agoupdate Spanish translation
Paul Mangan [Thu, 26 Dec 2002 13:37:28 +0000 (13:37 +0000)]
update Spanish translation

21 years ago0.8.8claws release rel_0_8_8
Paul Mangan [Thu, 26 Dec 2002 11:38:07 +0000 (11:38 +0000)]
0.8.8claws release

21 years agoupdate Bulgarian translation
Paul Mangan [Thu, 26 Dec 2002 11:29:10 +0000 (11:29 +0000)]
update Bulgarian translation

21 years agoupdate Bulgarian translation
Paul Mangan [Thu, 26 Dec 2002 11:02:58 +0000 (11:02 +0000)]
update Bulgarian translation

21 years agoremove 'src/prefs.c'
Paul Mangan [Thu, 26 Dec 2002 10:47:36 +0000 (10:47 +0000)]
remove 'src/prefs.c'

21 years agopartial sync with 0.8.8 release
Paul Mangan [Thu, 26 Dec 2002 00:40:41 +0000 (00:40 +0000)]
partial sync with 0.8.8 release

21 years ago* src/matcher.[ch]
Alfons Hoogervorst [Wed, 25 Dec 2002 19:06:48 +0000 (19:06 +0000)]
* 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)

21 years ago0.8.7claws8
Christoph Hohmann [Wed, 25 Dec 2002 13:46:41 +0000 (13:46 +0000)]
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]

21 years agoadd toolbar.c to translate-me-list
Oliver Haertel [Tue, 24 Dec 2002 20:43:49 +0000 (20:43 +0000)]
add toolbar.c to translate-me-list

21 years ago* src/summaryview.c
Alfons Hoogervorst [Tue, 24 Dec 2002 17:44:50 +0000 (17:44 +0000)]
* src/summaryview.c
summary_thread_build(): fix real cause of the crash mentioned in
0.8.7claws3. use subject_XXX() and not g_hash_table_XXX() functions,
this way we get meaningful ctree nodes

21 years agouse generic toolbar handling
Oliver Haertel [Tue, 24 Dec 2002 14:38:23 +0000 (14:38 +0000)]
use generic toolbar handling

21 years agogeneric toolbar generation
Oliver Haertel [Tue, 24 Dec 2002 14:29:16 +0000 (14:29 +0000)]
generic toolbar generation

21 years agoreorder pixmaps, logo last entry
Oliver Haertel [Tue, 24 Dec 2002 14:22:27 +0000 (14:22 +0000)]
reorder pixmaps, logo last entry

21 years ago* src/summaryview.c
Alfons Hoogervorst [Tue, 24 Dec 2002 11:35:16 +0000 (11:35 +0000)]
* src/summaryview.c
summary_thread_build(): fix crash because of focus != selection
after threading. when deleting the selection, gtk tries but fails
to find the correct focusable element. we now force the selection
to be focused. this should solve the infamous bug reported by
Jason Wojciechowski (bug "[ 633443 ] Crash on deleting messages").
a test case is available.

21 years agoFix crash when unmarkin a message with unread children.
Darko Koruga [Tue, 24 Dec 2002 10:10:00 +0000 (10:10 +0000)]
Fix crash when unmarkin a message with unread children.

21 years agoforgotten ? ;)
Colin Leroy [Mon, 23 Dec 2002 22:50:24 +0000 (22:50 +0000)]
forgotten ? ;)

21 years agoupdate Hungarian translation
Paul Mangan [Mon, 23 Dec 2002 18:02:35 +0000 (18:02 +0000)]
update Hungarian translation

21 years ago0.8.7claws1
Christoph Hohmann [Mon, 23 Dec 2002 17:46:05 +0000 (17:46 +0000)]
0.8.7claws1

* src/Makefile.am
* src/common/Makefile.am
        update Makefiles for moved intl.h, version.h and defs.h
* src/imap.c
        rewrite imap_session_get to avoid duplicate code

21 years agoupdate Russian translation
Paul Mangan [Mon, 23 Dec 2002 17:28:19 +0000 (17:28 +0000)]
update Russian translation

21 years agoSanta Claws release
Paul Mangan [Mon, 23 Dec 2002 14:57:08 +0000 (14:57 +0000)]
Santa Claws release

21 years agoupdated Polish translation
Paul Mangan [Mon, 23 Dec 2002 14:23:01 +0000 (14:23 +0000)]
updated Polish translation

21 years agofix typo and add licence header
Paul Mangan [Mon, 23 Dec 2002 12:49:38 +0000 (12:49 +0000)]
fix typo and add licence header

21 years agoupdated en_GB translation
Paul Mangan [Mon, 23 Dec 2002 10:43:44 +0000 (10:43 +0000)]
updated en_GB translation

21 years agoupdated Italian translation
Paul Mangan [Mon, 23 Dec 2002 09:03:58 +0000 (09:03 +0000)]
updated Italian translation

21 years agofix signature-stripping on replies bug
Paul Mangan [Mon, 23 Dec 2002 08:59:43 +0000 (08:59 +0000)]
fix signature-stripping on replies bug

21 years agojust the german translation
Jens Oberender [Mon, 23 Dec 2002 00:56:50 +0000 (00:56 +0000)]
just the german translation

21 years agoupdate Bulgarian, Spanish and Serbian translations
Paul Mangan [Sun, 22 Dec 2002 23:56:20 +0000 (23:56 +0000)]
update Bulgarian, Spanish and Serbian translations

21 years agofix coding style
Paul Mangan [Sat, 21 Dec 2002 10:57:35 +0000 (10:57 +0000)]
fix coding style

21 years agofix coding style of addrbook.c
Paul Mangan [Sat, 21 Dec 2002 10:57:19 +0000 (10:57 +0000)]
fix coding style of addrbook.c

21 years agofix bug 643638
Paul Mangan [Sat, 21 Dec 2002 08:54:24 +0000 (08:54 +0000)]
fix bug 643638

21 years ago0.8.6claws121
Christoph Hohmann [Fri, 20 Dec 2002 22:23:09 +0000 (22:23 +0000)]
0.8.6claws121

* src/common/utils.c
* src/summaryview.c
        reimplement expand_search_string using GString to
        prevent crashs caused by miscalculated string
        lengths reported by Paul

21 years agorevert changes that should not have been commited
Christoph Hohmann [Fri, 20 Dec 2002 17:24:24 +0000 (17:24 +0000)]
revert changes that should not have been commited

21 years ago0.8.6claws120
Christoph Hohmann [Fri, 20 Dec 2002 17:03:14 +0000 (17:03 +0000)]
0.8.6claws120

* src/summaryview.c
        don't use "changed" to check if op_count has to be changed as it
        is also set when the message has unread children
        (closes bug [ 653221 ] crash while deleting duplicates)

21 years agosync with 0.8.6cvs27
Paul Mangan [Fri, 20 Dec 2002 08:40:18 +0000 (08:40 +0000)]
sync with 0.8.6cvs27

21 years agosync with 0.8.6cvs26
Paul Mangan [Fri, 20 Dec 2002 07:33:23 +0000 (07:33 +0000)]
sync with 0.8.6cvs26

21 years ago* src/textview.c
Alfons Hoogervorst [Thu, 19 Dec 2002 22:36:43 +0000 (22:36 +0000)]
* src/textview.c
fix incorrect parsing of email addresses, submitted by
Luke Plant (thanks!). Closes bug "[ 565480 ] duplicate
name display if it contains @".

21 years agosync with 0.8.6cvs23
Paul Mangan [Wed, 18 Dec 2002 10:44:47 +0000 (10:44 +0000)]
sync with 0.8.6cvs23

21 years agosync with 0.8.6cvs22
Paul Mangan [Wed, 18 Dec 2002 09:48:44 +0000 (09:48 +0000)]
sync with 0.8.6cvs22

21 years agovlaws -> claws
Christoph Hohmann [Tue, 17 Dec 2002 23:32:59 +0000 (23:32 +0000)]
vlaws -> claws

21 years ago0.8.6vlaws114
Christoph Hohmann [Tue, 17 Dec 2002 23:31:09 +0000 (23:31 +0000)]
0.8.6vlaws114

* src/imap.c
        o don't create a session if imap greeting fails
        o don't close socket when authentication fails
          this is done by imap_session_destroy

21 years agoAdded "search for message-id" script and doc
Thorsten Maerz [Tue, 17 Dec 2002 21:25:49 +0000 (21:25 +0000)]
Added "search for message-id" script and doc

21 years agoUpdated hungarian translation (updated by Gal Zoltan)
Thorsten Maerz [Tue, 17 Dec 2002 21:07:59 +0000 (21:07 +0000)]
Updated hungarian translation (updated by Gal Zoltan)

21 years ago0.8.6claws111
Christoph Hohmann [Mon, 16 Dec 2002 17:24:54 +0000 (17:24 +0000)]
0.8.6claws111

* src/addr_compl.c
        remove stupid addressbook dump to debug output
* src/mh.c
        fix memory leak found by Hiro

21 years agosync: fix typo
Paul Mangan [Sat, 14 Dec 2002 09:04:11 +0000 (09:04 +0000)]
sync: fix typo

21 years agofix english
Paul Mangan [Sat, 14 Dec 2002 09:03:41 +0000 (09:03 +0000)]
fix english

21 years agofix menubar sensitivity on send
Paul Mangan [Sat, 14 Dec 2002 09:03:03 +0000 (09:03 +0000)]
fix menubar sensitivity on send

21 years agofix menubar sensitivity on send; fix english; fix typo
Paul Mangan [Sat, 14 Dec 2002 09:02:41 +0000 (09:02 +0000)]
fix menubar sensitivity on send; fix english; fix typo

21 years agoupdate ui_seperation.txt
Christoph Hohmann [Sat, 14 Dec 2002 00:34:38 +0000 (00:34 +0000)]
update ui_seperation.txt

21 years ago0.8.6claws109
Christoph Hohmann [Fri, 13 Dec 2002 20:44:59 +0000 (20:44 +0000)]
0.8.6claws109

* src/Makefile.am
* src/manage_window.[ch]
* src/gtk/Makefile.am
* src/gtk/manage_window.[ch]
        move manage_window files to gtk directory

21 years ago0.8.6claws108
Christoph Hohmann [Fri, 13 Dec 2002 20:19:50 +0000 (20:19 +0000)]
0.8.6claws108

* src/Makefile.am
* src/gtkshruler.[ch]
* src/gtk/Makefile.am
* src/gtk/gtkshruler.[ch]
        move gtkshruler files to gtk directory

21 years ago0.8.6claws107
Christoph Hohmann [Fri, 13 Dec 2002 17:43:59 +0000 (17:43 +0000)]
0.8.6claws107

* src/Makefile.am
* src/compose.c
* src/gtkstext.[ch]             ** REMOVE **
* src/gtkutils.[ch]
* src/textview.c
* src/gtk/gtkstext.[ch]         ** NEW **
* src/gtk/Makefile.am
        o move stext functions to gtkstext.c to remove
          dependency of gtkutils
        o move gtkstext files to common

* src/gtk/Makefile.am
* src/gtk/sslcertwindow.[ch]
        UI stuff can always depend on common code so
        it's ok to add ../common to include path

21 years agofix bug 653231 (mainwin's handler problem when in quicksearch)
Colin Leroy [Fri, 13 Dec 2002 13:45:24 +0000 (13:45 +0000)]
fix bug 653231 (mainwin's handler problem when in quicksearch)

21 years ago0.8.6claws105
Christoph Hohmann [Fri, 13 Dec 2002 13:38:56 +0000 (13:38 +0000)]
0.8.6claws105

* src/mh.c
        create .mh_sequences file in new MH folders
        (closes feature request [ 523162 ] MH folders should
         get a .mh_sequences)

21 years agobetter handling of quicksearch show/hide
Colin Leroy [Fri, 13 Dec 2002 12:12:09 +0000 (12:12 +0000)]
better handling of quicksearch show/hide

21 years agosync with 0.8.6cvs17
Paul Mangan [Fri, 13 Dec 2002 09:22:05 +0000 (09:22 +0000)]
sync with 0.8.6cvs17

21 years agoupdate Spanish translation
Paul Mangan [Fri, 13 Dec 2002 07:56:13 +0000 (07:56 +0000)]
update Spanish translation

21 years ago * src/folder.c
Colin Leroy [Wed, 11 Dec 2002 15:26:31 +0000 (15:26 +0000)]
* src/folder.c
remove statusbar stuff
  src/folderview.c
   set statusbar verbosity when moving folders

21 years agofix english ;)
Colin Leroy [Wed, 11 Dec 2002 10:20:40 +0000 (10:20 +0000)]
fix english ;)

21 years agosave last used quicksearch type
Colin Leroy [Wed, 11 Dec 2002 10:16:39 +0000 (10:16 +0000)]
save last used quicksearch type

21 years agoadded dialog for incomplete rules in scoring, filtering and matcher to ask
Jens Oberender [Wed, 11 Dec 2002 01:00:58 +0000 (01:00 +0000)]
added dialog for incomplete rules in scoring, filtering and matcher to ask
wheather really close

21 years agoFix folder dnd statusbar logging
Colin Leroy [Wed, 11 Dec 2002 00:56:36 +0000 (00:56 +0000)]
Fix folder dnd statusbar logging
CVS ----------------------------------------------------------------------

21 years ago0.8.6claws96
Christoph Hohmann [Tue, 10 Dec 2002 23:03:59 +0000 (23:03 +0000)]
0.8.6claws96

* src/compose.c
* src/folder.c
* src/imap.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/send.c
* src/statusbar.[ch]
* src/common/hooks.c
* src/common/log.[ch]
        o handle verbose logging in statusbar directly in statusbar code
          and common code does not need any knowledge about a statusbar
        o remove direct calls to statusbar_(puts|pop)_all functions