Commit graph

45 commits

Author SHA1 Message Date
Alfons Hoogervorst
be5f95249a * AUTHORS
add Martin Kluge
* src/mh.c
	apply memory leak plug patch by Martin Kluge
	(closes "[ 602568 ] patch for 602441 little memory leak"
	and "[ 602441 ] memoryleak in filtering 0.8.2claws9?")
2002-08-30 19:08:40 +00:00
Paul Mangan
6d79a76586 sync with 0.8.1cvs24 2002-08-16 09:34:01 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Paul Mangan
93d70aaf96 sync with 0.8.1cvs19 2002-08-08 05:56:32 +00:00
Christoph Hohmann
e309839874 * src/filter.c
* src/folder.[ch]
* src/folderview.c
* src/imap.[ch]
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
        implement imap uid cache and uid validity check
2002-07-25 21:09:10 +00:00
Christoph Hohmann
a78a1ae04a * src/mh.c
fixed crash when message header could not be
        parsed
2002-07-23 13:32:15 +00:00
Christoph Hohmann
93f097d97e * src/mh.c
fixed a memory leak in mh_fetch_msginfo
2002-07-23 13:25:17 +00:00
Darko Koruga
01af1b8960 Fixed target folder colorization. 2002-07-15 05:41:54 +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
Christoph Hohmann
340147c3f4 * src/folder.c
* src/folderview.c
* src/mh.c
* src/news.c
* src/procmsg.c
    fix broken folder tree rescaning
    and don't use procmsg_get_mark_sum
    anymore
2002-06-30 16:35:20 +00:00
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Paul Mangan
c333f0c843 sync with 0.7.8cvs1 2002-06-19 07:31:13 +00:00
Paul Mangan
11a0d8c803 sync with 0.7.6cvs16 2002-05-28 06:42:48 +00:00
Paul Mangan
65a932a8d1 sync with 0.7.4cvs49 2002-04-21 09:24:27 +00:00
Alfons Hoogervorst
3fcaa1098f apply sync patch from Paul; use old claws prefs_folder_item_create() for now 2002-04-20 22:57:52 +00:00
Hoà Viêt Dinh
cac95a6102 fix bug #516442, two bounce behaviours 2002-03-25 22:41:55 +00:00
Christoph Hohmann
70d8d72795 * src/mh.c
* src/procmsg.[ch]
* src/summaryview.c
        revert changes for flag updates
        (does not work correctly and no time to debug)
2002-03-19 22:45:48 +00:00
Paul Mangan
4e6edd2bea sync with sylpheed 0.7.4cvs8 2002-03-19 08:37:53 +00:00
Christoph Hohmann
7f31e34fa8 * configure.in
add --with-compiler-flags option
        (only for developer hacking)
* src/mh.c
* src/procmsg.[ch]
* src/summaryview.c
        try to make folder-stats and flag handling more
        independent from the summaryview. msgcounts
        are only set when the folder is opened and
        procmsg_msginfo_(un)set_flags will handle it
        later and summaryview will get the values
        from the folder.
2002-03-16 22:38:54 +00:00
Paul Mangan
a33676efb3 sync with sylpheed 0.7.2cvs17 2002-02-26 09:00:33 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Christoph Hohmann
dc481e30f8 small bug fix in last sync 2002-02-16 13:50:40 +00:00
Christoph Hohmann
bf19a7a10e sync with sylpheed 0.7.2 2002-02-16 13:42:56 +00:00
Paul Mangan
8709029819 sync with sylpheed 0.7.0cvs33 2002-02-05 13:27:32 +00:00
Paul Mangan
0b005259bc sync with sylpheed 0.7.0cvs27 2002-01-31 11:15:55 +00:00
Paul Mangan
6a079c5280 sync with sylpheed 0.7.0cvs7 2002-01-16 11:48:36 +00:00
Christoph Hohmann
6e31496c86 * src/mh.c
search for free message number, do not only rely
	on last_num
* src/send.c
	fix smtp auth and use extra account information
	if available, if not use pop3 data instead
	(closes bug #500341)
* src/ssl.[ch]
	match coding style
2002-01-07 20:25:37 +00:00
Alfons Hoogervorst
60131c7de8 make folder properties persistent so they are properly restored after rescanning the folder tree 2001-12-30 01:27:14 +00:00
Darko Koruga
27d2d07b9a Show key icon for encrypted mails in summary view. 2001-12-27 07:17:19 +00:00
Alfons Hoogervorst
214137710b add markfile declaration to appropriate functions when fchmod is not available 2001-12-04 19:08:48 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Paul Mangan
97225d3545 sync with sylpheed 0.6.0 release 2001-08-30 12:59:38 +00:00
Darko Koruga
ef6fa97f0e Target folder colourization. 2001-07-31 06:17:48 +00:00
Darko Koruga
a901cc4967 Shared folders support with a GUI. 2001-07-30 05:49:36 +00:00
Alfons Hoogervorst
bda3b802ed sync with Hiroyuki's 0.5.0cvs5; back up claws to 0.5.0claws5 2001-07-17 20:05:22 +00:00
Paul Mangan
77aa96498e sync with sylpheed 0.4.99cvs7 2001-06-08 10:14:40 +00:00
Paul Mangan
175f62d1f9 sync with sylpheed 0.4.99cvs6 2001-06-06 13:05:23 +00:00
Hoà Viêt Dinh
4af086d641 mbox format completed 2001-05-27 22:40:29 +00:00
Hiroyuki Yamamoto
03484d286e more sync with 0.4.99cvs2. 2001-05-23 03:04:46 +00:00
Hoà Viêt Dinh
ae706ee0f7 new filtering action : forward - some fixes 2001-05-18 03:39:01 +00:00
Alfons Hoogervorst
e3c2780083 sync with sylpheed 0.4.67cvs7-8 2001-05-17 13:25:31 +00:00
Hoà Viêt Dinh
8fd3feb036 new filtering 2001-05-15 04:50:27 +00:00
Alfons Hoogervorst
309b87a3d8 sync with 0.4.65cvs11 2001-04-27 22:47:56 +00:00
Alfons Hoogervorst
6d56b06e24 sync with sylpheed 0.4.65cvs10 2001-04-27 20:27:24 +00:00
Paul Mangan
036b63d8fc Imported version 1.0 2001-04-19 12:21:46 +00:00