Commit graph

2197 commits

Author SHA1 Message Date
Christoph Hohmann
20e3193f6c 0.9.0claws45
* src/common/plugin.c
        fix memory leak in plugin_unload()
2003-06-18 18:32:56 +00:00
Christoph Hohmann
6ccb4f6152 0.9.0claws44
* src/imap.c
        fix memory leak in imap_cmd_ok()
2003-06-18 15:32:14 +00:00
Christoph Hohmann
82a40700f1 0.9.0claws43
* src/folder.c
        stop messages that are downloaded from POP3 and added to
        an IMAP inbox from being filtered twice (first by POP3
        and again when IMAP folder is scaned to get the UID of
        the APPEND operation when no UIDPLUS is available)
2003-06-18 14:01:40 +00:00
Paul Mangan
9c7522eef4 sync with 0.9.2cvs2 2003-06-18 06:17:03 +00:00
Alfons Hoogervorst
70daac50ce * src/procmsg.c
prevent threading problems when a node is an ancestor (parent / great parent),
	which mostly happens with circular references (thanks to Phillipe Gramoullé
	for finding an sample set of messages)
2003-06-17 18:00:11 +00:00
Christoph Hohmann
5a29f454b6 0.9.0claws40
* src/main.c
        don't popup main window on --receive or --receive-all

* src/mainwindow.[ch]
* src/plugins/trayicon/trayicon.c
        allow hiding of main window by clicking on the trayicon
        (doesn't work correctly in seperate window mode and may
         cause unexpected GTK problems I couldn't find yet)

* src/common/ssl.c
        remove incorrect warning
2003-06-16 19:02:35 +00:00
Alfons Hoogervorst
2ddefa5cee * src/gtk/gtkstext.c
don't output debug text;
	#ifdef out print_line() if not debugging (thanks to Martin Wicke
	for pointing this out);
2003-06-15 13:38:23 +00:00
Alfons Hoogervorst
d45781bb9c * src/messageview.c
remove printf() and make one if..else comply with coding style
2003-06-14 20:19:03 +00:00
Alfons Hoogervorst
4912b4006b * AUTHORS
add Martin Wicke
* src/action.c
* src/messageview.[ch]
* src/summaryview.c
	apply patch #754162 "Quoting messages filtered by actions" submitted
	by Martin Wicke, which allows quoting message body changed by an
	action (Thanks!).
2003-06-14 13:36:28 +00:00
Alfons Hoogervorst
fca0703119 * src/utils.c
add several other subject reply prefixes (suggested by Christoph and Ivan Martinez)
	use case insensitive regexp (suggested by Ivan Martinez)
2003-06-13 21:18:15 +00:00
Christoph Hohmann
85b3878551 0.9.0claws35
* configure.ac
* src/plugins/trayicon/Makefile.am
* src/plugins/trayicon/eggtrayicon.[ch]                         ** REMOVE **
* src/plugins/trayicon/trayicon.c
* src/plugins/trayicon/libeggtrayicon/.cvsignore                ** NEW **
* src/plugins/trayicon/libeggtrayicon/Makefile.am               ** NEW **
* src/plugins/trayicon/libeggtrayicon/eggtrayicon.[ch]          ** NEW **
* src/plugins/trayicon/libeggtrayicon/gtk2-funcs.[ch]           ** NEW **
* src/plugins/trayicon/libeggtrayicon/gtkplugxembed.[ch]        ** NEW **
* src/plugins/trayicon/libeggtrayicon/xembed.h                  ** NEW **
        replace my own EggTrayIcon backport with the backport
        used by (l|x)mule and gabber.
2003-06-13 17:38:30 +00:00
Alfons Hoogervorst
47701ba2c1 * AUTHORS
* src/common/utils.c
	add Aw: to list of reply prefixes (thanks to Martin Zwickel)
2003-06-13 10:54:51 +00:00
Alfons Hoogervorst
e1113033bb * src/compose.c
clean up a little bit
2003-06-12 23:24:09 +00:00
Alfons Hoogervorst
0b28325b53 * src/compose.c
const correctness fix

* src/common/sylpheed.[ch]
	() -> (void)
	prevent redef MIN/MAX

* src/common/utils.[ch]
	() -> (void)
2003-06-12 18:02:29 +00:00
Melvin Hadasht
27f9202bf2 compose.c: updated to take into account the changes in GtkAspell 2003-06-12 10:51:30 +00:00
Alfons Hoogervorst
e01c4cc68b * src/compose.c
* src/procmsg.c
* src/common/utils.[ch]
	handle reply subject prefixes better (initial
	suggestion by Robert Story adapted and enhanced
	using regexps)
2003-06-12 00:29:17 +00:00
Melvin Hadasht
73a2b1b27b Privatized most of GtkAspell's structures 2003-06-12 00:18:28 +00:00
Alfons Hoogervorst
5faad42d2b * src/filtering.[ch]
* src/folder.c
* src/matcher.c
* src/scoring.[ch]
	- try fixing bug #18 (any brave testers?)
	- add more robustness by refusing previously
	  unchecked NULL pointers
2003-06-10 17:02:05 +00:00
Alfons Hoogervorst
013654e2ba * src/procmsg.c
fix bug #176 by don't checking MsgInfos with a NULL msgid
2003-06-10 14:00:33 +00:00
Alfons Hoogervorst
2bc6045a56 * src/prefs_common.c
fix bug #163 "Icon switching doesnt work properly" by
	preventing early freeing of prefs_common.pixmap_theme_path.
2003-06-09 15:16:07 +00:00
Christoph Hohmann
c1490b1eed 0.9.0claws24
* src/gtk/gtkaspell.c
        revert Thorsten's fix and add forgotten g_strdup for
        aspell path (it should not be possible to alter the path a
        GtkASpell uses from outside)
