Commit graph

2197 commits

Author SHA1 Message Date
Paul Mangan
2a2436dc24 sync with 0.9.0cvs3 2003-05-20 10:02:32 +00:00
Paul Mangan
1cf4210655 link clamav_lib to the plugin and not to the main program 2003-05-19 20:49:03 +00:00
Christoph Hohmann
e21cd6dca8 * src/Makefile.am
add -export-dynamic for linking
2003-05-19 17:07:36 +00:00
Paul Mangan
bcbd691db1 sync with 0.9.0cvs1 2003-05-19 13:14:12 +00:00
Paul Mangan
1fe72c7b6d fix 'pop before smtp' timeout 2003-05-19 09:31:39 +00:00
Alfons Hoogervorst
0d78f55f52 * src/prefs_matcher.c
put "execute" action command line ("expression") in edit box
2003-05-18 18:18:14 +00:00
Christoph Hohmann
9b7fb264cc 0.8.11claws163
* src/mimeview.[ch]
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        let a viewer to have a list of Content-Types
2003-05-18 16:15:33 +00:00
Paul Mangan
88726d3952 add 'Recipient' label for FORWARD, FORWARD_AS_ATTACHMENT, and REDIRECT actions 2003-05-18 11:31:07 +00:00
Christoph Hohmann
b1a6468090 0.8.11claws161
* src/folder.c
* src/folderview.c
* src/imap.c
        don't use imap_scan_folder anymore. Instead call folder_item_scan
        for every folder after rebuilding the folder tree.

(closes Bug 19 imap_scan_folder() computes incorrectly number of new
 messages)
2003-05-17 13:15:38 +00:00
Christoph Hohmann
afa32ffa80 0.8.11claws160
* src/imap.c
        don't use STATUS command on current folder to check for
        content changes. imap_cmd_ok() now tracks changes to
        folder and number of existing messages.
2003-05-17 11:22:22 +00:00
Paul Mangan
597bb385eb remove unnecessary debug_print 2003-05-17 10:45:24 +00:00
Alfons Hoogervorst
e4b34ab01d typo 2003-05-16 23:13:08 +00:00
Thorsten Maerz
e2c7adc562 included missing intl.h 2003-05-16 20:54:30 +00:00
Paul Mangan
28166e2ea1 gettextise clamav and dillo plugins 2003-05-16 16:36:45 +00:00
Christoph Hohmann
51e07f5d34 0.8.11claws156
* po/POTFILES.in
        include plugin .c files for translation until I
        find a better solution to have plugins have their
        own textdomain
* src/plugins/demo/demo.c
* src/plugins/image_viewer/plugin.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
        add gettext macros for plugin name and description
2003-05-16 11:32:56 +00:00
Paul Mangan
14a2c59b22 sync with latest 0.9.0pre1 2003-05-16 07:38:24 +00:00
Paul Mangan
722be64518 sync with latest 0.9.0pre1 2003-05-15 08:41:43 +00:00
Christoph Hohmann
8dc0f681f0 0.8.11claws153
* src/plugins/image_viewer/viewer.c
* src/plugins/image_viewer/viewer.glade         ** NEW **
* src/plugins/image_viewer/viewerprefs.c
        make it possible to disable the autoload function in the
        imageviewer again
2003-05-14 15:34:15 +00:00
Christoph Hohmann
acb6643d6b 0.8.11claws152
* src/folder.c
        fix folder update after adding a message
2003-05-14 13:23:40 +00:00
Alfons Hoogervorst
f8e5d2cfaa * src/common/session.c
remove debug traces

* src/addrcache.[ch]
* src/filtering.[ch]
* src/folder.[c]
* src/gtkaspell.[ch]
* src/imap.[ch]
* src/mbox_folder.[ch]
* src/mh.[ch]
* src/mimeview.h
* src/msgcache.[ch]
* src/news.[ch]
* src/passphrase.[ch]
* src/prefs_common.[ch]
* src/prefs_gtk.[ch]
* src/procmsg.c
* src/scoring.[ch]
	be pedantic; (in prototypes () implies (int))
2003-05-13 11:54:19 +00:00
Alfons Hoogervorst
30050d26d7 * src/prefs_toolbar.[ch]
* src/summaryview.[ch]
* src/toolbar.[ch]
	change misleading text in toolbar prefs;
	add toolbar action for ignore thread (toggles ignore thread flag);
	clean up a little bit;
