* major code cleanup (part 1)
authorChristoph Hohmann <reboot@gmx.ch>
Tue, 2 Jul 2002 20:07:33 +0000 (20:07 +0000)
committerChristoph Hohmann <reboot@gmx.ch>
Tue, 2 Jul 2002 20:07:33 +0000 (20:07 +0000)
commitde888122c012391c7b31251d2afe711d30118ae7
tree42e68e3b2bb2096ea52921ef5f10909aeeef6e82
parent8da5cfd6bac3c3613507b87eaccb96ba53515040
* 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 )
ChangeLog.claws
configure.in