Commit graph

6 commits

Author SHA1 Message Date
Christoph Hohmann
5e8ae32426 0.8.10claws64
* src/account.c
* src/addressadd.c
* src/compose.c
* src/gtkaspell.c
* src/gtkxtext.h                ** REMOVE **
* src/imap.c
* src/matcher.[ch]
* src/mh.c
* src/news.c
* src/pine.c
* src/prefs_common.c
* src/prefs_matcher.c
* src/procheader.[ch]
* src/procmsg.[ch]
* src/toolbar.c
* src/common/ssl_certificate.c
* src/gtk/colorlabel.c
* src/gtk/menu.c
        o fix warnings
        o remove code obsoleted by new cache and folder system rework
2003-02-28 23:11:56 +00:00
Darko Koruga
8c21a457b3 Fix crash when importing pine address book entry with an empty name. 2003-01-15 07:02:33 +00:00
Darko Koruga
ae8863f5c0 Fix crash when importing pine addressbook (reported on ML by dybulk@tri8.net). 2003-01-10 06:41:52 +00:00
Christoph Hohmann
a0205d3dd4 * src/pine.c
fix handling of fgetc return value
2002-09-18 13:42:52 +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
3a08524804 Import Pine address book. 2002-04-02 06:57:31 +00:00