Commit graph

2622 commits

Author SHA1 Message Date
Paul Mangan
e6be1cfd46 rearrange common prefs 2003-04-15 20:48:37 +00:00
Paul Mangan
bc62d5abfe add common prefs option '/Interface/Open next message on deletion' 2003-04-15 20:47:05 +00:00
Paul Mangan
5a7f569486 add Lock/Unlock to summary view popup menu 2003-04-15 20:00:23 +00:00
Paul Mangan
4d03c75062 sync with 0.8.11cvs24 2003-04-15 11:43:13 +00:00
Jens Oberender
25d2634047 updated German translation and some corrections from Roland Bless <bless@tm.uka.de> 2003-04-14 13:24:34 +00:00
Paul Mangan
919be8aa95 sync with 0.8.11cvs22 2003-04-14 09:28:39 +00:00
Paul Mangan
dc9b81b0e6 fix memory leaks and cleanup clamav_plugin.c 2003-04-13 13:00:43 +00:00
Paul Mangan
f377419bf3 add .cvsignore 2003-04-12 18:46:58 +00:00
Paul Mangan
0e1e655247 activate archive scanning option 2003-04-12 18:46:14 +00:00
Paul Mangan
146ae15950 add Clam AntiVirus plugin 2003-04-12 17:52:24 +00:00
Paul Mangan
70d5f679fa sync with 0.8.11cvs21 2003-04-12 00:28:06 +00:00
Paul Mangan
dfde65581e update Spanish translation 2003-04-11 22:35:42 +00:00
Christoph Hohmann
07a9d6bf39 0.8.11claws83
* src/mbox.c
        fix typo that did not move unfiltered mails to destination
        folder

(closes Bug 115 Sylpheed 0.8.11claws81 does not deliver mail correctly
 when filtering from spool)
2003-04-10 21:25:43 +00:00
Christoph Hohmann
02ecb40daf 0.8.11claws82
* src/imap.c
        use BODY.PEEK instead of BODY in in message fetch operation
        to make sure the IMAP server does not set the \Seen flag for
        messages. Sylpheed does that later itself, when the message
        is opened in sylpheed

(closes Bug 111 Claws destroys unread marks)
2003-04-10 18:35:57 +00:00
Oliver Haertel
f6b96c964f fix crash in folder_destroy 2003-04-09 18:24:52 +00:00
Oliver Haertel
90ebc9ed90 remove selective download 2003-04-09 18:22:57 +00:00
Christoph Hohmann
4ef9579c2b 0.8.11claws80
* src/imap.c
        fix crash in imap_get_msginfo() when then fetched message
        is not found

(closes Bug 110 Crash during mail composition)
2003-04-09 09:58:18 +00:00
Christoph Hohmann
15b258ea16 0.8.11claws79
* src/folder.c
* src/prefs_account.c
        Filter new messages that are found in an INBOX folder
        when 'Filter messages on receiving' is enabled in the
        Folder's AccountPrefs. This allows to use Sylpheed's
        filtering engine for IMAP folders where messages are
        added to the INBOX by a MTA
2003-04-08 20:47:42 +00:00
Paul Mangan
c92842407b clean up after last commit 2003-04-08 12:08:22 +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
d5b5cf092f replace rfc2060 with updated version rfc3501 2003-04-07 20:41:12 +00:00
Christoph Hohmann
f1e3488f27 0.8.11claws75
* src/imap.c
        use IMAPSet for imap_cmd_store() and imap_cmd_envelope()
2003-04-06 19:13:39 +00:00
Christoph Hohmann
afcc60194a 0.8.11claws74
* src/common/utils.[ch]
        add g_int_compare() function for slist sorting

* src/imap.c
        fetch all MsgInfos with one command in imap_get_msginfos()
        using an imap set with a list of ranges

* src/news.c
        use new g_int_compare() function
2003-04-06 13:21:26 +00:00
Thorsten Maerz
96deaca532 corrected implementation of mh_folder_destroy() 2003-04-06 08:38:54 +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
d0b9e3b2c0 sync with 0.8.11cvs18 2003-04-05 08:58:21 +00:00
Christoph Hohmann
c58e92dbf7 0.8.11claws70
* src/folder.[ch]
* src/imap.[ch]
* src/mbox_folder.[ch]
* src/mh.[ch]
* src/news.[ch]
        o Make all virtual folder functions private
        o remove unused folder code

