Commit graph

19 commits

Author SHA1 Message Date
Paul Mangan
21aa5157ab revert match's changes to (finally) remove the bug where opening a folder causes massive slowdown when using the 'Display sender using address book' option 2003-05-02 13:20:50 +00:00
Match Grun
c4e5c7a9ea Enable address search. 2003-03-19 23:16:26 +00:00
Match Grun
eb033d1c8b Dynamic LDAP queries 2003-03-17 06:49:25 +00:00
Colin Leroy
6bc7ae453f speed improvements 2003-01-31 11:01:51 +00:00
Christoph Hohmann
23e93e8828 0.8.6claws111
* src/addr_compl.c
        remove stupid addressbook dump to debug output
* src/mh.c
        fix memory leak found by Hiro
2002-12-16 17:24:54 +00:00
Christoph Hohmann
3bf2e89722 0.8.6claws82
* src/about.c
* src/addr_compl.c
* src/codeconv.c
* src/manual.c
* src/undo.c
* src/common/utils.c
        o add missing includes
        o fix warnings
* src/.cvsignore
* src/common/.cvsignore
* src/common/version.h          ** REMOVE **
        remove autogenerated file
2002-12-08 16:32:17 +00:00
Paul Mangan
6596d66d33 clean up: remove unneccesary includes 2002-12-08 14:41:24 +00:00
Alfons Hoogervorst
7f0ae644cf * src/addr_compl.c
replace_address_in_edit(): strict check for NULL address to
	fix "[ 607348 ] Segfault in address completion". My guess is
	that this happens with an empty address book, but it's good
	to have this check here anyway

	completion_window_button_press(): free string returned
	from the internal cache
2002-09-20 19:54:22 +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
d9a1109e41 sync with 0.7.6cvs8 2002-05-18 15:22:17 +00:00
Paul Mangan
8098601fbe match Nickname on auto-address completion 2002-03-22 09:09:56 +00:00
Paul Mangan
d3ef21d5fb sync with sylpheed 0.7.0cvs38 2002-02-07 10:14:25 +00:00
Paul Mangan
49e6b0f0fd sync with sylpheed 0.7.0cvs36 2002-02-06 10:17:44 +00:00
Alfons Hoogervorst
15b745acd9 remove some debug prints because of security / privacy concerns 2002-01-14 21:33:23 +00:00
Christoph Hohmann
f94ca6ceb3 replace LOG_MESSAGE with debug_print
compose gui improvements
added newline after debug message
using __VA_ARGS__ for debug_print macro
cvs ignore for Makefile and Makefile.in in tools directory
2001-09-18 11:24:00 +00:00
Match Grun
480827ac55 New address book. 2001-09-02 00:15:05 +00:00
Alfons Hoogervorst
1710967da3 address completion in prefs_filtering dialog too 2001-07-15 17:03:12 +00:00
Alfons Hoogervorst
7d43271511 changes and bugfixes submitted by Andre Eibel 2001-06-30 11:40:01 +00:00
Paul Mangan
036b63d8fc Imported version 1.0 2001-04-19 12:21:46 +00:00