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
Melvin Hadasht
c341e8d1af po/POTFILES.in
Added src/string_match.c
src/string_match.c
	Fixed possible buffer overflow.
	Corrected typo.
	Added missing config.h header.
src/prefs_common.c
src/prefs_matcher.c
src/prefs_scoring.c
	Made some strings translatable (missing _(..)).
2002-06-13 12:06:35 +00:00
Melvin Hadasht
98595a88a8 Improved subject simplification by regexp. 2001-12-29 05:29:09 +00:00
Alfons Hoogervorst
07f2e831c1 cleanup namespace and put <sys/types.h> where it belongs so the stuff should compile on *BSD 2001-12-28 19:22:46 +00:00
Alfons Hoogervorst
1ea3728187 be a little bit more stringent in checking input strings 2001-12-23 17:37:53 +00:00
Alfons Hoogervorst
3b5a4d5739 add and adapt Thomas Link's subject simplification patch 2001-12-23 14:30:06 +00:00