Commit graph

1653 commits

Author SHA1 Message Date
Colin Leroy
7cbb80874f 2006-04-20 [colin] 2.1.1cvs20
* src/imap.c
	* src/imap.h
	* src/prefs_account.c
		Add ANONYMOUS auth for IMAP
2006-04-20 16:46:33 +00:00
Paul Mangan
f59c9bf63c 2006-04-20 [paul] 2.1.1cvs19
* src/main.c
		proper fix for 2.1.1cvs18
		Thanks to Colin
2006-04-20 12:34:29 +00:00
Paul Mangan
7b8a7572a9 2006-04-20 [paul] 2.1.1cvs18
* src/main.c
		fix build warnings
2006-04-20 12:15:14 +00:00
Paul Mangan
c47a37191b 2006-04-20 [paul] 2.1.1cvs17
* src/gtk/quicksearch.c
		fix standard, non-extended Quick search,
		was broken in 2.1.1cvs15.
		Thanks to Colin.
2006-04-20 11:57:57 +00:00
Colin Leroy
180d1052e9 2006-04-20 [colin] 2.1.1cvs16
* src/prefs_matcher.c
		Fix values when reselecting a ~test
		rule
2006-04-20 05:11:18 +00:00
Colin Leroy
f72b66987a 2006-04-19 [colin] 2.1.1cvs15
* src/compose.c
	* src/compose.h
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
		Put back Options menu in Spelling/
	* src/gtk/quicksearch.c
		Don't search, and show error, if the
		advanced search has a syntax error
2006-04-19 17:28:39 +00:00
Colin Leroy
3f8528254b 2006-04-18 [colin] 2.1.1cvs14
* src/textview.c
		Fix gdk warnings on set_cursor when textview
		isn't visible
2006-04-18 16:41:51 +00:00
Colin Leroy
806c533d82 2006-04-18 [colin] 2.1.1cvs13
* src/gtk/gtksctree.c
		Remove seemingly useless refresh that causes
		flicker - watch this commit in case of
		problems before planned backport to stable
2006-04-18 16:34:15 +00:00
Colin Leroy
49220d751b 2006-04-18 [colin] 2.1.1cvs12
* src/imap.c
		Factorize get/set_xml code
	* src/compose.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/procmsg.c
		Add Encrypt to self option
2006-04-18 16:21:10 +00:00
Colin Leroy
f45566f080 2006-04-17 [colin] 2.1.1cvs11
* configure.ac
		Fix search on encrpyt function on dragonfly
		Patch by Jonathan Buschmann <jonthn@agmact.com>
2006-04-17 18:32:54 +00:00
Colin Leroy
8376289a15 2006-04-17 [colin] 2.1.1cvs10
* src/prefs_account.c
		Be safe by default: remove mails from POP3
		after 7 days, not immediately
2006-04-17 16:14:03 +00:00
Colin Leroy
3de94955a0 2006-04-17 [colin] 2.1.1cvs9
* src/etpan/imap-thread.c
		Fix build on DragonFly - patch by
		Jonathan Buschmann <jonthn@agmact.com>
2006-04-17 15:57:58 +00:00
Colin Leroy
133a74a19b 2006-04-17 [colin] 2.1.1cvs8
* src/imap.c
		Save uidnext between sessions
2006-04-17 15:41:37 +00:00
Colin Leroy
490f654490 2006-04-17 [colin] 2.1.1cvs7
* src/imap.c
		scan is required when uid validity changes
2006-04-17 13:09:25 +00:00
Colin Leroy
369e923ad0 2006-04-17 [colin] 2.1.1cvs6
* src/folderview.c
		Don't scan if not necessary, apart in current
		folder and INBOX to fetch flags.
	* src/imap.c
		Scan is necessary if unread count changes
2006-04-17 12:01:18 +00:00
Colin Leroy
878094a08d 2006-04-17 [colin] 2.1.1cvs5
* src/imap.c
		...But always fetch ANSWERED and DELETED flags for
		INBOX, as filtering can happen on these flags.
2006-04-17 11:05:16 +00:00
Colin Leroy
463d5fd26a 2006-04-17 [colin] 2.1.1cvs4
* src/imap.c
		Don't fetch REPLIED and DELETED flags when synchronising
		flags with a closed folder. We only need UNSEEN and FLAGGED
		to update the folderview.
2006-04-17 10:54:11 +00:00
Colin Leroy
83a2dc48f4 2006-04-17 [colin] 2.1.1cvs3
* src/imap.c
		Faster flag search when there are new mails
		in a folder. We can do a full search if the
		folder contains less messages than the new
		list.
2006-04-17 09:26:01 +00:00
Colin Leroy
9345b09d4c 2006-04-17 [colin] 2.1.1cvs2
* po/cs.po
	* po/de.po
	* po/fr.po
	* po/nl.po
	* po/pt_BR.po
		Update translations from stable branch
2006-04-17 08:00:02 +00:00
Colin Leroy
c4b0fdc7a5 2006-04-17 [colin] 2.1.1cvs1
* configure.ac
		Bump version to follow stable release
2006-04-17 07:54:34 +00:00
Ricardo Mones
a8bc6b5b9e 2006-04-16 [mones] 2.1.0cvs50
* po/es.po
		Updated for release
2006-04-16 22:17:49 +00:00
Colin Leroy
31072723df 2006-04-16 [colin] 2.1.0cvs49
* src/textview.c
		Fix bgcolor not unset on gtk 2.8, while preventing warnings
		with gtk < 2.8. Thanks to Fabien Vantard.
2006-04-16 20:56:16 +00:00
Colin Leroy
fae86630f6 2006-04-15 [colin] 2.1.0cvs48
* src/etpan/imap-thread.c
		Fix bug #919 (libetpan: SEGV when connecting
		using command)
2006-04-15 15:05:30 +00:00
Colin Leroy
e7486373f4 2006-04-14 [colin] 2.1.0cvs47
* src/main.c
		Fix race on --select (should be done better)
2006-04-14 15:53:16 +00:00
Tristan Chabredier
978ad9d6e6 2006-04-14 [wwp] 2.1.0cvs46
* src/send_message.c
		enforce a check for domain in account prefs (a sending
		error could be faced if domain was checked but no value set),
		thanks to Colin.
2006-04-14 08:50:42 +00:00
Colin Leroy
d12d8d7f3f 2006-04-14 [colin] 2.1.0cvs45
* src/codeconv.c
		when converting from unknown to unknown, if the
		string is UTF8, don't convert it to the locale
		(which breaks it)
2006-04-14 07:06:53 +00:00
Colin Leroy
e5bf5df43c 2006-04-14 [colin] 2.1.0cvs44
* src/compose.c
		Don't try to use ASCII for converting headers
		(as done in body)
2006-04-14 06:45:03 +00:00
Paul Mangan
50ff748aa6 2006-04-14 [paul] 2.1.0cvs43
* src/crash.c
		add locale/charset info to crash report
	* src/gtk/about.c
		add wwp to doc team
		replace 'e-mail' with preferred 'email'
	* src/gtk/authors.h
		ensure contributors list is in alphabetical
		order
2006-04-14 05:00:23 +00:00
Colin Leroy
9f45efef92 2006-04-13 [colin] 2.1.0cvs42
* src/textview.c
		Prevent gdk warnings
2006-04-13 20:44:45 +00:00
Colin Leroy
af0c30f73d 2006-04-13 [colin] 2.1.0cvs41
* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/gtk/sslcertwindow.c
		Warn on expired certs, and display the expiration date
2006-04-13 17:29:06 +00:00
Colin Leroy
bb8f2e9d32 2006-04-13 [colin] 2.1.0cvs40
* src/plugins/spamassassin/spamassassin_gtk.c
		Fix missing set_text on unix socket
2006-04-13 17:24:53 +00:00
Tristan Chabredier
7fca69ca31 2006-04-13 [wwp] 2.1.0cvs39
* manual/fr/advanced.xml
	* manual/fr/glossary.xml
		applied new spam/ham/email lexicon (pourriel, courriel)
2006-04-13 16:18:58 +00:00
Paul Mangan
918cfc1ab5 2006-04-13 [paul] 2.1.0cvs38
* src/plugins/pgpmime/plugin.c
		remove the mention of S/MIME from the
		description. This is now handled by the
		S/MIME plugin.
2006-04-13 14:34:37 +00:00
Paul Mangan
4e06e520fa 2006-04-13 [paul] 2.1.0cvs37
* src/prefs_msg_colors.c
		rework dialog
	* src/prefs_folder_item.c
	* src/prefs_spelling.c
		add a tooltip to the colour selector buttons
2006-04-13 13:57:32 +00:00
Tristan Chabredier
afb905bf2f 2006-04-13 [wwp] 2.1.0cvs36
* manual/advanced.xml
	* manual/glossary.xml
	* manual/handling.xml
	* manual/keyboard.xml
	* manual/plugins.xml
	* manual/starting.xml
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/gpl.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/keyboard.xml
	* manual/fr/plugins.xml
	* manual/fr/starting.xml
	* manual/fr/sylpheed-claws-manual.xml
		fixes to the manuals:
		 - summaryview -> Message List (same in French)
		 - translate key names
		 - fix French punctuation, use non-breakable spaces when
		   necessary, don't use &thinsp; which is not portable
		 - tell what maildir and mbox formats we support
