Commit graph

3568 commits

Author SHA1 Message Date
Ricardo Mones
a0623d9247 2009-09-20 [mones] 3.7.2cvs35
* tools/convert_mbox.pl
		Add -R flag to support recursive conversions
		of arbitrary Evolution mail folders, based on
		bash script by Daniel Dickinson (fixes debian
		bug #461435)
	* tools/popfile-link.sh
		Set required shell for script (fixes debian
		bug #530057)
2009-09-20 12:57:21 +00:00
Colin Leroy
a1e39ff5b7 2009-09-16 [colin] 3.7.2cvs34
* src/main.c
		Go grab files in /etc/skel if they exist
		at first startup
2009-09-16 16:32:32 +00:00
Colin Leroy
02b5e1ced5 2009-09-15 [colin] 3.7.2cvs33
* src/procmime.c
		Complete 3.7.1cvs42: only output directly to
		final file if we get NULL byes at the start.
		Still fixes saving UTF16 files, but also
		fixes displaying Base64 parts with decoding
		errors (parts without errors get displayed)
2009-09-15 19:13:30 +00:00
Colin Leroy
21f4e34752 2009-09-14 [colin] 3.7.2cvs32
* src/matcher.c
	* src/matcher.h
	* src/matcher_parser_parse.y
	* src/prefs_matcher.c
		Add 'has_attachment' and 'signed' matcher
		expressions. Patch by Aleksei Miheev, fixes
		bug 1997.
2009-09-14 07:27:38 +00:00
Colin Leroy
970708cd27 2009-09-14 [colin] 3.7.2cvs31
* src/common/utils.c
		Add "Re :" prefix from french Yahoo mail.
		Patch by Didier Barvaux, fixes bug 1999
2009-09-14 07:11:23 +00:00
Ricardo Mones
26d7159d11 2009-09-10 [mones] 3.7.2cvs30
* manual/plugins.xml
		Fix sites supported by SpamReport
	* manual/es/plugins.xml
		Synchronise Spanish manual
2009-09-10 19:14:52 +00:00
Holger Berndt
9571391aa5 2009-09-07 [holger] 3.7.2cvs29
* Makefile.am
		Also update the icon cache on uninstall.
		This prevents possible problems when Claws Mail was
		uninstalled and installed again into a different location,
		see http://bugzilla.gnome.org/show_bug.cgi?id=362604
		and the blog post linked therein
2009-09-07 20:14:15 +00:00
Paul Mangan
2a434a17c6 2009-09-07 [paul] 3.7.2cvs28
* src/prefs_toolbar.c
		when updating the main toolbar icons just update
		the main toolbar (and consequently fix a bug where
		folderview icons would disappear)
2009-09-07 19:43:07 +00:00
Holger Berndt
25be9182a5 2009-08-30 [holger] 3.7.2cvs27
* src/compose.c
		Do case-insensitive comparison against
		header names when extracting recipients
		from composed mails
2009-08-30 23:46:33 +00:00
Colin Leroy
6dea851f5e 2009-08-23 [colin] 3.7.2cvs26
* src/mbox.c
		Probably fix RH bug 512024, " folder.c:3543
		Condition msglist != NULL failed"
2009-08-23 12:16:17 +00:00
Colin Leroy
d01c8dd12e 2009-08-23 [colin] 3.7.2cvs25
* src/prefs_compose_writing.c
		Make the maximum size warning bigger. Patch
		by Didier Barvaux on bug 1986.
2009-08-23 11:01:01 +00:00
Colin Leroy
2ae2d95dec 2009-08-21 [colin] 3.7.2cvs24
* src/compose.c
		Previous commit: move the function into compose_insert_file
		so that it's also used on drag-n-drop
2009-08-21 16:15:13 +00:00
Colin Leroy
a5208c04a8 2009-08-21 [colin] 3.7.2cvs23
* src/compose.c
		Fix scrolling when adding an header
2009-08-21 15:58:32 +00:00
Colin Leroy
330d00d595 2009-08-21 [colin] 3.7.2cvs22
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
	* src/common/utils.c
		Fix bug 1986, "New feature: warn user when inserting
		a large file in the message body". Patch by Didier
		Barvaux
2009-08-21 15:56:29 +00:00
Colin Leroy
5e68ea0d18 2009-08-21 [colin] 3.7.2cvs21
* AUTHORS
	* src/gtk/authors.h
	* src/common/utils.c
		Add Réf. : reply prefix (french Lotus Notes); patch
		by Didier Barvaux
2009-08-21 15:54:01 +00:00
Colin Leroy
130e22b7e2 2009-08-21 [colin] 3.7.2cvs20
* src/codeconv.c
	* src/codeconv.h
		Fix bug 1969, 'Bad guess for outgoing encoding'
		Make sure the specific converters (japanese in
		this case) can return success/error in strict
		mode, instead of silently failing back to
		strncpy
2009-08-21 05:42:47 +00:00
Holger Berndt
d9d96f383e 2009-08-20 [holger] 3.7.2cvs19
* src/compose.c
	* src/compose.h
		Make it possible for code outside
		compose (e.g. plugins) to attach files
2009-08-20 22:04:58 +00:00
Colin Leroy
f437d6e228 2009-08-20 [colin] 3.7.2cvs18
* src/main.c
		Fix crash when accessing IMAP soon
2009-08-20 21:03:17 +00:00
Colin Leroy
c37c22b091 2009-08-18 [colin] 3.7.2cvs17
* src/ldapquery.c
		Maybe fix crash on non-existent LDAP server
2009-08-18 05:45:57 +00:00
Colin Leroy
2e957ff846 2009-08-04 [colin] 3.7.2cvs16
* src/toolbar.c
		Fix toolbar's spacing that breaks dark
		themes (patch from http://blogs.igalia.com/aperez/
		2009/07/making-claws-mail-look-better/)
2009-08-04 19:35:30 +00:00
Colin Leroy
b50765b5ac 2009-07-28 [colin] 3.7.2cvs15
* src/account.c
	* src/addrcustomattr.c
	* src/addressadd.c
	* src/addressbook_foldersel.c
	* src/addrgather.c
	* src/browseldap.c
	* src/compose.c
	* src/editbook.c
	* src/editgroup.c
	* src/editjpilot.c
	* src/editldap.c
	* src/editldap_basedn.c
	* src/edittags.c
	* src/editvcard.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/export.c
	* src/foldersel.c
	* src/import.c
	* src/importldif.c
	* src/importmutt.c
	* src/importpine.c
	* src/prefs_actions.c
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_filtering.c
	* src/prefs_folder_column.c
	* src/prefs_matcher.c
	* src/prefs_summary_column.c
	* src/prefs_summary_open.c
	* src/prefs_template.c
	* src/textview.c
	* src/uri_opener.c
		Fix bug 1950, 'Program freeze up during folder selection'
		Don't leave hidden windows modal
2009-07-28 18:42:52 +00:00
Colin Leroy
db6714b90f 2009-07-28 [colin] 3.7.2cvs14
* src/ldapquery.c
		Fix bug 1957, 'LDAP errs out after searching too
		many search bases'
2009-07-28 18:39:47 +00:00
Colin Leroy
36592edeea 2009-07-28 [colin] 3.7.2cvs13
* src/summaryview.c
		Fix bug 1966, '"Collapse all threads" slower than
		"Expand all threads"'
2009-07-28 18:38:06 +00:00
Colin Leroy
1faadd3618 2009-07-28 [colin] 3.7.2cvs12
* src/common/session.c
		Fix bug 1967, 'Claws gets stuck after accepting
		a certificate warning dialog'
2009-07-28 18:35:59 +00:00
Paul Mangan
73c4549142 2009-07-19 [paul] 3.7.2cvs11
* manual/plugins.xml
		a few small changes to the English
2009-07-19 10:45:37 +00:00
Ricardo Mones
5ae1651ce7 2009-07-18 [mones] 3.7.2cvs10
* manual/plugins.xml
		Add new bsfilter and fancy plugins to the docs
		and a note about dealing with plugins of the same class
	* src/prefs_account.c
		Fix extra space at the end typo
2009-07-18 16:27:20 +00:00
Colin Leroy
4fc1230072 2009-07-16 [colin] 3.7.2cvs9
* src/summaryview.c
		Fix wrong return without unlocking; thanks
		to mupuf_
2009-07-16 16:06:54 +00:00
Colin Leroy
962b8d22dd 2009-07-14 [colin] 3.7.2cvs8
* src/imap.c
		Fix bug 1954, 'Segfault on reading wrong STATUS'
2009-07-14 15:37:14 +00:00
Colin Leroy
8a4a0c1bdb 2009-07-10 [colin] 3.7.2cvs7
* src/plugins/pgpcore/plugin.def
	* src/common/utils.h
		Fix windows port
2009-07-10 16:50:08 +00:00
Colin Leroy
8036c8390a 2009-07-10 [colin] 3.7.2cvs6
* src/prefs_display_header.c
		Fix bug 1951, 'C-Mail dumps core when editing
		displayed headers'. Patch by Alexey Rusakov
2009-07-10 07:40:27 +00:00
Colin Leroy
4b775a2adb 2009-07-10 [colin] 3.7.2cvs5
* src/folderview.c
		Fix bug 1952, 'Deleted mails in Queue folder
		highlight it'.
2009-07-10 07:18:52 +00:00
Colin Leroy
3b3041f530 2009-07-09 [colin] 3.7.2cvs4
* src/gtk/spell_entry.c
		Fix bug 1949, 'Spell checker doesn't recognise
		certain word in Subject header, but does in
		message body'. Patch by Pawel Pekala.
2009-07-09 06:41:35 +00:00
Paul Mangan
f087295acc 2009-07-09 [paul] 3.7.2cvs3
* configure.ac
		use pkgconfig to check for the minimum required
		version of GnuTLS
2009-07-09 05:56:45 +00:00
Colin Leroy
ed4cf3edd8 2009-07-06 [colin] 3.7.2cvs2
* src/prefs_customheader.c
		Fix build failure
2009-07-06 07:35:54 +00:00
Paul Mangan
272d0ba42d 2009-07-04 [paul] 3.7.2cvs1
* tools/claws.i18n.status.pl
		updated
2009-07-04 09:11:30 +00:00
Paul Mangan
9f378feb4b 3.7.2 unleashed 2009-07-03 08:42:29 +00:00
Paul Mangan
d85a0c5760 2009-07-03 [paul] 3.7.1cvs85
* AUTHORS
	* configure.ac
	* po/pt_PT.po
	* po/sk.po
	* src/gtk/authors.h
		added new translations by Tiago Faria and Slavko
	* po/bg.po
	* po/cs.po
	* po/de.po
	* po/es.po
	* po/fi.po
	* po/fr.po
	* po/hu.po
	* po/id.po
	* po/it.po
	* po/ja.po
	* po/pt_BR.po
	* po/ru.po
		updated by Yasen Pramatarov, David Vachulka, Stephan Sachse,
		Ricardo Mones, Tommi Pirinen, Colin Leroy, Pader Rezso,
		MSulchan Darmawan, Andrea Spadaccini, kazken3, Frederico
		Goncalves Guimaraes, Aleksei Miheev
2009-07-03 06:37:17 +00:00
Colin Leroy
a5ef705910 2009-07-01 [colin] 3.7.1cvs84
* src/prefs_common.c
		Fix bug 1940, 'Doesn't open links in
		user's default browser'. Turn the preference
		to TRUE by default; that will only change the
		behaviour for new users.
2009-07-01 15:51:03 +00:00
Colin Leroy
dcec50148a 2009-06-29 [colin] 3.7.1cvs83
* src/filtering.c
	* src/filtering.h
	* src/prefs_filtering_action.c
		Fix bug 1935, 'problems with very long filtering actions':
		Use a dynamic buffer in action to string, and a bigger
		buffer in string to action
2009-06-29 20:11:38 +00:00
Colin Leroy
0d8d539a35 2009-06-29 [colin] 3.7.1cvs82
* src/matcher_parser_lex.l
		Fix bug 1878, 'Processing rules for folders with brackets aren't saved'
2009-06-29 20:08:54 +00:00
Colin Leroy
66e31c97eb 2009-06-29 [colin] 3.7.1cvs81
* src/addressbook.c
		Fix warnings
	* src/editgroup.c
		Fix crash (out-of-bounds tree column)
	* src/gtk/gtkcmctree.c
	* src/gtk/gtksctree.c
		Prevent using an out-of-bounds tree column
2009-06-29 20:05:13 +00:00
Colin Leroy
e5fadfe31e 2009-06-29 [colin] 3.7.1cvs80
* src/ldapupdate.c
	* src/ldif.c
		Leak fixes; patch by Pawel Pekala.
2009-06-29 07:12:24 +00:00
Colin Leroy
841387cf2a 2009-06-26 [colin] 3.7.1cvs79
* src/summaryview.c
		Sort by msgnum if dates are equal
2009-06-26 06:45:11 +00:00
Paul Mangan
91c2ea816e 2009-06-24 [paul] 3.7.1cvs78
* src/summaryview.c
		make some (forgotten) strings translatable
2009-06-24 21:02:54 +00:00
Colin Leroy
de90956728 2009-06-19 [colin] 3.7.1cvs77
* src/summaryview.c
		Fix menu sensitiveness
2009-06-19 20:58:27 +00:00
Colin Leroy
28e270107c 2009-06-18 [colin] 3.7.1cvs76
* configure.ac
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.h
	* src/plugins/pgpmime/mypgpcore.def
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/smime/mypgpcore.def
	* src/plugins/smime/smime.c
		Use largefile support (and stop using our old GPGME
		hack on gpgme_data_seek/rewind)
		(See 1.9.12cvs44 to 46 - if this breaks things we
		should soon know :)
2009-06-18 18:01:23 +00:00
Colin Leroy
913b1fe755 2009-06-13 [colin] 3.7.1cvs75
* src/gtk/spell_entry.c
		Fix assertion. We can put a NULL gtkaspell to
		an entry; it just means it won't be spell-checked.
2009-06-13 10:12:45 +00:00
Ricardo Mones
ebbdf5242a 2009-06-12 [mones] 3.7.1cvs74
* src/compose.c
	* src/messageview.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/common/utils.c
	* src/common/utils.h
		Added preference to use account address in generated
		Message-Id. Fixes Debian bug #531052
2009-06-12 10:02:11 +00:00
Colin Leroy
529d65fc3c 2009-06-12 [colin] 3.7.1cvs73
* src/common/ssl.c
		Better fix, API-compatible with libgnutls13
2009-06-12 07:30:37 +00:00
Colin Leroy
3a55bd5621 2009-06-12 [colin] 3.7.1cvs72
* src/common/ssl.c
		Use compatibility mode in GnuTLS, and avoid problems with
		servers that don't comply 100% with the spec, but still
		exist.
2009-06-12 07:02:01 +00:00
Salvatore De Paolis
34afeba224 2009-06-06 [iwkse] 3.7.1cvs71
* src/compose.c
		Ops..revert a mix with another patch
2009-06-06 08:56:21 +00:00
Salvatore De Paolis
44aa899f97 2009-06-06 [iwkse] 3.7.1cvs70
* src/compose.c
		A better fix for the previous commit's issue
2009-06-06 08:44:38 +00:00
Salvatore De Paolis
3ec0c524db 2009-06-06 [iwkse] 3.7.1cvs69
* src/compose.c
		Fix shutting down of Claws Mail while a GTK_Return keypress
		event is sent to the Attach property window
2009-06-06 00:17:45 +00:00
Colin Leroy
045c687dd3 2009-06-05 [colin] 3.7.1cvs68
* src/compose.c
		Fix build on GTK+ 2.6
2009-06-05 10:14:02 +00:00
Ricardo Mones
326ae475cd 2009-06-03 [mones] 3.7.1cvs67
* tools/make.themes.project
		Oops! fix header, sorry Paul ;-)
2009-06-03 13:39:51 +00:00
Ricardo Mones
51633facc8 2009-06-03 [mones] 3.7.1cvs66
* tools/make.themes.project
		Add support for PNG themes and other
		fixes i don't remember now... :)
2009-06-03 10:56:32 +00:00
Colin Leroy
27e2c52c4a 2009-06-02 [colin] 3.7.1cvs65
* src/compose.c
	* src/prefs_template.c
	* src/quote_fmt.c
		Fix error messages in templates, and fix their
		checking
2009-06-02 06:45:57 +00:00
Colin Leroy
14a8d8dcba 2009-05-22 [colin] 3.7.1cvs64
* src/compose.c
		And remove hbox too
2009-05-22 10:51:08 +00:00
Colin Leroy
cfe2f08315 2009-05-22 [colin] 3.7.1cvs63
* src/compose.c
		Fix phantom button behind entry when
		changing fields via Tools/Reply mode.
2009-05-22 10:50:08 +00:00
Colin Leroy
a4b3d5ad91 2009-05-22 [colin] 3.7.1cvs62
* src/compose.c
		Fix icon size
2009-05-22 07:51:50 +00:00
Ricardo Mones
d64226d81e 2009-05-21 [mones] 3.7.1cvs61
* src/compose.c
	* src/compose.h
		Add button to empty header lines with one click
2009-05-21 20:59:42 +00:00
Paul Mangan
5250c9e875 2009-05-21 [paul] 3.7.1cvs60
* src/mainwindow.c
	* src/mainwindow.h
	* src/plugins/trayicon/trayicon.c
		when quitting from the trayicon, honour
		prefs_common.clean_on_exit
2009-05-21 05:43:17 +00:00
Paul Mangan
958f12510d 2009-05-21 [paul] 3.7.1cvs59
* src/gtk/Makefile.am
		remove duplicate entry
		thanks to Charles A Edwards
2009-05-21 04:32:04 +00:00
Paul Mangan
673441b3d9 2009-05-19 [paul] 3.7.1cvs58
* src/send_message.c
		clear progressbar in the statusbar on 'Cancel'
2009-05-19 06:23:53 +00:00
Colin Leroy
b18dc67da1 2009-05-16 [colin] 3.7.1cvs57
* AUTHORS
	* src/gtk/authors.h
		Add Fabian
2009-05-16 08:58:50 +00:00
Colin Leroy
15e0625862 2009-05-16 [colin] 3.7.1cvs56
* src/msgcache.c
		Remove msgnum>0 condition for removing messages
		from caches. There's no such condition on add.
		Fixes bug 1913, 'Allow to remove phantom
		messages from the cache'; patch by Fabian
		Keil <fk at fabiankeil.de>
2009-05-16 08:57:48 +00:00
Holger Berndt
70a2490559 2009-05-12 [holger] 3.7.1cvs55
* src/messageview.c
	* src/messageview.h
		Introduce hook after showing of the message view
2009-05-12 20:47:48 +00:00
Colin Leroy
79da2e249b 2009-05-11 [colin] 3.7.1cvs54
* src/compose.c
		Fix bug 1872, 'A: Cc: CCi: selector should
		default on same as preceding contact'
2009-05-11 07:00:54 +00:00
Holger Berndt
5771a0a7e2 2009-05-10 [holger] 3.7.1cvs53
* src/addr_compl.c
	* src/addr_compl.h
		Add a hook to make it possible for plugins to
		modify the address completion list
2009-05-10 20:08:52 +00:00
Paul Mangan
deddd41a32 2009-05-06 [paul] 3.7.1cvs52
* src/folder.c
	* src/mimeview.c
		fix bug 1915, 'Mails signed with smime.p7s
		display both signed and attachment icon.'
2009-05-06 06:46:58 +00:00
Colin Leroy
1ba43ea11c 2009-05-05 [colin] 3.7.1cvs51
* src/common/utils.c
		Fix patch :)