2003-05-13 11:15:22 +00:00
Paul Mangan
015f46648a sync with 0.8.11cvs43 2003-05-09 08:21:45 +00:00
Christoph Hohmann
0ccac6902d 0.8.11claws148
* src/imap.[ch]
        o use CAPABILIY as first command and check for PREAUTH
          information in the response to it
        o rewrite all imap_cmd_* functions to use an IMAPSession
          instead of a SockInfo as parameter
        o do STARTTLS after fetching and checking the server
          capabilities
2003-05-08 18:45:52 +00:00
Christoph Hohmann
90513164dc * doc-src/glade.txt
* src/gtk/pluginwindow.glade
* src/plugins/image_viewer/viewerprefs.glade
* src/plugins/spamassassin/spamassassin_gtk.glade
        add glade files for user interfaces and a description how
        to use glade to create the sylpheed code
2003-05-07 11:03:04 +00:00
Paul Mangan
ac1b039e62 sync with 0.8.11cvs41 2003-05-07 07:36:15 +00:00
Christoph Hohmann
2b9f75a9db 0.8.11claws145
* src/main.c
* src/plugins/image_viewer/viewer.c
        fix usage of imlib in imageviewer plugin

* src/gtk/prefswindow.c
        handle window close event correctly
2003-05-06 20:43:42 +00:00
Paul Mangan
f35dc77cd5 fix typo introduced in last sync 2003-05-06 16:30:15 +00:00
Paul Mangan
d709696965 sync with 0.8.11cvs39 2003-05-06 09:17:37 +00:00
Paul Mangan
bb124b99ab clean up 2003-05-06 08:03:03 +00:00
Alfons Hoogervorst
12ad424164 * src/compose.[ch]
make paste as quotation work even when the call to
	text_inserted() was deferred (fixes bug #140 "Paste
	as quotation does not work when using "external"
	clipboard")
2003-05-03 15:01:13 +00:00
Thorsten Maerz
3ae8567298 fix possible compile issues: C++ comments, non-int function 2003-05-03 12:31:47 +00:00
Paul Mangan
21aa5157ab revert match's changes to (finally) remove the bug where opening a folder causes massive slowdown when using the 'Display sender using address book' option 2003-05-02 13:20:50 +00:00
Melvin Hadasht
6b0feeba8e Fixed bug where Dillo prefs issued warnings on Cancel. Comply a litte better to coding style 2003-05-01 18:26:53 +00:00
Paul Mangan
80bfa484ce sync with 0.8.11cvs38 2003-05-01 10:03:20 +00:00
Christoph Hohmann
db49827476 0.8.11claws135
* src/plugins/dillo_viewer/dillo_prefs.c
* src/plugins/image_viewer/viewerprefs.c
* src/plugins/spamassassin/spamassassin_gtk.c
        remove gtk_widget_ref() calls for widgets in
        glade code
2003-04-30 20:20:33 +00:00
Paul Mangan
4551f58e26 a better fix for the bug where opening folder has massive slowdown when using the 'Display sender using address book' option 2003-04-30 17:18:50 +00:00
Paul Mangan
d3a4fdc801 revert the 'fix' of 0.8.11claws128 because it doesn't fix it 2003-04-30 16:53:46 +00:00
Melvin Hadasht
ffcecc52c9 New: Dillo plugin preferences (patch by Dimitar Haralanov)
* src/plugins/dillo_viewer/dillo_prefs.[ch]	*** NEW ***
	Preferences for the dillo plugin
* src/plugins/dillo_viewer/dillo_viewer.c
	Support for preferences
* src/plugins/dillo_viewer/Makefile.am
	Added dillo_prefs.[ch]
2003-04-30 14:57:20 +00:00
Alfons Hoogervorst
77a1479518 get type checking for free 2003-04-30 14:48:26 +00:00
Alfons Hoogervorst
38be45df7f * src/common/plugin.[ch]
* src/plugins/clamav/clamav_plugin.[ch]
* src/plugins/clamav/clamav_plugin_gtk.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/image_viewer/plugin.c
* src/plugins/image_viewer/viewer.[ch]
* src/plugins/image_viewer/viewerprefs.[ch]
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
* src/plugins/trayicon/trayicon.c
	clean up
2003-04-30 14:31:22 +00:00
Alfons Hoogervorst
ad426593d3 * src/common/utils.c
make is_ascii_str() fail gracefully when NULL pointer
	is passed
2003-04-30 14:23:27 +00:00
Paul Mangan
72521bf33d fix bug where opening folder has massive slowdown when using the 'Display sender using address book' option 2003-04-30 14:21:06 +00:00
Paul Mangan
afea143f84 get rid of eye-hurting function signatures :) 2003-04-30 13:28:13 +00:00
Paul Mangan
d3dd5e951f be more descriptive 2003-04-30 12:57:39 +00:00
Paul Mangan
a9e5117df4 rename some params, resize max_size window, re-arrange the order of some gui elements, improve descriptions 2003-04-30 11:59:08 +00:00
Paul Mangan
391291b492 add descriptions 2003-04-30 11:57:56 +00:00
Paul Mangan
90142d37ef resize max_size window, re-arrange the order of some gui elements 2003-04-30 11:57:06 +00:00
Paul Mangan
15292bd348 correct typos 2003-04-30 11:56:15 +00:00
Alfons Hoogervorst
5b60a419d3 * src/imap.c
fix a leak found while browsing Martin Kluge's
	valgrind log (Claws only)