2006-04-13 08:12:23 +00:00
Tristan Chabredier
40502b0bc4 2006-04-12 [wwp] 2.1.0cvs35
* src/prefs_toolbar.c
		unified a replace button more,
		patch by Fabien Vantard <fzzzzz@gmail.com>.
2006-04-12 16:58:17 +00:00
Tristan Chabredier
fe40ba66b7 2006-04-12 [wwp] 2.1.0cvs34
* src/prefs_common.c
	* src/prefs_msg_colors.c
		make default color labels translatable,
		patch from Fabien Vantard <fzzzzz@gmail.com>,
		thanks to Tim <timbrain@post.cz> for reporting.
2006-04-12 16:50:31 +00:00
Tristan Chabredier
ace4adc882 2006-04-12 [wwp] 2.1.0cvs33
* manual/glossary.xml
	* manual/intro.xml
	* manual/plugins.xml
	* manual/starting.xml
	* manual/sylpheed-claws-manual.xml
	* manual/fr/.cvsignore
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/keyboard.xml
	* manual/fr/plugins.xml
	* manual/fr/starting.xml
	* manual/fr/sylpheed-claws-manual.xml
		various fixes: typos, missing .fr translations, punctuation,
		capitalization, links, accents and some bad French more.
2006-04-12 10:59:10 +00:00
Tristan Chabredier
c15813a529 2006-04-12 [wwp] 2.1.0cvs32
* src/prefs_gtk.c
		fix for bug #935: always store prefs files in UTF-8 (thanks
		to Colin).
2006-04-12 07:17:36 +00:00
Colin Leroy
2ebdb2e29d 2006-04-11 [colin] 2.1.0cvs31
* src/compose.c
		Fix inserting files not in utf8 when locale is utf8
2006-04-11 22:10:30 +00:00
Colin Leroy
9814a0b7b3 2006-04-11 [colin] 2.1.0cvs30
* src/inc.c
		Don't show error dialog when cancelling connection
		Patch by Pawel
2006-04-11 22:03:27 +00:00
Colin Leroy
ebe120809b 2006-04-11 [cleroy] 2.1.0cvs29
* src/compose.c
		Implement multiple quote levels
	* src/prefs_common.c
		Change a little bit the quote bgcolor for 2nd level
2006-04-11 16:30:23 +00:00
Colin Leroy
f8cbb1add6 2006-04-11 [colin] 2.1.0cvs28
* src/gtk/about.c
		Add locale and charset in the label
2006-04-11 06:35:11 +00:00
Colin Leroy
ac661dc623 2006-04-10 [colin] 2.1.0cvs27
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_msg_colors.c
	* src/textview.c
		Allow optional background color in quotes
		Patch by Rafal Weglarz <tokoloshe@users.sf.net>
		GTK+-2.8.x feature
2006-04-10 19:16:31 +00:00
Colin Leroy
7c12a97b46 2006-04-10 [colin] 2.1.0cvs26
* src/main.c
	* src/mainwindow.c
	* src/mainwindow.h
		Implement --select
2006-04-10 16:51:13 +00:00
Colin Leroy
86f79ed425 2006-04-10 [colin] 2.1.0cvs25
* manual/plugins.xml
	* manual/fr/plugins.xml
		Document libcurl's proxy variables
2006-04-10 16:49:49 +00:00
Colin Leroy
2c85c05905 2006-04-09 [colin] 2.1.0cvs24
* src/prefs_common.c
		gettext() returns statically allocated stuff. We have
		to strdup it in order to be able to free it.
2006-04-09 16:17:20 +00:00
Colin Leroy
6b2d56fe5e 2006-04-09 [colin] 2.1.0cvs23
* AUTHORS
	* src/gtk/authors.h
		Add Alexei
2006-04-09 15:36:15 +00:00
Colin Leroy
225cce9843 2006-04-09 [colin] 2.1.0cvs22
* src/mainwindow.c
	* src/gtk/quicksearch.c
		Fix bug #859 (problems with cyrilic input in
		search panel) - Patch by Alexey Illarionov
		<littlesavage@rambler.ru>
2006-04-09 15:33:19 +00:00
Colin Leroy
9117fbba38 2006-04-09 [colin] 2.1.0cvs21
* src/prefs_customheader.c
		I prefer removing then freeing rather than the contrary
		(even if it doesn't change anything ;-)
	* src/prefs_account.c
		Fix bug #933 (Crash re-entering the custom headers list
		dialog in accounts prefs)
		The problem happened when cancelling the Account
		Preferences' dialogs - in which case we didn't do
		anything to the PrefsAccount * struct. In case of applying,
		the old ac_prefs was replaced with the tmp_ac_prefs we were
		working with in this dialog. The problem is that
		prefs_customheader.c, working on this tmp_ac_prefs, always
		changes the ->customhdr_list pointer, even when cancelled.
		So in case of cancelling the prefs_account dialog, we still
		have to update ->customhdr_list in the real account.
2006-04-09 10:19:47 +00:00
Colin Leroy
fd4c2f0a9d 2006-04-08 [colin] 2.1.0cvs20
* manual/fr/glossary.xml
	* manual/fr/keyboard.xml
		Forgot some headers :)
2006-04-08 20:41:13 +00:00
Colin Leroy
77db4c9a6c 2006-04-08 [colin] 2.1.0cvs19
* manual/Makefile.am
	* manual/fr/Makefile.am
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/gpl.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/keyboard.xml
	* manual/fr/plugins.xml
	* manual/fr/starting.xml
	* manual/fr/sylpheed-claws-manual.xml
	* manual/fr/dist/.cvsignore
	* manual/fr/dist/Makefile.am
	* manual/fr/dist/html/.cvsignore
	* manual/fr/dist/html/Makefile.am
	* manual/fr/dist/pdf/.cvsignore
	* manual/fr/dist/pdf/Makefile.am
	* manual/fr/dist/ps/.cvsignore
	* manual/fr/dist/ps/Makefile.am
	* manual/fr/dist/txt/.cvsignore
	* manual/fr/dist/txt/Makefile.am
		Add the french translation of the manual. Thanks to
		Olivier Delhomme <olivier.delhomme@free.fr> for
		account.xml, ack.xml, addrbook.xml and advanced.xml
2006-04-08 15:47:06 +00:00
Colin Leroy
d3d5416efd 2006-04-08 [colin] 2.1.0cvs18
* manual/plugins.xml
	* manual/starting.xml
		More fixes
2006-04-08 09:49:31 +00:00
Colin Leroy
ba10746ec7 2006-04-07 [colin] 2.1.0cvs17
* manual/faq.xml
	* manual/intro.xml
	* manual/keyboard.xml
		Little fixes
2006-04-07 17:57:35 +00:00
Colin Leroy
59f8e171a7 2006-04-07 [colin] 2.1.0cvs16
* README
	* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
		Add hidden compose_no_markup pref
2006-04-07 16:20:05 +00:00
Tristan Chabredier
3575597952 2006-04-07 [wwp] 2.1.0cvs15
* src/summary_search.c
	* .cvsignore
		Bugfix: stop button was sticky when searching in an empty folder.
		Applied curly brackets code style to the whole file (summary_search.c).
		More files to ignore.
2006-04-07 08:57:10 +00:00
Tristan Chabredier
b28b791ae5 2006-04-07 [wwp] 2.1.0cvs14
* src/message_search.c
	* src/summary_search.c
		changed default button when search bumps at file/folder
		beginning or end, for convenience (thanks to Colin).
2006-04-07 08:42:01 +00:00
Paul Mangan
3ff7c99aa7 2006-04-07 [paul] 2.1.0cvs13
* src/plugins/dillo_viewer/dillo_prefs.c
		avoid future potential for namespace collision
		Patch by Colin
2006-04-07 04:04:22 +00:00
Tristan Chabredier
435921c165 2006-04-06 [wwp] 2.1.0cvs12
* src/summary_search.c
		Unify extended/advanced searches names (and thus factorize labels),
		patch by Fabien Vantard <fzzzzz@gmail.com>.
2006-04-06 21:54:27 +00:00
Tristan Chabredier
09533e25c8 2006-04-06 [wwp] 2.1.0cvs11
* src/folderview.c
	* src/prefs_themes.c
	* src/summaryview.c
		Fixed some compilation warnings.
2006-04-06 21:34:03 +00:00
Colin Leroy
f994254d81 2006-04-06 [colin] 2.1.0cvs10
* manual/advanced.xml
		Document the wizard template and how to deploy
		Sylpheed-Claws effectively
2006-04-06 17:41:26 +00:00
Colin Leroy
d320019b76 2006-04-06 [colin] 2.1.0cvs9
* src/folderview.c
		gettext patch to tell translators about _("#"),
		by Maxim Britov
2006-04-06 17:37:46 +00:00
Colin Leroy
90e6ada8aa 2006-04-06 [colin] 2.1.0cvs8
* src/textview.c
		Fix invalid GtkTextBIter after clicking "Display as text"