2009-05-05 16:28:41 +00:00
Colin Leroy
f283670a86 2009-05-05 [colin] 3.7.1cvs50
* src/common/utils.c
		Fix bug 1895, '(imap) cache issues when cache dir is on a
		different mountpoint than tempdir'
2009-05-05 16:04:56 +00:00
Colin Leroy
0b0db176e3 2009-05-04 [colin] 3.7.1cvs49
* src/msgcache.c
		Probably fix bug 1914, 'Crash reading
		corrupted tags file'
2009-05-04 16:46:52 +00:00
Paul Mangan
857abfa7c0 2009-04-26 [paul] 3.7.1cvs48
* configure.ac
	* src/gtk/gtkaspell.h
		fix bug 1904, 'build mechanism looks for
		'enchant.h' in a wrong place'
2009-04-26 10:31:28 +00:00
Paul Mangan
3873c20dd4 2009-04-25 [paul] 3.7.1cvs47
* src/printing.c
		gah! fix coding style!
2009-04-25 08:20:31 +00:00
Paul Mangan
fdf06fa237 2009-04-25 [paul] 3.7.1cvs46
* src/printing.c
	* src/toolbar.c
		if building with GTK+ >= 2.16 use
		gtk_orientable_set_orientation() instead of now
		deprecated gtk_toolbar_set_orientation()
