Commit graph

87 commits

Author SHA1 Message Date
Christoph Hohmann
884f282741 0.8.11claws50
* src/news.c
        fix NEWS that got broken by a sync with sylpheed-main
2003-03-26 16:24:40 +00:00
Paul Mangan
213adba13c sync with 0.8.11cvs11 2003-03-25 08:29:02 +00:00
Christoph Hohmann
55aced743e 0.8.11claws40
* src/news.c
                init news session to prevent crash when session is closed
2003-03-23 14:00:34 +00:00
Paul Mangan
a66b687d91 sync with 0.8.11cvs6 2003-03-20 11:00:55 +00:00
Christoph Hohmann
c695434ff8 0.8.11claws11
* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/summaryview.c
        use a common function to get a displayable name
        for a FolderItem
2003-03-13 21:21:39 +00:00
Christoph Hohmann
1887ae907d 0.8.11claws7
* src/account.c
* src/folder.[ch]
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/setup.c
        replace more folder type stuff with folder class stuff
2003-03-13 15:31:22 +00:00
Christoph Hohmann
9ef3bc505c 0.8.11claws4
* src/folder.c
        use folder class idstr when writing folderlist.xml

* src/folder.h
* src/imap.c
* src/news.c
        replace folder type checks with folder class checks
2003-03-13 00:02:27 +00:00
Christoph Hohmann
09aa8574ed 0.8.11claws3
* src/folder.[ch]
* src/imap.[ch]
* src/main.c
* src/mbox_folder.[ch]
* src/mh.[ch]
* src/news.[ch]
        o create a list of known folder classes in the folder system
        o use folder class id strings for folder item identifiers
2003-03-12 22:23:54 +00:00
Christoph Hohmann
db37c9c749 0.8.11claws1
* src/account.c
* src/folder.[ch]
* src/foldersel.c
* src/folderview.c
* src/imap.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/news.c
* src/prefs_scoring.c
* src/procmsg.c
* src/setup.c
* src/summaryview.c
        initial restructuring of folder system, seperating
        folders and folder classes
2003-03-12 15:40:51 +00:00
Christoph Hohmann
144f79df06 0.8.10claws81
* src/folder.c
        o fix moving and copying when folder returns 0 for new
          message number
        o remove some code for single message copy and move
          operations and use functions for multiple messages

* src/news.c
        remove unused include
2003-03-04 22:48:28 +00:00
Christoph Hohmann
95d7b0ad24 0.8.10claws79
* src/news.c
        have to multiply the percentage of the current fetch with
        the percentage that it has of the total fetch operation
        for correct values
2003-03-03 21:49:30 +00:00
Christoph Hohmann
17225a683c 0.8.10claws78
* src/news.c
        fix calculation of expected lines for progress indicator
2003-03-03 21:18:24 +00:00
Christoph Hohmann
1e54657b1c 0.8.10claws76
* src/mainwindow.[ch]
* src/common/Makefile.am
* src/common/progressindicator.[ch]
        add UI independent progress indicator handling

* src/news.[ch]
        use new progress indicator for message info fetching

* src/common/hooks.h
        code cleanup
2003-03-03 20:45:57 +00:00
Christoph Hohmann
5e8ae32426 0.8.10claws64
* src/account.c
* src/addressadd.c
* src/compose.c
* src/gtkaspell.c
* src/gtkxtext.h                ** REMOVE **
* src/imap.c
* src/matcher.[ch]
* src/mh.c
* src/news.c
* src/pine.c
* src/prefs_common.c
* src/prefs_matcher.c
* src/procheader.[ch]
* src/procmsg.[ch]
* src/toolbar.c
* src/common/ssl_certificate.c
* src/gtk/colorlabel.c
* src/gtk/menu.c
        o fix warnings
        o remove code obsoleted by new cache and folder system rework
2003-02-28 23:11:56 +00:00
Christoph Hohmann
f736591f45 0.8.10claws49
* src/news.c
        check for valid session before trying to authenticate

(closes Bug 60 crash if "authenticate on logon" is activated
 and newsserver-hostname is not valid)
2003-02-24 16:51:59 +00:00
Paul Mangan
e280fb504b move 'Maximum number of articles to download' to account prefs 2003-02-19 15:58:09 +00:00
Paul Mangan
2f79832be6 when a 'protocol error' is encountered disconnect from the server 2003-02-16 11:11:37 +00:00
Thorsten Maerz
48adf2dcf9 revert news progressbar (GUI separation) 2003-02-13 19:05:55 +00:00
Thorsten Maerz
e96fef74dd show progress while fetching news headers 2003-02-12 22:19:03 +00:00
Christoph Hohmann
33eff21e79 0.8.9claws16
* src/news.c
* src/prefs_account.[ch]
* src/common/nntp.[ch]
	allow to force authentication for NNTP servers

Patch submitted by Florian Mickler <dmk@d-labs.de>
2003-01-27 10:33:19 +00:00
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