2006-04-06 16:18:20 +00:00
Ricardo Mones
b62ee0089f 2006-04-06 [mones] 2.1.0cvs7
* src/addr_compl.c
	* src/addrindex.c
	* src/addritem.c
	* src/codeconv.c
	* src/compose.c
	* src/filtering.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/folderview.c
	* src/localfolder.c
	* src/matcher.c
	* src/mimeview.c
	* src/prefs_msg_colors.c
	* src/prefs_spelling.c
	* src/prefs_themes.c
	* src/procmime.c
	* src/procmsg.c
	* src/stock_pixmap.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/common/mgutils.c
	* src/common/prefs.c
	* src/common/ssl_certificate.c
	* src/gtk/colorlabel.c
	* src/gtk/quicksearch.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/spamassassin/spamassassin.c
		Removed redundant NULL checks for g_free() calls.
		Patch by Pawel Pekala.
2006-04-06 10:58:17 +00:00
Ricardo Mones
e64f72cf07 2006-04-06 [mones] 2.1.0cvs6
* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/prefs_template.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Have a nice replace button. Patch by Pawel Pekala
2006-04-06 10:50:29 +00:00
Colin Leroy
a1589d85b5 2006-04-06 [colin] 2.1.0cvs5
* src/addressbook.c
		Fix crash with empty columns
2006-04-06 05:38:40 +00:00
Colin Leroy
8a943122b3 2006-04-05 [colin] 2.1.0cvs4
* src/wizard.c
	* src/prefs_gtk.c
		Allow wizard customization with pre-filled values
2006-04-05 16:49:00 +00:00
Colin Leroy
e4bcc8301f 2006-04-05 [colin] 2.1.0cvs3
* src/textview.c
	* src/mimeview.c
	* src/mimeview.h
		Nicer messages in mimeview
2006-04-05 16:47:17 +00:00
Colin Leroy
f8c063b8e0 2006-04-05 [colin] 2.1.0cvs2
* src/addressbook.c
	* src/prefs_summaries.c
		i18n fix
2006-04-05 16:45:55 +00:00
Colin Leroy
d4f9899069 2006-04-05 [colin] 2.1.0cvs1
* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpcore/select-keys.h
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.h
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
		Factorize and generalize a bit
		Drop S/MIME signature verification from PGP/MIME
		(adding it as another, more complete plugin)
2006-04-05 16:36:10 +00:00
Paul Mangan
02b1b78752 2006-04-05 [paul] 2.0.0cvs186
* manual/advanced.xml
		add info on colour labels
2006-04-05 09:58:39 +00:00
Paul Mangan
c32e87ebe1 2006-04-05 [paul] 2.0.0cvs185
* po/bg.po
	* po/cs.po
	* po/de.po
	* po/el.po
	* po/en_GB.po
	* po/fi.po
	* po/fr.po
	* po/it.po
	* po/nl.po
	* po/pl.po
	* po/pt_BR.po
	* po/sr.po
	* po/zh_CN.po
		updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
		Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
		Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
		Guimaraes, Aleksandar Urosevic, Ralgh Young
	* src/gtk/authors.h
	* tools/claws.i18n.status.pl
		added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
		and new Czech translator, Tim <timbrain@post.cz>
2006-04-05 09:07:44 +00:00
Ricardo Mones
fa2a905bed 2006-04-05 [mones] 2.0.0cvs184
* po/es.po
		Updated translation
2006-04-05 08:27:56 +00:00
Colin Leroy
d115d36a30 2006-04-05 [colin] 2.0.0cvs183
* src/gtk/quicksearch.c
		Fix bug #929 (unnecessary reload in quick search bar)
2006-04-05 06:21:28 +00:00
Colin Leroy
2dd7efb647 2006-04-05 [colin] 2.0.0cvs182
* src/compose.c
		Fix crash on Reply with no From:
		Show signature and conversion error on queuing
		(but not sending)
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Factorize threading code and make sure msginfo
		is not null when it comes from a GtkCTreeRow's
		data
	* src/gtk/gtkaspell.c
		Check for necessary things
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		Reset anchor if necessary when removing node
2006-04-05 06:19:17 +00:00
Colin Leroy
be74c2ec8a 2006-03-29 [colin] 2.0.0cvs181
* src/folderview.c
		Warn for disabled IMAP accounts (due to lack of
		libetpan). Breaks string-freeze - sorry - but it
		is kind of important ;)
2006-03-29 16:09:22 +00:00
Colin Leroy
a0a7bae317 2006-03-28 [colin] 2.0.0cvs180
* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Add a gtkut_get_link_btn() function that
		creates a button which acts like an URI
	* src/prefs_themes.c
	* src/gtk/about.c
		Use this function (factorizes codes)
	* src/common/defs.h
	* src/gtk/pluginwindow.c
		Add a "Get more..." in the plugins window
2006-03-28 17:31:10 +00:00
Colin Leroy
afed9ddfa9 2006-03-28 [colin] 2.0.0cvs179
* src/common/smtp.c
	* src/common/passcrypt.c
	* src/undo.c
		Warning fixes. Patch by Pawel Pekala
2006-03-28 16:18:18 +00:00
Colin Leroy
88316eaa4c 2006-03-27 [colin] 2.0.0cvs178
* src/undo.c
		Fix undoing by blocks with spaces
2006-03-27 17:59:48 +00:00
Colin Leroy
7375918f98 2006-03-27 [colin] 2.0.0cvs177
* src/textview.c
		Set margin to 3px for headers
2006-03-27 16:45:49 +00:00
Tristan Chabredier
0970cd044a 2006-03-27 [wwp] 2.0.0cvs176
* src/summaryview.c
		don't reset quicksearch when updating the message list.
		Thanks to Colin.
2006-03-27 10:08:14 +00:00
Tristan Chabredier
8d905e8af9 2006-03-26 [wwp] 2.0.0cvs175
* src/compose.c
		use a unified border width ('other' tab in the compose window,
		patch by Pawel Pekala).
2006-03-26 20:20:10 +00:00
Tristan Chabredier
7084332688 2006-03-26 [wwp] 2.0.0cvs174
* src/common/quoted-printable.c
	* src/addressbook.c
		fixed some compilation warnings (incl. one reported by Pawel Pekala).
2006-03-26 19:36:04 +00:00
Colin Leroy
8e55ee6276 2006-03-26 [colin] 2.0.0cvs173
* src/quote_fmt_parse.y
		Fix non-UTF8 date formats fucking up the whole quote
2006-03-26 17:12:13 +00:00
Colin Leroy
0500275c41 2006-03-26 [colin] 2.0.0cvs172
* src/procheader.c
		Make sure the date is UTF8 valid, or try to make it
		so. IncrediMail is really IncrediStupid.
	* src/compose.c
		Fix possible conversions.
2006-03-26 16:52:33 +00:00
Colin Leroy
3559ad24c4 2006-03-26 [colin] 2.0.0cvs171
* src/matcher.c
		Fix corner cases in body search. This is still a
		hack... It seems impossible to make it good and
		reasonably fast at the same time.
2006-03-26 11:02:13 +00:00
Colin Leroy
c8cfd23313 2006-03-26 [colin] 2.0.0cvs170
* src/summaryview.c
		I think I killed the twilight zone bug!
		summary_select_node() flushes GTK events in order
		to be able to center the view. But this also
		flushes keypresses like Ctrl-Alt-U, so this can
		call summary_show from summary_select_node (itself
		called from summary_show, etc.). And the summaryview
		has to be unlocked in this function. So just locking
		while processing GTK events, and bailing if locked,
		should fix it.
		Fixes bug #927 (SIGSEGV during Update Summary)
2006-03-26 10:32:22 +00:00
Colin Leroy
619722d3b1 2006-03-25 [colin] 2.0.0cvs169
* src/matcher.c
		Fix search in QP-encoded bodies
		Fix utf-8 searches in bodies encoded in the
		locale's encoding
	* src/common/quoted-printable.c
	* src/common/quoted-printable.h
		Add a decode function that doesn't overwrite
		the original pointer
2006-03-25 18:17:43 +00:00
Colin Leroy
c4de611ebf 2006-03-24 [colin] 2.0.0cvs168
* src/action.c
	* src/summaryview.c
	* src/summaryview.h
		Update message cache after action
		Patch by H. Merijn Brand
	* src/prefs_msg_colors.c
		Factorize label
		Patch by Fabien Vantard
	* src/plugins/spamassassin/spamassassin_gtk.c
		Remove useless translation
		Patch by Fabien Vantard
2006-03-24 18:28:37 +00:00
Colin Leroy
04f4c24294 2006-03-23 [colin] 2.0.0cvs167
* src/common/ssl.c
		Let 30 seconds to SSL_connect
2006-03-23 17:23:29 +00:00
Tristan Chabredier
65a7cfb6d4 2006-03-23 [wwp] 2.0.0cvs166
* src/summaryview.c
	* src/gtk/description_window.c
		fix display of From/To column title when in appropriate folders (queue/sent/drafts)
		and headers are translated; adjust description windows' width to fit their
		contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2006-03-23 13:59:30 +00:00
