Commit graph

130 commits

Author SHA1 Message Date
Paul Mangan
d53a07d772 sync with 0.9.3cvs15 2003-07-22 11:38:24 +00:00
Christoph Hohmann
44a772b9f2 0.9.3claws33
* src/compose.h
* src/folder.c
* src/folderview.h
* src/headerview.h
* src/prefs_filtering.h
* src/prefs_folder_item.[ch]
* src/procmime.h
* src/procmsg.h
* src/summaryview.h
        clean up header mess
	(always use 1. typedefs, 2. #includes, 3. structures)

* src/common/version.h.in
        add casts for constants

* src/plugins/demo/demo.c
        fix typo

* src/plugins/spamassassin/spamassassin.c
        remove unused variable
2003-07-19 22:36:53 +00:00
Alfons Hoogervorst
df7946cf7a * src/procmsg.c
* src/compose.c
* src/common/utils.[ch]
	subject_get_reply_prefix_length() <- subject_get_prefix_length()
2003-07-19 18:41:15 +00:00
Alfons Hoogervorst
d231d54185 * src/compose.c
* src/common/utils.c
	honour #240 "Better SUBJECT handling" by cleaning the prefix
	for both forwarding as replying
2003-07-18 22:42:05 +00:00
Christoph Hohmann
1c9a59f1dc 0.9.3claws25
* configure.ac
* src/common/sylpheed.[ch]
* src/common/version.h.in
        add version in numeric form to allow easy comparison

* src/plugins/demo/demo.c
        add version check
        - sylpheed version > plugin version => never allowed, sylpheed
          could contain unknown API changes
        - sylpheed version < minimum version required => don't load,
          API required not available (if linking does not fail)
2003-07-18 19:08:45 +00:00
Alfons Hoogervorst
799930bdcc * src/common/plugin.[ch]
const correctness
2003-07-18 18:44:54 +00:00
Christoph Hohmann
9684e5dd83 0.9.3claws23
* src/common/hooks.c
        fix crash when hooks where unregisted

* src/plugins/trayicon/trayicon.c
        unregister detroy signal before destroying the widget
        (still crashes when the plugin is unloaded)
2003-07-18 15:47:27 +00:00
Christoph Hohmann
1b57ddbd2b 0.9.3claws20
* src/common/session.c
        fix opening of SSL connections

* src/plugins/image_viewer/Makefile.am
        add OPENSSL_CFLAGS (we should find a better solution to remove
        this dependencies if they are not required)

* src/plugins/spamassassin/spamassassin.c
        remove setlocale workaround (fixed in libspamc)
2003-07-17 18:13:15 +00:00
Alfons Hoogervorst
8abaf19f6b * src/common/hooks.[ch]
* src/plugins/clamav/clamav_plugin.c
* src/plugins/spamassassin/spamassassin.c
* src/plugins/trayicon/trayicon.c
	fix signedness muck
2003-07-17 14:23:12 +00:00
Paul Mangan
dddb0a214c add link to the Claws site's FAQ page in Help menu 2003-07-17 08:55:55 +00:00
Paul Mangan
ee8e22d614 sync with 0.9.3cvs12 2003-07-16 11:53:42 +00:00
Alfons Hoogervorst
22f76b3614 * configure.ac
* src/common/defs.h
	--with-config-dir (default .sylpheed)
2003-07-09 21:41:44 +00:00
Paul Mangan
2a2594a50b sync with 0.9.3 2003-07-04 09:30:36 +00:00
Paul Mangan
15c23f124b sync with 0.9.2cvs12 2003-07-03 06:57:01 +00:00
Paul Mangan
eda4cb192d sync with 0.9.2cvs11 2003-07-02 11:20:00 +00:00
Paul Mangan
3929eea5c7 sync with 0.9.2cvs10 2003-07-01 10:33:14 +00:00
Paul Mangan
d55bc3b215 sync with 0.9.2cvs9 2003-06-30 06:21:21 +00:00
Paul Mangan
337ad0032c sync with 0.9.2cvs7 2003-06-27 07:22:51 +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
Alfons Hoogervorst
6d423cb840 * src/common/log.c
* src/common/plugin.c
	move defs.h before glib.h to prevent MIN/MAX redefs
2003-06-21 10:06:10 +00:00
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
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
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
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
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
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
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
Paul Mangan
0933c00684 sync with 0.9.0cvs10 2003-05-27 07:36:59 +00:00
Paul Mangan
2a2436dc24 sync with 0.9.0cvs3 2003-05-20 10:02:32 +00:00
Paul Mangan
14a2c59b22 sync with latest 0.9.0pre1 2003-05-16 07:38:24 +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
Paul Mangan
ac1b039e62 sync with 0.8.11cvs41 2003-05-07 07:36:15 +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
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
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
Alfons Hoogervorst
53c9d6ecf1 * src/common/session.c
plug a memleak
2003-04-25 21:08:46 +00:00
Paul Mangan
1d157e580a sync with 0.8.11cvs35 2003-04-25 10:52:33 +00:00
Paul Mangan
f81c9177b9 sync with 0.8.11cvs33 2003-04-23 07:55:01 +00:00
Paul Mangan
6842a344a3 sync with 0.8.11cvs31 2003-04-22 13:53:19 +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
4d03c75062 sync with 0.8.11cvs24 2003-04-15 11:43:13 +00:00
Paul Mangan
70d5f679fa sync with 0.8.11cvs21 2003-04-12 00:28:06 +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
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