Commit graph

1988 commits

Author SHA1 Message Date
Christoph Hohmann
1a89bbface 0.8.11claws114
* src/folder.c
        check if remove virtual really exists before
        calling the function
2003-04-26 11:43:05 +00:00
Match Grun
4338d33673 Fixed memleaks and segfaults 2003-04-26 04:56:44 +00:00
Alfons Hoogervorst
5fac0565d3 * src/folder.c
plug a Claws memleak
2003-04-25 21:37:47 +00:00
Alfons Hoogervorst
53c9d6ecf1 * src/common/session.c
plug a memleak
2003-04-25 21:08:46 +00:00
Paul Mangan
09f798825a correct strange float value 2003-04-25 10:53:07 +00:00
Paul Mangan
1d157e580a sync with 0.8.11cvs35 2003-04-25 10:52:33 +00:00
Christoph Hohmann
c48ed9f6d2 0.8.11claws109
* src/folder.c
        freeze folder item updates when unsetting new flags

* src/gtk/pluginwindow.c
        correct strange float value
2003-04-24 18:49:29 +00:00
Paul Mangan
f81c9177b9 sync with 0.8.11cvs33 2003-04-23 07:55:01 +00:00
Paul Mangan
80c0c83a69 remove pgptext.[ch] as its not used any more 2003-04-22 15:52:02 +00:00
Paul Mangan
6842a344a3 sync with 0.8.11cvs31 2003-04-22 13:53:19 +00:00
Alfons Hoogervorst
2dec436878 * src/main.c
No access to GTK structures if we're a spawned child
	(and clean up code a little bit...) Should fix #126.
2003-04-21 09:34:15 +00:00
Melvin Hadasht
b4de225354 Improved the README file for the Dillo plugin 2003-04-21 07:49:34 +00:00
Melvin Hadasht
214b015486 Added a README file for the Dillo plugin 2003-04-21 07:36:18 +00:00
Oliver Haertel
057ac3f195 remove Pop3SessionType, enable set default toolbar button 2003-04-18 15:31:31 +00:00
Paul Mangan
6b2b79197b sync with 0.8.11cvs29 2003-04-18 09:10:32 +00:00
Paul Mangan
444b506bf3 remove 'Open next message on deletion' option 2003-04-17 22:36:18 +00:00
Paul Mangan
7e0006d1ea sync with 0.8.11cvs28 2003-04-17 22:01:58 +00:00
Christoph Hohmann
cd7ec0093b 0.8.11claws98
* ac/spamassassin.m4
* src/plugins/spamassassin/libspamc.[ch]
* src/plugins/spamassassin/utils.[ch]
        sync libspamc with SpamAssassin project
2003-04-17 17:28:58 +00:00
Christoph Hohmann
45005c2020 update ssl_getline prototype 2003-04-17 17:07:22 +00:00
Christoph Hohmann
07dfa9ac0b 0.8.11claws97
* src/common/socket.h
* src/gtk/sslcertwindow.h
        rename old USE_SSL to USE_OPENSSL
2003-04-17 17:02:07 +00:00
Paul Mangan
90bce10e2c use gulong for P_COLOR so that it compiles/runs on 64-bit systems 2003-04-17 09:06:09 +00:00
Paul Mangan
a245ea5c06 sync with 0.8.11cvs27 2003-04-17 08:18:15 +00:00
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
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
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
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
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