Commit graph

2178 commits

Author SHA1 Message Date
Colin Leroy
48383f4b8f 2006-12-20 [colin] 2.6.1cvs59
* src/gtk/quicksearch.c
		Make sure in_typing is false when clearing
2006-12-20 17:23:45 +00:00
Tristan Chabredier
665b65f8f6 2006-12-20 [wwp] 2.6.1cvs58
* configure.ac
		change manual's target dir to be LFH-compliant (thanks to Colin).
2006-12-20 14:35:27 +00:00
Tristan Chabredier
6ab70aeec5 2006-12-20 [wwp] 2.6.1cvs57
* src/prefs_common.c
	* src/prefs_summaries.c
		i18n fix and factorize patch, thanks to Fabien.
2006-12-20 14:25:07 +00:00
Paul Mangan
0710a86a24 2006-12-20 [paul] 2.6.1cvs56
* configure.ac
		last of the renaming (??)
	* src/main.c
		correct --help info of --status-full
	* src/plugins/bogofilter/bogofilter.c
		make FALSE default of whitelist_ab
2006-12-20 13:06:15 +00:00
Colin Leroy
cd0b27c382 2006-12-19 [colin] 2.6.1cvs55
* src/jpilot.c
		Same as before, without depending on
		pisock >= 0.12
2006-12-19 20:02:46 +00:00
Colin Leroy
c99135f764 2006-12-19 [colin] 2.6.1cvs54
* src/jpilot.c
		Fix bug 1059, 'Better jpilot charset
		handling'. Use libpisync's charset conversion
		if possible
2006-12-19 18:08:53 +00:00
Colin Leroy
a5ba38214a 2006-12-19 [colin] 2.6.1cvs53
* po/fr.po
		Updated by Fabien
2006-12-19 17:28:32 +00:00
Tristan Chabredier
ba449f7cdf 2006-12-19 [wwp] 2.6.1cvs52
* src/gtk/about.c
		Add missing #include (thanks to Colin).
2006-12-19 15:11:50 +00:00
Tristan Chabredier
a300b1d8e4 2006-12-19 [wwp] 2.6.1cvs51
* src/prefs_receive.c
		Better spacing between widgets in prefs.
2006-12-19 15:02:49 +00:00
Colin Leroy
afd8acf8f9 2006-12-18 [colin] 2.6.1cvs50
* src/imap.c
		Fix failure to get separator on LIST "" ""
		Try LIST "" "INBOX" too.
2006-12-18 21:31:12 +00:00
Tristan Chabredier
a1325a0e37 2006-12-18 [wwp] 2.6.1cvs49
* src/common/session.c
		Fix a compiler warning (thanks to Fabien).
2006-12-18 20:19:03 +00:00
Tristan Chabredier
fe3f268c88 2006-12-18 [wwp] 2.6.1cvs48
* src/compose.c
	* src/prefs_quote.c
		Factorize some strings for translation (it's about error
		messages when applying or checking template/quote format).
2006-12-18 20:04:10 +00:00
Colin Leroy
1153e5ad71 2006-12-18 [colin] 2.6.1cvs47
* Makefile.am
	* src/common/defs.h
	* src/gtk/Makefile.am
	* src/gtk/about.c
		Add a Release notes tab from the contents of
		$(DOCDIR)/RELEASE_NOTES. Patch by Fabien.
2006-12-18 17:21:29 +00:00
Colin Leroy
c81e4579fd 2006-12-17 [colin] 2.6.1cvs46
* src/mimeview.c
	* src/textview.c
	* src/gtk/filesel.c
		Correctly convert from/to UTF8/filename encoding
		when loading and saving files. Probably fixes
		bug 1068, 'Claws-Mail uses 100% CPU when looking
		for a file to attach and is blocked...'
2006-12-17 13:36:22 +00:00
Colin Leroy
e5389bc548 2006-12-17 [colin] 2.6.1cvs45
* src/gtk/logwindow.c
		Fix bug 1067, 'Claws-Mail uses 100% CPU on an
		IMAP folder and is blocked on main thread':
		make sure we put utf8 in the log.
2006-12-17 11:54:09 +00:00
Colin Leroy
cb4a64f6bb 2006-12-16 [colin] 2.6.1cvs44
* src/toolbar.c
	* src/toolbar.h
		Fix bug 1055, 'Add the 'cancel receive'
		in the available events for the toolbar buttons'
2006-12-16 17:12:16 +00:00
Colin Leroy
eca59e3ebb 2006-12-16 [colin] 2.6.1cvs43
* po/POTFILES.in
	* src/imap.c
	* src/common/nntp.c
	* src/common/session.c
		Log error when SSL handshakes fail.
		Fixes bug 1082, 'incorrect / imprecise
		error message when imap server provides
		ssl only through STARTTLS but SSL is
		selected'
