Commit graph

100 commits

Author SHA1 Message Date
Christoph Hohmann
6aa3d40bc0 0.8.6claws49
* doc-src/ui_seperation.txt     ** NEW **
        information for ui seperation

* src/Makefile.am
        remove files that were moved to common
        include common directory by default for the header files

* src/inc.c
* src/common/socket.c
* src/automaton.[ch]
        implement automaton using g_io_*-functions instead of
        gdk_input_add to make it ui independent

* src/codeconv.c
* src/compose.c
* src/ldif.c
* src/pgptext.c
* src/procmime.c
* src/rfc2015.c
* src/smtp.c
* src/unmime.c
        remove common/ prefix because directory is now in
        include path

* src/compose.c
* src/folder.c
* src/folderview.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_common.c
* src/procmsg.c
* src/rfc2015.c
        fix warnings

* src/imap.c
* src/inc.c
* src/news.c
* src/pop.c
* src/send.c
* src/smtp.c
* src/ssl_certificate.c
        add log.h header file for logging functions

* src/main.c
* src/common/utils.c
* src/summaryview.c
* src/xml.c
        o move debug_mode to commno/utils.c
        o add functions to set and get debug_mode

* src/defs.h                    ** REMOVE **
* src/intl.h                    ** REMOVE **
* src/socket.[ch]               ** REMOVE **
* src/ssl.[ch]                  ** REMOVE **
* src/utils.[ch]                ** REMOVE **
        replaced by new files in src/common/

* src/common/Makefile.am
        add new files in src/common/

* src/common/defs.h             ** NEW **
* src/common/intl.h             ** NEW **
* src/common/log.[ch]           ** NEW **
* src/common/socket.[ch]        ** NEW **
* src/common/ssl.[ch]           ** NEW **
* src/common/utils.[ch]         ** NEW **
        replacement for files in src/
2002-12-02 17:41:39 +00:00
Paul Mangan
be8bed3882 sync with 0.8.6cvs11 2002-11-26 11:19:34 +00:00
Alfons Hoogervorst
cacf54e302 * src/imap.c
tiny memory leak found by browsing Dimitar's
	valgrind report
2002-11-23 11:05:23 +00:00
Christoph Hohmann
34ef99b7d1 0.8.5claws172
* src/imap.c
        fix MsgInfo retrieval for IMAP draft and queue folders
        (closes bug [ 619558 ] Draft saving on IMAP box issue)
