Commit graph

12 commits

Author SHA1 Message Date
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