Paul Mangan
a168eafecc 2006-03-23 [paul] 2.0.0cvs165
* src/common/utils.c
		fix highlighting of URIs containing "()"
		(2.0.0cvs164's reversal fixed)
2006-03-23 13:12:16 +00:00
Paul Mangan
4407c0bb2d 2006-03-23 [paul] 2.0.0cvs164
* src/common/utils.c
		revert patch, (postponing a fix), at 2.0.0cvs120
		as it breaks more URIs than it fixes.
		Allow '-' to be a terminating character in a URI
2006-03-23 12:04:13 +00:00
Colin Leroy
f7367e4000 2006-03-22 [colin] 2.0.0cvs163
* configure.ac
		Require libetpan 0.45
		http://prdownloads.sourceforge.net/libetpan/libetpan-0.45.tar.gz?download
2006-03-22 17:20:12 +00:00
Paul Mangan
5207aa3eb7 2006-03-22 [paul] 2.0.0cvs162
* src/editgroup.c
		replace '<-' and '->' buttons with GTK_STOCK graphical
		buttons
	* src/summary_search.c
		don't offer '...' for translation
		add a tooltip to advanced search '...' button
	* src/gtk/quicksearch.c
		don't offer '...' for translation
2006-03-22 14:10:00 +00:00
Colin Leroy
f177bf5e3d 2006-03-21 [colin] 2.0.0cvs161
* src/compose.c
		Fix middle-click pasting (insert at click
		position instead of cursor position, don't
		remove existing selection and allow pasting
		our own selection)
	* src/addressbook.c
		"LDAP Server" -> "LDAP servers"
2006-03-21 17:54:25 +00:00
Tristan Chabredier
2c6bab555e 2006-03-21 [wwp] 2.0.0cvs160
* src/etpan/imap-thread.c
		fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2006-03-21 13:32:19 +00:00
Colin Leroy
8f78382ff8 2006-03-20 [colin] 2.0.0cvs159
* src/summaryview.c
		Don't reload summaryview after an execute with no
		move action
2006-03-20 22:17:14 +00:00
Colin Leroy
6e32b590e1 2006-03-19 [colin] 2.0.0cvs158
* src/addressbook.c
		and put groups at the top, always
2006-03-19 10:37:21 +00:00
Colin Leroy
a17782b915 2006-03-19 [colin] 2.0.0cvs157
* src/addressbook.c
		Order groups before names, as previously
2006-03-19 10:31:30 +00:00
Colin Leroy
7368a892b4 2006-03-19 [colin] 2.0.0cvs156
* src/addressbook.c
		- Sort case-unsensitive
		- Put the sort arrow at opening too
2006-03-19 10:20:05 +00:00
Tristan Chabredier
1644197493 2006-03-19 [wwp] 2.0.0cvs155
* src/addressbook.c
		allow sorting by name/email/remarks, ensure that right-pane's contents
		matches the left-pane selection (cleared when appropriate).
		Patch by Pawel Pekala <c0rn@o2.pl>.
2006-03-19 08:06:08 +00:00
Colin Leroy
e65f017974 2006-03-18 [colin] 2.0.0cvs154
* src/textview.c
		Fix text cursor ;)
2006-03-18 19:58:43 +00:00
Colin Leroy
1c20c47ada 2006-03-18 [colin] 2.0.0cvs153
* src/gtk/filesel.c
		Make sure we hide the preview if we didn't get
		a filename
2006-03-18 19:35:48 +00:00
Colin Leroy
cbd9a09e9f 2006-03-18 [colin] 2.0.0cvs152
* src/summaryview.c
		Set cursor to watch for execution (fixes lack
		of watch-cursor when dnd'ing hundreds of mails)
	* src/gtk/filesel.c
		Check that mime type is 'image/*' before updating
		the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2006-03-18 19:33:43 +00:00
Colin Leroy
d0b6042efa 2006-03-18 [colin] 2.0.0cvs151
* src/mainwindow.c
	* src/textview.c
	* src/textview.h
		Put a watch cursor in textview too when the mainwindow's
		cursor in a watch
2006-03-18 19:16:07 +00:00
Colin Leroy
aa54162916 2006-03-18 [colin] 2.0.0cvs150
* src/folder.c
		Change wrong asserts to simple tests
2006-03-18 08:56:52 +00:00
Colin Leroy
d3c2dc6b93 2006-03-17 [colin] 2.0.0cvs149
* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_msg_colors.c
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
		Add a color label menu in the main menubar
		Add (fixed) accels Ctrl-{0-7} to change the color
		They have to be fixed because the menu's dynamic,
		the items are complex widgets, hence we can't use
		a GtkItemFactory.
2006-03-17 18:10:51 +00:00
Tristan Chabredier
7d5d6e5a53 2006-03-17 [wwp] 2.0.0cvs148
* src/compose.c
		rollback few lines from my previous commit (those lines come from
		a pending patch, accidentally commited, even if neutral as they are
		commented out).
2006-03-17 10:24:33 +00:00
Tristan Chabredier
95e03910f8 2006-03-17 [wwp] 2.0.0cvs147
* src/compose.c
		fix a compilation warning (wrong return type, introduced w/ cvs143), and
		applied code style/indentation to the modified function.
2006-03-17 10:12:32 +00:00
Tristan Chabredier
ba3b782b91 2006-03-17 [wwp] 2.0.0cvs146
* src/procmsg.c
	* src/compose.c
		fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2006-03-17 09:59:40 +00:00
Paul Mangan
fce74ca975 2006-03-17 [paul] 2.0.0cvs145
* src/main.c
		addressbook_read_file() was called twice
	* src/textview.c
		X-Mailer highlighting
2006-03-17 08:09:45 +00:00
Colin Leroy
94295b79bd 2006-03-16 [colin] 2.0.0cvs144
* src/sourcewindow.c
	* src/sourcewindow.h
		And the last one, in source window.
2006-03-16 23:11:51 +00:00
Colin Leroy
b40db3942a 2006-03-16 [colin] 2.0.0cvs143
* src/compose.c
	* src/compose.h
		Fix the same stuff in compose
2006-03-16 19:39:35 +00:00
Colin Leroy
3b11b00123 2006-03-16 [colin] 2.0.0cvs142
* src/messageview.c
		Complete the previous messageview crash fix
2006-03-16 19:17:01 +00:00
Colin Leroy
efe61a449c 2006-03-16 [colin] 2.0.0cvs141
* src/procmsg.h
	* src/procmsg.c
	* src/folder.c
		Fix POSTPROCESSING hook
		Patch by H. Merijn Brand

	* src/procmime.c
	* src/procmime.h
		Parse Content-Location

	* src/toolbar.c
	* src/messageview.c
	* src/messageview.h
		Don't crash when a top-level MessageView has
		been closed on us. Same problematic than
		yesterday's quicksearch issue.
2006-03-16 18:13:25 +00:00
Colin Leroy
e58528d915 2006-03-15 [colin] 2.0.0cvs140
* src/gtk/quicksearch.c
		Fix a bitchy race we didn't think about when we
		added quicksearch cancellation:
		If the search is not on cached fields, for example
		body_part matchcase "stuff"
		the matcher code has to get the whole message. If
		we're on IMAP, that can be slow, and in order to
		be non-blocking, the IMAP code idle loop processes
		gtk events too. So it is possible to cancel a
		quicksearch while the matcher is getting the mail's
		body. After matcher got its body, it will start to
		iterate over the matcher list that the Quicksearch's
		clear_search_cb() just freed via prepare_matcher().
		SIGSEGV ensues.
		The fix consists of guarding the matcherlist_match()
		call with a boolean 'matching'. If we reset the
		quicksearch while matching is TRUE, we don't free
		the matcherlist anymore like we did, but we set
		another new flag, deferred_free, to TRUE. Then,
		in quicksearch_match(), just after returning from
		matcherlist_match() and unsetting the matching flag,
		we check the deferred_free flag and do the
		prepare_matcher() (which does the matcherlist_free)
		for real, so we free the matcherlist once it's not
		used anymore.
		As all of this runs via the glib main loop, we
		luckily don't need a mutex.
	* src/summaryview.c
		Also, show progress while searching.
2006-03-15 18:05:53 +00:00
Colin Leroy
95b114f29e 2006-03-14 [colin] 2.0.0cvs139
* src/alertpanel.c
		Make alertpanel_is_open non-static
2006-03-14 20:35:39 +00:00
Colin Leroy
4dc9268d00 2006-03-14 [colin] 2.0.0cvs138
* src/prefs_spelling.c
		Cleanups - Fabien Vantard
2006-03-14 20:16:48 +00:00
Tristan Chabredier
f2cee80a1b 2006-03-14 [wwp] 2.0.0cvs137
* src/main.c
		code style normalization (curly braces, indentation).
2006-03-14 13:37:01 +00:00
Paul Mangan
61949400de 2006-03-12 [paul] 2.0.0cvs136
* src/prefs_common.c
		trans_hdr defaults to FALSE to be RFC-savvy
	* src/prefs_summaries.c
		add a tooltip to the trans_hdr option
2006-03-12 12:30:48 +00:00
Paul Mangan
d3a7690cba 2006-03-12 [paul] 2.0.0cvs135
* src/prefs_matcher.c
		give a little more width to the combos
	* src/prefs_display_header.c
	* src/textview.c
		translate headers if prefs_common.trans_hdr
		is TRUE

	Patches by Pawel Pekala
2006-03-12 10:36:15 +00:00
Paul Mangan
1f9168a33c 2006-03-12 [paul] 2.0.0cvs134
* src/plugins/clamav/clamav_plugin.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/spamassassin/spamassassin.c
		update/add to descriptions
	* src/plugins/spamassassin/spamassassin_gtk.c
		fixes to the english, remove superfluous
		tooltips, clean up a little
2006-03-12 08:58:31 +00:00
Paul Mangan
b932cf899f 2006-03-12 [paul] 2.0.0cvs133
* src/compose.c
		fix Bug 924, 'Account combo box shows up wrong
		if & is in account name'
2006-03-12 08:06:04 +00:00
Colin Leroy
fdc5a9b68e 2006-03-11 [colin] 2.0.0cvs132
* src/summaryview.c
		Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
		messed up shift-selection because is slows down
		moving around summaryview. thanks -users
2006-03-11 11:54:38 +00:00
Colin Leroy
a298444a14 2006-03-10 [colin] 2.0.0cvs131
* src/plugins/spamassassin/spamassassin_gtk.c
		Put back Paul's engrish fixes
2006-03-10 21:08:10 +00:00
Colin Leroy
3d59747085 2006-03-10 [colin] 2.0.0cvs130
* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		Cleanup SA prefs page (more)
		Patch by Fabien Vantard
2006-03-10 18:33:24 +00:00
Paul Mangan
70b4bcc367 2006-03-10 [paul] 2.0.0cvs129
* src/prefs_msg_colors.c
	* src/prefs_spelling.c
		widget sensitivity
2006-03-10 08:49:20 +00:00
Ricardo Mones
2996d2ff65 2006-03-09 [mones] 2.0.0cvs128
* po/es.po
		Update for next RC
2006-03-09 23:46:20 +00:00
Tristan Chabredier
45280a5b19 2006-03-09 [wwp] 2.0.0cvs127
* configure.ac
		revert accidental commit (requirement for libetpan 0.43), this time
		not in HEAD.
2006-03-09 15:30:27 +00:00
Tristan Chabredier
a91a44ecec 2006-03-09 [wwp] 2.0.0cvs125
* configure.ac
		revert accidental commit (requirement for libetpan 0.43)
2006-03-09 14:48:34 +00:00
Paul Mangan
39015f5417 2006-03-09 [paul] 2.0.0cvs126
* src/prefs_receive.c
		remove useless frame
		replace 'incorporation' with 'receiving'
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		improve widget sensitivity
		fix a bit his engrish
2006-03-09 11:30:26 +00:00
Tristan Chabredier
29e1ad0a99 2006-03-09 [wwp] 2.0.0cvs125
* src/addressadd.c
	* src/foldersel.c
	* src/prefs_common.c
	* src/prefs_common.h
		remember some more windows' sizes (add to addressbook and
		select folder).