2003-04-29 23:40:12 +00:00
Darko Koruga
3dd8d526b4 Include wchar.h if available. 2003-04-29 10:34:54 +00:00
Melvin Hadasht
4ab1f7e1fa Improved help text of Actions' syntax 2003-04-29 09:37:39 +00:00
Paul Mangan
e198b8176a add reference to Sylpheed-Claws team 2003-04-28 13:29:26 +00:00
Paul Mangan
0b680606ad fix crash when performing an action on a mime part 2003-04-28 12:53:42 +00:00
Paul Mangan
c7e63f93f5 fix crash when performing an action on a mime part 2003-04-28 10:55:47 +00:00
Paul Mangan
ce2b9583a4 sync with 0.8.11cvs36 2003-04-28 07:40:12 +00:00
Paul Mangan
18ec5c3a94 more sync with 0.8.11cvs35 2003-04-27 09:17:35 +00:00
Christoph Hohmann
f3f91617ad 0.8.11claws117
* src/folder.c
        fix remove virtual check
2003-04-26 15:20:03 +00:00
Paul Mangan
a8b44302e7 fix return-receipt 2003-04-26 13:18:00 +00:00
Paul Mangan
a41fa73052 restore double-clicking of the [application/pgp-signature (Select 'Check signature' to check)] line in the message view 2003-04-26 12:01:41 +00:00
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
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
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
Christoph Hohmann
04ee38c49b add README for trayicon plugin 2003-03-26 16:50:00 +00:00
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
Christoph Hohmann
c1f241386f 0.8.11claws49
* src/mimeview.c
        fix mime type guessing when no mime type is found for a file
2003-03-26 15:51:31 +00:00
Christoph Hohmann
739977116b 0.8.11claws48
* src/mimeview.c
* src/procmime.c
        remove mime type guessing from mime parser and use
        name based mime types in viewer lookup for mime type
        application/octet-stream
2003-03-25 23:35:47 +00:00
Christoph Hohmann
a37a662ab7 0.8.11claws47
* doc-src/readme.txt
* doc-src/rfc2554.txt
        add RFC about SMTP AUTH

* src/send_message.c
* src/common/smtp.[ch]
        add extra error code for authentication errors and
        clear temporary password when this error occurs

(closes Bug 84 authentication failure while sending should
 prompt for password again)
2003-03-25 22:24:20 +00:00
Christoph Hohmann
f59989d008 0.8.11claws46
* configure.ac
* src/Makefile.am
* src/imageview.[ch]                            ** REMOVE **
* src/messageview.[ch]
* src/mimeview.[ch]
* src/prefs_common.[ch]
* src/textview.c
* src/plugins/Makefile.am
* src/plugins/image_viewer/.cvsignore           ** NEW **
* src/plugins/image_viewer/Makefile.am          ** NEW **
* src/plugins/image_viewer/plugin.c             ** NEW **
* src/plugins/image_viewer/viewer.[ch]          ** NEW **
        move image viewer into a plugin (building is enabled by default)
        [ToDo: Prefs for resize and autoview]