2006-12-16 16:38:14 +00:00
Tristan Chabredier
9da200c06c 2006-12-15 [wwp] 2.6.1cvs42
* src/plugins/bogofilter/bogofilter_gtk.c
		set proper sensitivity to widgets I've recently added.
2006-12-15 19:06:14 +00:00
Tristan Chabredier
1233340128 2006-12-15 [wwp] 2.6.1cvs41
* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
		bogofilter's whitelist can now use a subset of
		the addressbook (either a book, a subfolder of a book,
		or the whole addressbook by using "Any"). Re-used there
		some pref_matcher widgets and mechanisms to match a subset
		of the addressbook.
2006-12-15 16:52:39 +00:00
Tristan Chabredier
a949999b77 2006-12-15 [wwp] 2.6.1cvs40
* src/wizard.c
	* src/common/plugin.c
	* src/common/plugin.h
	* src/gtk/about.c
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/demo/demo.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
	* src/plugins/trayicon/trayicon.c
		factorize some translatable strings (plugins-related),
		fix missing punctuation in several places,
		remove useless translatable \n in about.c,
		and factorize plugin init code w/ a new function
		check_plugin_version() in common/plugin.c.
		Patch by Fabien Vantard <fzzzzz@gmail.com>.
2006-12-15 16:41:15 +00:00
Tristan Chabredier
0487784f87 2006-12-15 [wwp] 2.6.1cvs39
* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter_gtk.c
		flag whitelisted spams as spam, but don't filter it to the spam
		folder. Thanks to Colin.
2006-12-15 15:35:00 +00:00
Andrej Kacian
3a2f2d95c4 2006-12-15 [ticho] 2.6.1cvs38
* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
		Add option to whitelist senders found in addressbook. Patch by colin.
2006-12-15 13:35:06 +00:00
Paul Mangan
a85371fd3e 2006-12-15 [paul] 2.6.1cvs37
* src/folderview.c
		add missing #include "log.h"
2006-12-15 10:03:15 +00:00
Colin Leroy
070e7b52c8 2006-12-15 [paul] 2.6.1cvs36
* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
		Add an option to allow inserting an
		X-Claws-Bogosity header (on MH folders
		only). Patch by Colin
2006-12-15 09:12:56 +00:00
Colin Leroy
27d007268e 2006-12-14 [colin] 2.6.1cvs35
* src/main.c
		"Yes" should be the default choice for
		migration configuration
2006-12-14 18:49:03 +00:00
Colin Leroy
377fc070ce 2006-12-14 [paul] 2.6.1cvs34
* src/prefs_summaries.c
	* manual/advanced.xml
		Unhide mark_as_read_delay
2006-12-14 10:25:58 +00:00
Colin Leroy
68870a7e11 2006-12-14 [paul] 2.6.1cvs33
* src/messageview.c
	* src/messageview.h
	* src/mimeview.c
	* src/mimeview.h
	* src/summaryview.c
	* src/textview.c
	* src/textview.h
		Fix printing of selection
		Fix printing of message parts
		Fix printing of images
	* src/gtk/gtksourceprintjob.c
		Fix page count when there are images
2006-12-14 09:49:25 +00:00
Tristan Chabredier
71814851ef 2006-12-14 [wwp] 2.6.1cvs32
* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/quicksearch.c
		fix quicksearch 'magnify' button status when QS is closed
		using the Escape key, thanks to Colin.
2006-12-14 08:38:09 +00:00
Colin Leroy
8927ed5e52 2006-12-13 [colin] 2.6.1cvs30
* src/ldapquery.c
	* src/ldaputil.c
		Use the binary safe version of ldap_get_values,
		to make sure we manipulate null-terminated
		strings. Maybe fixes bug 1075, 'claws mail
		segfault when completing ldap adresses'
	* src/syldap.c ** REMOVED **
	* src/syldap.h ** REMOVED **
		Remove dead files
2006-12-13 20:53:23 +00:00
Ricardo Mones
ffcd394ac9 2006-12-13 [mones] 2.6.1cvs29
* po/es.po
		Fixed piped strings, fixed click translation
2006-12-13 19:46:40 +00:00
Paul Mangan
fd2fddfa3f 2006-12-13 [paul] 2.6.1cvs28
* src/main.c
		don't translate these strings
2006-12-13 12:42:36 +00:00
Paul Mangan
f0ae13a4d8 2006-12-13 [paul] 2.6.1cvs27
* po/en_GB.po
		updated
2006-12-13 12:32:02 +00:00
Colin Leroy
c60a4bb447 2006-12-13 [colin] 2.6.1cvs26
* src/main.c
	* src/main.h
		Add claws_is_starting()