2002-11-20 13:42:51 +00:00
Christoph Hohmann
f3c6eaab37 * src/imap.c
use main's implementation of imap_get_msginfo
2002-11-16 20:10:30 +00:00
Christoph Hohmann
b0d60ee105 * src/compose.c
* src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/procmsg.c
* src/summaryview.c
        replace claws' fetch_msginfo with main's get_msginfo
        (use main's implementation where possible)
2002-11-16 19:53:47 +00:00
Keith Edmunds
813b8fa8e8 Remove superfluous include 2002-11-13 19:23:52 +00:00
Keith Edmunds
9ffca84a62 Fixed problem in imap.c where mails copied or moved between IMAP folders
could be lost.
2002-11-13 19:03:01 +00:00
Christoph Hohmann
394cb2cb69 * src/folder.[ch]
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
        folder->get_num_list now returns an error code
        (closes bug [ 609424 ] News cache cleared on failure)
2002-10-18 10:02:51 +00:00
Christoph Hohmann
2df9d7f8f3 * src/folder.[ch]
* src/imap.[ch]
        use virtual functions for folder item new and destroy
        functions
2002-10-14 21:23:12 +00:00
Alfons Hoogervorst
241037b042 * sync with main changes of 2002-10-08
- drop changes to src/compose.c (requires claws specific changes)
- drop changes to src/summaryview.c (requires changes to compose.c)
2002-10-13 16:30:48 +00:00
Christoph Hohmann
4d792a3852 * src/imap.c
* src/news.c
* src/utils.c
* src/utils.h
        implement cache cleanups for claws' folder system
2002-10-05 13:02:50 +00:00
Paul Mangan
d584ef3140 sync with 0.8.2cvs13 2002-09-10 11:49:10 +00:00
Paul Mangan
dd76734a75 sync with 0.8.2cvs9 2002-09-04 08:12:49 +00:00
Paul Mangan
ea048c0b47 sync with 0.8.2cvs4 2002-08-28 11:54:45 +00:00
Hoà Viêt Dinh
c21784aa4f fixed a bug in imap.c - imap_fetch_msginfo() - in case there is no current folder 2002-08-20 15:49:20 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Christoph Hohmann
78eaab4e11 * src/folder.c
check if folder_item_get_msginfo in
        folder_item_remove_msg returned NULL
* src/imap.c
        better clear the uid cache in the
        uid validity check function and delete
        cached messages
2002-07-31 15:35:26 +00:00
Paul Mangan
39a51c549a sync with 0.8.1cvs2 2002-07-27 09:58:16 +00:00
Christoph Hohmann
12e8e6025f * src/imap.c
add another check if a valid msginfo
        was returned
2002-07-27 00:33:32 +00:00
Hoà Viêt Dinh
9da1339ddd fixed error in imap protocol and in imap things 2002-07-26 22:40:11 +00:00
Christoph Hohmann
995c8fcb9d * src/imap.[ch]
imap folder now remembers the last selected
        folder and imap_fetch_msginfo skips selecting
        the folder if it is already selected
2002-07-25 23:35:09 +00:00
Christoph Hohmann
c063763e1c * src/folder.c
* src/folderview.c
* src/imap.c
        fix imap folder rescanning
2002-07-25 23:00:59 +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
b5821b2f3d * src/imap.c
better IMAP uid fetching using 'FETCH 1:* (UID)'
* src/msgcache.c
        add missing return in msgcache_write
2002-07-02 22:28:11 +00:00
Christoph Hohmann
e5b3ae3bd0 * src/summaryview.c
fix "goto next/prev unread message" with
	ignored threads
2002-07-01 17:25:39 +00:00
Christoph Hohmann
2def717241 * src/imap.c
fix new cache imap copy bug
2002-06-30 00:50:33 +00:00
Christoph Hohmann
30555a9068 merge new cache branch 2002-06-29 23:33:42 +00:00
Jens Oberender
6cdcc03db0 updated German translation and fixed two writing mistakes 2002-06-28 14:04:04 +00:00
Paul Mangan
c333f0c843 sync with 0.7.8cvs1 2002-06-19 07:31:13 +00:00
Paul Mangan
036a90d996 fix SSL related bugs 2002-05-31 06:14:03 +00:00
Paul Mangan
1441b521f5 sync with 0.7.6cvs18 2002-05-29 08:28:56 +00:00
Paul Mangan
2585e8633c sync with 0.7.6cvs4 2002-05-15 07:47:34 +00:00
Paul Mangan
20d157dd67 sync with 0.7.5cvs19 2002-05-11 08:10:09 +00:00
Paul Mangan
70c59eedb8 sync with 0.7.5cvs16 2002-05-10 07:32:09 +00:00
Paul Mangan
04b7021ac2 sync with 0.7.5cvs14 2002-05-09 06:36:14 +00:00
Hiroyuki Yamamoto
64802fcf09 sync one left change in imap.c. 2002-05-02 08:12:04 +00:00
Hiroyuki Yamamoto
b3e37c095a fixed crash on reply and IMAP queue folder malfunction. 2002-05-02 01:53:39 +00:00
Paul Mangan
8c769be378 sync with 0.7.5cvs3 2002-04-23 07:23:52 +00:00
Paul Mangan
15648d8569 sync with 0.7.4cvs52 2002-04-21 10:16:58 +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
Paul Mangan
5e4d985f0d sync with 0.7.4cvs37 2002-04-11 10:12:06 +00:00
Paul Mangan
cb25b49352 sync with 0.7.4cvs35 2002-04-09 15:21:52 +00:00
Paul Mangan
8e0e247b21 sync with 0.7.4cvs33 2002-04-08 16:38:08 +00:00
Paul Mangan
84c81b0c0b sync with 0.7.4cvs29 2002-04-03 14:02:06 +00:00
Paul Mangan
a344d00ffa sync with 0.7.4cvs25 2002-04-01 08:44:32 +00:00
Paul Mangan
f3ed92028a sync with 0.7.4cvs21 2002-03-27 09:38:08 +00:00
Paul Mangan
9e8038174f sync with 0.7.4cvs16 2002-03-23 09:35:55 +00:00
Paul Mangan
818fa31f0c sync with sylpheed 0.7.4cvs6 2002-03-18 11:06:47 +00:00