Commit graph

161 commits

Author SHA1 Message Date
Paul Mangan
f0ec15a445 sync with 0.9.12cvs18 HEAD 2004-07-12 10:39:50 +00:00
Colin Leroy
ad480780be use folder_item_id + msgnum instead of filename to delete old partial
mail
2004-07-11 21:30:14 +00:00
Colin Leroy
e24fbbee86 don't re-use enums for different stuff, it's misleading (what did I thought...)
Change version format to avoid breaking plugins checks
2004-07-10 10:51:01 +00:00
Colin Leroy
d87fc3e4b0 more cleaning 2004-07-09 21:17:00 +00:00
Colin Leroy
039506bb9a fix partial-downloading issues 2004-07-08 10:34:39 +00:00
Colin Leroy
1a778f92f1 * src/folder.c [1.213.2.6]
* src/folder.h [1.87.2.6]
	* src/inc.c [1.149.2.7]
	* src/messageview.c [1.94.2.8]
	* src/procheader.c [1.47.2.6]
	* src/procmsg.c [1.150.2.4]
	* src/procmsg.h [1.60.2.5]
	* src/pop.c [1.56.2.4]
	* src/pop.h [1.17.2.3]
		Let too big messages get downloaded, but truncated
		Add a button to download them completely
2004-07-07 23:44:46 +00:00
Paul Mangan
29e6353885 sync with 0.9.11cvs17 HEAD 2004-06-25 08:05:09 +00:00
Paul Mangan
2fcc6f1f56 sync with 0.9.10claws67 HEAD 2004-05-22 07:27:30 +00:00
Paul Mangan
06656e67f1 sync with 0.9.10claws57 HEAD 2004-05-10 10:22:28 +00:00
Thorsten Maerz
b4217b7b11 sync 099claws 2004-02-21 11:01:01 +00:00
Thorsten Maerz
61ee51da1d sync 098claws 2004-01-12 21:28:31 +00:00
Thorsten Maerz
d013515023 inital gtk2 patch 2003-10-05 10:10:30 +00:00
Paul Mangan
349c821def sync with 0.9.4cvs13 2003-09-01 10:36:33 +00:00
Paul Mangan
20259bc8be clear the progressbar unconditionally 2003-08-08 10:10:42 +00:00
Paul Mangan
82f10485ef sync with 0.9.4cvs4 2003-08-08 09:04:41 +00:00
Christoph Hohmann
5cc4aaae97 0.9.3claws56
* sync with 0.9.3cvs17
        see ChangeLog 2003-07-23
2003-07-26 18:30:25 +00:00
Alfons Hoogervorst
e118faf8a1 * src/inc.c
give progress dialog a main window, and give it the first
	one (presumably the only one). fixes bug #247, "segfault on
	pop-before-smtp"
2003-07-22 23:55:17 +00:00
Paul Mangan
d53a07d772 sync with 0.9.3cvs15 2003-07-22 11:38:24 +00:00
Alfons Hoogervorst
54607d7b75 * src/inc.c
plug memleak
2003-07-17 10:07:45 +00:00
Paul Mangan
eaacdf8afa inc.c: remove two instances of 'GTK_EVENTS_FLUSH' 2003-07-17 07:33:11 +00:00
Paul Mangan
ee8e22d614 sync with 0.9.3cvs12 2003-07-16 11:53:42 +00:00
Christoph Hohmann
b847938079 0.9.0claws83
* src/inc.c
        add NULL pointer checks

(patch by Luke Plant <lukeplant@softhome.net>)
(closes Bug 204 0.9.0 quits on authentication error?!)
2003-07-05 10:23:00 +00:00
Paul Mangan
15c23f124b sync with 0.9.2cvs12 2003-07-03 06:57:01 +00:00
Paul Mangan
cbd89a5c44 sync with 0.9.2cvs6 2003-06-26 09:52:33 +00:00
Paul Mangan
af788679c6 sync with 0.9.2cvs5 2003-06-26 09:03:12 +00:00
Christoph Hohmann
b26e36a65b 0.9.0claws61
* src/addr_compl.[ch]
        * src/addrindex.[ch]
        * src/folderview.c
        * src/inc.c
        * src/news.c
        * src/summaryview.c
        * src/toolbar.c
                fix warnings
2003-06-25 21:06:40 +00:00
Paul Mangan
b99b9cbdb6 sync with 0.9.0cvs8 2003-05-24 17:34:56 +00:00
Paul Mangan
1fe72c7b6d fix 'pop before smtp' timeout 2003-05-19 09:31:39 +00:00
Paul Mangan
1d157e580a sync with 0.8.11cvs35 2003-04-25 10:52:33 +00:00
Oliver Haertel
057ac3f195 remove Pop3SessionType, enable set default toolbar button 2003-04-18 15:31:31 +00:00
Paul Mangan
a245ea5c06 sync with 0.8.11cvs27 2003-04-17 08:18:15 +00:00
Paul Mangan
cb3d0f7bd4 sync with 0.8.11cvs20 2003-04-08 09:48:12 +00:00
Christoph Hohmann
628bbfbfa8 0.8.11claws76
* src/filtering.[ch]
* src/inc.[ch]
* src/mbox.c
* src/procmsg.[ch]
        add procmsg_msginfo_filter() to execute filtering actions
