Commit graph

30 commits

Author SHA1 Message Date
Colin Leroy
6721ce4c82 2006-02-05 [colin] 2.0.0cvs17
* src/imap.c
		Add the f*cking missing expunge that caused imap_fetch_env
		to fail after an add_msgs ! :-///
	* src/etpan/imap-thread.c
		Add a bit of debug
2006-02-05 21:04:23 +00:00
Colin Leroy
4f3cef0454 2005-12-20 [colin] 1.9.100cvs97
* ABOUT-NLS
	* Makefile.am
	* autogen.sh
	* configure.ac
	* config/config.rpath
	* config/mkinstalldirs
	* m4/Makefile.am
	* m4/glibc2.m4
	* m4/gnupg.m4
	* m4/gpgme.m4
	* m4/intmax.m4
	* m4/longdouble.m4
	* m4/longlong.m4
	* m4/printf-posix.m4
	* m4/signed.m4
	* m4/size_max.m4
	* m4/ulonglong.m4
	* m4/wchar_t.m4
	* m4/wint_t.m4
	* m4/xsize.m4
	* po/Makefile.in.in
	* po/Makevars
	* po/bg.po
	* po/ca.po
	* po/cs.po
	* po/de.po
	* po/el.po
	* po/en_GB.po
	* po/es.po
	* po/fi.po
	* po/fr.po
	* po/hr.po
	* po/hu.po
	* po/it.po
	* po/ja.po
	* po/ko.po
	* po/nb.po
	* po/nl.po
	* po/pl.po
	* po/pt_BR.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
	* po/stamp-po
	* po/sv.po
	* po/zh_CN.po
	* po/zh_TW.po
	* src/Makefile.am
	* src/codeconv.c
	* src/compose.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/main.c
	* src/manual.c
	* src/mh.c
	* src/mimeview.c
	* src/send_message.c
	* src/common/Makefile.am
	* src/common/fnmatch.c
	* src/common/fnmatch.h
	* src/common/fnmatch_loop.c
	* src/common/nntp.c
	* src/common/plugin.c
	* src/common/smtp.c
	* src/common/socket.c
	* src/common/string_match.c
	* src/common/sylpheed.c
	* src/common/utils.c
	* src/common/utils.h
	* src/common/w32_dirent.c
	* src/common/w32_reg.c
	* src/common/w32_signal.c
	* src/common/w32_stat.c
	* src/common/w32_stdio.c
	* src/common/w32_stdlib.c
	* src/common/w32_string.c
	* src/common/w32_time.c
	* src/common/w32_unistd.c
	* src/common/w32_wait.c
	* src/common/w32lib.h
	* src/etpan/Makefile.am
	* src/gtk/Makefile.am
	* src/plugins/clamav/Makefile.am
	* src/plugins/demo/Makefile.am
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/plugin.def
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sylpheed.def
	* src/plugins/pgpcore/version.rc
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpinline/plugin.def
	* src/plugins/pgpinline/sylpheed.def
	* src/plugins/pgpinline/version.rc
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/pgpmime/mypgpcore.def
	* src/plugins/pgpmime/plugin.def
	* src/plugins/pgpmime/sylpheed.def
	* src/plugins/pgpmime/version.rc
	* src/plugins/spamassassin/Makefile.am
		Very little ;-) patch from Werner Koch, providing
		infrastructure for cross-compiling to Win32
2005-12-20 17:43:40 +00:00
Colin Leroy
36137f90de 2005-12-13 [colin] 1.9.100cvs86
* src/imap.c
	* src/etpan/imap-thread.c
		Fix leaks (patch by Hoa)
	* src/news.c
	* src/common/plugin.c
		Fix leaks
2005-12-13 17:32:23 +00:00
Colin Leroy
a05cba2f00 2005-11-12 [colin] 1.9.100cvs9
* src/etpan/imap-thread.c
		Fix gcc warning
2005-11-12 17:10:49 +00:00
Colin Leroy
bf9f71b87f 2005-10-20 [colin] 1.9.15cvs81
* src/imap.c
	* src/etpan/imap-thread.c
		Fix possible crash.
2005-10-20 16:48:27 +00:00
Colin Leroy
e90e817208 2005-10-10 [colin] 1.9.15cvs28
* src/mainwindow.c
		Add Windows-1252 encoding
	* src/prefs_common.c
		Rework some defaults:
		- autosave to draft by default
		- don't show header pane (it's already in the textview)
		- Select first new or unread mail on entry
		- Assume 'Yes' to change folder when there's no more
		  unread message
	* src/prefs_matcher.c
		Fix a gtk assertion failure
	* src/gtk/colorlabel.c
		Workaround bad repainting on selection
	* src/main.c
		Freeze/thaw (a bit faster on ssh -X)
	* src/msgcache.c
		Get rid of StrdupConverter that just adds an
		extra strdup/free
	* src/etpan/imap_thread.c
		memset buf to 0