2006-03-09 10:36:18 +00:00
Paul Mangan
b280b26a37 2006-03-09 [paul] 2.0.0cvs124
* src/plugins/pgpcore/prefs_gpg.c
		normalise construction of dialogue
2006-03-09 07:18:36 +00:00
Paul Mangan
fc50b887b6 2006-03-09 [paul] 2.0.0cvs123
* src/plugins/trayicon/Makefile.am
		add missing slash
2006-03-09 06:06:06 +00:00
Colin Leroy
e3d130da69 2006-03-08 [colin] 2.0.0cvs122
* src/plugins/trayicon/Makefile.am
		Fix build in separate dir
		Patch by Bamanzi <bamanzi@gmail.com>
2006-03-08 18:22:57 +00:00
Colin Leroy
40906fa3d3 2006-03-08 [colin] 2.0.0cvs121
* src/procmsg.c
		Batch move and copies from summaryview with delayed execution
		too
2006-03-08 17:38:16 +00:00
Paul Mangan
e96a03e11b 2006-03-07 [paul] 2.0.0cvs120
* src/common/utils.c
		fix highlighting of URIs containing "()"
		Patch by Pawel Pekala
2006-03-07 10:07:09 +00:00
Paul Mangan
38602d5ea4 2006-03-07 [paul] 2.0.0cvs119
* src/folder.c
	* src/folder.h
	* src/folderview.c
		immediately do alphabetical resort when
		changing a folder's name
		Patch by Pawel Pekala
2006-03-07 09:55:13 +00:00
Paul Mangan
6321f0de8c 2006-03-07 [paul] 2.0.0cvs118
* src/news.c
	* src/news_gtk.c
		when unsubscribing a newsgroup, remove the
		folder and msgs in .sylpheed-claws/newscache
		Patch by Pawel Pekala <c0rn@gazeta.pl>
2006-03-07 09:35:31 +00:00
Paul Mangan
c28e3fe483 2006-03-07 [paul] 2.0.0cvs117
* src/textview.c
		fix wrong Fake URL Warning
		Thanks to Hiro
2006-03-07 09:03:50 +00:00
Colin Leroy
e0edae6ded 2006-03-07 [colin] 2.0.0cvs116
* src/imap.c
		Return immediately when password dialog was
		cancelled
	* src/gtk/inputdialog.c
		Allow empty strings for passwords
2006-03-07 08:00:22 +00:00
Colin Leroy
8142a1a035 2006-03-06 [colin] 2.0.0cvs115
* src/imap.c
		Prevent double-timeouts when connection fails
2006-03-06 20:46:55 +00:00
Colin Leroy
4b62d7172f 2006-03-06 [colin] 2.0.0cvs114
* src/imap.c
		Refresh session during potentially long
		operations
2006-03-06 19:47:34 +00:00
Tristan Chabredier
edd6401a61 2006-03-06 [wwp] 2.0.0cvs113
* src/prefs_msg_colors.h
		forgot that one (custom color labels).
2006-03-06 15:16:24 +00:00
Tristan Chabredier
46e276258a 2006-03-06 [wwp] 2.0.0cvs112
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_msg_colors.c
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
		colors in messages list are now customizable. Color values and names can
		be changed in "Configuration/Preferences/Display/Colors/Color labels".
		Thanks to Paul and Colin for their help with this longstanding patch!
2006-03-06 15:11:01 +00:00
Tristan Chabredier
69bb14fbbe 2006-03-06 [wwp] 2.0.0cvs111
* src/textview.c
		don't crash if (x)face is bad.
2006-03-06 00:13:24 +00:00
Paul Mangan
52c91d0a8c 2006-03-05 [paul] 2.0.0cvs110
* AUTHORS
	* configure.ac
	* src/Makefile.am
	* src/common/Makefile.am
	* src/common/utils.h
	* src/etpan/imap-thread.c
	* src/gtk/authors.h
	* 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/pgpinline/Makefile.am
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/trayicon/Makefile.am
		fix builiding on cygwin
		Patch by Ralgh Young <bamanzi@gmail.com>
2006-03-05 10:04:40 +00:00
Tristan Chabredier
3eb9da64e0 2006-03-04 [wwp] 2.0.0cvs109
* manual/keyboard.xml
		fix mixed up/down keys.
2006-03-04 21:30:56 +00:00
Tristan Chabredier
08e2661960 2006-03-04 [wwp] 2.0.0cvs108
* README
	* INSTALL
		updated links to SpamAssassin.
2006-03-04 09:32:58 +00:00
Tristan Chabredier
ae327a3416 2006-03-04 [wwp] 2.0.0cvs107
* manual/plugins.xml
	* src/plugins/spamassassin/README
		updated SpamAssassin plugin docs to reflect new functional additions
		(also fix/update/documents few technical stuff more, see the README).
2006-03-04 09:29:57 +00:00
Tristan Chabredier
f0a1148970 2006-03-04 [wwp] 2.0.0cvs106
* src/prefs_message.c
		normalized capitalization of message-prefs paths.
2006-03-04 08:44:20 +00:00
Tristan Chabredier
d05c99b2c2 2006-03-04 [wwp] 2.0.0cvs105
* manual/advanced.xml
		typo.
2006-03-04 08:12:41 +00:00
Colin Leroy
f10680c3a5 2006-03-03 [colin] 2.0.0cvs104
* src/plugins/clamav/clamav_plugin_gtk.c
		Rework prefs page, patch by Fabien
2006-03-03 19:51:04 +00:00
Colin Leroy
fdf595919f 2006-03-03 [colin] 2.0.0cvs103
* src/plugins/clamav/clamav_plugin.c
		Set error on all errors
2006-03-03 19:04:28 +00:00
Colin Leroy
94218f071a 2006-03-03 [colin] 2.0.0cvs102
* src/common/plugin.c
		Initialize error to avoid crashing when a plugin fails
		without setting error
2006-03-03 19:02:40 +00:00
Tristan Chabredier
2c0cab864a 2006-03-02 [wwp] 2.0.0cvs101
* configure.ac
		fixed linker flags for libetpan support on Cygwin
		(thanks to H.Merijn Brand).
2006-03-02 16:07:43 +00:00
Tristan Chabredier
562c59abc7 2006-03-02 [wwp] 2.0.0cvs100
* src/addressbook.c
		fix some AB error messages: one for punctuation and
		one wrongly duplicate (thanks, maxbritov).