2009-04-25 07:09:24 +00:00
Colin Leroy
3002607bf3 2009-04-24 [colin] 3.7.1cvs45
* src/compose.c
		Ask before sending if an attached file has
		disappeared.
2009-04-24 10:30:14 +00:00
Paul Mangan
be33af15e1 2009-04-19 [paul] 3.7.1cvs44
* src/prefs_common.c
	* src/prefs_common.h
	* src/gtk/about.c
		save About window size.
		patch by Pawel Pekala
2009-04-19 07:24:41 +00:00
Paul Mangan
ac117afc94 2009-04-12 [paul] 3.7.1cvs43
* tools/csv2addressbook.pl
		add extra CSV fields that are now appended
		by thunderbird (version 2.0.0.21)
2009-04-12 12:08:28 +00:00
Colin Leroy
6a6af7ab57 2009-04-08 [colin] 3.7.1cvs42
* src/procmime.c
		fix saving (but not displaying) of UTF-16
		files
2009-04-08 16:10:13 +00:00
Colin Leroy
ed483d5fb6 2009-04-08 [colin] 3.7.1cvs41
* src/gtk/manage_window.c
		Disable transient windows on win32 - seems to
		fix most focusing issues
2009-04-08 16:03:42 +00:00
Colin Leroy
651cded914 2009-04-05 [colin] 3.7.1cvs40
* src/procmsg.c
		Don't ask whether we want to send deleted mails in queue
		folders; also, don't send deleted mails when flushing
		queues
