Commit graph

2271 commits

Author SHA1 Message Date
Paul Mangan
eb419abbc0 2006-12-04 [paul] 2.6.1cvs1
* NEWS
	* README
	* RELEASE_NOTES
	* configure.ac
	* tools/README
		bump up version number following stable release
2006-12-04 12:32:53 +00:00
Paul Mangan
db626894ae 2006-12-04 [paul] 2.6.0cvs83
* README
		updates and corrections
2006-12-04 09:30:44 +00:00
Colin Leroy
dd76899065 2006-12-04 [colin] 2.6.0cvs82
* src/common/utils.c
		Probably fix bug 1066, 'Incorrect mailbox
		size displayed'
2006-12-04 07:57:44 +00:00
Colin Leroy
dd4aa9f8c7 2006-12-04 [colin] 2.6.0cvs81
* src/common/utils.c
		Trim tabs from mailcap file too.
2006-12-04 07:42:35 +00:00
Paul Mangan
4fccc2e5d2 2006-12-02 [paul] 2.6.0cvs80
* src/exphtmldlg.c
		fix broken GUI under certain languages
	* src/expldifdlg.c
		put the Cancel button to the right
2006-12-02 18:22:59 +00:00
Paul Mangan
5e95521c2c 2006-12-01 [paul] 2.6.0cvs79
* tools/Makefile.am
		remove reference to removed file
2006-12-01 16:41:20 +00:00
Tristan Chabredier
62f6c41ac9 2006-12-01 [wwp] 2.6.0cvs78
* src/addressbook.c
	* src/editaddress.c
		remove forgotten debug statements.
2006-12-01 14:41:50 +00:00
Tristan Chabredier
4d2003acf4 2006-12-01 [wwp] 2.6.0cvs77
* manual/advanced.xml
	* manual/fr/advanced.xml
	* src/addressbook.c
	* src/addressbook.h
	* src/addressitem.h
	* src/editaddress.c
	* src/editaddress.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		add a hidden option to allow embedding the editaddress (edit contact details)
		dialog into the addressbook's window. This doesn't change the default
		behaviour.