2005-10-10 16:56:26 +00:00
Colin Leroy
339866c1ae 2005-10-04 [colin] 1.9.15cvs9
* src/folder.c
	* src/folder.h
	* src/folderview.c
	* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Try to make IMAP faster, by simplifying SEARCH
		commands, avoiding sending two STATUS in a row,
		and deferring flags sync and processing just
		after displaying the folder.
		This will update the SummaryView in certain
		cases (new mails not already fetched, flags
		changed from another client) but in a non-
		blocking manner.
2005-10-04 16:31:25 +00:00
Colin Leroy
4ca879bd76 2005-09-26 [colin] 1.9.14cvs53
* src/imap.c
		log_error instead of alertpanel according to the pref
	* src/etpan/imap-thread.c
		Print connect status, copy only necessary size to
		logger
	* src/plugins/pgpmime/pgpmime.c
		Handle S/Mime signatures (verification only). Patch based
		on a patch for Sylpheed Main by Thomas White <taw27@cam.ac.uk>
2005-09-26 16:53:03 +00:00
Colin Leroy
fed0b5cf48 2005-09-16 [colin] 1.9.14cvs34
* configure.ac
	* src/Makefile.am
	* src/addr_compl.c
	* src/addrindex.c
	* src/browseldap.c
	* src/editldap.c
	* src/ldaplocate.c
	* src/ldapquery.c
	* src/ldapquery.h
	* src/ldapserver.c
	* src/ldapserver.h
	* src/main.c
	* src/matcher_parser_parse.y
	* src/prefs_themes.c
	* src/etpan/Makefile.am
	* src/gtk/description_window.c
	* src/plugins/clamav/Makefile.am
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/trayicon/Makefile.am
		Fix 100% cpu usage in address completion list
		Fix little bugs (return with no values etc)
		Fix all warnings (with common CFLAGS)
2005-09-16 17:14:56 +00:00
Colin Leroy
61a27a80a8 2005-09-09 [colin] 1.9.14cvs13
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Fix moving from queue or drafts to normal folders
		Fix bug #794 (No way to delete without expunging)
		Take flags unset by other mailers into account
		Take deleted flag set by other mailers into account
		Fix unsetting REPLIED flag
		Fix crash when capabilities can't be retrieved
	* src/mainwindow.c
	* src/mainwindow.h
		Add M_DELAYED_FLAGS condition, and let the user use
		Execute in order to be able to expunge deleted mails,
		even if he's not in delayed execute mode
	* src/prefs_spelling.c
		Use 'en' dictionary by default if LANG is POSIX or C
	* src/gtk/prefswindow.c
		Fix bug #767 (Preferences windows expanding) by making
		the window a bit larger when the resolution is greater
		than 640x480, and by putting the prefs in a
		GtkScrolledWindow.
2005-09-09 16:49:10 +00:00
Paul Mangan
2cfb53ea75 2005-08-29 [paul] 1.9.13cvs71
* AUTHORS
	* src/matcher_parser_parse.y
	* src/etpan/imap-thread.c
		fix building on FreeBSD
		Patch by Daniel Gustafson <daniel@hobbit.se>
2005-08-29 17:20:49 +00:00
Colin Leroy
1a5bf3ae6c 2005-08-27 [colin] 1.9.13cvs63
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Implement automatic choosing of login method
		Fixes bug #791
	* src/gtk/.cvsignore
		Add sylpheed-marshal.[ch]
2005-08-27 17:42:27 +00:00
Paul Mangan
53ccc12013 2005-08-24 [paul] 1.9.13cvs56
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		fix bug 789 'IMAP CRAM-MD5 and ssl broken in 1.9.13'
		Patch by Colin
	* src/gtk/sylpheed-marshal.c	** REMOVED **
	* src/gtk/sylpheed-marshal.h	** REMOVED **
		remove autogenerated files
	* tools/kdeservicemenu/README
	* tools/kdeservicemenu/install.sh
	* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
	* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
		use Claws icon, use 'Sylpheed-Claws' in menu,
		use kdialog, and other cleanups
2005-08-24 08:23:16 +00:00
Paul Mangan
eae7f5e6b5 2005-08-19 [paul] 1.9.13cvs39
* configure.ac
		complete cvs38's sync
	* src/editaddress.c
	* src/gedit-print.c
	* src/mutt.c
	* src/etpan/etpan-log.c
	* src/etpan/imap-thread.c
	* src/gtk/gtksourceprintjob.c
		fix compilation warnings
		(patch by Colin)
2005-08-19 10:09:38 +00:00
Hoà Viêt Dinh
bf654ba1b4 2005-08-13 [hoa] 1.9.13cvs33
* src/etpan/imap-thread.c
		fixed build on Solaris.
2005-08-13 16:47:45 +00:00
Paul Mangan
a2555f715b 2005-08-01 [paul] 1.9.13cvs3
* src/main.c
		fix bug 776 'S.C. crashes on close'
		thanks to Colin
	* src/etpan/etpan-thread-manager-types.h
		add missing include
		thanks to Hoa