2003-03-25 20:07:15 +00:00
Paul Mangan
c83f9546d5 sync with 0.8.11cvs12 2003-03-25 17:45:32 +00:00
Paul Mangan
213adba13c sync with 0.8.11cvs11 2003-03-25 08:29:02 +00:00
Christoph Hohmann
b895c42c87 0.8.11claws43
* src/folder.c
        code cleanup for flags copying
2003-03-24 21:48:10 +00:00
Christoph Hohmann
019e804099 0.8.11claws42
* src/plugins/trayicon/trayicon.c
        fix setting the transparent area when the window size
        is forced by the system tray
2003-03-23 23:27:37 +00:00
Christoph Hohmann
61387133d9 0.8.11claws41
* src/plugins/trayicon/gnome-mail.xpm           ** REMOVE **
* src/plugins/trayicon/gnome-nomail.xpm         ** REMOVE **
* src/plugins/trayicon/newmail.xpm              ** NEW **
* src/plugins/trayicon/nomail.xpm               ** NEW **
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/unreadmail.xpm           ** NEW **
        o replace GBiff icons with KBiff icons resized to 16x16 pixel
        o add icon for unread mails
        o set transparency for window
2003-03-23 16:09:21 +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
Christoph Hohmann
fcfe8c2bc3 0.8.11claws39
* src/imap.c
* src/common/session.[ch]
        Init session data to make sure we don't have invalid pointers
        for read_ch and write_ch when new multi process sessions are
        not used

* src/main.c
* src/common/plugin.c
* src/common/sylpheed.c
* src/plugins/demo/demo.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/spamassassin/spamassassin_gtk.c
        add plugin types to allow loading plugins at different times
        (and maybe for different frontends), because it's not good to
        load GTK-Plugins gefore gtk_init was called

* configure.ac
* src/plugins/Makefile.am
* src/plugins/trayicon/.cvsignore               ** NEW **
* src/plugins/trayicon/Makefile.am              ** NEW **
* src/plugins/trayicon/eggtrayicon.c            ** NEW **
* src/plugins/trayicon/eggtrayicon.h            ** NEW **
* src/plugins/trayicon/gnome-mail.xpm           ** NEW **
* src/plugins/trayicon/gnome-nomail.xpm         ** NEW **
* src/plugins/trayicon/trayicon.c               ** NEW **
        New Trayicon plugin that shows an icon in a systray that uses
        XEMBED protocol like Gnome's systray. Icon shows if there
        are new mails and a tooltip shows information about new,
        unread and total messages.