2009-04-05 17:40:38 +00:00
Paul Mangan
31940a9560 2009-04-04 [paul] 3.7.1cvs39
* AUTHORS
	* configure.ac
	* po/id.po
	* src/gtk/authors.h
	* tools/claws.i18n.status.pl
		add new Indonesian translation, by
		MSulchan Darmawan
2009-04-04 06:56:24 +00:00
Paul Mangan
a22c28a9e7 2009-04-03 [paul] 3.7.1cvs38
* AUTHORS
	* src/gtk/authors.h
		credit due
2009-04-03 18:04:11 +00:00
Colin Leroy
bb86ccd3b1 Fix bug reference 2009-04-03 16:48:18 +00:00
Colin Leroy
e75d39c2a0 2009-04-03 [colin] 3.7.1cvs37
* src/compose.c
	* src/textview.c
		Add support for gopher:// links
		Patch by Jacob Head <clawsmail at jacob-head.com>
		Let's go back to the roots!
2009-04-03 16:47:49 +00:00
Paul Mangan
9031f1a9ec 2009-04-03 [paul] 3.7.1cvs36
* m4/Makefile.am
		complete cvs35
2009-04-03 15:11:22 +00:00
Paul Mangan
ecb344a5d2 2009-04-03 [paul] 3.7.1cvs35
* configure.ac
		add AC_CONFIG_MACRO_DIR([m4])
		remove CLAWS_ACLOCAL_INCLUDE(m4)
	* m4/aclocal-include.m4
		removed this now unneeded file
2009-04-03 09:13:09 +00:00
Colin Leroy
a2e8e406a5 2009-04-02 [colin] 3.7.1cvs34
* src/common/utils.h
		Fix previous (thanks to Marcus :)
2009-04-02 20:41:42 +00:00
Colin Leroy
4c35023fd6 2009-04-02 [colin] 3.7.1cvs33
* src/common/utils.h
	* src/etpan/etpan-thread-manager.c
		pipe() was a macro from GLib on win32 until
		glib 2.13.2. It's undefined after that.
		Thanks to Marcus Brinkmann for the heads-up!
2009-04-02 18:57:36 +00:00
Colin Leroy
eac73c6b10 2009-03-31 [colin] 3.7.1cvs32
* src/folder_item_prefs.c
		Copy folder settings with prefs
2009-03-31 06:42:36 +00:00
Colin Leroy
5e3b34eb0f 2009-03-31 [colin] 3.7.1cvs31
* src/prefs_account.c
		Don't use un-sensitive checkboxes in Privacy tab
		when privacy system in None (makes unchecking
		painful when no privacy plugin is loaded)
2009-03-31 06:41:45 +00:00
Colin Leroy
0225408920 2009-03-30 [colin] 3.7.1cvs30
* src/folder.c
	* src/folder.h
	* src/imap.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/summaryview.c
	* src/summaryview.h
		Fix bug 1866, 'Claws should make use of the IMAP 'deleted' flag'
		Add an option on the Receive page of IMAP account preferences:
		"Move deleted mails to trash and expunge immediately". This
		option defaults to TRUE to avoid changing the existing behaviour.
		Setting it to FALSE prevents automatic expunging.
		Also, add Tools/Expunge and View/Hide deleted messages menu items
		(View/Hide deleted message being a per-folder setting, and behaving,
		like View/Hide read messages).
2009-03-30 17:20:02 +00:00
Colin Leroy
00945fbbb9 2009-03-30 [colin] 3.7.1cvs29
* src/imap.c
		Fix Redhat bug 486422, Ubuntu bug 486422: Don't
		ask for IMAP password when using GSSAPI auth
2009-03-30 17:15:34 +00:00
Colin Leroy
9da7f899a1 2009-03-27 [colin] 3.7.1cvs28
* src/folder.c
		Fix cvs14, make sure we mark non-existent caches dirty
		(or they never get written)
2009-03-27 19:03:29 +00:00
Colin Leroy
5ce200b94f 2009-03-27 [colin] 3.7.1cvs27
* src/imap.c
		Fix tag update when all tags are removed
		from another client
2009-03-27 18:35:47 +00:00
Colin Leroy
483b9bab50 2009-03-25 [colin] 3.7.1cvs25
* src/news.c
	* src/etpan/nntp-thread.c
		Fix header fetching (NG/To/Cc). Fixes
		bug 1883, 'Message processing fails to
		act on Newsgroups: field'
2009-03-25 17:38:40 +00:00
Colin Leroy
f7aaaee73f 2009-03-23 [colin] 3.7.1cvs24
* src/textview.c
		Fix internal headers visible in queue/sent
2009-03-23 18:16:07 +00:00
Colin Leroy
97d0320dea 2009-03-23 [colin] 3.7.1cvs23
* configure.ac
		Fix check for RC (resource compiler) used
		on win32 (AC_LIBTOOL_RC used to call it
		implicitely but stopped)
2009-03-23 18:14:52 +00:00
Colin Leroy
8af3bfb5e2 2009-03-19 [colin] 3.7.1cvs22
* src/toolbar.c
		Put spam button in default toolbar even if
		bogofilter and spamassassin are not built.
		Other anti-spam plugin could exist! :)
	* src/common/utils.c
		Fix exit status fetch on win32
2009-03-19 16:35:36 +00:00
Paul Mangan
236e109893 2009-03-18 [paul] 3.7.1cvs21
* src/gtk/spell_entry.c
		fix "[BUG] Wrong word replaced in 'Subject:'
		when spell-checking correction used"
		Patch by Pawel Pekala
2009-03-18 21:35:02 +00:00
Colin Leroy
6e157bdd25 2009-03-17 [colin] 3.7.1cvs20
* src/common/utils.c
		Fix win32 build (from cvs12)
2009-03-17 18:04:05 +00:00
Colin Leroy
0694d8570a 2009-03-17 [colin] 3.7.1cvs19
* src/compose.c
		Fix bug 1735, 'Change To: and Newsgroups:
		recipient field according account type'
		Patch by Pawel
2009-03-17 17:54:56 +00:00
Colin Leroy
c064ef0fde 2009-03-17 [colin] 3.7.1cvs18
* src/msgcache.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_other.c
	* src/common/prefs.c
		Add preference for fsyncing metadata
2009-03-17 07:58:20 +00:00
Paul Mangan
4025a23349 2009-03-16 [paul] 3.7.1cvs17
* src/prefs_customheader.c
		add forgotten #if HAVE_LIBCOMPFACE