2006-03-02 16:05:17 +00:00
Tristan Chabredier
852844fd63 2006-03-02 [wwp] 2.0.0cvs99
* src/plugins/spamassassin/spamassassin.c
		make sync calls to sa-learn/spamc to prevent
		system (whatever local or client/server) overload.
2006-03-02 08:10:02 +00:00
Colin Leroy
a78ab9a1a1 2006-03-02 [colin] 2.0.0cvs98
* src/summaryview.c
		Put the spam icon in the status column instead of the
		mark one
2006-03-02 07:31:03 +00:00
Colin Leroy
2329b062dc 2006-03-01 [colin] 2.0.0cvs97
* src/plugins/spamassassin/spamassassin.c
		Fix segfault (g_file_set_contents fails for some
		reason and err==0x2f. Can't find out why with
		valgrind, using working function :-)
2006-03-01 20:47:59 +00:00
Colin Leroy
62eea3d290 2006-03-01 [colin] 2.0.0cvs96
* src/inc.c
		Offline overriding: let 'No' be cached only 3 seconds
2006-03-01 19:16:47 +00:00
Colin Leroy
d9de0abf0c 2006-03-01 [colin] 2.0.0cvs95
* src/addr_compl.c
	* src/addrbook.c
	* src/addressbook.c
	* src/addrindex.c
	* src/folder_item_prefs.c
	* src/headerview.c
	* src/imap.c
	* src/inc.c
	* src/ldif.c
	* src/mainwindow.c
	* src/mh.c
	* src/msgcache.c
	* src/prefs_common.h
	* src/prefs_msg_colors.c
	* src/procheader.c
	* src/procheader.h
	* src/procmime.c
	* src/procmsg.c
	* src/procmsg.h
	* src/send_message.h
	* src/simple-gettext.c
	* src/summaryview.c
	* src/summaryview.h
	* src/syldap.c
	* src/textview.c
	* src/undo.c
	* src/common/ssl_certificate.c
	* src/common/utils.c
	* src/gtk/colorsel.c
	* src/gtk/gtksctree.c
	* src/gtk/gtkshruler.c
	* src/plugins/trayicon/trayicon.c
		#if 0 goes to /dev/null
2006-03-01 18:38:28 +00:00
Colin Leroy
16242a1763 2006-03-01 [colin] 2.0.0cvs94
* src/compose.c
	* src/imap.c
	* src/inc.c
	* src/inc.h
	* src/messageview.c
	* src/news.c
	* src/plugins/spamassassin/spamassassin.c
		Allow to add information in the "working offline"
		window
2006-03-01 18:09:06 +00:00
Tristan Chabredier
d457d910d6 2006-03-01 [wwp] 2.0.0cvs93
* src/plugins/spamassassin/spamassassin.c
		fixed spamc invocation: use a tricky temporary mini shell wrapper
		'cause it seems that calling `spamc ... < inputfile` with
		g_spawn_(a)sync simply.. erm doesn't work :-).
2006-03-01 17:20:37 +00:00
Tristan Chabredier
2ad58ce2ed 2006-03-01 [wwp] 2.0.0cvs92
* src/toolbar.c
	* src/toolbar.h
		simplify the adding of spam/ham button to the messageview toolbar
		(it gets more clear now that the same button will be "Mark as spam"
		or "Mark as ham" according to the current message status,
		thanks to Colin).
2006-03-01 15:13:47 +00:00
Tristan Chabredier
eea782606d 2006-03-01 [wwp] 2.0.0cvs91
* src/messageview.c
	* src/procmsg.c
	* src/procmsg.h
	* src/summaryview.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
		make learner callbacks return a status (0 for ok),
		handle it in main code to avoid setting flags when learning failed,
		don't learn on TCP if offline in spamassassin,
		thanks to Colin.
2006-03-01 15:09:33 +00:00
Tristan Chabredier
9cdd710052 2006-03-01 [wwp] 2.0.0cvs90
* src/compose.c
		some work around the compose window's account menu,
		patch by Fabien Vantard.
2006-03-01 14:57:57 +00:00
Tristan Chabredier
68e737aadf 2006-03-01 [wwp] 2.0.0cvs89
* src/plugins/spamassassin/spamassassin.c
		fixed bad logics, was using spamc in local mode and sa-learn
		in remote mode (thanks, Colin).
2006-03-01 14:23:10 +00:00
Tristan Chabredier
cc767369ed 2006-03-01 [wwp] 2.0.0cvs88
* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		made processing of emails w/ sa-plugin an option (default is TRUE),
		fixed Engrish some tooltips, capitalization of some debug messages
		and warnings. The spamassassin plugin now provides two separate
		services: process emails upon incorporation and spamd training.
		Both services (un)register independently but use some common
		plugin settings (transport settings, spam storage location).
2006-03-01 10:25:10 +00:00
Tristan Chabredier
0655ccd608 2006-02-28 [wwp] 2.0.0cvs87
* src/plugins/spamassassin/spamassassin.c
		fix async flag to spamc cmdline execution (batch exec should
		be asynchronous).
2006-02-28 20:25:35 +00:00
Tristan Chabredier
bb50704944 2006-02-27 [wwp] 2.0.0cvs86
* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		- added the ability to learn a remote spamassassin server (spamd),
		using spamc.
		- added the spamassassin option 'username', that applies to all
		spamassassin operations (filtering, learning, local or remote).
		The default username is the current unix user (if left blank
		from gtk prefs or config file).
		- commented out some unused code (notebook widget), removed unused
		layout (hbox1).
		- make more widgets sensitive to the transport type.
2006-02-27 22:15:06 +00:00
Colin Leroy
3a6654aa18 2006-02-27 [colin] 2.0.0cvs85
* src/plugins/spamassassin/spamassassin.c
		Fix sa-learn call when offline
2006-02-27 17:55:49 +00:00
Colin Leroy
5b1b8f79c0 2006-02-27 [cleroy] 2.0.0cvs84
* configure.ac
	* src/Makefile.am
	* src/mainwindow.c
	* src/mainwindow.h
	* src/messageview.c
	* src/messageview.h
	* src/prefs_toolbar.c
	* src/procmsg.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/toolbar.c
	* src/toolbar.h
	* src/pixmaps/ham_btn.xpm
	* src/pixmaps/spam.xpm
	* src/pixmaps/spam_btn.xpm
	* src/plugins/spamassassin/spamassassin.c
		Add button in toolbar for spam learning
		Fix a few bugs from the last related commit
		Revert 1.9.6cvs23 which messed up shift-selection
2006-02-27 17:47:53 +00:00
Colin Leroy
4894ab895e 2006-02-24 [colin] 2.0.0cvs83
* src/procmsg.c
	* src/summaryview.c
	* src/summaryview.h
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		Unregister learner when spamassassin is either
		disabled or over tcp
2006-02-24 19:20:17 +00:00
Colin Leroy
9b87fe28f1 2006-02-24 [colin] 2.0.0cvs82
* src/Makefile.am
	* src/mainwindow.c
	* src/mainwindow.h
	* src/procmsg.c
	* src/procmsg.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/icon_legend.c
	* src/pixmaps/spam.xpm	** NEW FILE **
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Add spam learning interface (Mark/Mark as
		(spam|ham) menus)
2006-02-24 17:48:13 +00:00
Tristan Chabredier
7d5cd25af1 2006-02-24 [wwp] 2.0.0cvs81
* src/compose.c
	* src/compose.h
	* src/filtering.c
		hide compose window when sending message in batch mode
		(filtering: forward and redirect). Also fixed a wrong
		value returned when sending failed, neutral anyway.
		(Colin, me)
2006-02-24 13:32:38 +00:00
Tristan Chabredier
81c4ce84d6 2006-02-24 [wwp] 2.0.0cvs80
* src/mainwindow.c
		use GTK+'s stock quit button. Patch by Fabien Vantard.
2006-02-24 11:50:35 +00:00
Paul Mangan
38eca5485d 2006-02-24 [paul] 2.0.0cvs79
* src/news.c
	* src/news.h
	* src/news_gtk.c
		fix bug 916, 'newsgroup unsubscribe segmentation fault'
		Thanks to Colin
2006-02-24 08:25:19 +00:00
Colin Leroy
d6f726dbfd 2006-02-23 [colin] 2.0.0cvs78
* src/alertpanel.c
		Change OK to Close in alertpanel with View log
		button; add accel to View log. Patch by Fabien
		Vantard
2006-02-23 19:29:54 +00:00
Tristan Chabredier
6ed10db97c 2006-02-23 [wwp] 2.0.0cvs77
* src/compose.c
		silly me, there were much more tests to perform, since toolbars can
		really have down to 1 element only.
2006-02-23 14:58:55 +00:00
Tristan Chabredier
52046a27a1 2006-02-23 [wwp] 2.0.0cvs76
* commitHelper
		fixed indentation from my previous commit. Fallback to VISUAL if
		EDITOR is not set (and to vi, at last resort).
2006-02-23 14:41:37 +00:00
Tristan Chabredier
eca8b5cb34 2006-02-23 [wwp] 2.0.0cvs75
* commitHelper
		improved error detection (Colin, me).
2006-02-23 10:24:45 +00:00
Tristan Chabredier
63e901a297 2006-02-23 [wwp] 2.0.0cvs74
* src/prefs_toolbar.c
		simplify and fix prefs/toolbars layouting. Combos' contents can
		now be really displayed.