2005-08-01 12:27:33 +00:00
Paul Mangan
3dbff9efdd 2005-07-24 [paul] 1.9.13cvs1
* doc/man/sylpheed.1
		update man page, incorporating fix of
		bug 769 'Typo in manpage'
	* src/etpan/imap-thread.c
		fix NetBSD openssl dependencies. patch by
		George Michaelson <ggm@apnic.net>
2005-07-24 06:54:51 +00:00
Colin Leroy
e10b2a2017 2005-07-18 [colin] 1.9.12cvs79
* src/etpan/imap-thread.c
		Fix return value (Thanks Hoa)
2005-07-18 20:33:24 +00:00
Colin Leroy
fe2633dc31 2005-07-18 [colin] 1.9.12cvs78
* src/imap.c
		Allow empty passwords
		Create drafts/queue/outbox if necessary
	* src/summaryview.c
		Remove old code
	* src/etpan/imap-thread.c
		Fix STARTTLS (Thanks to Hoa)
2005-07-18 17:00:31 +00:00
Colin Leroy
a784bb61ae 2005-07-16 [colin] 1.9.12cvs66
* src/imap.c
		Remove pseudo-log
	* src/etpan/imap-thread.c
		Add real log
2005-07-16 02:47:28 +00:00
Colin Leroy
5f9bdac027 2005-07-15 [colin] 1.9.12cvs61
* src/etpan/imap-thread.c
		Actually stop logging :)
2005-07-15 16:40:23 +00:00
Hoà Viêt Dinh
77253611a8 2005-07-15 [hoa] 1.9.12cvs59
* src/etpan/imap-thread.c
	    disable login of IMAP password in libetpan log file.
2005-07-15 15:50:50 +00:00
Hoà Viêt Dinh
3d239fecec 2005-07-14 [hoa] 1.9.12cvs50
* src/etpan/imap-thread.c
		enable debug log of libetpan when running with --debug
2005-07-14 11:54:40 +00:00
Hoà Viêt Dinh
32e0e0d031 2005-07-10 [hoa] 1.9.12cvs33
* src/etpan/imap-thread.c
		workaround for old Courier IMAP servers.
2005-07-10 23:37:45 +00:00
Colin Leroy
85d195da4f 2005-07-10 [colin] 1.9.12cvs32
* src/folder.c
	* src/statusbar.c
	* src/statusbar.h
		Add visual progress indicator on filtering/processing
		Factorize the progress bar code
	* src/imap.c
	* src/imap.h
	* src/etpan/imap-thread.c
		Add a reference counter to avoid destroying the Folder
		while it's in use by another callback.
2005-07-10 04:09:06 +00:00
Hoà Viêt Dinh
3654e5d28c 2005-07-09 [hoa] 1.9.12cvs31
* src/imap.c
	* src/etpan/imap-thread.c
		fixed deadlock when removing IMAP account.
2005-07-09 11:46:52 +00:00
Colin Leroy
dc73c55eb1 2005-07-06 [colin] 1.9.12cvs24
* configure.ac
	* src/account.c
	* src/folder.c
	* src/imap.c
	* src/etpan/etpan-log.c
	* src/etpan/etpan-thread-manager.c
	* src/etpan/imap-thread.c
		Add a --disable-libetpan parameter. With this,
		users that don't want IMAP4 support can avoid
		the new dependancy (and have no IMAP support).
		Users that have IMAP4 accounts and use this
		parameter won't lose their configuration, their
		IMAP accounts will just be invisible and not
		used.
	* src/textview.c
		Make the "Copy ..." contextual menu items
		copy to both the X clipboard and the gtk
		clipboard - as most other apps do.
	* src/gtk/about.c
		Add a notice about OpenSSL usage, in order to
		comply with OpenSSL's license (point 6):
		http://www.openssl.org/source/license.html
2005-07-06 18:22:55 +00:00
Colin Leroy
7f964b7b13 2005-07-05 [colin] 1.9.12cvs20
* src/prefs_account.c
	* src/prefs_account.h
		Fix typo
	* src/gtk/filesel.c
	* src/gtk/filesel.h
		Add a way to filter the view
	* src/gtk/pluginwindow.c
		Filter loadable stuff
	* src/plugins/pgpmime/prefs_gpg.c
		Fix missing unregistration
	* .cvsignore
	* src/etpan/.cvsignore
	* src/plugins/spamassassin/.cvsignore
		Add more stuff to cvs ignored files
2005-07-05 16:53:12 +00:00
Hoà Viêt Dinh
070e3db260 2005-07-04 [hoa] 1.9.12cvs12
* commitHelper
	* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		fixed IMAP implementation of check of mails.
2005-07-04 00:30:44 +00:00
Hoà Viêt Dinh
5ed78def04 merged gtk2_imap_c branch with HEAD 2005-07-03 15:09:13 +00:00