* src/common/socket.[ch]
* src/summaryview.c
        fix warnings
2003-04-02 15:33:25 +00:00
Alfons Hoogervorst
d81baad8d9 * src/send_message.c
remove two debug traces and see if people still report
	errors
2003-03-30 15:53:59 +00:00
Alfons Hoogervorst
ddeb5fb32e * src/send_message.c
* src/commons/session.c
	add more debug traces
2003-03-30 14:55:52 +00:00
Christoph Hohmann
f4382170dd 0.8.11claws67
* src/folder.c
        change processing folder name from .processing to processing

* src/common/ssl.c
        disable SSL certificate check because it causes Xlib error
        when the child process want's to open an GTK window
2003-03-30 14:48:13 +00:00
Christoph Hohmann
033ee91461 0.8.11claws66
* src/folder.c
        don't use default folder for processing folder item because
        it can be a non local folder

(fixes bug reported by Stephen Lewis <slewis@paradise.net.nz>)
2003-03-30 14:02:37 +00:00
Alfons Hoogervorst
72850d24b2 * src/send_message.c
try fixing crashes when sending messages: my gcc 2.95.4 seems
	to generate bad code for 'send_send_data_progressive': When
	called from 'send_send_data_finished', the 'data' pointer is
	cleared just before the assignment to the dialog pointer
2003-03-30 00:53:41 +00:00
Christoph Hohmann
e0a472c247 0.8.11claws64
* src/common/prefs.h
* src/plugins/image_viewer/Makefile.am
* src/plugins/image_viewer/plugin.c
* src/plugins/image_viewer/viewer.[ch]
* src/plugins/image_viewer/viewerprefs.[ch]     ** NEW **
        add PrefsPage for ImageViewer
2003-03-29 15:25:13 +00:00
Thorsten Maerz
836d7b930a added function descriptions 2003-03-28 23:01:03 +00:00
Paul Mangan
ac3b4a9780 sync with 0.8.11cvs16 2003-03-28 11:45:50 +00:00
Paul Mangan
40e1a89611 sync with 0.8.11cvs15 2003-03-28 07:46:00 +00:00
Christoph Hohmann
bd6aa0c4da 0.8.11claws60
* src/folder.c
* src/imap.c
* src/common/socket.[ch]
        set socket state to DISCONNECTED when any operation
        fails to allow reconnecting in IMAP code without
        checking the return code of all calls to the command
        functions

* src/folderview.c
* src/summaryview.c
        remove some more stuff that depends on specific
        folder types
2003-03-27 21:52:32 +00:00
Paul Mangan
53fe89f4f9 sync with 0.8.11cvs14 2003-03-27 13:34:23 +00:00
Paul Mangan
4e68c0719d removed 2003-03-27 13:27:01 +00:00
Paul Mangan
a36de28be1 sync with 0.8.11cvs14 2003-03-27 13:26:07 +00:00
Christoph Hohmann
11cc4f70d3 0.8.11claws58
* src/folder.c
        fix handling of tmp_flags in flag copy function
2003-03-27 12:19:56 +00:00
Paul Mangan
2553e64cc0 sync with 0.8.11cvs13 2003-03-27 10:27:42 +00:00
Oliver Haertel
ccd29781b9 remove POP3_TOP 2003-03-26 23:17:36 +00:00
Oliver Haertel
8d0bd74fc2 remove selective download 2003-03-26 23:16:01 +00:00
Oliver Haertel
5b56afaee7 remove POP3_TOP 2003-03-26 23:08:20 +00:00
Oliver Haertel
4a22c2d168 remove selective download 2003-03-26 22:53:31 +00:00
Oliver Haertel
50ed6d5659 remove selective download 2003-03-26 22:31:30 +00:00
Oliver Haertel
6505a3f61a remove selective download 2003-03-26 22:28:43 +00:00
Oliver Haertel
f07362103a remove selective donwload 2003-03-26 21:01:37 +00:00