2003-04-07 22:32:29 +00:00
Christoph Hohmann
62446ff785 0.8.11claws72
* src/account.c
* src/folder.[ch]
* src/folderview.c
* src/imap.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/mbox_folder.c
* src/mh.c
* src/mimeview.h
* src/msgcache.[ch]
* src/news.c
* src/procmime.h
* src/procmsg.[ch]
* src/setup.c
* src/gtk/gtkutils.c
        o rename structure field names class and new to klass and
          new_msgs, to allow including files in C++
        o add 'extern "C"' block to some header files
        o add MsgInfoList and MsgNumberList as alias for GSList for
          developers to know what type of list is expected

* src/plugins/image_viewer/plugin.c
* src/plugins/image_viewer/viewer.[ch]
* src/plugins/image_viewer/viewerprefs.[ch]
        rename function names to prevent conflicts
2003-04-05 20:38:53 +00:00
Paul Mangan
2553e64cc0 sync with 0.8.11cvs13 2003-03-27 10:27:42 +00:00
Oliver Haertel
5b56afaee7 remove POP3_TOP 2003-03-26 23:08:20 +00:00
Oliver Haertel
6505a3f61a remove selective download 2003-03-26 22:28:43 +00:00
Paul Mangan
213adba13c sync with 0.8.11cvs11 2003-03-25 08:29:02 +00:00
Christoph Hohmann
1863374ecf 0.8.9claws40
* src/inc.c
        only abort fetching mails from multiple accounts when the
        error is fatal and does not allow to check any more accounts
        (currently only disk full error)

(closes bug 31 after POP3 error: "no such mail" Sylpheed does not
 receive mails for other accouts)
2003-02-04 17:56:47 +00:00
Colin Leroy
855459b31e really fix the Connecting... status 2003-02-04 14:23:26 +00:00
Colin Leroy
9cab1d9441 Fix "Connecting to..." status message 2003-01-23 10:54:46 +00:00
Melvin Hadasht
50b6b47945 * src/folderview.c
folderview_check_new(): return the number of new messages
	since last check.
* src/inc.c
	inc_account_mail(): Disable counting of new messages for IMAP
	and NNTP until bug [19] and [14] are fixed.
2003-01-14 15:34:44 +00:00
Melvin Hadasht
7da7153006 Fixed typo that could make new messages count incorrect 2003-01-13 14:48:24 +00:00
Melvin Hadasht
ca761f40e1 fix bug [14] where new mail notification worked incorrectly with IMAP accounts 2003-01-13 14:36:04 +00:00
Colin Leroy
a7ce8b1a70 * src/mainwindow.c
src/mainwindow.h
	Add mainwindow_get_mainwindow()
* src/alertpanel.c
  src/alertpanel.h
	Add alertpanel_error_log()
  src/compose.c
  src/inc.c
  src/messageview.c
  src/toolbar.c
  src/main.c
  src/procmsg.c
	Network errors get a View Log button
2003-01-11 10:50:29 +00:00
Alfons Hoogervorst
e3207f5629 * src/inc.c
filtering performance: use new style folder update
2003-01-09 21:36:54 +00:00
Christoph Hohmann
475d578702 0.8.8claws63
* src/compose.c
* src/folder.[ch]
* src/folderview.c
* src/import.c
* src/inc.c
* src/main.c
* src/mainwindow.c
* src/messageview.c
* src/prefs_folder_item.c
* src/procmsg.c
* src/summaryview.c
* src/toolbar.c
        o remove all folder update triggering from the UI code. The folder
          system should know much better when a folder needs an update.
        o to prevent multiple updates in a row the folder updates can be
          frozen for some time.

	Note: - Please verify that no updates are missing
	      - Check where freeze/thaws should be added
2003-01-07 21:49:44 +00:00
Christoph Hohmann
55fcbc963e 0.8.8claws26
* src/common/hooks.[ch]
        return abort status to caller of hooks_invoke

* src/inc.[ch]
        invoke message filtering hook and stop
        default handling when filter returns abort

* src/common/plugin.[ch]
* src/plugins/demo/demo.c
        modify plugin loader, because resolving symbols for strings
        does not work correctly

* configure.in
* ac/spamassassin.m4                            ** NEW **
* src/plugins/spamassassin/.cvsignore           ** NEW **
* src/plugins/spamassassin/Makefile.am          ** NEW **
* src/plugins/spamassassin/README               ** NEW **
* src/plugins/spamassassin/libspamc.[ch]        ** NEW **
* src/plugins/spamassassin/spamassassin.c       ** NEW **
* src/plugins/spamassassin/utils.[ch]           ** NEW **
        add spamassassin plugin, see src/plugins/spamassassin/README
        for details
2002-12-30 20:53:59 +00:00
Oliver Haertel
fda5525dc3 use generic toolbar handling 2002-12-24 14:38:23 +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