2006-12-13 07:44:00 +00:00
Ricardo Mones
d18b02b686 2006-12-13 [mones] 2.6.1cvs25
* manual/es/advanced.xml
	* po/es.po
		Synced manual and updated translation
2006-12-13 00:11:37 +00:00
Colin Leroy
fe037bab3e 2006-12-12 [colin] 2.6.1cvs24
* src/wizard.c
		Add an option to use STARTTLS in the
		welcome wizard. Fixes bug 1080,
		'Using SSL option in wizard for incoming
		server does not activate SSL with STARTTLS'
2006-12-12 21:58:07 +00:00
Colin Leroy
a1c080c6c2 2006-12-12 [colin] 2.6.1cvs23
* src/main.c
		Don't exit when there's an incomplete
		mailbox configured - leaves a chance
		to fix a failing IMAP account. Exit
		if no mailbox at all is loaded (case
		of missing plugin).
		Completes bug 1077's fix (I was wrong
		in this bug's comment #3).
2006-12-12 21:56:30 +00:00
Colin Leroy
eac48bc215 2006-12-12 [colin] 2.6.1cvs22
* src/gtk/menu.h
		Add another menu data type
	* src/prefs_account.c
		Complete the completion of bug 1076
		(doesn't lose the pref on apply)
2006-12-12 21:51:48 +00:00
Paul Mangan
dda2e8fe25 2006-12-12 [paul] 2.6.1cvs21
* src/prefs_account.c
		complete the fix of bug 1076
		also be more verbose with the text
2006-12-12 09:47:24 +00:00
Paul Mangan
ba27487014 2006-12-12 [paul] 2.6.1cvs20
* src/gtk/combobox.c
		fix compilation warning
2006-12-12 08:19:20 +00:00
Colin Leroy
a2643c207e 2006-12-11 [colin] 2.6.1cvs19
* src/wizard.c
		Document :port in server entry tooltips
2006-12-11 22:49:38 +00:00
Colin Leroy
11466e96c3 2006-12-11 [colin] 2.6.1cvs18
* src/main.c
		Fix compile
2006-12-11 22:12:02 +00:00
Colin Leroy
73a5ee2913 2006-12-11 [colin] 2.6.1cvs17
* src/main.c
		Add failing IMAP as a reason for no
		mailbox
2006-12-11 19:53:26 +00:00
Colin Leroy
9c929f1d1e 2006-12-11 [colin] 2.6.1cvs16
* src/prefs_account.c
		Check for existence of inbox for local
		accounts too
	* src/wizard.c
		Allow setting the port to use for servers
		by using the usual "server.example.com:port"
		syntax. Fixes bug 1077, 'sylpheed-claws does
		not start when IMAP server is unavailable'
2006-12-11 18:08:20 +00:00
Colin Leroy
02a545d7a6 2006-12-11 [colin] 2.6.1cvs15
* src/prefs_account.c
		Prevent use of non-existing default inbox
2006-12-11 17:55:43 +00:00
Colin Leroy
23d2877cab 2006-12-11 [colin] 2.6.1cvs14
* src/prefs_account.c
		Fix sensitivity
2006-12-11 17:24:06 +00:00
Colin Leroy
4d96e39c1b 2006-12-09 [colin] 2.6.1cvs13
* manual/advanced.xml
	* src/prefs_common.c
	* src/prefs_common.h
	* src/common/ssl_certificate.c
		Add a new hidden preference, 'unsafe_ssl_certs',
		which allows to store multiple certificates per
		server/port. This is disabled by default because
		it's less secure (presenting a new certificate
		instead of a changed one raises less alarms).
		This will cause Claws to ask about an unknown
		certificate for people who have used 2.6.1cvs8
		or greater.
2006-12-09 22:02:32 +00:00
Colin Leroy
77ab2f76ef 2006-12-09 [colin] 2.6.1cvs12
* src/action.c
		Fix cache updating after action
2006-12-09 17:07:33 +00:00
Tristan Chabredier
5ba866afe4 2006-12-07 [wwp] 2.6.1cvs11
* src/compose.c
		fix email address comparison when replying to all
		(avoid replying to ourselves), thanks to Colin.
2006-12-07 11:02:19 +00:00
Paul Mangan
fc6e4c45ba 2006-12-06 [paul] 2.6.1cvs10
* src/addrharvest.c
	* src/editldap.c
	* src/expldifdlg.c
	* src/news.c
	* src/toolbar.c
	* src/common/utils.c
		...and more renaming
		Thanks to Colin
2006-12-06 08:25:59 +00:00
Paul Mangan
810a2dd713 2006-12-06 [paul] 2.6.1cvs9
* src/compose.c
	* src/messageview.c
	* src/procheader.c
	* src/procmime.c
	* src/procmsg.c
	* src/textview.c
		more renaming
		Thanks to Colin
2006-12-06 08:18:34 +00:00