2006-12-01 14:24:50 +00:00
Tristan Chabredier
61dba35ebd 2006-12-01 [wwp] 2.6.0cvs76
* src/message_search.c
	* src/summary_search.c
		fix more focus issues (don't set focus to combobox's entry widget when
		entry's value changed, if entry widget has focus already).
2006-12-01 14:03:55 +00:00
Tristan Chabredier
6e73687437 2006-12-01 [wwp] 2.6.0cvs75
* src/gtk/quicksearch.c
		revert last changes to the quicksearch gtk_combo_box, this needs more
		tuning and testing.
2006-12-01 11:05:11 +00:00
Paul Mangan
449d97f542 2006-12-01 [paul] 2.6.0cvs74
* tools/kdeservicemenu/README
	* tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
	* tools/kdeservicemenu/install.sh
	* tools/kdeservicemenu/template_claws-mail-attach-files.desktop
	* tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
		simplify this stuff, and in so doing,
		fix it. (possibly re-extend it again at
		a later date)
2006-12-01 10:18:26 +00:00
Tristan Chabredier
c6647bc645 2006-12-01 [wwp] 2.6.0cvs73
* src/gtk/quicksearch.c
		adapt quicksearch code to use modern gtk_combo_box'es.
2006-12-01 10:07:04 +00:00
Tristan Chabredier
138c561694 2006-12-01 [wwp] 2.6.0cvs72
* src/common/defs.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/message_search.c
	* src/summary_search.c
	* src/gtk/combobox.c
	* src/gtk/combobox.h
		add history combos to all message and summary search fields.
2006-12-01 10:01:04 +00:00
Tristan Chabredier
4ac6ea4343 2006-12-01 [wwp] 2.6.0cvs71
* src/summaryview.c
		As the list may change while the mark as read delay
		runs, we can't rely on the 'row' pointer, which can
		be invalid when the timeout is called. As the mark
		as read is only done if the message is still selected,
		use summaryview->selected instead. Thanks to Colin.
2006-12-01 09:21:55 +00:00
Paul Mangan
7e1d2eb14d 2006-11-30 [paul] 2.6.0cvs70
* src/textview.c
		give emphasis to "Sylpheed-Claws"
		as well as "Claws Mail"
2006-11-30 18:45:38 +00:00
Colin Leroy
b7fab9be37 2006-11-30 [colin] 2.6.0cvs69
* src/wizard.c
		Put the SSL checkboxes in the receiving
		and sending server pages.
2006-11-30 12:43:50 +00:00
Colin Leroy
1bb408288b 2006-11-29 [colin] 2.6.0cvs68
* src/gtk/gtkutils.c
	* src/gtk/gtkvscrollbutton.c
		Revert some deprecated fixes - they seem to
		deprecate stuff as soon as a new one gets out.
		g_object_ref_sink needed glib-2.10.
2006-11-29 17:43:33 +00:00
Colin Leroy
0e2c856f6c 2006-11-29 [colin] 2.6.0cvs67
* src/common/utils.c
		Create .mailcap if it doesn't exist
2006-11-29 12:33:37 +00:00
Colin Leroy
d7da5c8a08 2006-11-29 [colin] 2.6.0cvs66
* src/compose.c
		Followup to cvs60: use original list
		of recipients if replying to a mail
		in Sent Drafts or Queue.
2006-11-29 08:54:14 +00:00
Paul Mangan
a5db678e40 2006-11-27 [paul] 2.6.0cvs65
* src/image_viewer.c
		revert the last change for now (it's broken)
2006-11-27 14:31:06 +00:00
Paul Mangan
8c8b6d0d2f 2006-11-27 [paul] 2.6.0cvs64
* Makefile.am
	* configure.ac
	* m4/aclocal-include.m4
	* m4/check-type.m4
	* src/Makefile.am
	* src/addr_compl.c
	* src/compose.c
	* src/crash.c
	* src/export.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/imap.c
	* src/import.c
	* src/main.c
	* src/main.h
	* src/matcher.c
	* src/mimeview.c
	* src/procmsg.c
	* src/textview.c
	* src/common/Makefile.am
	* src/common/claws.c
	* src/common/claws.h
	* src/common/ssl.c
	* src/common/sylpheed.c
	* src/common/sylpheed.h
	* src/etpan/Makefile.am
	* src/gtk/Makefile.am
	* src/gtk/claws-marshal.list
	* src/gtk/filesel.c
	* src/gtk/gtksctree.c
	* src/gtk/quicksearch.c
	* src/gtk/sylpheed-marshal.list
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpcore/claws.def
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/sylpheed.def
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpinline/claws.def
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpinline/sylpheed.def
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/pgpmime/claws.def
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/sylpheed.def
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
		yet more renaming
		remove deprecated gtk_tooltips_set_delay()
2006-11-27 08:07:23 +00:00
Paul Mangan
49814eae2a 2006-11-26 [paul] 2.6.0cvs63
* src/expldifdlg.c
	* src/folderview.c
	* src/image_viewer.c
	* src/mainwindow.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkvscrollbutton.c
	* src/gtk/prefswindow.c
	* src/plugins/pgpcore/prefs_gpg.c
		replace more deprecated GTK+ functions
2006-11-26 11:15:44 +00:00
Paul Mangan
10de27c826 2006-11-26 [paul] 2.6.0cvs62
* src/addr_compl.c
	* src/addressbook.c
	* src/browseldap.c
		replace deprecated gtk_idle_... functions
2006-11-26 09:58:14 +00:00
Paul Mangan
2d948614e8 2006-11-26 [paul] 2.6.0cvs61
* src/compose.c
	* src/folderview.c
	* src/inc.c
	* src/summaryview.c
	* src/gtk/gtkvscrollbutton.c
	* src/gtk/quicksearch.c
	* src/plugins/pgpcore/passphrase.c
		replace deprecated gtk_timeout_add and
		gtk_timeout_remove
2006-11-26 09:43:34 +00:00
Paul Mangan
9f23c56bcd 2006-11-26 [paul] 2.6.0cvs60
* src/compose.c
		fix bug that caused the wrong recipient
		to be selected when replying to a msg
		which is From one of our accounts to
		another of our accounts
2006-11-26 06:42:08 +00:00
Paul Mangan
3a4c18dfef 2006-11-25 [paul] 2.6.0cvs59
* src/summaryview.c
		don't change the From column title to
		To if the To column is visible
2006-11-25 07:26:00 +00:00
Paul Mangan
6b02f29be9 2006-11-24 [paul] 2.6.0cvs58
* src/compose.c
		fix bug 1069, 'Sent mails disappear, BCC
		or locking problem?'
2006-11-24 09:09:14 +00:00
Tristan Chabredier
37d2ca16e8 2006-11-21 [wwp] 2.6.0cvs57
* src/compose.c
		fix spelling menu when replying (same as 2.3.1cvs39):
		discrepancy between context menu and top menu when
		folder's dictionary isn't the default one.
2006-11-21 09:26:14 +00:00
Paul Mangan
6bb5bd8239 2006-11-19 [paul] 2.6.0cvs56
* src/summaryview.c
		obey always_show_msg option when
		marking as spam
	* src/plugins/bogofilter/bogofilter.c
		fix typo
2006-11-19 06:54:26 +00:00
Paul Mangan
7411644fd2 2006-11-18 [paul] 2.6.0cvs55
* AUTHORS
	* README
	* debian/copyright
	* manual/ack.xml
	* manual/es/ack.xml
	* manual/fr/ack.xml
	* manual/pl/ack.xml
	* src/gtk/authors.h
	* src/gtk/icon_legend.c
	* src/gtk/icon_legend.h
	* tools/OOo2claws-mail.pl
	* tools/README
	* tools/acroread2claws-mail.pl
	* tools/claws.i18n.status.pl
	* tools/filter_conv.pl
	* tools/filter_conv_new.pl
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/kmail2claws-mail.pl
	* tools/kmail2claws-mail_v2.pl
	* tools/maildir2claws-mail.pl
	* tools/make.themes.project
	* tools/multiwebsearch.pl
	* tools/outlook2claws-mail.pl
	* tools/tb2claws-mail
	* tools/kdeservicemenu/README
	* tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
		update mine and wwp's email addresses in
		several places
	* src/prefs_compose_writing.c
		set sensitivity on 'new message format' frame
2006-11-18 10:08:35 +00:00
Paul Mangan
2464fbcbed 2006-11-17 [paul] 2.6.0cvs54
* src/gtk/about.c
		more reworking of the GUI
		Patch by Fabien Vantard
2006-11-17 11:11:45 +00:00
Paul Mangan
396dbbb0ef 2006-11-16 [paul] 2.6.0cvs53
* src/gtk/about.c
		set a minimum size for the window, allow
		it to automatically expand as necessary
2006-11-16 16:24:37 +00:00
Tristan Chabredier
f9b953c2b0 2006-11-16 [wwp] 2.6.0cvs52
* src/gtk/about.c
		better wrap of copyright info on some systems.
2006-11-16 15:32:18 +00:00
Paul Mangan
72e6554b5d 2006-11-16 [paul] 2.6.0cvs51
* src/gtk/about.c
		move the tech info from the upper panel
		to the Info tab
		use a gtk_text_view for the features tab
2006-11-16 09:51:36 +00:00
Paul Mangan
b3ea74e475 2006-11-16 [paul] 2.6.0cvs50
* po/Makevars
		update my email address
	* src/addressbook.c
	* src/compose.c
	* src/imap_gtk.c
	* src/mh_gtk.c
	* src/news_gtk.c
	* src/summaryview.c
	* src/plugins/trayicon/trayicon.c
		don't offer simple menu separators
		for translation
	* src/folderview.c
		add separator between 'mark all read'
		and 'search folder'
2006-11-16 07:53:11 +00:00
Tristan Chabredier
fec00b5317 2006-11-15 [wwp] 2.6.0cvs49
* src/gtk/authors.h
		updated manuals authors.
2006-11-15 15:48:33 +00:00
Colin Leroy
f7ed456d66 2006-11-14 [paul] 2.6.0cvs48
* src/compose.c
		Fix Options/Reply mode after draft save
2006-11-14 15:29:55 +00:00
Colin Leroy
ba1762f0f9 2006-11-14 [paul] 2.6.0cvs47
* src/Makefile.am
		Fix make DESTDIR=...
	* src/mbox.c
		Optimise speed
	* src/plugins/pgpinline/pgpinline.c
		Probably fix bug 1061
2006-11-14 15:09:11 +00:00
Paul Mangan
dbd91b8660 2006-11-14 [paul] 2.6.0cvs46
* po/Makevars
		enable Q_ macro
	* src/Makefile.am
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/gtk/about.c
	* src/pixmaps/active.xpm
	* src/pixmaps/inactive.xpm
		add a new page, 'Features', to the About dialog
		showing which features are compiled in and which
		are not
2006-11-14 15:05:55 +00:00
Paul Mangan
7ce52c8118 2006-11-14 [paul] 2.6.0cvs45
* po/ru.po
		updated by Pavlo Bohmat
2006-11-14 08:52:48 +00:00
Colin Leroy
c231550e3a 2006-11-14 [colin] 2.6.0cvs44
* src/compose.c
	* src/inc.c
	* src/messageview.c
	* src/news.c
	* src/pop.c
	* src/procmsg.c
	* src/gtk/gtkaspell.c
		Fix 64-bit-related warnings
	* src/ssl_manager.c
		Fix possible infinite loop
	* src/plugins/pgpcore/sgpgme.c
		Remove useless check
2006-11-14 07:26:45 +00:00
Colin Leroy
359c70dc9b 2006-11-13 [colin] 2.6.0cvs43
* src/gtk/Makefile.am
		authors.h isn't generated
2006-11-13 21:38:07 +00:00
Colin Leroy
562f0d3138 2006-11-13 [colin] 2.6.0cvs42
* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Very probably fix bug 1061, 'crash on
		opening signed email'. Another cast
		problem
2006-11-13 21:33:18 +00:00
Colin Leroy
6ffe1de970 2006-11-13 [colin] 2.6.0cvs41
* src/plugins/pgpcore/sgpgme.c
		Maybe fix bug 1061, 'crash on opening
		signed email'
2006-11-13 19:43:10 +00:00
Tristan Chabredier
bbe7d54e18 2006-11-13 [wwp] 2.6.0cvs40
* src/plugins/pgpinline/pgpinline.c
		fix candidate for bug #1057, thanks to Colin.
2006-11-13 14:04:07 +00:00
Tristan Chabredier
0ea9f238bb 2006-11-13 [wwp] 2.6.0cvs39
* src/compose.c
	* src/quote_fmt_parse.y
		fix bug 1052: current parser buffer was not always allocated, ptr to this buffer could be
		returned as NULL whereas no parser error has occurred. in consequence, defining a template
		body as "%d" (w/o the quotes) for the first time of the instance of claws-mail, was reporting
		a parser error. make sure that the buffer is always allocated, even to an empty string.

		fix mis-unescaping in compose.:compose_quote_fmt(): unescaping of the fmt string was always done
		whereas it must be done *only* when receiving quote format strings issued from the prefs
		(compose new message, reply, forward, redirect formats), *not* when applying templates.
		in consequences, applying templates w/ sequences like \\|p{echo} were failing. make
		sure that unescaping is done only when necessary.
2006-11-13 09:36:09 +00:00
Colin Leroy
701d75a340 2006-11-12 [colin] 2.6.0cvs38
* po/de.po
		Fix typo (s/KB/MB)
2006-11-12 20:12:05 +00:00
Colin Leroy
5cbbf79bcc 2006-11-12 [colin] 2.6.0cvs37
* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Release GPG context at the latest
		possible moment. Maybe fixes
		bug 1057, 'crash on sending signed
		message to a newsgroup'
2006-11-12 18:33:29 +00:00
Colin Leroy
7da344cc74 2006-11-12 [colin] 2.6.0cvs36
* src/plugins/pgpcore/sgpgme.c
		Tell a bit more when gpg's status doesn't
		contain any signature
2006-11-12 10:35:30 +00:00
Colin Leroy
01f0797c40 2006-11-12 [colin] 2.6.0cvs35
* src/compose.c
		Fix bug 1060, 'compilation error with
		Irix's cc'
2006-11-12 09:35:16 +00:00
Paul Mangan
adcfada595 2006-11-12 [paul] 2.6.0cvs34
* doc/man/claws-mail.1
	* src/prefs_gtk.c
	* src/plugins/clamav/README
	* src/plugins/spamassassin/README
	* tools/README
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/multiwebsearch.pl
		more renaming
	* src/plugins/trayicon/trayicon.c
		fix compiliation warning
2006-11-12 08:19:11 +00:00
Colin Leroy
86d217039b 2006-11-11 [colin] 2.6.0cvs33
* src/folderview.c
		Forbid drag and drop from/to different
		folders of type F_UNKNOWN
2006-11-11 19:55:02 +00:00
Colin Leroy
18aebe8603 2006-11-11 [colin] 2.6.0cvs32
* src/plugins/pgpinline/pgpinline.c
		Fix typo in previous commit:
		- gpgme_new(&ctx);
		+ if ((err = gpgme_new(&data->ctx)) ...)
2006-11-11 12:35:53 +00:00
Colin Leroy
6d3bc39a40 2006-11-11 [colin] 2.6.0cvs31
* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Check success after calling gpgme_new
		Maybe fixes bug 1057, 'crash on sending
		signed message to a newsgroup'
2006-11-11 12:23:36 +00:00
Colin Leroy
6d0c200de9 2006-11-11 [colin] 2.6.0cvs30
* src/undo.c
		init undostruct to 0s (from
		valgrind log of bug 1057)
2006-11-11 12:13:13 +00:00
Colin Leroy
8a6eb4ede5 2006-11-10 [colin] 2.6.0cvs29
* src/mainwindow.c
		Set cursor to wait before filtering
		duplicates in all folders
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
		Completely thread away the bogofilter
		filtering
2006-11-10 17:31:44 +00:00
Ricardo Mones
67081c1215 2006-11-10 [mones] 2.6.0cvs28
* src/compose.c
	* src/compose.h
		added COMPOSE_CHECK_BEFORE_SEND hook
2006-11-10 13:23:58 +00:00
Paul Mangan
4bd994aa5e 2006-11-10 [paul] 2.6.0cvs27
* src/crash.c
		more renaming
		add libSM to get_compiled_in_features()
	* src/main.c
		more renaming
2006-11-10 07:47:30 +00:00
Colin Leroy
1cd330b401 2006-11-10 [colin] 2.6.0cvs26
* src/etpan/imap-thread.c
		Add a reference to libetpan's sasl engine
		so that sasl_done() doesn't get called by
		libetpan, and doesn't break openssl.
		Should fix bug 1053, 'SC fails to reestablish
		a secure connection'
		Patch by Hoa
2006-11-10 07:43:53 +00:00
Colin Leroy
a5cce7db9c 2006-11-10 [colin] 2.6.0cvs25
* manual/addrbook.xml
	* manual/advanced.xml
	* manual/faq.xml
	* manual/intro.xml
		Some more renaming
2006-11-10 07:41:05 +00:00
Colin Leroy
019aaddb37 2006-11-09 [colin] 2.6.0cvs24
* src/plugins/bogofilter/bogofilter_gtk.c
		Add comment about annoyance
2006-11-09 22:03:40 +00:00
Colin Leroy
9aca81db38 2006-11-09 [colin] 2.6.0cvs23
* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter_gtk.c
		Prepare things needed to thread bogofilter
		filtering: separate bogo stuff and possible GUI
		stuff.
2006-11-09 21:59:44 +00:00
Colin Leroy
b96d85e134 2006-11-09 [colin] 2.6.0cvs22
* src/account.c
	* src/compose.c
		Search for one of our accounts in Delivered-To
		(helps for auto-account selection when
		 replying/forwarding)
	* src/folderview.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/plugins/trayicon/trayicon.c
		Allow opening a new mail with any account from
		the contextual menu
2006-11-09 18:09:10 +00:00
Tristan Chabredier
84ec518f60 2006-11-09 [wwp] 2.6.0cvs21
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
		add a compose new message format (in prefs/compose/writing), it's a
		simple subject+body template to use when opening a new composition
		window. It's similar to the existent reply and forward formats.

		enhanced the template/format % symbols substitution mechanism to
		use current composition window information when % are used in
		the compose new message format or in templates applied to new
		messages (there were useless in that situations before). When
		applied to new messages, %d corresponds to the system time/date.
2006-11-09 15:15:17 +00:00
Paul Mangan
917db1fe16 2006-11-09 [paul] 2.6.0cvs20
* src/gtk/authors.h
		fix last commit
2006-11-09 08:49:45 +00:00
Paul Mangan
7d2df8c718 2006-11-09 [paul] 2.6.0cvs19
* src/gtk/authors.h
		keep tje alphabetical order
2006-11-09 08:18:57 +00:00
Colin Leroy
485b714dbc 2006-11-08 [colin] 2.6.0cvs18
* src/etpan/imap-thread.c
		Fix bug 1054, 'Slowness logging big
		data chunks'
2006-11-08 18:39:48 +00:00
Paul Mangan
9183228586 2006-11-08 [paul] 2.6.0cvs17
* tools/Makefile.am
		fix the renaming
2006-11-08 10:04:07 +00:00
Paul Mangan
dd3ad0946a 2006-11-08 [paul] 2.6.0cvs16
* src/common/defs.h
		update BUGZILLA_URI
2006-11-08 09:48:43 +00:00
Paul Mangan
1559f0bc7e 2006-11-08 [paul] 2.6.0cvs15
* tools/Makefile.am
	* tools/OOo2claws-mail.pl
	* tools/OOo2sylpheed.pl
	* tools/README
	* tools/acroread2claws-mail.pl
	* tools/acroread2sylpheed.pl
	* tools/kmail2claws-mail.pl
	* tools/kmail2claws-mail_v2.pl
	* tools/kmail2sylpheed.pl
	* tools/kmail2sylpheed_v2.pl
	* tools/maildir2claws-mail.pl
	* tools/maildir2sylpheed.pl
	* tools/nautilus2claws-mail.sh
	* tools/nautilus2sylpheed.sh
	* tools/outlook2claws-mail.pl
	* tools/outlook2sylpheed.pl
	* tools/tb2claws-mail
	* tools/tb2sylpheed
	* tools/tbird2claws.py
	* tools/tbird2syl.py
	* tools/kdeservicemenu/claws-mail-kdeservicemenu.pl
	* tools/kdeservicemenu/install.sh
	* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
	* tools/kdeservicemenu/template_claws-mail-attach-files.desktop
	* tools/kdeservicemenu/template_claws-mail-compress-attach.desktop
	* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
	* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
		renamed (removed, added) tools files
2006-11-08 09:44:58 +00:00
Colin Leroy
993d220e0e 2006-11-08 [paul] 2.6.0cvs14
* src/main.c
	* src/common/defs.h
		Migrate sylpheedrc to clawsrc, and fix the standard
		plugins path in the process
2006-11-08 09:15:08 +00:00
Colin Leroy
e19edd5afe 2006-11-07 [colin] 2.6.0cvs13
* src/Makefile.am
		Symlink sylpheed-claws relative to
		claws-mail
2006-11-07 20:26:59 +00:00
Colin Leroy
fafb866782 2006-11-07 [colin] 2.6.0cvs12
* src/compose.c
		Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2006-11-07 19:01:11 +00:00
Colin Leroy
60483a4cfb 2006-11-07 [paul] 2.6.0cvs11
* src/gtk/about.c
		Fix a missed occurence of
		Sylpheed-Claws
2006-11-07 16:52:08 +00:00
Colin Leroy
b2876e313d 2006-11-07 [paul] 2.6.0cvs10
* src/Makefile.am
		Fix symlink installation
2006-11-07 14:56:24 +00:00
Colin Leroy
75cc02b04d 2006-11-07 [paul] 2.6.0cvs9
* src/Makefile.am
		Symlink claws-mail to sylpheed-claws
	* src/common/utils.c
		Fix migrating symlinks
	* src/etpan/imap-thread.c
		check certificate only when there's
		no error
2006-11-07 14:24:22 +00:00
Colin Leroy
ee4ead6b50 2006-11-07 [paul] 2.6.0cvs8
* Makefile.am
		Fix icon breakages with Gtk, which needs a
		cache updated to see them.
2006-11-07 13:25:15 +00:00
Colin Leroy
5556e23136 2006-11-07 [paul] 2.6.0cvs7
* .cvsignore
	* AUTHORS
	* COPYING
	* INSTALL
	* Makefile.am
	* NEWS
	* README
	* RELEASE_NOTES
	* autogen.sh
	* claws-mail-128x128.png
	* claws-mail-64x64.png
	* claws-mail.ico
	* claws-mail.pc.in
	* claws-mail.png
	* configure.ac
	* sylpheed-claws-128x128.png
	* sylpheed-claws-64x64.png
	* sylpheed-claws.desktop
	* sylpheed-claws.ico
	* sylpheed-claws.pc.in
	* sylpheed-claws.png
	* debian/README.Debian
	* debian/changelog
	* debian/claws-mail.desktop
	* debian/claws-mail.menu
	* debian/claws-mail.postinst.debhelper
	* debian/claws-mail.postrm.debhelper
	* debian/control
	* debian/copyright
	* debian/files
	* debian/rules
	* debian/sylpheed-claws.desktop
	* debian/sylpheed-claws.menu
	* debian/sylpheed-claws.postinst.debhelper
	* debian/sylpheed-claws.postrm.debhelper
	* doc/man/Makefile.am
	* doc/man/claws-mail.1
	* doc/man/sylpheed-claws.1
	* doc/src/ChangeLog.claws-pre0.8.0
	* manual/Makefile.am
	* manual/account.xml
	* manual/ack.xml
	* manual/addrbook.xml
	* manual/advanced.xml
	* manual/claws-mail-manual.xml
	* manual/faq.xml
	* manual/glossary.xml
	* manual/handling.xml
	* manual/intro.xml
	* manual/keyboard.xml
	* manual/plugins.xml
	* manual/starting.xml
	* manual/sylpheed-claws-manual.xml
	* manual/xml2pdf
	* manual/dist/.cvsignore
	* manual/dist/html/.cvsignore
	* manual/dist/html/Makefile.am
	* manual/dist/pdf/.cvsignore
	* manual/dist/pdf/Makefile.am
	* manual/dist/ps/.cvsignore
	* manual/dist/ps/Makefile.am
	* manual/dist/txt/.cvsignore
	* manual/dist/txt/Makefile.am
	* manual/es/Makefile.am
	* manual/es/advanced.xml
	* manual/es/claws-mail-manual.xml
	* manual/es/faq.xml
	* manual/es/glossary.xml
	* manual/es/handling.xml
	* manual/es/intro.xml
	* manual/es/plugins.xml
	* manual/es/sylpheed-claws-manual.xml
	* manual/es/dist/.cvsignore
	* manual/es/dist/html/.cvsignore
	* manual/es/dist/html/Makefile.am
	* manual/es/dist/pdf/.cvsignore
	* manual/es/dist/pdf/Makefile.am
	* manual/es/dist/ps/.cvsignore
	* manual/es/dist/ps/Makefile.am
	* manual/es/dist/txt/.cvsignore
	* manual/es/dist/txt/Makefile.am
	* manual/fr/Makefile.am
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/claws-mail-manual.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
	* manual/fr/dist/.cvsignore
	* 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
	* manual/pl/Makefile.am
	* manual/pl/account.xml
	* manual/pl/ack.xml
	* manual/pl/addrbook.xml
	* manual/pl/advanced.xml
	* manual/pl/claws-mail-manual.xml
	* manual/pl/faq.xml
	* manual/pl/glossary.xml
	* manual/pl/handling.xml
	* manual/pl/intro.xml
	* manual/pl/keyboard.xml
	* manual/pl/plugins.xml
	* manual/pl/starting.xml
	* manual/pl/sylpheed-claws-manual.xml
	* manual/pl/dist/.cvsignore
	* manual/pl/dist/html/.cvsignore
	* manual/pl/dist/html/Makefile.am
	* manual/pl/dist/pdf/.cvsignore
	* manual/pl/dist/pdf/Makefile.am
	* manual/pl/dist/ps/.cvsignore
	* manual/pl/dist/ps/Makefile.am
	* manual/pl/dist/txt/.cvsignore
	* manual/pl/dist/txt/Makefile.am
	* po/.cvsignore
	* po/Makevars
	* src/.cvsignore
	* src/Makefile.am
	* src/account.c
	* src/account.h
	* src/action.c
	* src/action.h
	* src/adbookbase.h
	* src/addr_compl.c
	* src/addr_compl.h
	* src/addrbook.c
	* src/addrcache.c
	* src/addrcache.h
	* src/addrcindex.c
	* src/addrcindex.h
	* src/addrclip.c
	* src/addrclip.h
	* src/addrdefs.h
	* src/addressadd.c
	* src/addressadd.h
	* src/addressbook.c
	* src/addressbook.h
	* src/addressbook_foldersel.c
	* src/addressbook_foldersel.h
	* src/addrgather.c
	* src/addrgather.h
	* src/addrharvest.c
	* src/addrharvest.h
	* src/addrindex.c
	* src/addrindex.h
	* src/addritem.c
	* src/addritem.h
	* src/addrquery.c
	* src/addrquery.h
	* src/addrselect.c
	* src/addrselect.h
	* src/alertpanel.c
	* src/alertpanel.h
	* src/browseldap.c
	* src/browseldap.h
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/crash.c
	* src/crash.h
	* src/customheader.c
	* src/customheader.h
	* src/displayheader.c
	* src/displayheader.h
	* src/editaddress.c
	* src/editaddress.h
	* src/editbook.c
	* src/editbook.h
	* src/editgroup.c
	* src/editgroup.h
	* src/editjpilot.c
	* src/editjpilot.h
	* src/editldap.c
	* src/editldap.h
	* src/editldap_basedn.c
	* src/editldap_basedn.h
	* src/editvcard.c
	* src/editvcard.h
	* src/exphtmldlg.c
	* src/exphtmldlg.h
	* src/expldifdlg.c
	* src/expldifdlg.h
	* src/export.c
	* src/exporthtml.c
	* src/exporthtml.h
	* src/exportldif.c
	* src/exportldif.h
	* src/filtering.c
	* src/filtering.h
	* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/foldersel.c
	* src/foldersel.h
	* src/folderutils.c
	* src/folderutils.h
	* src/folderview.c
	* src/folderview.h
	* src/grouplistdialog.c
	* src/grouplistdialog.h
	* src/html.c
	* src/html.h
	* src/image_viewer.c
	* src/image_viewer.h
	* src/imap.c
	* src/imap.h
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/import.c
	* src/import.h
	* src/importldif.c
	* src/importldif.h
	* src/importmutt.c
	* src/importmutt.h
	* src/importpine.c
	* src/importpine.h
	* src/inc.c
	* src/inc.h
	* src/jpilot.c
	* src/jpilot.h
	* src/ldapctrl.c
	* src/ldapctrl.h
	* src/ldaplocate.c
	* src/ldaplocate.h
	* src/ldapquery.c
	* src/ldapquery.h
	* src/ldapserver.c
	* src/ldapserver.h
	* src/ldaputil.c
	* src/ldaputil.h
	* src/ldif.c
	* src/ldif.h
	* src/localfolder.c
	* src/localfolder.h
	* src/main.c
	* src/main.h
	* src/mainwindow.c
	* src/mainwindow.h
	* src/manual.c
	* src/manual.h
	* src/matcher.c
	* src/matcher.h
	* src/matcher_parser.h
	* src/matcher_parser_lex.l
	* src/matcher_parser_parse.y
	* src/mbox.c
	* src/mbox.h
	* src/message_search.c
	* src/message_search.h
	* src/messageview.c
	* src/messageview.h
	* src/mh.c
	* src/mh.h
	* src/mh_gtk.c
	* src/mh_gtk.h
	* src/mimeview.c
	* src/mimeview.h
	* src/msgcache.c
	* src/msgcache.h
	* src/mutt.c
	* src/mutt.h
	* src/news.c
	* src/news.h
	* src/news_gtk.c
	* src/news_gtk.h
	* src/noticeview.c
	* src/noticeview.h
	* src/partial_download.c
	* src/partial_download.h
	* src/pine.c
	* src/pine.h
	* src/pop.c
	* src/pop.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/prefs_actions.c
	* src/prefs_actions.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
	* src/prefs_compose_writing.h
	* src/prefs_customheader.c
	* src/prefs_customheader.h
	* src/prefs_display_header.c
	* src/prefs_display_header.h
	* src/prefs_ext_prog.c
	* src/prefs_ext_prog.h
	* src/prefs_filtering.c
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
	* src/prefs_folder_item.c
	* src/prefs_folder_item.h
	* src/prefs_fonts.c
	* src/prefs_fonts.h
	* src/prefs_gtk.c
	* src/prefs_gtk.h
	* src/prefs_image_viewer.c
	* src/prefs_image_viewer.h
	* src/prefs_matcher.c
	* src/prefs_matcher.h
	* src/prefs_message.c
	* src/prefs_message.h
	* src/prefs_msg_colors.c
	* src/prefs_msg_colors.h
	* src/prefs_other.c
	* src/prefs_other.h
	* src/prefs_quote.c
	* src/prefs_quote.h
	* src/prefs_receive.c
	* src/prefs_receive.h
	* src/prefs_send.c
	* src/prefs_send.h
	* src/prefs_spelling.c
	* src/prefs_spelling.h
	* src/prefs_summaries.c
	* src/prefs_summaries.h
	* src/prefs_summary_column.c
	* src/prefs_summary_column.h
	* src/prefs_template.c
	* src/prefs_template.h
	* src/prefs_themes.c
	* src/prefs_themes.h
	* src/prefs_toolbar.c
	* src/prefs_toolbar.h
	* src/prefs_wrapping.c
	* src/prefs_wrapping.h
	* src/privacy.c
	* src/privacy.h
	* src/procheader.c
	* src/procheader.h
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/procmsg.h
	* src/quote_fmt.c
	* src/quote_fmt_parse.y
	* src/recv.c
	* src/recv.h
	* src/remotefolder.c
	* src/remotefolder.h
	* src/send_message.c
	* src/send_message.h
	* src/setup.c
	* src/setup.h
	* src/sourcewindow.c
	* src/sourcewindow.h
	* src/ssl_manager.c
	* src/ssl_manager.h
	* src/statusbar.c
	* src/statusbar.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summary_search.c
	* src/summary_search.h
	* src/summaryview.c
	* src/summaryview.h
	* src/syldap.c
	* src/syldap.h
	* src/textview.c
	* src/textview.h
	* src/toolbar.c
	* src/toolbar.h
	* src/undo.c
	* src/undo.h
	* src/unmime.c
	* src/unmime.h
	* src/vcard.c
	* src/vcard.h
	* src/wizard.c
	* src/wizard.h
	* src/common/base64.c
	* src/common/base64.h
	* src/common/defs.h
	* src/common/hooks.c
	* src/common/hooks.h
	* src/common/log.c
	* src/common/log.h
	* src/common/mgutils.c
	* src/common/mgutils.h
	* src/common/nntp.c
	* src/common/nntp.h
	* src/common/passcrypt.c
	* src/common/passcrypt.h.in
	* src/common/plugin.c
	* src/common/plugin.h
	* src/common/prefs.c
	* src/common/prefs.h
	* src/common/progressindicator.c
	* src/common/progressindicator.h
	* src/common/quoted-printable.c
	* src/common/quoted-printable.h
	* src/common/session.c
	* src/common/session.h
	* src/common/smtp.c
	* src/common/smtp.h
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl.c
	* src/common/ssl.h
	* src/common/stringtable.c
	* src/common/stringtable.h
	* src/common/sylpheed.c
	* src/common/sylpheed.h
	* src/common/template.c
	* src/common/template.h
	* src/common/timing.h
	* src/common/utils.c
	* src/common/utils.h
	* src/common/version.h.in
	* src/common/xml.c
	* src/common/xml.h
	* src/common/xmlprops.c
	* src/common/xmlprops.h
	* src/gtk/about.c
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
	* src/gtk/colorsel.c
	* src/gtk/colorsel.h
	* src/gtk/combobox.c
	* src/gtk/combobox.h
	* src/gtk/description_window.c
	* src/gtk/description_window.h
	* src/gtk/filesel.c
	* src/gtk/filesel.h
	* src/gtk/foldersort.c
	* src/gtk/foldersort.h
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
	* src/gtk/gtksctree.c
	* src/gtk/gtkshruler.c
	* src/gtk/gtkshruler.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/icon_legend.c
	* src/gtk/icon_legend.h
	* src/gtk/logwindow.c
	* src/gtk/logwindow.h
	* src/gtk/manage_window.c
	* src/gtk/manage_window.h
	* src/gtk/pluginwindow.c
	* src/gtk/pluginwindow.h
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
	* src/pixmaps/claws-mail.xpm
	* src/pixmaps/claws-mail_icon.xpm
	* src/pixmaps/claws-mail_logo.xpm
	* src/pixmaps/sylpheed-claws.xpm
	* src/pixmaps/sylpheed-claws_icon.xpm
	* src/pixmaps/sylpheed-claws_logo.xpm
	* src/plugins/bogofilter/Makefile.am
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/clamav/Makefile.am
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/demo/Makefile.am
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/dillo_viewer/README
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_prefs.h
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/passphrase.h
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/pgp_viewer.h
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/pgpcore/prefs_gpg.h
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpcore/select-keys.h
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.h
	* src/plugins/pgpcore/sylpheed.def
	* src/plugins/pgpcore/version.rc
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpinline/pgpinline.h
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpinline/sylpheed.def
	* src/plugins/pgpinline/version.rc
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/pgpmime.h
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/sylpheed.def
	* src/plugins/pgpmime/version.rc
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/spamassassin/README
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/Makefile.am
	* src/plugins/trayicon/trayicon.c
	* tools/OOo2sylpheed.pl
	* tools/README
	* tools/README.sylprint
	* tools/acroread2sylpheed.pl
	* tools/claws.i18n.status.pl
	* tools/filter_conv.pl
	* tools/filter_conv_new.pl
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/kmail2sylpheed.pl
	* tools/kmail2sylpheed_v2.pl
	* tools/make.themes.project
	* tools/multiwebsearch.pl
	* tools/nautilus2sylpheed.sh
	* tools/outlook2sylpheed.pl
	* tools/sylprint.pl
	* tools/sylprint.rc
	* tools/tb2sylpheed
	* tools/textviewer.sh
	* tools/vcard2xml.py
	* tools/kdeservicemenu/README
	* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
	* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
	* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
		Change name to Claws Mail. Announce to follow...
2006-11-07 10:24:03 +00:00
Tristan Chabredier
9fb58dafe7 2006-11-06 [wwp] 2.6.0cvs6
* src/prefs_template.c
		unify messages related to quote format/template errors (fix
		capitalization), again.
2006-11-06 16:11:52 +00:00
Tristan Chabredier
34a90ddc61 2006-11-06 [wwp] 2.6.0cvs5
* src/prefs_quote.c
		unify messages related to quote format/template errors.
2006-11-06 15:06:11 +00:00
Tristan Chabredier
b5d87cc567 2006-11-06 [wwp] 2.6.0cvs4
* src/prefs_msg_colors.c
		more uses of Q_ macro for contextual translations, thanks
		to Fabien (fzzzzz).
2006-11-06 14:29:17 +00:00
Tristan Chabredier
93c4766556 2006-11-06 [wwp] 2.6.0cvs3
* src/compose.c
	* src/common/utils.c
	* src/common/utils.h
		show an alertpanel to make sure users are aware that sensitive
		files are attached (it's file blacklist-based). This will fix
		interaction w/ GoogleEarth for instance, thanks to Colin.
2006-11-06 14:18:59 +00:00
Tristan Chabredier
7f99a9471e 2006-11-06 [wwp] 2.6.0cvs2
* src/prefs_quote.c
	* src/prefs_template.c
	* src/prefs_template.h
		check quote format when applying/closing prefs. For now this only
		shows up an error dialog box, not preventing the user from using
		a broken quote (reply, forwards) format.
2006-11-06 13:43:11 +00:00
Tristan Chabredier
87c3bd98cb 2006-11-06 [wwp] 2.6.0cvs1
* src/prefs_template.c
		fix missing checks of some template fields.
2006-11-06 13:29:58 +00:00
Paul Mangan
3fc3f53dc2 2006-11-06 [paul] 2.5.6cvs22
* manual/advanced.xml
	* manual/es/advanced.xml
		put 'respect_flowed_format' info in the correct
		place
2006-11-06 10:14:58 +00:00
Ricardo Mones
07eef22107 2006-11-06 [mones] 2.5.6cvs21
* po/es.po
		Minor fixes for release
2006-11-06 09:44:22 +00:00
Paul Mangan
5bb151bd60 2006-11-06 [paul] 2.5.6cvs20
* po/cs.po
	* po/de.po
	* po/fr.po
	* po/it.po
	* po/nl.po
	* po/pt_BR.po
	* po/sk.po
	* po/sv.po
	* po/zh_CN.po
		updated by Tim Brain, Stephan Sachse, Fabien Vantard,
		Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
		Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
		Young
2006-11-06 08:46:28 +00:00
Colin Leroy
3a67552c87 2006-11-02 [colin] 2.5.6cvs19
* src/imap.c
	* src/imap.h
	* src/prefs_account.c
	* src/etpan/imap-thread.c
		Add GSSAPI support - fixes Debian bug #383274
2006-11-02 10:12:22 +00:00
Colin Leroy
db6a6c5262 2006-11-01 [colin] 2.5.6cvs18
* src/jpilot.c
		Handle libpisock12 support. Probably
		fixes bug 1046, 'jpilot AddressDB.pdb
		import fail'
2006-11-01 21:48:45 +00:00
Colin Leroy
6ac7778ff0 2006-11-01 [colin] 2.5.6cvs17
* src/folderutils.c
		debug_print() folderutils_mark_all_read()
2006-11-01 19:30:13 +00:00
Colin Leroy
789ea86e87 2006-11-01 [colin] 2.5.6cvs16
* COPYING
		Add missed files to the Apache exception
2006-11-01 14:04:33 +00:00
Colin Leroy
93e74cc053 2006-10-31 [colin] 2.5.6cvs15
* src/folder.c
	* src/folder.h
		Add a copy_private_data() func to FolderClasses
		Doesn't break the feature freeze, because we
		won't use it (right now) in the core.
2006-10-31 18:44:35 +00:00
Colin Leroy
32b154597b 2006-10-31 [colin] 2.5.6cvs14
* COPYING
		Allow linking with the Apache licensed files in
		src/plugins/spamassassin. Hopefully fixes
		bug 1048, 'Spamassassin plugin license problem'
2006-10-31 18:16:22 +00:00
Tristan Chabredier
6bb395d36d 2006-10-31 [wwp] 2.5.6cvs13
* src/compose.c
		fix and optimize trimming of leading linefeeds in body loop.
2006-10-31 10:12:43 +00:00
Colin Leroy
49d3bfbddc 2006-10-31 [colin] 2.5.6cvs12
* src/etpan/imap-thread.c
	* src/imap.c
		Make really sure to have NULL sets in case
		of error
2006-10-31 07:50:08 +00:00
Tristan Chabredier
2cbd93b8e6 2006-10-30 [wwp] 2.5.6cvs11
* src/prefs_common.c
	* src/prefs_common.h
	* src/compose.c
		fix broken storage of quote format template when it contains \-escape
		sequences. The application of such sequences is also fixed now (\t
		in quote format will be a real tab instead of a 't', for instance).
2006-10-30 16:06:45 +00:00
Colin Leroy
b4f457686f 2006-10-27 [colin] 2.5.6cvs10
* src/compose.c
		Probably fix bug 1045, 'sylpheed-claws
		doesn't remove the mail from the IMAP
		Queue folder after sending'. From
		2.5.6cvs3-stable
2006-10-27 18:36:58 +00:00
Colin Leroy
4967ee1054 2006-10-27 [colin] 2.5.6cvs9
* configure.ac
		Require libetpan-0.48. I'm so annoying,
		I know ;-)
2006-10-27 17:22:34 +00:00
Colin Leroy
957823bfec 2006-10-27 [colin] 2.5.6cvs8
* src/folder.c
	* src/imap.c
		Probably fix bug 1044, 'sylpheed-claws
		segfaults while moving mails' - Fix relation
		usage when moving to an IMAP mailbox from another
		mailbox
2006-10-27 08:54:27 +00:00
Paul Mangan
808b850052 2006-10-26 [paul] 2.5.6cvs7
* src/gtk/about.c
		add libSM to compiled-in features
		list
2006-10-26 09:03:46 +00:00
Colin Leroy
138bb84826 2006-10-24 [colin] 2.5.6cvs6
* src/textview.c
	* src/gtk/gtkutils.c
		Fix crash when printing emails with an
		xface
2006-10-24 17:53:20 +00:00
Ricardo Mones
a810dc74eb 2006-10-24 [mones] 2.5.6cvs5
* manual/es/advanced.xml
		Synchronize hidden option respect_flowed_format
	* po/es.po
		Updated translation
2006-10-24 09:00:20 +00:00
Paul Mangan
3995a9f182 2006-10-21 [paul] 2.5.6cvs4
* src/gtk/authors.h
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/sgpgme.c
		fix building on BSDs
		Thanks to Michael Hughes
		<Sylpheed-Claws_user@thehugheslogcabin.net>
2006-10-21 08:45:04 +00:00
Colin Leroy
e847db8d24 2006-10-20 [colin] 2.5.6cvs3
* configure.ac
		Bump up libetpan requirement
		*** THIS COMMIT REQUIRES LIBETPAN CVS ***
	* src/common/utils.c
	* src/common/utils.h
		Add convenience get_file_mtime()
	* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Implement UIDPLUS support if the server
		supports it - faster sending in this case
2006-10-20 16:51:50 +00:00
Colin Leroy
7517debe79 2006-10-19 [colin] 2.5.6cvs2
* src/gtk/quicksearch.c
		Fix emptying in type-ahead+extended mode
	* src/mainwindow.c
	* src/mainwindow.h
		Add a hook for offline state change
	* src/plugins/trayicon/trayicon.c
		Use it to display offline icons
	* src/plugins/trayicon/Makefile.am
	* src/plugins/trayicon/newmail.offline.xpm
	* src/plugins/trayicon/newmarkedmail.offline.xpm
	* src/plugins/trayicon/nomail.offline.xpm
	* src/plugins/trayicon/unreadmail.offline.xpm
	* src/plugins/trayicon/unreadmarkedmail.offline.xpm
		Add the icons
2006-10-19 16:49:56 +00:00
Colin Leroy
589a3546e5 2006-10-19 [colin] 2.5.5cvs18
* manual/handling.xml
		Add type-ahead search
2006-10-19 06:45:25 +00:00
Colin Leroy
2352178a0e 2006-10-18 [colin] 2.5.5cvs17
* src/gtk/quicksearch.c
		Remove "save to history only if there's
		no syntax error", it breaks for some
		reason which I'll investigate later.
2006-10-18 19:35:07 +00:00
Colin Leroy
ce964a2a3f 2006-10-18 [colin] 2.5.5cvs16
* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
		Add a type-ahead option for fast searches
		Patch by Fabien Vantard
2006-10-18 17:00:00 +00:00
Colin Leroy
7cedbc4e9e 2006-10-18 [colin] 2.5.5cvs15
* src/compose.c
	* src/compose.h
		Add Options/Reply mode/ menu to be able to
		change the recipients of a reply on the fly
2006-10-18 16:57:07 +00:00
Colin Leroy
6d77b6e87e 2006-10-18 [colin] 2.5.5cvs14
* src/compose.c
		Fix redirecting of our own sent mails
2006-10-18 16:54:49 +00:00
Tristan Chabredier
0ad7d6f130 2006-10-17 [wwp] 2.5.5cvs13
* src/send_message.c
		Fix duplicate error messages when sending, and missing
		newline in such error messages.
2006-10-17 22:45:38 +00:00
Colin Leroy
f8f2389667 2006-10-17 [colin] 2.5.5cvs12
* src/compose.c
		Compare addresses case-insensitive
2006-10-17 16:39:22 +00:00
Colin Leroy
30ef5f10f1 2006-10-17 [colin] 2.5.5cvs11
* src/plugins/pgpcore/sgpgme.c
		Fix return status
2006-10-17 06:01:59 +00:00
Colin Leroy
e3a8ee4027 2006-10-17 [colin] 2.5.5cvs10
* src/plugins/pgpcore/pgp_viewer.c
		Fix return status
2006-10-17 05:59:45 +00:00
Colin Leroy
b198d09f46 2006-10-17 [colin] 2.5.5cvs9
* src/quote_fmt.c
		Fix a typo (thanks to Fabien)
2006-10-17 05:48:27 +00:00
Colin Leroy
7eff038c8e 2006-10-16 [colin] 2.5.5cvs8
* src/textview.c
		Fix problem with quote-folding when emails
		don't convert cleanly to UTF-8
2006-10-16 17:13:25 +00:00
Colin Leroy
a293204ed1 2006-10-14 [colin] 2.5.5cvs7
* src/prefs_template.c
		Reset fields when reopening
		the window
2006-10-14 07:23:02 +00:00
Paul Mangan
1a1f2761a7 2006-10-13 [paul] 2.5.5cvs6
* manual/advanced.xml
	* src/prefs_message.c
		make 'respect_flowed_format' a hidden
		option, and add a manual entry for it
		Thanks to Colin
2006-10-13 07:24:47 +00:00
Colin Leroy
eac940bea9 2006-10-12 [colin] 2.5.5cvs5
* src/codeconv.c
		Revert part of 2.5.2cvs21:
		Don't optimise by reusing the
		last iconv converter if possible:
		it seems slightly broken in a
		very hard way to reproduce
2006-10-12 17:24:01 +00:00
Colin Leroy
c715a2d599 2006-10-12 [colin] 2.5.5cvs4
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_message.c
	* src/procmime.c
		Fix bug 1035, 'Incorrect handling
		of flowed lines'. We now optionnaly
		handle this format (preference is in
		Message View/Text options section)
2006-10-12 17:20:05 +00:00
Colin Leroy
8162fcc225 2006-10-12 [colin] 2.5.5cvs3
* po/POTFILES.in
		Add new file
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/sgpgme.c
		Don't try to import without asking
2006-10-12 17:12:19 +00:00
Colin Leroy
56b570202c 2006-10-12 [colin] 2.5.5cvs2
* src/compose.c
		Fix bug 1036, 'Forwarding a mutlipart
		mail with a "text/html" block to ms
		outlook users leeds to freeze of
		outlook'. Poor outlook users...
2006-10-12 17:10:41 +00:00
Paul Mangan
2c4e21726f 2006-10-11 [paul] 2.5.3cvs32
* src/textview.c
		fix bug 1032, 'Segmentation fault when showing
		message' (bug in quote folding)
		Thanks to Colin
2006-10-11 08:47:22 +00:00
Colin Leroy
148c276ea1 2006-10-10 [colin] 2.5.3cvs31
* src/quote_fmt.c
		Rephrase english a bit
2006-10-10 17:02:44 +00:00
Colin Leroy
ff2f208df7 2006-10-10 [colin] 2.5.3cvs30
* src/prefs_compose_writing.c
		Stop making the page larger than the window
2006-10-10 17:01:05 +00:00
Tristan Chabredier
48a5427593 2006-10-10 [wwp] 2.5.3cvs29
* src/compose.c
	* src/prefs_template.c
	* src/quote_fmt.c
	* src/quote_fmt.h
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Extend the quote parser a bit: allow to get access to
		basic (composing) account info.
2006-10-10 09:50:33 +00:00
Colin Leroy
53e6f88b10 2006-10-10 [colin] 2.5.3cvs28
* src/procheader.c
		Fix this \t problem in subject
2006-10-10 06:29:47 +00:00
Colin Leroy
5e373fb390 2006-10-09 [colin] 2.5.3cvs27
* src/main.c
	* src/prefs_gtk.c
		Prepare cache a bit later
		If section already exists, skip the new one
		(as previously); avoid writing the same block
		twice - if we find a second block with the
		same id, skip it.
	* src/plugins/pgpcore/pgp_viewer.c
		Set cursor to busy when retrieving a key
	* src/plugins/pgpcore/sgpgme.c
		allow 5 seconds for gpg to export the key
2006-10-09 17:32:48 +00:00
Colin Leroy
bc058e5f56 2006-10-09 [colin] 2.5.3cvs26
* configure.ac
	* src/msgcache.c
	* src/prefs_gtk.c
		Check for existence of fgets_unlocked
		and fwrite_unlocked
2006-10-09 06:22:58 +00:00
Paul Mangan
0778014c66 2006-10-09 [paul] 2.5.3cvs25
* src/prefs_summaries.c
		replace strftime() with fast_strftime() and in
		the consequence fix the bug in the display of
		AM/PM in the 'Example' string
2006-10-09 04:27:17 +00:00
Andrej Kacian
1e62e8e62a 2006-10-09 [ticho] 2.5.3cvs24
* po/sk.po
		Updated (and fixed up somewhat) Slovak translation.
2006-10-09 02:54:18 +00:00
Colin Leroy
ebd85a5661 2006-10-08 [colin] 2.5.3cvs23
* src/prefs_folder_item.c
		Explain why prefs in the top-level folder
		aren't retained, but are still useful
2006-10-08 16:39:25 +00:00
Colin Leroy
9b710d4999 2006-10-08 [colin] 2.5.3cvs22
* src/prefs_gtk.c
		Don't cache anything if caching fails
2006-10-08 08:34:21 +00:00
Colin Leroy
3f730fcbbb 2006-10-08 [colin] 2.5.3cvs21
* src/common/utils.c
		always include gi18n.h
2006-10-08 08:24:28 +00:00
Colin Leroy
282dad5816 2006-10-07 [colin] 2.5.3cvs20
* src/plugins/pgpcore/pgp_viewer.c
		Kill gpg after 5 seconds wait
2006-10-07 19:54:35 +00:00
Colin Leroy
65bded9463 2006-10-07 [colin] 2.5.3cvs19
* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/pgp_viewer.h
		Fix copyright
2006-10-07 19:33:26 +00:00
Colin Leroy
190c75112e 2006-10-07 [colin] 2.5.3cvs18
* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/pgp_viewer.h
		Actually add the files to CVS
2006-10-07 19:27:35 +00:00
Colin Leroy
4a95916126 2006-10-07 [colin] 2.5.3cvs17
* src/plugins/pgpcore/sgpgme.c
		Be sure not to crash on 'application/pgp-signature' that
		are not application/pgp-signatures
2006-10-07 19:24:57 +00:00
Colin Leroy
2a353e4416 2006-10-07 [colin] 2.5.3cvs16
* src/textview.c
	* src/textview.h
		Make a bit more of the API available
	* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/sgpgme.c
		Add basic key import/export
2006-10-07 17:45:59 +00:00
Colin Leroy
1fbf4acfa8 2006-10-07 [colin] 2.5.3cvs15
* src/folderview.c
	* src/imap.c
	* src/prefs_account.c
	* src/wizard.c
		Warn users *everywhere* if libetpan's not
		linked in
2006-10-07 16:03:36 +00:00
Ricardo Mones
8e255df2b8 2006-10-06 [mones] 2.5.3cvs14
* po/de.po
	* po/es.po
		updated by Stephan Sachse and me
2006-10-06 23:01:17 +00:00
Colin Leroy
8582237192 2006-10-06 [colin] 2.5.3cvs13
* src/main.c
	* src/common/sylpheed.c
		Don't load common plugins if --exit is passed
	* src/prefs_gtk.c
	* src/prefs_gtk.h
		Implement a cache to avoid reading the same
		files over and over again at startup
2006-10-06 17:51:53 +00:00
Colin Leroy
d5a38d014b 2006-10-06 [colin] 2.5.3cvs12
* src/summaryview.c
	* src/gtk/quicksearch.c
		Update display every 5k mails on fast searches
2006-10-06 17:04:42 +00:00
Colin Leroy
bf1abdc97a 2006-10-06 [colin] 2.5.3cvs11
* src/textview.c
		Don't do quote folding on HTML or ERTF.
		May fix the Cygwin issues if they were
		happening with HTML mails?
2006-10-06 16:55:13 +00:00
Colin Leroy
a1e04edb6d 2006-10-05 [colin] 2.5.3cvs10
* src/prefs_gtk.c
		Oops, forgot one
2006-10-05 18:27:57 +00:00
Colin Leroy
fdf383e87c 2006-10-05 [colin] 2.5.3cvs9
* src/prefs_gtk.c
		Use unlocked_stdio here too
2006-10-05 18:09:33 +00:00
Colin Leroy
e4dd6a99fa 2006-10-05 [colin] 2.5.3cvs8
* src/folderview.c
		Fix go to next * after preferences apply
	* src/msgcache.c
		Do the fd lock/unlock ourselves instead of
		letting the libc do it at each write
2006-10-05 17:26:59 +00:00
Colin Leroy
92bd32c521 2006-10-05 [colin] 2.5.3cvs7
* src/common/utils.c
		Faster division, thanks to Jean Diraison
2006-10-05 06:08:02 +00:00
Paul Mangan
eabcd602ca 2006-10-05 [paul] 2.5.3cvs6
* src/common/utils.c
		fix building with --disable-nls
2006-10-05 05:08:56 +00:00
Colin Leroy
3dc9c9ea94 2006-10-04 [colin] 2.5.3cvs5
* src/folder.c
		Maybe fix a segfault
2006-10-04 21:36:04 +00:00
Tristan Chabredier
ca5a829e99 2006-10-04 [wwp] 2.5.3cvs4
* src/prefs_folder_item.c
		Fine-tune layouts in folder item prefs. Suggested by
		Fabien Vantard <fzzzzz@gmail.com>.
2006-10-04 09:26:47 +00:00
Tristan Chabredier
901f80f151 2006-10-04 [wwp] 2.5.3cvs3
* src/prefs_folder_item.c
		Kill the clandestine passengers. You didn't see anything.
2006-10-04 09:06:33 +00:00
Tristan Chabredier
795ac026f3 2006-10-04 [wwp] 2.5.3cvs2
* src/prefs_folder_item.c
		Add a way to test the subject simplify regexp in
		folder prefs. Patch by Fabien Vantard <fzzzzz@gmail.com>,
		w/ few layout changes.
2006-10-04 08:43:38 +00:00
Colin Leroy
dcd52407a9 2006-10-04 [colin] 2.5.2cvs42
* src/folder.c
	* src/folder.h
	* src/summaryview.c
		Provide a way for folder classes to set their sort
		type and key
2006-10-04 06:18:28 +00:00
Colin Leroy
4fc1092b8a 2006-10-03 [colin] 2.5.2cvs41
* src/mh.c
		Don't use strlen() to know if the
		string's empty
2006-10-03 18:16:40 +00:00
Colin Leroy
62d761fdc0 2006-10-03 [colin] 2.5.2cvs40
* src/mh.c
		Fix "check for new folders" with accentued folders
2006-10-03 16:40:58 +00:00
Andrej Kacian
600b132148 2006-10-03 [ticho] 2.5.2cvs39
* src/filtering.c
	* src/folder.c
	* src/inc.c
	* src/mbox.c
		Colin's fix for "copy" filtering rules.
2006-10-03 10:19:12 +00:00
Colin Leroy
73b4d752c3 2006-10-02 [colin] 2.5.2cvs38
* src/folderview.c
		Fix for double-click too
2006-10-02 20:05:02 +00:00
Colin Leroy
5796390d77 2006-10-02 [colin] 2.5.2cvs37
* src/folderview.c
		correct fix for cvs36
2006-10-02 20:02:42 +00:00
Colin Leroy
78344e1d50 2006-10-02 [colin] 2.5.2cvs36
* src/folderview.c
		Fix 'goto next unread' after collapsing/expanding
		a node.
2006-10-02 19:43:48 +00:00
Colin Leroy
17c11d44e5 2006-10-02 [colin] 2.5.2cvs35
* src/summaryview.c
		Fix double freeze/thaw
	* src/common/utils.c
	* src/common/utils.h
		Reimplement strftime
	* src/procheader.c
		Use it
2006-10-02 17:29:24 +00:00
Colin Leroy
201d788976 2006-10-02 [colin] 2.5.2cvs34
* src/mh.c
		Time mh_write_sequences() - it's fast
	* src/summaryview.c
		Init a variable to shut up gcc
2006-10-02 17:04:07 +00:00
Colin Leroy
28e5091b22 2006-10-01 [colin] 2.5.2cvs33
* src/folder.c
	* src/mh.c
	* src/mh.h
	* src/msgcache.c
		Add helper mh_set_mtime(), and set mtime to stat()'s result
		Add fsync but disable it, it's slow as hell
2006-10-01 12:08:47 +00:00
Colin Leroy
4dcad63618 2006-10-01 [colin] 2.5.2cvs32
* src/mh.c
	* src/msgcache.c
		fflush() caches and mh_sequences before
		fclose()ing
2006-10-01 10:45:27 +00:00
Colin Leroy
2bfb027f1b 2006-10-01 [colin] 2.5.2cvs31
* src/msgcache.c
		Don't ftruncate when not using mmap
2006-10-01 09:37:39 +00:00
Colin Leroy
9208998244 2006-09-30 [colin] 2.5.2cvs30
* src/main.c
		Write folder list *after* saving caches
2006-09-30 21:20:14 +00:00
Colin Leroy
fcfec78644 2006-09-30 [colin] 2.5.2cvs29
* src/folder.c
	* src/mh.c
		Debug forced mtime changes
2006-09-30 19:36:06 +00:00
Colin Leroy
21c3797e32 2006-09-30 [colin] 2.5.2cvs28
* src/folder.c
	* src/main.c
		Remove useless debug_print()s (code
		well-tested)
2006-09-30 19:22:05 +00:00
Colin Leroy
8aa422067d 2006-09-30 [colin] 2.5.2cvs27
* src/mh.c
		Do stuff faster when writing mh_sequences
2006-09-30 18:06:16 +00:00
Colin Leroy
2ca67302ef 2006-09-30 [colin] 2.5.2cvs26
* src/mh.c
		Don't let the writing of .mh_sequences, which
		can change the folder's mtime, let us think
		we need to scan.
2006-09-30 17:45:27 +00:00
Colin Leroy
da75d14cd1 2006-09-30 [colin] 2.5.2cvs25
* src/folder.c
		Move a debug_print where it belongs
		(processing)
	* src/summaryview.c
		Don't mess with a huge slow subject
		table if we're not threading by
		subject
2006-09-30 17:26:38 +00:00
Colin Leroy
1e98afac67 2006-09-30 [colin] 2.5.2cvs24
* src/msgcache.c
		Reenable mmaped reads (*not* writes!)
	* src/procmsg.c
		Don't destroy and recreate hashtables just
		for fun
	* src/common/utils.c
		Remove useless reply prefixes (it's case
		unsensitive)
2006-09-30 12:50:20 +00:00
Tristan Chabredier
23170423c3 2006-09-30 [wwp] 2.5.2cvs23
* tools/fix_date.sh
		Fixed a minor bug in date value extraction, added a switch
		to replace non RFC-compliant Date: value, added a switch
		to use strict RFC matching patterns for dates.
2006-09-30 09:34:17 +00:00
Colin Leroy
26639aa017 2006-09-29 [colin] 2.5.2cvs22
* src/matcher_parser.h
	* src/matcher_parser_parse.y
	* src/prefs_filtering.c
	* src/statusbar.c
	* src/summary_search.c
	* src/summaryview.c
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
		Optimise searches by setting different
		refresh intervals (depending if the
		search is fast or not)
2006-09-29 16:59:06 +00:00
Colin Leroy
540c646c48 2006-09-29 [colin] 2.5.2cvs21
* src/codeconv.c
		Optimise by reusing the last iconv converter
		if possible
	* src/textview.c
		Optimise a bit (the foldable quotes feature
		still has an awful O(n^2) algo
2006-09-29 16:57:15 +00:00
Colin Leroy
50631481ac 2006-09-29 [colin] 2.5.2cvs20
* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		Optimise de-selection via up/down or
		another key
2006-09-29 16:55:36 +00:00
Colin Leroy
7ad63af337 2006-09-28 [colin] 2.5.2cvs19
* src/action.c
	* src/compose.c
	* src/folderview.c
	* src/mainwindow.c
	* src/messageview.c
	* src/summary_search.c
	* src/toolbar.c
		Avoid using summaryview->ctree directly
2006-09-28 19:10:14 +00:00
Colin Leroy
28ab564cf4 2006-09-28 [colin] 2.5.2cvs18
* src/summaryview.c
	* src/summaryview.h
		Add helpers to freeze/thaw/grab_focus
		Factorize calls to freeze/thaw/grab_focus
2006-09-28 19:08:03 +00:00
Colin Leroy
5d657fe97d 2006-09-28 [colin] 2.5.2cvs17
* src/main.c
		More guards for the session management
2006-09-28 17:33:47 +00:00
Colin Leroy
97848b2b7d 2006-09-28 [colin] 2.5.2cvs16
* src/folderview.c
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		Make expanding not recursive in folderview
2006-09-28 17:11:32 +00:00
Colin Leroy
f403740db6 2006-09-28 [colin] 2.5.2cvs15
* src/addressbook.c
		If nothing is selected in the list (right part)
		and a group is selected in the tree (left part),
		mail this group.
2006-09-28 17:00:10 +00:00
Colin Leroy
2a48c459b2 2006-09-28 [colin] 2.5.2cvs14
* src/Makefile.am
		Actually use SM_LIBS
2006-09-28 16:51:31 +00:00
Andrej Kacian
94dc519ff6 2006-09-28 [ticho] 2.5.2cvs13
* src/export.c
	* src/messageview.c
	* src/mimeview.c
	* src/news.c
	* src/pop.c
	* src/prefs_themes.c
	* src/procmsg.c
		Small i18n string optimization.
	* src/send_message.c
	* src/summaryview.c
	* src/common/session.c
	* src/common/smtp.c
	* src/common/ssl_certificate.c
	* src/common/utils.c
		Use "Couldn't" instead of "Can't" in UI messages,
		where appropriate.
2006-09-28 15:22:25 +00:00
Colin Leroy
f13f2d6edb 2006-09-28 [colin] 2.5.2cvs12
* configure.ac
		Possibly fix link errors
2006-09-28 05:35:51 +00:00
Tristan Chabredier
e87018ee37 2006-09-27 [wwp] 2.5.2cvs11
* src/gtk/authors.h
	* doc/man/sylpheed-claws.1
	* manual/ack.xml
	* manual/es/ack.xml
	* manual/fr/ack.xml
	* manual/pl/ack.xml
		Updated authors info (me, myself and I).
2006-09-27 22:05:39 +00:00
Colin Leroy
7ef93901d1 2006-09-27 [colin] 2.5.2cvs10
* src/addressbook.c
		Remove useless printf
2006-09-27 21:46:42 +00:00
Tristan Chabredier
37460fff49 2006-09-27 [wwp] 2.5.2cvs9
* src/editgroup.c
	* src/send_message.c
	* src/inc.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/gtk/progressdialog.c
		remember more windows' sizes (send dialog, received dialog,
		edit group in addressbook).
2006-09-27 21:05:30 +00:00
Colin Leroy
e90b426fba 2006-09-27 [colin] 2.5.2cvs8
* configure.ac
	* src/main.c
	* src/mainwindow.h
		Use libSM to communicate with the session
		manager, so that we can know when the
		session ends, save our caches, and draft
		our compose windows.
2006-09-27 20:32:39 +00:00
Colin Leroy
cf2c51f4d0 2006-09-27 [colin] 2.5.2cvs7
* src/addressbook.c
		Fix issues:
		o Allow Book and Group creation from the tree's
		  contextual menu
		o Do not actually delete the contacts when
		  deleting groups from the tree (duh!)
2006-09-27 16:52:52 +00:00
Colin Leroy
f05436d19d 2006-09-27 [colin] 2.5.2cvs6
* src/compose.c
	* src/compose.h
	* src/mainwindow.c
	* src/textview.c
	* src/toolbar.c
		o Allow passing an email address to
		  compose_new_with_folderitem
		o Update callers
		o Use current folderitem when clicking
		  on a TextView mailto: link
		o Fix a possible leak in TextView
2006-09-27 16:49:42 +00:00
Colin Leroy
a71de96ff4 2006-09-27 [colin] 2.5.2cvs5
* src/html.c
		Use UTF-8 chars to replace HTML entities
2006-09-27 16:44:59 +00:00
Colin Leroy
22d710ca0f 2006-09-27 [colin] 2.5.2cvs4
* AUTHORS
	* src/prefs_account.c
	* src/gtk/authors.h
		Fix bug #1024 (Array index out of
		range in sylpheed-claws-2.5.2)
		Patch by Ales Nosek <anosek@suse.cz>
2006-09-27 16:43:39 +00:00
Colin Leroy
104f01c9d8 2006-09-27 [colin] 2.5.2cvs3
* src/addr_compl.c
		Actually do the test
2006-09-27 16:40:28 +00:00
Colin Leroy
2448fa194f 2006-09-27 [colin] 2.5.2cvs2
* src/addr_compl.c
	* src/addr_compl.h
		Allow completing with comma (in certain cases: vCalendar
		for example doesn't support that)
		Patch by Fabien Vantard
2006-09-27 16:39:17 +00:00
Colin Leroy
94f46311de 2006-09-26 [colin] 2.5.2cvs1
* src/Makefile.am
	* src/addr_compl.c
	* src/addr_compl.h
	* src/addrbook.c
	* src/addrbook.h
	* src/addressbook.c
	* src/addrindex.c
	* src/addrindex.h
	* src/compose.c
	* src/prefs_common.c
	* src/prefs_filtering_action.c
	* src/prefs_folder_item.c
	* src/prefs_template.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/addr_one.xpm
	* src/pixmaps/addr_two.xpm
		Add auto-completion on groups
2006-09-26 20:03:22 +00:00
Colin Leroy
d90b057a7f 2006-09-26 [colin] 2.5.1cvs5
* src/matcher.c
		Fix condition
2006-09-26 18:41:00 +00:00
Colin Leroy
27a48c43df 2006-09-26 [colin] 2.5.1cvs4
* src/mbox.c
		Revert cvs1 (useless as the message is printed
		every 500 mails)
2006-09-26 18:13:47 +00:00
Colin Leroy
4b01052704 2006-09-26 [colin] 2.5.1cvs3
* src/partial_download.c
		Fix crasher found by Alexsandar Urosevic
2006-09-26 18:05:05 +00:00
Colin Leroy
dce921c489 2006-09-26 [colin] 2.5.1cvs2
* src/summaryview.c
		Fix bug #1023 (Sylpheed deletes too much messages)
2006-09-26 17:04:35 +00:00
Andrej Kacian
b4b1f056a1 2006-09-26 [ticho] 2.5.1cvs1
* src/mbox.c
		Make use of gettext's multiple plurals for statusbar
		progress message.
2006-09-26 07:23:26 +00:00