2003-03-22 23:16:41 +00:00
Paul Mangan
ff0c9381a9 fix ESMTP AUTH CRAM-MD5 2003-03-22 08:59:29 +00:00
Colin Leroy
09e6c0179c fix ssmtp 2003-03-21 18:05:14 +00:00
Colin Leroy
869edb4afe Fix counts in drag and dropped subfolders 2003-03-21 17:51:15 +00:00
Colin Leroy
57723d335f speed up a bit folder dnd 2003-03-21 17:28:52 +00:00
Alfons Hoogervorst
ceba6a46ab * src/main.c
* src/toolbar.c
* src/procmsg.c
	don't send locked queue messages
	(feature request "[ 705245 ] Locking message in outbox
	 should prevent sending")
2003-03-20 21:48:21 +00:00
Christoph Hohmann
33d83ae6f2 0.8.11claws33
* src/folder.c
        remove NEW and UNREAD flag in special folders when scanning

* src/common/smtp.c
        fix ESMTP AUTH CRAM-MD5
2003-03-20 14:44:47 +00:00
Paul Mangan
e297b67dab prefs_account.c: Re-write 'Tunnel command to open connection' as 'Use command to communicate with server', and disable it for all except IMAP accounts 2003-03-20 11:26:00 +00:00
Paul Mangan
a66b687d91 sync with 0.8.11cvs6 2003-03-20 11:00:55 +00:00
Paul Mangan
2f1bc2b5bf removed (sync with 0.8.11cvs6) 2003-03-20 10:56:41 +00:00
Match Grun
c4e5c7a9ea Enable address search. 2003-03-19 23:16:26 +00:00
Christoph Hohmann
2935c23e68 0.8.11claws29
* src/procmsg.c
        add temp flag handling, will make moving and copying
        messages possible again

* src/folder.c
        correct calulation of folder stats
2003-03-19 18:39:42 +00:00
Match Grun
771c305abe Make address folder name case insensitive. 2003-03-19 01:37:49 +00:00
Christoph Hohmann
f4b7d15089 0.8.11claws27
* src/imap.c
        fix imap using a tunnel command

(closes bug 87)
2003-03-18 21:40:56 +00:00
Christoph Hohmann
4530d0cf3f 0.8.11claws26
* src/folder.[ch]
* src/imap.c
* src/procmsg.[ch]
        rewrite flag handling for folders
2003-03-18 18:24:34 +00:00
Christoph Hohmann
cad8990b0d 0.8.11claws25
* src/folder.c
* src/procmsg.c
* src/summaryview.c
        unset NEW and UNREAD flags when message is ignored, to make
        sure messages don't show up as unread on other IMAP clients,
        because the IGNORE_THREAD flag can not be syncronized through
        the IMAP folder
2003-03-18 16:21:19 +00:00
Christoph Hohmann
95bd4f3429 0.8.11claws24
* src/imap.c
        don't use recursion to fetch uids when the number of messages
        does not match. Moved code into subfunction that is used
        again when needed, to prevent an endless loop.
2003-03-17 18:57:51 +00:00
Thorsten Maerz
2887094b12 get_resized_size() and prefs_common accessible from plugins 2003-03-17 16:52:25 +00:00
Christoph Hohmann
d3d302e5bd 0.8.11claws22
* src/imap.c
        o remove UID guessing from copy code
        o support UIDPLUS extension for APPEND command
2003-03-17 15:08:52 +00:00
Paul Mangan
65301a8ab5 remove 'Compiled-plugins' section 2003-03-17 11:34:22 +00:00
Paul Mangan
3605420f27 slight change to description text 2003-03-17 11:34:00 +00:00
Match Grun
eb033d1c8b Dynamic LDAP queries 2003-03-17 06:49:25 +00:00
Christoph Hohmann
e20f77e603 0.8.11claws18
* src/mimeview.c
* src/plugins/dillo_viewer/dillo_viewer.c
* src/plugins/mathml_viewer/mathml_viewer.c
        make unregistering of MimeViewerFactorys possible
2003-03-16 17:11:03 +00:00
Melvin Hadasht
dcaa12d288 dillo_viewer.c: fixed bug where it was impossible to view more than 1 text/html per message 2003-03-16 09:09:35 +00:00
Melvin Hadasht
1fe47ca954 prefs_actions.c: fixed compilation warnings 2003-03-15 20:21:36 +00:00
Melvin Hadasht
a576fefe7e Added html mail viewing using Dillo 2003-03-15 20:17:25 +00:00
Christoph Hohmann
ef477e95fe 0.8.11claws13
* src/imap.c
        don't query imap folder for attributes because we already
        for them from imap_status

* src/mimeview.[ch]
        add support for plugable MimeViewers (unloading Viewers
        not yet complete)

* src/plugins/Makefile.am
* src/plugins/mathml_viewer/.cvsignore          ** NEW **
* src/plugins/mathml_viewer/Makefile.am         ** NEW **
* src/plugins/mathml_viewer/mathml_viewer.c     ** NEW **
        add MathML Viewer (Content-Type text/mathml) using GtkMathView
        widget from http://helm.cs.unibo.it/mml-widget/
2003-03-14 23:58:57 +00:00
Christoph Hohmann
7c19cc4ca0 0.8.11claws12
* src/folder.[ch]
        o error return code's should better be negative
        o replace printf with debug_print

* src/imap.c
        improve IMAP folder scan by checking UID-NEXT

* src/summaryview.c
        remove check that are unnecessary in my opinion
2003-03-14 01:38:17 +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
Colin Leroy
b875593ba4 Remove leading emtpy lines from quoted text before quoting it 2003-03-13 19:23:37 +00:00
Melvin Hadasht
427a4d230e Actions: added cancel/ok buttons to user's argument dialog, fix mem leak, fix help text 2003-03-13 17:06:27 +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
Melvin Hadasht
27d993fe68 Actions: new tokens (%u, %h and %s) 2003-03-13 11:22:33 +00:00
Paul Mangan
c20075adbc sync with 0.8.11cvs5 2003-03-13 11:12:58 +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
87376f6500 0.8.11claws2
* src/imap.c
        fix imap uid validity check
2003-03-12 16:42:55 +00:00
Christoph Hohmann
42018d42a3 * src/gtk/prefswindow.c
fix translation of "Page Index"
2003-03-12 16:19:28 +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
Paul Mangan
75ed236671 a sync from 0.8.11cvs4 2003-03-12 08:52:03 +00:00
Paul Mangan
96bda947fa make some strings translatable 2003-03-10 22:58:52 +00:00
Darko Koruga
49415bfc30 Code cleanup. 2003-03-10 17:38:40 +00:00
Paul Mangan
046d14ca0e sync with 0.8.11cvs2 2003-03-10 09:54:40 +00:00
Melvin Hadasht
105ec0ad37 fix for message display in UTF-8 locales (unintentionnaly removed in 0.8.6claws6 2003-03-09 14:44:49 +00:00
Darko Koruga
9eb8968555 Fix infinite loop in wrapping. 2003-03-08 17:47:57 +00:00
Christoph Hohmann
44e147d19e 0.8.10claws101
* src/imap.c
        add workaround for IMAP servers that do not
        support the "UID SEARCH UID" command
2003-03-08 00:26:54 +00:00
Christoph Hohmann
3fbc9cc2b4 0.8.10claws100
* src/plugins/spamassassin/spamassassin.[ch]
* src/plugins/spamassassin/spamassassin_gtk.c
        code cleanup
2003-03-07 23:49:10 +00:00
Christoph Hohmann
c8b2e6850d 0.8.10claws98
* src/send.c
        fix in 0.8.10claws94 was wrong
        local delivery does not require escaping, remove escaping
        code to make signatures of mails with "." lines valid

        NOTE: requires that sendmail is executed with "-i" option,
              what is the default now, but has to be changed in all
              exsiting accounts)
2003-03-07 21:09:19 +00:00
Paul Mangan
c5406c12ab sync with 0.8.11 release 2003-03-07 07:29:29 +00:00
Paul Mangan
dea90985f8 revert commit 0.8.10claws92 2003-03-06 19:40:19 +00:00
Paul Mangan
746431187c fix bugs 74, 'Crash opening editor window with pseudo-color display' 2003-03-06 15:24:15 +00:00
Paul Mangan
ebc3d9f8ec fix bugs 73, 'Crash when selecting top-level folder' 2003-03-06 15:23:44 +00:00
Christoph Hohmann
4d3257f644 0.8.10claws94
* src/send.c
        fix rfc2821 (4.5.2) violation in SMTP data sending,
        all lines starting with a period get an extra period
        inserted
        (found by Simon 'corecode' Schubert)
2003-03-06 15:14:13 +00:00
Paul Mangan
91bf8d7fe2 folderview.c: if configured font can't be loaded fall back to gtk default 2003-03-06 12:21:10 +00:00
Paul Mangan
5490672a99 freeze text before autosave and thaw afterwards 2003-03-06 10:46:00 +00:00
Christoph Hohmann
daa42231d3 0.8.10claws91
* src/compose.c
        ignore address comment in dupe check for Cc-list

(closes reopened bug 47 Replying to message strips name part of
 e-mail addresses of Cc: lines)
2003-03-06 10:36:37 +00:00
Paul Mangan
1208e0127d remove reference to gtkxtext.h 2003-03-06 10:07:02 +00:00
Paul Mangan
dd1a9c0905 sync with 0.8.10cvs25 2003-03-06 07:32:31 +00:00
Oliver Haertel
a4f80f779b fix last commit 2003-03-06 06:59:35 +00:00
Oliver Haertel
dd85c0d40e fix the fix messageview toolbar delete 2003-03-06 06:50:08 +00:00
Christoph Hohmann
f0583e3c51 0.8.10claws86
* src/summaryview.c
        check if "From" matches any account's address if
        addressbook completion of addresses is disabled too

(closes Bug 70 "Display recipient in from" doesn't check
 folder's default account)
2003-03-05 21:20:49 +00:00
Christoph Hohmann
8ccd31cf1b 0.8.10claws85
* src/compose.c
* src/common/utils.[ch]
        don't strip address comments when building Cc lists

(closes Bug 47 Replying to message strips name part of e-mail addresses
 of Cc: lines)

* src/folder.c
        fix return value of copy function
2003-03-05 19:46:21 +00:00