2006-02-23 08:47:42 +00:00
Tristan Chabredier
b0c26ff020 2006-02-22 [wwp] 2.0.0cvs72
* src/compose.c
		fix a typo in my previous commit (sorry!).
2006-02-22 19:51:21 +00:00
Tristan Chabredier
06d9689934 2006-02-22 [wwp] 2.0.0cvs71
* src/prefs_toolbar.c
		fix a crash when adding separators to toolbars,
		also fix some separator item information.
2006-02-22 19:25:38 +00:00
Tristan Chabredier
299cf597b0 2006-02-22 [wwp] 2.0.0cvs70
* src/compose.c
		fix a crash when redirecting (for instance) when compose window's
		toolbar contents has been customized (when some buttons have been
		removed in fact).
2006-02-22 19:21:11 +00:00
Tristan Chabredier
1081e8db4e 2006-02-21 [wwp] 2.0.0cvs69
* src/summaryview.c
	* src/gtk/pluginwindow.c
	* src/plugins/pgpcore/prefs_gpg.c
		fix some compilation warnings (feat. remains of removed code).
2006-02-21 22:34:05 +00:00
Tristan Chabredier
dc2e42e4ca 2006-02-21 [wwp] 2.0.0cvs68
* src/gtk/gtkutils.c
		fix two compilation issues, thanks to Stephan Sachse.
2006-02-21 14:46:36 +00:00
Colin Leroy
560f25eaed 2006-02-20 [colin] 2.0.0cvs67
* src/mainwindow.c
		Don't reselect displayed mail on refocus
		This fixes actions misbehaving
2006-02-20 18:56:19 +00:00
Tristan Chabredier
4138ad7f63 2006-02-20 [wwp] 2.0.0cvs66
* src/summaryview.c
	* src/gtk/gtksctree.c
	* src/gtk/gtkshruler.c
		changed more runtime typecast checks.
2006-02-20 13:56:04 +00:00
Tristan Chabredier
c6c1f1db0f 2006-02-20 [wwp] 2.0.0cvs65
* src/summary_search.c
		find all - summaryview refresh issue fixed, thanks to Colin.
2006-02-20 13:38:37 +00:00
Tristan Chabredier
baf09dcb6c 2006-02-20 [wwp] 2.0.0cvs64
* src/gtk/gtkutils.c
		better runtime typecast checks.
2006-02-20 12:59:09 +00:00
Tristan Chabredier
645cd15163 2006-02-20 [wwp] 2.0.0cvs63
* src/summary_search.c
		enhancements to the summary search:
			- add the ability to stop the running search
			  (upon ESC-key press, new Stop button or when Clear button is pressed)
			- don't search if no criteria (From/To/Subject/Body) is set
			- ensure that a busy mouse pointer is always shown when searching,
			  show it even a bit earlier
2006-02-20 12:57:32 +00:00
Colin Leroy
69e2b147de 2006-02-19 [colin] 2.0.0cvs62
* src/compose.c
	* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		(Future) IMAP speed improvement on sending
		Will require a libetpan update
	* src/summaryview.c
	* src/gtk/quicksearch.c
		Make quicksearch clearable while running.
2006-02-19 23:46:49 +00:00
Colin Leroy
378013abe5 2006-02-17 [colin] 2.0.0cvs61
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Check for IMAP certificates
		** Requires libetpan-0.42-cvs4
		** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2006-02-17 20:51:40 +00:00
Colin Leroy
ca486c9350 2006-02-17 [cleroy] 2.0.0cvs60
* src/messageview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_message.c
		Add pref to display HTML-only mails with plugin,
		if possible (defaulting to FALSE of course).
2006-02-17 17:43:25 +00:00
Colin Leroy
8ddc855c8a 2006-02-16 [cleroy] 2.0.0cvs59
* src/main.c
	* src/common/plugin.c
	* src/common/plugin.h
	* src/gtk/pluginwindow.c
		Keep track of requested (but unloaded) plugins
		in some error cases.
2006-02-16 17:26:29 +00:00
Tristan Chabredier
ba5367d889 2006-02-16 [wwp] 2.0.0cvs58
* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
	* src/prefs_spelling.c
	* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
		implemented new optional spellchecker behaviour: re-check message when
		dictionary got changed (from compose-window/context-menu/Change dictionary).
2006-02-16 16:01:51 +00:00
Tristan Chabredier
02db62be1d 2006-02-16 [wwp] 2.0.0cvs57
* src/quote_fmt_parse.y
		pclose popen'ed pipe.
2006-02-16 09:22:21 +00:00
Colin Leroy
39e855e648 2006-02-15 [colin] 2.0.0cvs56
* src/mimeview.c
	* src/mimeview.h
		Let MimeViewers know which MimeView they
		depend of.
	* src/summaryview.c
		Swap From/To columns in Sent/Queue/Drafts
		folders
	* src/etpan/imap-thread.c
		Use mailstream_low_tls_open() for STARTTLS
		instead of mailstream_low_ssl_open()
		** REQUIRES libetpan 0.42cvs3 **
2006-02-15 17:59:37 +00:00
Tristan Chabredier
263e398990 2006-02-15 [wwp] 2.0.0cvs55
* src/compose.c
	* src/compose.h
	* src/message_search.c
	* src/message_search.h
	* src/textview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		added the ability to Find text in the compose window (and a bit
		of code factorization).
