Commit graph

6 commits

Author SHA1 Message Date
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
ddea986602 Export address book to HTML. 2002-05-06 06:27:11 +00:00
Match Grun
6480901bae Address harvest recurse folders. 2002-04-20 03:35:55 +00:00
Match Grun
7bc072a886 Improve address parsing. 2002-04-08 03:51:28 +00:00
Match Grun
98f1c1e7ef Improve address parsing. 2002-04-02 06:18:48 +00:00
Match Grun
81eb5822fb Included address harvester feature. 2002-03-16 07:07:34 +00:00