2009-03-16 20:08:15 +00:00
Paul Mangan
304874603c 2009-03-16 [paul] 3.7.1cvs16
* src/prefs_customheader.c
		put the (X-)Face preview image below the up/down
		buttons so they don't jump around.
		make the list reorderable by drag'n'drop
2009-03-16 19:33:43 +00:00
Colin Leroy
66ed085a53 2009-03-16 [colin] 3.7.1cvs15
* src/prefs_customheader.c
		Add a (X-)Face preview. Patch by iwkse.
2009-03-16 18:05:53 +00:00
Colin Leroy
c1078e183e 2009-03-16 [colin] 3.7.1cvs14
* src/compose.c
	* src/folder.c
	* src/folder.h
	* src/msgcache.c
	* src/common/prefs.c
		Add fsync calls to make sure we don't
		lose data on system crashes. (to do:
		add a pref to allow people choosing raw
		speed)
2009-03-16 17:59:26 +00:00
Colin Leroy
c44f2ba910 2009-03-15 [colin] 3.7.1cvs13
* src/gtk/gtkaspell.c
		Fix empty menu when there are no
		suggestions (using the Spelling menu)
2009-03-15 10:31:10 +00:00
Colin Leroy
2a7a0769be 2009-03-14 [colin] 3.7.1cvs12
* src/common/utils.c
		Win32: fix subject prefix length
2009-03-14 08:19:23 +00:00
Ricardo Mones
46c45ff598 2009-03-11 [mones] 3.7.1cvs11
* po/es.po
		fix encoding declared in header
		update translation now we're at it
2009-03-11 19:51:38 +00:00
Colin Leroy
98b18ec9f8 2009-03-10 [colin] 3.7.1cvs10
* src/messageview.c
		Fix "wrong mime" message printed out multiple
		times
2009-03-10 18:34:31 +00:00
Colin Leroy
9639801a9e 2009-03-10 [colin] 3.7.1cvs9
* src/prefs_folder_item.c
		Fix build
2009-03-10 06:45:45 +00:00
Paul Mangan
3c12297f3f 2009-03-09 [paul] 3.7.1cvs8
* src/prefs_folder_item.c
	* src/send_message.c
		fixes to english text
2009-03-09 21:00:07 +00:00
Paul Mangan
8a48a61cf3 2009-03-08 [paul] 3.7.1cvs7
* po/ja.po
		correct errors in header
2009-03-08 08:13:43 +00:00
Paul Mangan
6bb7332bad 2009-03-08 [paul] 3.7.1cvs6
* AUTHORS
	* configure.ac
	* po/ja.po
	* src/gtk/authors.h
	* tools/claws.i18n.status.pl
		add Japanese translation, submitted by kazken3
2009-03-08 08:10:26 +00:00
Colin Leroy
04a5feaf65 2009-03-07 [colin] 3.7.1cvs5
* src/messageview.c
		Don't let the invalid MIME warning hide
		other noticeview (Partial receive or
		return receipt).
2009-03-07 11:17:59 +00:00
Colin Leroy
8212868d37 2009-03-07 [colin] 3.7.1cvs4
* src/procmime.c
		Fix build
2009-03-07 10:18:04 +00:00
Colin Leroy
76ccafbbd0 2009-03-07 [colin] 3.7.1cvs3
* src/messageview.c
	* src/procmime.c
	* src/procmime.h
		Handle mimeparts that lack an end boundary.
		They're invalid but it's too annoying for
		normal users to fix.
2009-03-07 09:46:05 +00:00
Tristan Chabredier
0d7693f19c 2009-03-06 [wwp] 3.7.1cvs2
* src/compose.c
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/prefs_folder_item.c
		Add per-folder default cc, bcc and reply-to.
2009-03-06 11:34:03 +00:00
Colin Leroy
fd506f340b 2009-03-06 [colin] 3.7.1cvs1
* src/gedit-print.c
	* src/gtk/gtksourceprintjob.c
		Fix build with old print interface
2009-03-06 09:18:16 +00:00
Paul Mangan
31f451b987 3.7.1 released 2009-03-06 06:31:04 +00:00
Paul Mangan
3f2d99a173 2009-03-06 [paul] 3.7.0cvs78
* po/cs.po
	* po/de.po
	* po/fi.po
	* po/fr.po
	* po/hu.po
	* po/nl.po
	* po/pt_BR.po
	* po/sv.po
	* po/zh_CN.po
		updated by David Vachulka, Stephan Sachse, Flammie
		Pirinen, Colin Leroy, Pader Rezso, Marcel Pol,
		Frederico Goncalves Guimaraes, Lars Persson Fink,
		and Ralph Young
2009-03-06 05:59:38 +00:00
Colin Leroy
b47dcab5e8 2009-03-03 [colin] 3.7.0cvs77
* src/prefs_filtering.c
		Win32: Fix bug 1865, 'IMAP account name changes
		are not followed at filter actions'
2009-03-03 17:25:11 +00:00
Colin Leroy
3dd94f67dc 2009-03-02 [colin] 3.7.0cvs76
* src/imap.c
		Fix Launchpad bug 335571: 'claws-mail crashed
		with SIGSEGV in strlen() while deleting
		large amount of e-mails on IMAP account
2009-03-02 18:12:09 +00:00
Ricardo Mones
876e6793b6 2009-02-27 [mones] 3.7.0cvs75
* manual/es/account.xml
	* manual/es/ack.xml
	* manual/es/addrbook.xml
	* manual/es/advanced.xml
	* manual/es/claws-mail-manual.xml
	* manual/es/faq.xml
	* manual/es/glossary.xml
	* manual/es/gpl.xml
	* manual/es/handling.xml
	* manual/es/intro.xml
	* manual/es/keyboard.xml
	* manual/es/plugins.xml
	* manual/es/starting.xml
		Sync with English version, fix some typos
		Changed encoding to UTF-8
	* po/es.po
		Update for release, changed encoding to UTF-8
2009-02-27 00:30:44 +00:00
Colin Leroy
231d62e1a2 2009-02-24 [colin] 3.7.0cvs74
* src/printing.c
		Don't print separation line if there
		are no headers
