Commit graph

67 commits

Author SHA1 Message Date
Christoph Hohmann
b7e4917caf 0.8.6claws96
* src/compose.c
* src/folder.c
* src/imap.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/send.c
* src/statusbar.[ch]
* src/common/hooks.c
* src/common/log.[ch]
        o handle verbose logging in statusbar directly in statusbar code
          and common code does not need any knowledge about a statusbar
        o remove direct calls to statusbar_(puts|pop)_all functions
2002-12-10 23:03:59 +00:00
Jens Oberender
0d4e1c8499 - removed gettext from g_warnings
- po/POTFILES.in cleaned and updated
- po/de.po updated
2002-12-10 18:42:29 +00:00
Christoph Hohmann
91e8ab0aaf 0.8.6claws75
* src/Makefile.am
* src/about.c
* src/account.c
* src/crash.c
* src/esmtp.h
* src/imap.[ch]
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/news.c
* src/pop.[ch]
* src/prefs_account.[ch]
* src/prefs_common.[ch]
* src/send.[ch]
* src/smtp.[ch]
* src/ssl_certificate.[ch]
* src/ssl_manager.[ch]
* src/common/Makefile.am
* src/common/log.c
* src/common/nntp.[ch]
* src/common/socket.[ch]
* src/common/ssl.[ch]
* src/gtk/sslcertwindow.c
* ac/openssl.m4
        use new autoconf script to detect OpenSSL with extra parameters
        to specify the location of libs and includes, also remove USE_SSL
        to USE_OPENSSL

* src/common/sylpheed.[ch]
* src/common/version.h.in
        start seperation of common code initialization seperated from gui

last commit did not work without this, so here is the rest
2002-12-08 13:52:10 +00:00
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
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
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
Colin Leroy
cf757abad8 change a printf by debug_print 2002-10-17 11:00:30 +00:00
Colin Leroy
1ad1cbde04 fix warnings 2002-10-12 01:42:18 +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
d2cc3bc339 sync with 0.8.5 2002-10-04 15:35:49 +00:00
Paul Mangan
677ac2d43d sync with 0.8.2cvs8 2002-09-03 07:47:27 +00:00
Paul Mangan
ea048c0b47 sync with 0.8.2cvs4 2002-08-28 11:54:45 +00:00
Paul Mangan
c443ed903f don't translate debug info 2002-08-15 07:38:17 +00:00
Colin Leroy
75e970cf27 fix mass-cancel problem 2002-08-07 08:58:43 +00:00
Paul Mangan
39a51c549a sync with 0.8.1cvs2 2002-07-27 09:58:16 +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
Melvin Hadasht
2fd9699ebf * src/addrbook.c
* src/addressbook.c
* src/addrindex.c
	Replaced sprintf by g_snprintf to prevent possible buffer
	overflow.
* src/news.c
	Corrected a log message output format.
	Added a missing "done" debug output.
* src/compose.c
	Added keyboard accelerator for Priority menu items
	Added missing \n in debug output
* src/logwindow.c
* src/gtkspell.c
* src/rfc2015.c
	Added missing \n in debug output
2002-07-13 11:20:49 +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
b5322a04de sync with 0.7.6cvs20 2002-05-31 07:06:28 +00:00
Paul Mangan
1441b521f5 sync with 0.7.6cvs18 2002-05-29 08:28:56 +00:00
Paul Mangan
b7c0e731c8 sync with 0.7.6cvs15 2002-05-27 13:14:05 +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
03efdafedb enable NNTP over SSL 2002-03-25 09:37:38 +00:00
Hoà Viêt Dinh
072fd8a56a property of attachment / news message count 2002-03-17 13:29:22 +00:00
Paul Mangan
1ac2ee669c mark crossposted messages as read 2002-03-17 09:50:46 +00:00
Paul Mangan
3ce75b9f02 sync with sylpheed 0.7.4cvs2 2002-03-14 10:17:32 +00:00
Hoà Viêt Dinh
b3f6162e95 cancel news is finally implemented 2002-03-01 20:27:37 +00:00
Paul Mangan
caf6fd51e6 sync with sylpheed 0.7.2cvs14 2002-02-23 10:52:54 +00:00
Paul Mangan
334a0c1977 sync with sylpheed 0.7.2cvs11 2002-02-21 14:56:09 +00:00
Alfons Hoogervorst
84708d7240 don't delete messages... 2002-01-27 16:24:59 +00:00
Alfons Hoogervorst
52e16a43bf implement news->remove_msg() 2002-01-27 14:32:18 +00:00
Paul Mangan
6a079c5280 sync with sylpheed 0.7.0cvs7 2002-01-16 11:48:36 +00:00
Paul Mangan
0e84ebf116 sync with sylpheed 0.6.5cvs9 2001-11-18 12:23:39 +00:00
Paul Mangan
69356befd1 sync with sylpheed 0.6.5cvs7 2001-11-16 10:44:43 +00:00
Paul Mangan
12517c39a2 merge with SYNC-B4-REL and sync with sylpheed 0.6.5cvs5 2001-11-14 10:51:23 +00:00
Paul Mangan
820618c7d9 sync with sylpheed 0.6.4cvs18 2001-11-07 10:29:45 +00:00
Hoà Viêt Dinh
dd4b62708a bugfix for newsgroups list dialog 2001-10-20 12:22:07 +00:00
Hoà Viêt Dinh
2a51d1c61a news selection dialog box enhanced 2001-10-18 18:51:14 +00:00
Alfons Hoogervorst
6beb81d354 sync with sylpheed 0.5.1cvs1-3 2001-07-25 14:49:48 +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
Alfons Hoogervorst
72042fc35a sync with Hiroyuki's 0.5.0claws2-3 2001-07-15 13:42:30 +00:00
Paul Mangan
970d36482d more sync with sylpheed 0.5.0pre4 2001-07-04 10:14:20 +00:00
Paul Mangan
3373a8984f more sync with sylpheed 0.5.0pre1 2001-06-19 11:24:32 +00:00
Paul Mangan
175f62d1f9 sync with sylpheed 0.4.99cvs6 2001-06-06 13:05:23 +00:00
Paul Mangan
1cee1f3b1a sync with sylpheed 0.4.99cvs2 2001-05-22 12:08:39 +00:00
Hoà Viêt Dinh
ae706ee0f7 new filtering action : forward - some fixes 2001-05-18 03:39:01 +00:00
Hoà Viêt Dinh
5c9f9e4784 added additionnal matching criteria 2001-05-13 02:57:01 +00:00