2006-02-15 15:21:49 +00:00
Tristan Chabredier
82b675193f 2006-02-15 [wwp] 2.0.0cvs54
* src/prefs_gtk.c
		yet another one file was missing (fix for some widgets' sensitivity).
		Thanks Colin!
2006-02-15 14:28:47 +00:00
Tristan Chabredier
0799eef266 2006-02-15 [wwp] 2.0.0cvs53
* src/prefs_gtk.h
		oops forgot that file (fix for some widgets' sensitivity).
2006-02-15 14:17:54 +00:00
Tristan Chabredier
bc2487090f 2006-02-15 [wwp] 2.0.0cvs52
* src/summary_search.c
		implemented advanced summary search options (added the ability
		to use matcher conditions in an advanced search mode).
2006-02-15 13:47:10 +00:00
Tristan Chabredier
e6c6b9f410 2006-02-15 [wwp] 2.0.0cvs51
* src/plugins/pgpcore/prefs_gpg.c
	* src/prefs_account.c
		fix some widget sensitivity, mostly around some labels in
		account prefs.
2006-02-15 13:45:28 +00:00
Paul Mangan
663c86fca3 2006-02-15 [paul] 2.0.0cvs50
* manual/advanced.xml
		improve Templates info
		written by wwp
2006-02-15 08:25:24 +00:00
Colin Leroy
b05d54983c 2006-02-14 [colin] 2.0.0cvs49
* src/pixmaps/address_book.xpm
	* src/pixmaps/preferences.xpm
	* src/pixmaps/properties.xpm
		Fix pixmap size - patch by Fabien Vantard
2006-02-14 19:26:37 +00:00
Colin Leroy
f6de1f995e 2006-02-13 [colin] 2.0.0cvs48
* src/procmime.c
		Add missing fclose()s on error
	* src/textview.c
		Remove unused code
	* src/common/utils.c
		Fix temp files not being deleted on windows
	Patches by Thomas Gilgin
2006-02-13 17:57:51 +00:00
Colin Leroy
42c8cad936 2006-02-13 [cleroy] 2.0.0cvs47
* src/mainwindow.c
		Fix exit crash
2006-02-13 17:04:54 +00:00
Tristan Chabredier
1e4ffd451d 2006-02-13 [wwp] 2.0.0cvs46
* src/plugins/pgpcore/prefs_gpg.c
		fixed sensitivity of radio widgets in account / GPG-plugin prefs.
2006-02-13 09:00:25 +00:00
Colin Leroy
c532e9704a 2006-02-12 [colin] 2.0.0cvs45
* src/folderview.c
	* src/main.c
	* src/mainwindow.c
		Fix "stuff" when quitting
2006-02-12 20:56:16 +00:00
Tristan Chabredier
13186e92a6 2006-02-12 [wwp] 2.0.0cvs44
* src/prefs_themes.c
		fix typos in debug messages.
2006-02-12 12:53:44 +00:00
Colin Leroy
c6c52bcbdf 2006-02-11 [colin] 2.0.0cvs43
* src/summaryview.c
		don't allow drag/drop from ourself
2006-02-11 09:50:50 +00:00
Tristan Chabredier
61f70ca165 2006-02-10 [wwp] 2.0.0cvs42
* src/exporthtml.c
	* src/html.c
	* src/html.h
	* src/procmime.c
	* src/textview.c
		renamed html_ prefixed functions and data structures to avoid
		namespace clashes w/ other software (gtkhtml2 for instance).
		Closes bug #907.
2006-02-10 07:45:35 +00:00
Colin Leroy
6e32b2bc27 2006-02-09 [colin] 2.0.0cvs41
* src/summaryview.c
		Fix shitty logic messed up. Thanks Ticho for the hint!
2006-02-09 17:48:07 +00:00
Tristan Chabredier
f8e8cdd77f 2006-02-09 [wwp] 2.0.0cvs40
* src/gtk/about.c
	* src/compose.c
	* src/prefs_account.c
	* src/prefs_gtk.h
	* src/editaddress.c
		added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
		patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
		Browse buttons in accounts prefs.
2006-02-09 17:37:08 +00:00
Colin Leroy
f1116d6b50 2006-02-09 [colin] 2.0.0cvs39
* src/matcher.c
		Check for pointer before using its members
	* src/gtk/gtksourceprintjob.c
		Fix a wrong warning
2006-02-09 17:21:21 +00:00
Tristan Chabredier
0eb775613e 2006-02-09 [wwp] 2.0.0cvs38
* src/gtk/filesel.c
		fix few compiler warnings (type mismatch).
2006-02-09 08:54:48 +00:00
Paul Mangan
256487854a 2006-02-09 [paul] 2.0.0cvs37
* po/fr.po
		updated by Fabien Vantard
2006-02-09 04:46:25 +00:00
Colin Leroy
395efb5372 2006-02-08 [colin] 2.0.0cvs36
* src/prefs_common.c
	* src/common/defs.h
	* src/common/plugin.c
		allow windows and linux configurations to coexist
		patch by Thomas Gilgin
2006-02-08 21:49:06 +00:00
Colin Leroy
b83cd33d14 2006-02-08 [colin] 2.0.0cvs35
* src/filtering.c
	* src/matcher.c
	* src/matcher.h
	* src/matcher_parser_parse.y
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
		Add the "Ignore thread" filtering
		action
2006-02-08 17:23:34 +00:00
Colin Leroy
f38094a876 2006-02-08 [colin] 2.0.0cvs34
* src/compose.c
	* src/procmime.c
	* src/procmime.h
		Fix bug #905 (damaged attachment)
		text files with raw \0's aren't really text files
2006-02-08 12:56:43 +00:00
Colin Leroy
637096d7bd 2006-02-08 [colin] 2.0.0cvs33
* src/summaryview.c
		Fix crasher introduced yesterday
2006-02-08 12:54:31 +00:00
Tristan Chabredier
efe5ca17dc 2006-02-08 [wwp] 2.0.0cvs32
* src/compose.c
	* src/compose.h
		templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2006-02-08 10:24:41 +00:00
Tristan Chabredier
454b31094f 2006-02-08 [wwp] 2.0.0cvs31
* src/prefs_template.c
		templates enhancement: allow address completion for Cc and Bcc fields
		(it was currently possible for the To field only)
2006-02-08 09:31:54 +00:00
Colin Leroy
5e3033decf 2006-02-08 [colin] 2.0.0cvs30
* src/compose.c
		Don't unblock if not blocked
2006-02-08 06:39:42 +00:00
Colin Leroy
c8b0cf2cae 2006-02-07 [colin] 2.0.0cvs29
* src/action.c
		Forgot to refresh summaryview
2006-02-07 18:27:55 +00:00
Colin Leroy
3c4e6e0e44 2006-02-07 [colin] 2.0.0cvs28
* src/action.c
		Freeze/thaw message list and folder list while
		processing %as{} actions
	* src/compose.c
		Fix auto-wrap disabling after a middle-click
		paste
2006-02-07 18:16:43 +00:00
Paul Mangan
370ea2294f 2006-02-07 [paul] 2.0.0cvs27
* src/folder.c
		fix freeing of uninitialised pointers
		Thanks to Colin
2006-02-07 09:02:24 +00:00
Colin Leroy
eb76f26f05 2006-02-06 [colin] 2.0.0cvs26
* src/folder.c
		Use g_slist_prepend in potentially big list
2006-02-06 21:47:57 +00:00
Colin Leroy
d8df2c31ec 2006-02-06 [colin] 2.0.0cvs25
* src/folder.c
		Completely skip processing if it doesn't
		exist (faster!)
2006-02-06 21:45:14 +00:00
Colin Leroy
8f6e0e319c 2006-02-06 [colin] 2.0.0cvs24
* src/folder.c
	* src/summaryview.c
		Batch filtering in summaryview (from Tools menu)
		and pre/post//-processing too
2006-02-06 21:30:43 +00:00
Colin Leroy
8ff0466786 2006-02-06 [colin] 2.0.0cvs23
* src/procmsg.h
	* src/filtering.c
		Use a special field for batch filtering instead
		of stepping on deferred execution's toes
2006-02-06 19:30:21 +00:00
Colin Leroy
aadbb6fdf6 2006-02-06 [colin] 2.0.0cvs22
* src/action.c
	* src/filtering.c
	* src/filtering.h
	* src/folder.c
	* src/summaryview.c
		Fix filtering via menus and actions
2006-02-06 19:22:08 +00:00
Colin Leroy
abf73b5cb1 forgotten files 2006-02-06 18:04:56 +00:00
Colin Leroy
e524577d8e 2006-02-06 [colin] 2.0.0cvs21
* src/imap.c
		Put the added file directly to cache if possible (will work
		with next libetpan)
	* src/filtering.c
	* src/filtering.h
	* src/inc.c
	* src/folder.c
	* src/mbox.c
		Move and copy filtered messages by batches instead of one
		by one - faster on IMAP
	* src/procmsg.c
		Add a function that'll possibly be useful later
2006-02-06 18:02:18 +00:00
Colin Leroy
ae41bd4781 2006-02-06 [colin] 2.0.0cvs20
* src/addressbook.c
		Use internal mime-type instead of text/plain for d'n'd
	* src/compose.c
		Allow attaching files from mimeview's icon list via d'n'd
	* src/folderview.c
	* src/folderview.h
		Use internal mime-type instead of text/plain for d'n'd
		Don't try to selected opened folder if none is
		Factorize d'n'd from other apps code
	* src/headerview.c
	* src/textview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Factorize Face/X-Face stuff
	* src/mimeview.c
		Fix d'n'd to other apps
	* src/prefs_message.c
		Let the XFace pref be usable without libcompface as it also
		applies to Face
	* src/summaryview.c
		Fix d'n'd to other apps
		Factorize d'n'd from other apps code
2006-02-06 17:56:35 +00:00
Tristan Chabredier
6101141c08 2006-02-06 [wwp] 2.0.0cvs19
* po/it.po
		Italian translation fixes by Andrea Spadaccini (no more confusion
		between filtering and processing, and few changes in the About
		dialog).
2006-02-06 11:22:48 +00:00
Ricardo Mones
cf3bc8654f 2006-02-06 [mones] 2.0.0cvs18
* src/gtk/icon_legend.c
		Improved descriptions allowing better translations
2006-02-06 06:43:04 +00:00
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
533ccfe361 2006-02-05 [colin] 2.0.0cvs16
* src/common/utils.c
		Don't check for return-path (or we can't put
		back non-sent mails)
2006-02-05 20:31:45 +00:00
Colin Leroy
1a09cac4ac 2006-02-05 [colin] 2.0.0cvs15
* src/textview.c
		Don't try to display Face header in textview
		when teh headerview's active
2006-02-05 18:18:46 +00:00
Colin Leroy
3f04c912b8 2006-02-05 [colin] 2.0.0cvs14
* tools/tbird2syl.py
	* tools/Makefile.am
		Add script to import Thunderbird mails
2006-02-05 18:01:23 +00:00
Colin Leroy
1cb2965fa5 2006-02-05 [colin] 2.0.0cvs13
* src/headerview.c
	* src/procheader.c
	* src/procmsg.c
	* src/procmsg.h
	* src/textview.c
		Show Face headers - patch partially by Klaus Flittner
2006-02-05 17:56:40 +00:00
Colin Leroy
fed29d4bdc 2006-02-05 [colin] 2.0.0cvs12
* src/folderview.c
	* src/summaryview.c
	* src/common/utils.c
	* src/common/utils.h
		Let dnd work from mime icons to summaryview
		and to folderview too
		Add a crude test to avoid trying to add files
		drag'n'dropped when they're not mails
2006-02-05 13:25:08 +00:00
Colin Leroy
cc735c56dc 2006-02-04 [colin] 2.0.0cvs11
* src/summaryview.c
	* src/mimeview.c
		Fix utf8 conversion
2006-02-04 19:13:38 +00:00
Colin Leroy
ee07cfb913 2006-02-04 [colin] 2.0.0cvs10
* src/compose.c
	* src/folderview.c
	* src/mimeview.c
	* src/summaryview.c
	* src/summaryview.h
		Added various drag and drop capas:
		From			To
		summaryview		other apps
		mimeview icons		other apps
		other apps		summaryview
		other apps		folderview

		This shouldn't have broken the existing:
		From			To
		summaryview		folderview
		folderview		folderview
		summaryview		compose's attachments

	Tests welcomed.
2006-02-04 17:17:33 +00:00
Paul Mangan
0477f72a7c 2006-02-02 [paul] 2.0.0cvs9
* src/mainwindow.c
		move global option 'Set displayed columns...' out
		of folder option grouping.
		fix sensitivity of 'harvest addresses'
2006-02-02 08:45:41 +00:00
Colin Leroy
d138fc1be8 2006-02-01 [colin] 2.0.0cvs8
* src/mimeview.c
		Revert the alertpanel patch, it sucks (intrusive
		and gets in the way of "open")
2006-02-01 18:13:20 +00:00