2009-02-24 17:07:06 +00:00
Colin Leroy
49a81f6a9c 2009-02-23 [cleroy] 3.7.0cvs73
* src/account.c
	* src/action.c
	* src/addr_compl.c
	* src/addrbook.c
	* src/addrcache.c
	* src/addrcindex.c
	* src/addrclip.c
	* src/addrduplicates.c
	* src/addressadd.c
	* src/addressbook.c
	* src/addressbook_foldersel.c
	* src/addrharvest.c
	* src/addrindex.c
	* src/addritem.c
	* src/addrquery.c
	* src/addrselect.c
	* src/codeconv.c
	* src/compose.c
	* src/customheader.c
	* src/editaddress.c
	* src/editaddress_other_attributes_ldap.c
	* src/editgroup.c
	* src/editldap.c
	* src/enriched.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/filtering.c
	* src/folder.c
	* src/foldersel.c
	* src/folderutils.c
	* src/folderview.c
	* src/gedit-print.c
	* src/html.c
	* src/imap.c
	* src/imap_gtk.c
	* src/inc.c
	* src/jpilot.c
	* src/ldapctrl.c
	* src/ldapquery.c
	* src/ldapserver.c
	* src/ldapupdate.c
	* src/ldif.c
	* src/localfolder.c
	* src/main.c
	* src/mainwindow.c
	* src/matcher.c
	* src/mbox.c
	* src/messageview.c
	* src/mh.c
	* src/mh_gtk.c
	* src/mimeview.c
	* src/msgcache.c
	* src/mutt.c
	* src/news.c
	* src/news_gtk.c
	* src/noticeview.c
	* src/pine.c
	* src/pop.c
	* src/prefs_account.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_folder_column.c
	* src/prefs_folder_item.c
	* src/prefs_gtk.c
	* src/prefs_matcher.c
	* src/prefs_quote.c
	* src/prefs_send.c
	* src/prefs_summaries.c
	* src/prefs_summary_column.c
	* src/prefs_template.c
	* src/prefs_themes.c
	* src/prefs_toolbar.c
	* src/printing.c
	* src/privacy.c
	* src/procheader.c
	* src/procmime.c
	* src/procmsg.c
	* src/quote_fmt.c
	* src/remotefolder.c
	* src/send_message.c
	* src/sourcewindow.c
	* src/statusbar.c
	* src/stock_pixmap.c
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/undo.c
	* src/uri_opener.c
	* src/vcard.c
	* src/common/base64.c
	* src/common/claws.c
	* src/common/hooks.c
	* src/common/plugin.c
	* src/common/prefs.c
	* src/common/session.c
	* src/common/smtp.c
	* src/common/socket.c
	* src/common/string_match.c
	* src/common/stringtable.c
	* src/common/utils.c
	* src/common/utils.h
	* src/common/xml.c
	* src/common/xmlprops.c
	* src/gtk/colorlabel.c
	* src/gtk/combobox.c
	* src/gtk/foldersort.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkcmclist.c
	* src/gtk/gtkcmctree.c
	* src/gtk/gtkcmoptionmenu.c
	* src/gtk/gtksctree.c
	* src/gtk/gtkshruler.c
	* src/gtk/gtksourceprintjob.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkvscrollbutton.c
	* src/gtk/logwindow.c
	* src/gtk/menu.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
	* src/gtk/quicksearch.c
	* src/gtk/spell_entry.c
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/smime/smime.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Mass commit changing g_return_* to cm_return_*
		and making these more interesting
2009-02-23 16:55:51 +00:00
Colin Leroy
78a6caf3f3 2009-02-23 [colin] 3.7.0cvs72
* src/imap.c
		Always initialise error code to no error
2009-02-23 09:23:38 +00:00
Colin Leroy
59bd0f6e11 2009-02-23 [colin] 3.7.0cvs71
* src/imap.c
		Fix separator substitution
2009-02-23 09:11:29 +00:00
Colin Leroy
aa5aea749e 2009-02-23 [colin] 3.7.0cvs70
* src/stock_pixmap.c
	* src/gtk/colorlabel.c
		don't use g_return on normal checks
2009-02-23 07:16:20 +00:00
Colin Leroy
3dca26d1b0 2009-02-22 [colin] 3.7.0cvs69
* src/addressbook.c
	* src/procmime.c
		More fixes
2009-02-22 19:37:29 +00:00
Colin Leroy
51fff95cb8 2009-02-22 [colin] 3.7.0cvs68
* src/addrduplicates.c
	* src/addressbook.c
	* src/addrharvest.c
	* src/codeconv.c
	* src/compose.c
	* src/filtering.c
	* src/folder.c
	* src/imap.c
	* src/imap_gtk.c
	* src/importldif.c
	* src/jpilot.c
	* src/mainwindow.c
	* src/matcher.c
	* src/mbox.c
	* src/messageview.c
	* src/mh_gtk.c
	* src/prefs_common.c
	* src/prefs_filtering.c
	* src/prefs_gtk.c
	* src/printing.c
	* src/privacy.c
	* src/procmime.c
	* src/procmsg.c
	* src/summaryview.c
	* src/textview.c
	* src/undo.c
	* src/wizard.c
	* src/common/md5.c
	* src/common/socket.c
	* src/common/template.c
	* src/etpan/imap-thread.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkcmctree.c
	* src/gtk/gtksctree.c
	* src/gtk/inputdialog.c
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/smime/smime.c
	* src/plugins/spamassassin/spamassassin.c
		Fix errors caught by Coverity: NULL checks, leaks, overruns,
		uninitialised accesses
2009-02-22 18:47:11 +00:00
Colin Leroy
50784b8568 2009-02-17 [colin] 3.7.0cvs67
* src/compose.c
		Disable controls during queuing
2009-02-17 12:54:12 +00:00
Colin Leroy
825cb8bca9 2009-02-15 [colin] 3.7.0cvs66
* src/privacy.c
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpcore/sgpgme.c
		Disable use of disabled keys
2009-02-15 18:49:01 +00:00
Colin Leroy
e442592493 2009-02-15 [colin] 3.7.0cvs65
* src/folderview.c
	* src/summaryview.c
		Fix font updating after changing
		prefs_common.derive_from_normal_font
2009-02-15 10:40:02 +00:00
Paul Mangan
e902571096 2009-02-12 [paul] 3.7.0cvs64
* src/addressitem.h
	* src/export.h
	* src/headerview.c
	* src/headerview.h
	* src/common/version.h.in
	* src/gtk/about.h
	* src/gtk/menu.c
	* src/gtk/menu.h
		more copyright header fixes
2009-02-12 08:32:04 +00:00
Paul Mangan
9afdc269c4 2009-02-12 [paul] 3.7.0cvs63
* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
		fix copyright header
2009-02-12 08:23:31 +00:00
Paul Mangan
ec708e1251 2009-02-12 [paul] 3.7.0cvs62
* src/gtk/spell_entry.c
	* src/gtk/spell_entry.h
		better, more standard copyright header
2009-02-12 08:20:37 +00:00
Paul Mangan
1a65cdb558 2009-02-12 [paul] 3.7.0cvs61
* src/gtk/spell_entry.c
	* src/gtk/spell_entry.h
		changes to copyright header
2009-02-12 07:59:17 +00:00
Paul Mangan
9d3b5844bb 2009-02-12 [paul] 3.7.0cvs60
* src/gtk/spell_entry.c
	* src/gtk/spell_entry.h
		fix broken build
2009-02-12 07:27:36 +00:00
Colin Leroy
1f06c36ebb 2009-02-11 [colin] 3.7.0cvs59
* src/gtk/spell_entry.c
	* src/gtk/spell_entry.h
		Forgot to add files
2009-02-11 20:05:41 +00:00
Colin Leroy
35bc7bd9f2 2009-02-11 [colin] 3.7.0cvs58
* src/compose.c
	* src/gtk/Makefile.am
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
		Add spellcheck to subject. Patch by
		Pawel.
2009-02-11 19:06:15 +00:00
Holger Berndt
c942f26c22 2009-02-10 [holger] 3.7.0cvs57
* src/printing.c
	* src/common/defs.h
		Move filename define for printing page setup cache to defs.h
2009-02-10 13:22:24 +00:00
Ricardo Mones
e4e4603d8c 2009-02-08 [mones] 3.7.0cvs56
* src/matcher.h
		Fix build for bison 2.4.1
2009-02-08 20:00:42 +00:00
Holger Berndt
419717c2d0 2009-02-06 [holger] 3.7.0cvs55
* src/prefs_common.c
	* src/prefs_common.h
	* src/printing.c
		Fix restoring of custom page setups for printing by
		temporarily caching the settings.
		This is a workaround for Gnome Bug #39018, and fixes
		Claws Mail Bug #1840.
