Commit graph

17 commits

Author SHA1 Message Date
Match Grun
1e40647919 Removed references to LDAP constants. 2003-01-26 05:12:00 +00:00
Match Grun
9959698636 Fixed memory leak. 2003-01-02 01:56:30 +00:00
Christoph Hohmann
dfe9d950ac 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
2002-12-31 00:11:12 +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
Melvin Hadasht
2fd9699ebf * src/addrbook.c
* src/addressbook.c
* src/addrindex.c
	Replaced sprintf by g_snprintf to prevent possible buffer
	overflow.
* src/news.c
	Corrected a log message output format.
	Added a missing "done" debug output.
* src/compose.c
	Added keyboard accelerator for Priority menu items
	Added missing \n in debug output
* src/logwindow.c
* src/gtkspell.c
* src/rfc2015.c
	Added missing \n in debug output
2002-07-13 11:20:49 +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
Match Grun
52347c807e Tidy up, fix memory leak. 2002-03-16 06:10:46 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Match Grun
8af15c391d Addressbook cut, copy and paste. Sort user attributes. Tidy up
addressbook menus.
2002-01-19 06:25:11 +00:00
Alfons Hoogervorst
c0bceaf6c7 sync with 0.6.6hiro3-0.6.6hiro9 2001-12-22 00:30:32 +00:00
Hiroyuki Yamamoto
f8fbea694e more merges of compose.c, removal of fatal warnings, and some minor fixes. 2001-11-20 06:37:29 +00:00
Paul Mangan
3053381579 sync with sylpheed 0.6.2cvs8 2001-09-30 11:07:34 +00:00
Match Grun
35fa0da196 minor update 2001-09-24 05:42:50 +00:00
Paul Mangan
160792b80d sync with sylpheed 0.6.2cvs1 2001-09-18 09:36:32 +00:00
Paul Mangan
691ff6e618 sync with sylpheed 0.6.1cvs2 2001-09-06 10:24:20 +00:00
Match Grun
2d47aa2be9 New address book. 2001-09-02 01:09:09 +00:00
Match Grun
fbb47e2d53 New address book. 2001-09-01 23:48:06 +00:00