2003-06-09 14:37:57 +00:00
Thorsten Maerz
c4ae9ec975 dont free prefs_common.aspell_path when closing compose 2003-06-09 13:54:56 +00:00
Colin Leroy
d70c41b62c fix prefs type 2003-06-08 22:08:37 +00:00
Christoph Hohmann
662982c907 0.9.0claws21
* src/Makefile.am
* src/compose.c
* src/gtkaspell.[ch]            ** REMOVE **
* src/gtk/Makefile.am
* src/gtk/gtkaspell.[ch]        ** NEW **
        o make gtkaspell independent from sylpheed's prefs
        o move gtkaspell.[ch] to gtk directory
2003-06-07 22:15:41 +00:00
Christoph Hohmann
f246acfb3c 0.9.0claws20
* src/Makefile.am
* src/crash.c
* src/export.c
* src/filesel.[ch]              ** REMOVE **
* src/folder.c
* src/main.[ch]
* src/common/sylpheed.[ch]
* src/gtk/Makefile.am
* src/gtk/filesel.[ch]          ** NEW **
* src/gtk/pluginwindow.c
* src/gtk/sslcertwindow.c
        move filesel.[ch] to gtk directory
2003-06-07 20:18:22 +00:00
Alfons Hoogervorst
1a4721e2a2 * src/filesel.c
make (multi) file selection dialog work again (Claws-only)
2003-06-07 14:04:03 +00:00
Alfons Hoogervorst
33fc82df95 * configure.ac
* src/mimeview.c
	detect apache mishap in which case don't include fnmatch.h
	if regex.h is already included
2003-06-07 01:01:50 +00:00
Christoph Hohmann
7df10f78c6 0.9.0claws16
* configure.ac
* src/mimeview.h
        add check for fnmatch.h and include it when available

* src/mimeview.[ch]
        fix wrong case sensitivity of Content-Types

* src/gtk/Makefile.am
        need the same include paths in gtk directory as in
        common directory because .h files in common can
        include files from these directories, when included
        in gtk's .h or .c files
2003-06-06 22:09:46 +00:00
Alfons Hoogervorst
a738de9b05 * src/mimeview.c
* src/summaryview.c
	make it compile again because of regex.h / fnmatch.h
	include problems (related to recent mime stuff, can
	someone check this?)
2003-06-06 21:11:42 +00:00
Thorsten Maerz
64a7e3de43 possible use of uninitialized pointer while dragging 2003-06-06 20:32:43 +00:00
Paul Mangan
84e1394370 fix bug where the insert sig button would be effective only when auto_sig was set 2003-06-06 09:35:57 +00:00
Paul Mangan
cc29fd999a sync with 0.9.2 release 2003-06-06 08:12:43 +00:00
Paul Mangan
2d1ccb6044 sync with 0.9.1cvs1 2003-06-02 08:08:28 +00:00
Christoph Hohmann
4a3abe0b08 0.9.0claws10
* src/account.c
        don't use substring search to find accounts by email address

(closes Bug 169 Overly loose matching of "From" address)
2003-06-01 18:10:57 +00:00
Christoph Hohmann
dd72d5e94d 0.9.0claws9
* doc-src/rfc2683.txt
* src/imap.c
        limit IMAP command length as recommended in RFC2683
        (message number lists will be split into multiple imap
        sets, the limit of 1000 octets is not a hard limit)
2003-05-31 17:35:42 +00:00
Alfons Hoogervorst
c09a23383c * src/toolbar.[ch]
add print button (calling summary_print());
	fine tune setting tooltip text;
	(if someone needs other buttons, please take these
	commits as a guide, instead of bothering us - also
	see 0.8.11claws150)
2003-05-30 13:50:18 +00:00
Darko Koruga
9bc2528a03 Fix crash when word wrapping kicks in due to changed text by spell checker. 2003-05-29 18:29:40 +00:00
Paul Mangan
cc93381967 fix bug where changing account would insert sig even if auto_sig was FALSE 2003-05-29 08:40:44 +00:00
Christoph Hohmann
5306fbb3eb 0.9.0claws5
* src/imap.c
        fix truncation of too long commands

(closes Bug 167 IMAP hangs trying to get envelope
 information in imap_get_uncached_messages)
2003-05-28 18:14:15 +00:00
Paul Mangan
0933c00684 sync with 0.9.0cvs10 2003-05-27 07:36:59 +00:00
Paul Mangan
5f6bc3590a sync with 0.9.0cvs9 2003-05-26 08:19:35 +00:00
Paul Mangan
b99b9cbdb6 sync with 0.9.0cvs8 2003-05-24 17:34:56 +00:00
Paul Mangan
2b2a1d7eb2 add missing files 2003-05-24 01:11:19 +00:00
Paul Mangan
cc7ed3d039 revert to get ldap into it previous working state 2003-05-22 20:33:58 +00:00
Christoph Hohmann
e8674b106e 0.8.11claws174
* src/plugins/spamassassin/libspamc.[ch]
        sync libspamc with SpamAssaain release 2.55
2003-05-22 17:51:57 +00:00
Paul Mangan
56e36fa87b sync with 0.9.0cvs7 2003-05-22 07:05:49 +00:00
Paul Mangan
01c581b037 fix discrepency between open_unread_on_enter and always_show_msg 2003-05-21 16:43:55 +00:00
Paul Mangan
e49aae505b sync with 0.9.0cvs6 2003-05-21 12:56:40 +00:00
Paul Mangan
84562ec8a6 sync with 0.9.0cvs5 2003-05-21 06:33:19 +00:00
Paul Mangan
64ca1e5e18 sync with 0.9.0cvs4 2003-05-20 14:55:24 +00:00
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