2009-02-06 13:04:54 +00:00
Colin Leroy
92d60110d4 2009-02-06 [colin] 3.7.0cvs54
* src/mainwindow.c
		Fix hardcoded Shift-Q quits. Fixes
		bug 1838, 'Claws-Mail sometimes quits
		when attempting to type a capital Q'
2009-02-06 06:45:11 +00:00
Paul Mangan
f83b27f5a3 2009-01-31 [paul] 3.7.0cvs53
* src/compose.c
		revert 3.7.0cvs49, until there is time to find out
		why it causes a nasty crash!
2009-01-31 20:19:43 +00:00
Paul Mangan
0eea16b20f 2009-01-31 [paul] 3.7.0cvs52
* src/mainwindow.c
		1 string that was forgotten for translation
2009-01-31 15:36:56 +00:00
Paul Mangan
796380a9f7 2009-01-31 [paul] 3.7.0cvs51
* src/messageview.c
		2 strings that were forgotten for translation
2009-01-31 15:33:13 +00:00
Paul Mangan
5c470182c5 2009-01-31 [paul] 3.7.0cvs50
* src/gtk/prefswindow.c
		build prefs tree in a slightly smarter way -
		fix bug where if path[0] had same name as
		path[1], (like in the de translation), path[1]
		was lost and not shown in the window
2009-01-31 15:09:14 +00:00
Paul Mangan
3a2c2476bd 2009-01-31 [paul] 3.7.0cvs49
* src/compose.c
		fix bug 1836, 'Quoted text still blue after
		removal of quote-character'
		comment out some debug_print's that needlessly
		slow things down
	* src/undo.c
		comment out a debug_print that needlessly slows
		things down
2009-01-31 10:09:53 +00:00
Paul Mangan
8330f338cc 2009-01-31 [paul] 3.7.0cvs48
* src/summaryview.c
		fix bug 1834, '"semi"-selection when collapsing thread'
2009-01-31 09:00:24 +00:00
Paul Mangan
be7daa4605 2009-01-31 [paul] 3.7.0cvs47
* src/prefs_compose_writing.c
	* src/prefs_message.c
		move 'quote_chars' pref to where it should be
2009-01-31 07:58:58 +00:00
Paul Mangan
92c4092067 2009-01-30 [paul] 3.7.0cvs46
* src/summaryview.c
		fix updating of popup menu sensitivity
2009-01-30 08:30:13 +00:00
Paul Mangan
5d19a120a0 2009-01-28 [paul] 3.7.0cvs45
* tools/filter_conv_new.pl
		move 'move' and 'delete' to end of @actions
		so that they are always final actions in the
		generated filtering rule
2009-01-28 16:19:19 +00:00
Paul Mangan
b4a6e255e0 2009-01-27 [paul] 3.7.0cvs44
* src/messageview.c
		always select text/calendar mimepart if suitable
		plugin (i.e. vCalendar) is available
2009-01-27 09:11:19 +00:00
Paul Mangan
62e63074d8 2009-01-27 [paul] 3.7.0cvs43
* src/folder.c
		fix crash when right-clicking in summaryview when
		processing is active
2009-01-27 09:08:50 +00:00
Colin Leroy
21de5ccd1f 2009-01-22 [colin] 3.7.0cvs42
* src/compose.c
	* src/privacy.c
	* src/privacy.h
		When replying to signed/encrypted mail and the
		preference to sign/encrypt in this case is set,
		choose the original mail's privacy system (if
		available).
