Commit graph

115 commits

Author SHA1 Message Date
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
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
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
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
a36de28be1 sync with 0.8.11cvs14 2003-03-27 13:26:07 +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
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
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
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