2009-01-22 18:06:02 +00:00
Colin Leroy
8f36a4ffc4 2009-01-21 [colin] 3.7.0cvs41
* src/addressbook.h
		Fix warning (on-the-fly theming of
		addressbook isn't complete yet)
2009-01-21 19:29:21 +00:00
Colin Leroy
a61a090d04 2009-01-21 [colin] 3.7.0cvs40
* src/account.c
	* src/addressbook.c
		Win32: Fix window placement
2009-01-21 16:54:43 +00:00
Paul Mangan
4836e200b0 2009-01-21 [paul] 3.7.0cvs39
* src/inc.c
		update timeout log msg
2009-01-21 14:12:37 +00:00
Colin Leroy
2a426294e5 2009-01-17 [colin] 3.7.0cvs38
* src/main.c
	* src/mbox.c
	* src/common/md5.c
	* src/common/utils.c
	* src/etpan/imap-thread.c
		Fix g_open calls (which don't ignore mode)
2009-01-17 16:46:23 +00:00
Colin Leroy
180dd13e4f 2009-01-17 [colin] 3.7.0cvs37
* src/addressbook.c
	* src/compose.c
	* src/foldersel.c
	* src/main.c
	* src/mainwindow.c
	* src/mbox.c
	* src/common/md5.c
	* src/common/ssl_certificate.c
	* src/common/tags.c
	* src/common/utils.c
	* src/etpan/imap-thread.c
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/smime/smime.c
		Probably fix bug 1825, 'Unable to fetch messages from
		IMAP folders named with non-ASCII string'
		Change remaining occurences of fopen and open with
		g_fopen and g_open
2009-01-17 16:24:32 +00:00
Paul Mangan
c0bf5693a4 2009-01-17 [paul] 3.7.0cvs36
* manual/faq.xml
		update an old, outdated piece of info
2009-01-17 14:04:07 +00:00
Paul Mangan
b1a02db700 correction 2009-01-17 08:49:27 +00:00
Paul Mangan
50d6548a67 2009-01-17 [paul] 3.7.0cvs35
* src/prefs_folder_item.c
		fix bug where saving General Folder Properties
		of a sub-folder of outbox, queue, draft or trash
		would change its parent's folder type to normal
2009-01-17 08:46:20 +00:00
Ricardo Mones
38e2d26c57 2009-01-12 [mones] 3.7.0cvs34
* po/es.po
		Updated translation
2009-01-12 13:06:58 +00:00
Tristan Chabredier
8d23465850 2009-01-12 [wwp] 3.7.0cvs33
* tools/fix_date.sh
	* tools/popfile-link.sh
	* tools/textviewer.sh
		Fix bashisms and other portability glitches (thanks to
		Steven M. Bellovin).
2009-01-12 11:17:56 +00:00
Paul Mangan
cf4dab3fb6 2009-01-11 [paul] 3.7.0cvs32
* src/addrindex.c
		clean up some build warnings
2009-01-11 16:43:51 +00:00
Colin Leroy
68bcb4368e 2009-01-11 [colin] 3.7.0cvs31
* src/addrindex.c
		Revert part of patch 3.7.0cvs29
		This function is used when jpilot
		support is disabled
2009-01-11 12:41:22 +00:00
Colin Leroy
07eb5a0d11 2009-01-11 [colin] 3.7.0cvs30
* src/folder.c
		folder_find_child_item_by_name():
		actually use name, not path's basename
2009-01-11 12:32:51 +00:00
Paul Mangan
ec3569214b 2009-01-11 [paul] 3.7.0cvs29
* src/addrclip.c
	* src/addrindex.c
	* src/addritem.c
	* src/foldersel.h
	* src/folderview.c
	* src/prefs_folder_item.c
		clean up some build warnings
2009-01-11 08:19:42 +00:00
Paul Mangan
b148c32dc4 2009-01-11 [paul] 3.7.0cvs28
* src/gtk/about.c
		don't even mention printing support, assume its
		presence, unless building with GTK+ < 2.10.0
2009-01-11 07:20:21 +00:00
Colin Leroy
c7022b3857 Explain patch better 2009-01-10 16:57:53 +00:00
Colin Leroy
6ba8411d99 2009-01-10 [colin] 3.7.0cvs27
* src/codeconv.c
		Fix bug 1811, '[mime] Crash when there's no
		room for filename's start on the same line'
		Make sure we can at least output one char
		to the line, or insert the line break
		directly.
2009-01-10 15:18:47 +00:00
Colin Leroy
366ec78abc 2009-01-09 [colin] 3.7.0cvs26
* src/compose.c
	* src/mainwindow.c
	* src/common/utils.c
		Win32: Fix bug 1815, 'Drag-n-Drop of files on
		Compose Window does not attach'
2009-01-09 18:55:52 +00:00
Colin Leroy
c8adc6344f 2009-01-09 [colin] 3.7.0cvs25
* src/foldersel.c
		Fix bug 1817, 'Changing Themes does not
		update the pixmaps in "Select folder"
		dialog box'
2009-01-09 18:53:51 +00:00
Colin Leroy
d0d370407a 2009-01-09 [colin] 3.7.0cvs24
* src/main.c
		Win32: Fix bug 1816, 'Attaching files with
		command-line generates error after attaching'
2009-01-09 18:51:01 +00:00
Paul Mangan
cec94d09c3 2009-01-09 [paul] 3.7.0cvs23
* src/gtk/about.c
		forgot this '2009' in last commit
2009-01-09 18:35:26 +00:00
Paul Mangan
8a5ee01d82 2009-01-09 [paul] 3.7.0cvs22
* src/*/*.[c,h]
		it's 2009!
		update copyright headers
2009-01-09 17:47:23 +00:00
Paul Mangan
773fa5e450 2009-01-09 [paul] 3.7.0cvs21
* doc/man/claws-mail.1
		update Team list
2009-01-09 17:17:53 +00:00
Colin Leroy
9721ef6b99 2009-01-09 [colin] 3.7.0cvs20
* src/messageview.c
		Fix bug 1814, 'Windows' WM badly places
		message view'
2009-01-09 08:09:22 +00:00
Colin Leroy
9a2f448004 2009-01-09 [colin] 3.7.0cvs19
* src/prefs_themes.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/common/utils.c
	* src/common/utils.h
		Win32: Fix bug 1813, 'Installing Theme Creates Error'
2009-01-09 08:02:05 +00:00
Colin Leroy
78f760e660 2009-01-08 [colin] 3.7.0cvs18
* src/mimeview.c
		Win32: Fix bug 1810, 'Pressing 'o' key
		crashes CM'
2009-01-08 17:21:58 +00:00
Colin Leroy
50711d2586 2009-01-07 [colin] 3.7.0cvs17
* src/html.c
		Fix bug 1432, '&amp; not escaped in links (HTML
		rendered as text)'
2009-01-07 14:39:20 +00:00
Colin Leroy
603f437fff 2009-01-06 [colin] 3.7.0cvs16
* src/plugins/pgpcore/select-keys.c
		Warn translators the usual way about
		accels
2009-01-06 18:18:31 +00:00
Colin Leroy
ff8dcf90fa 2009-01-06 [colin] 3.7.0cvs15
* src/mainwindow.c
		Fix synchronisation dialog that shouldn't
		appear when network goes down (Network
		Manager)
	* src/mimeview.c
	* src/textview.c
		Fix save as when attach_save_dir isn't set
		fixes bug 1804, 'attach_save_directory does
		not default to $HOME'
	* src/plugins/pgpcore/select-keys.c
		Add mnemonics to buttons - warn translators!
2009-01-06 16:45:59 +00:00
Tristan Chabredier
0a623e1628 2009-01-06 [wwp] 3.7.0cvs14
* src/common/utils.c
		Fix cvs13, thanks to Colin.
2009-01-06 09:26:49 +00:00
Tristan Chabredier
745513326a 2009-01-06 [wwp] 3.7.0cvs13
* src/common/utils.c
		Better support for Spanish Outlook replies (RES).
2009-01-06 07:42:28 +00:00
Colin Leroy
412b3ba45d 2009-01-02 [colin] 3.7.0cvs12
* src/folderview.c
		Fix (+) sign after collapsed folder names that
		have quicksearch-matching children.
		Fixes bug 1506, 'Recursive search in collapsed
		folders'
2009-01-02 18:55:15 +00:00
Colin Leroy
1b18dccfa3 2009-01-02 [colin] 3.7.0cvs11
* src/stock_pixmap.c
	* src/stock_pixmap.h
		Remove now-unused stock_pixmap_gdk
2009-01-02 13:05:54 +00:00
Colin Leroy
98c951c32d 2009-01-02 [colin] 3.7.0cvs10
* src/gtk/gtkutils.c
	* src/pixmaps/claws-mail_icon.xpm
		Use pixbuf for app icon, and make the app icon
		a bit nicer
2009-01-02 12:09:42 +00:00
Colin Leroy
19079cdade 2009-01-02 [colin] 3.7.0cvs9
* src/uri_opener.c
		Show both link title and URI if possible
2009-01-02 11:47:30 +00:00
Colin Leroy
ec04bd7454 2009-01-02 [colin] 3.7.0cvs8
* src/addressadd.c
	* src/addressbook.c
	* src/addressbook_foldersel.c
	* src/addressitem.h
	* src/folderview.c
	* src/grouplistdialog.c
	* src/importldif.c
	* src/mimeview.c
	* src/summaryview.c
	* src/gtk/gtkcmclist.c
	* src/gtk/gtkcmclist.h
	* src/gtk/gtkcmctree.c
	* src/gtk/gtkcmctree.h
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		Implement pixbuf rendering in tree widgets
		instead of pixmaps
	* src/plugins/trayicon/trayicon.c
	* src/noticeview.c
	* src/prefs_themes.c
		Use pixbuf rendering here too
2009-01-02 10:51:35 +00:00
Paul Mangan
6181c0a29a 2008-12-30 [paul] 3.7.0cvs7
* src/textview.c
		no need to prematurely trim the uri in the statusbar
2008-12-30 17:14:44 +00:00
Paul Mangan
43c98c4cf6 2008-12-29 [paul] 3.7.0cvs6
* src/procmsg.c
		prefer List-Id header to X-* headers when creating
		filter rule automatically
2008-12-29 13:40:28 +00:00
Colin Leroy
dded85d85b 2008-12-28 [colin] 3.7.0cvs5
* src/compose.c
		Set minimum height to 440 instead of 480
2008-12-28 16:23:08 +00:00
Colin Leroy
c9fe9b2a98 2008-12-22 [colin] 3.7.0cvs4
* src/compose.c
		Fix bug 1799, '"Discard message" deletes manually
		saved draft'. Switch rmode to REEDIT after
		manually saving.
2008-12-22 11:31:49 +00:00
Paul Mangan
061b78176e 2008-12-21 [paul] 3.7.0cvs3
* tools/claws.i18n.status.pl
		updates
2008-12-21 09:24:26 +00:00