Commit graph

1653 commits

Author SHA1 Message Date
Colin Leroy
d2216b957f 2006-06-29 [colin] 2.3.1cvs40
* src/main.c
		Fix transient setting on failing plugins
		Patch by Fabien
	* src/plugins/pgpcore/sgpgme.c
		Only warn for OpenPGP. Most people don't
		have CMS available.
2006-06-29 17:01:39 +00:00
Colin Leroy
068cd797fd 2006-06-29 [colin] 2.3.1cvs39
* src/compose.c
		Fix Spelling menu (discrepancy between context menu
		and top menu when folder's dictionary isn't the
		default one)
	* src/plugins/pgpcore/sgpgme.c
		More error reporting about why gpgme can fail
2006-06-29 16:26:13 +00:00
Tristan Chabredier
712c85c5c2 2006-06-29 [wwp] 2.3.1cvs38
* src/mainwindow.c
		honor the display-header-pane setting even when the message view
		is a separate window.
2006-06-29 07:20:40 +00:00
Tristan Chabredier
d15c1e082c 2006-06-29 [wwp] 2.3.1cvs37
* src/prefs_actions.c
		forgot to commit that one (use of GTK_STOCK_INFO).
2006-06-29 07:14:46 +00:00
Colin Leroy
fe8438f77e 2006-06-29 [colin] 2.3.1cvs36
* src/imap.c
		Better handling of login errors (ask the password
		again once), alert in case of error. Fix three
		signedness warnings.
2006-06-29 07:01:57 +00:00
Tristan Chabredier
908e3cbe08 2006-06-28 [wwp] 2.3.1cvs35
* src/prefs_template.c
	* src/prefs_matcher.c
	* src/prefs_filtering_action.c
	* src/prefs_quote.c
		unify info/help/symbols.. buttons to use GTK_STOCK_HELP,
		patch by Fabien Vantard, slightly modified.
2006-06-28 21:34:50 +00:00
Colin Leroy
c2f057af5c 2006-06-28 [colin] 2.3.1cvs34
* src/prefs_account.c
		Fix bug #977 (Can't add or edit imap accounts)
2006-06-28 17:40:30 +00:00
Colin Leroy
e93c880ff6 2006-06-28 [colin] 2.3.1cvs33
* src/mimeview.c
		Fix previous
2006-06-28 17:28:32 +00:00
Colin Leroy
6bb6f530bb 2006-06-28 [colin] 2.3.1cvs32
* src/mimeview.c
		Save named inlined attachments with "Save all"
	* src/main.c
	* src/mbox.c
	* src/common/plugin.c
	* src/common/plugin.h
	* src/common/sylpheed.c
	* src/common/utils.c
	* src/plugins/pgpcore/sylpheed.def
	* src/plugins/pgpinline/sylpheed.def
	* src/plugins/pgpmime/sylpheed.def
		Win32 compatibility patch, by
		Werner Koch
2006-06-28 16:22:41 +00:00
Tristan Chabredier
473d599403 2006-06-28 [wwp] 2.3.1cvs31
* src/imap.c
	* src/prefs_folder_item.c
		less compilation warnings (thanks to Fabien Vantard), less typos.
2006-06-28 14:38:03 +00:00
Paul Mangan
16e2b55578 2006-06-28 [paul] 2.3.1cvs30
* src/gtk/gtkutils.c
		gtk_combo_box_set_focus_on_click() is only
		available since gtk 2.6.0
2006-06-28 11:47:12 +00:00
Paul Mangan
408db668e7 2006-06-28 [paul] 2.3.1cvs29
* src/prefs_ext_prog.c
		fix engrish and add a tooltip for the
		'command for 'Display as text' option
2006-06-28 11:09:23 +00:00
Paul Mangan
6bd4696372 2006-06-28 [paul] 2.3.1cvs28
* ChangeLog
	* tools/Makefile.am
		include textviewer.pl in releases
2006-06-28 09:55:06 +00:00
Paul Mangan
c9a477a096 2006-06-28 [paul] 2.3.1cvs27
* src/prefs_ext_prog.c
		hide Print command option if libgnomeprint
		support is present
2006-06-28 08:37:56 +00:00
Colin Leroy
7e34bc7c28 2006-06-27 [colin] 2.3.1cvs26
* src/compose.c
		Fix Esc handling in insert/attach dialog
		Don't show this dialog if dragging something
		else than text/uri-list
		Thanks to Fabien Vantard
	* tools/textviewer.pl
		Filter script to display stuff as text
		by H. Merijn Brand
2006-06-27 16:10:22 +00:00
Tristan Chabredier
4f7fb89407 2006-06-27 [wwp] 2.3.1cvs25
* src/messageview.c
		use the exact product name (message view title), patch
		by Fabien Vantard.
2006-06-27 16:04:58 +00:00
Andrej Kacian
414692a378 2006-06-27 [ticho] 2.3.1cvs24
* src/prefs_account.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_ext_prog.c
	* src/textview.c
	add a preference (Preferences/External programs)
	to allow "Display as text" to be done via a script
	(patch by H.Merijn Brand)
2006-06-27 12:46:42 +00:00
Paul Mangan
11ea349d3e 2006-06-27 [paul] 2.3.1cvs23
* src/mbox.c
		fix crasher introduced in cvs21.
		Thanks to Colin
2006-06-27 07:15:11 +00:00
Colin Leroy
8ea521b0df 2006-06-26 [colin] 2.3.1cvs22
* src/mbox.c
		Fix double-frees when leaving folders
		after exporting to mbox
2006-06-26 18:09:07 +00:00
Colin Leroy
156c63c15b 2006-06-26 [colin] 2.3.1cvs21
* src/mbox.c
		More feedback (and optimisation)
		on import/export
	* src/common/utils.c
		Fix case when looking for mail addresses
	* src/gtk/gtkutils.c
		Extra check for (X-)Face
2006-06-26 16:37:01 +00:00
Andrej Kacian
7452a07576 2006-06-25 [ticho] 2.3.1cvs20
* src/compose.c
	* src/exphtmldlg.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	Added second argument to gtkut_sc_combobox_create() to
	control focus-on-click for the widget.
	Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2006-06-25 17:01:28 +00:00
Andrej Kacian
879857dc65 2006-06-25 [ticho] 2.3.1cvs19
* src/compose.c
	* src/gtk/Makefile.am
	* src/gtk/combobox.c
	* src/gtk/combobox.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Use GtkComboBox instead of deprecated GtkOptionMenu
		for account selector in compose window and for encoding
		selector in attachment properties.
		Also factorise working with the new GtkComboBox somewhat.
2006-06-25 09:54:36 +00:00
Paul Mangan
f30e1015ac 2006-06-24 [paul] 2.3.1cvs18
* src/prefs_common.c
		use the correct default value
2006-06-24 11:10:06 +00:00
Paul Mangan
ea1a87a977 2006-06-24 [paul] 2.3.1cvs17
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
		enable setting of default action when
		dnd'ing files in the compose window.
		(Collaborative effort with wwp)
2006-06-24 10:45:26 +00:00
Tristan Chabredier
9b2314100a 2006-06-23 [wwp] 2.3.1cvs16
* src/compose.c
		i18n fix (thanks to Fabien Vantard)
2006-06-23 16:26:25 +00:00
Colin Leroy
08bca7a21b 2006-06-22 [colin] 2.3.1cvs15
* src/prefs_customheader.c
		Don't use filters in custom headers' file
		selector. Remember, extensions mean nothing :)
2006-06-22 17:42:45 +00:00
Paul Mangan
acf6f8eefa 2006-06-22 [paul] 2.3.1cvs14
* configure.ac
		allow setting of man directory location
2006-06-22 12:06:50 +00:00
Colin Leroy
838ee7712a 2006-06-22 [colin] 2.3.1cvs13
* src/mainwindow.c
		Add 'View/Go to/Next unread folder'.
		I missed that :)
2006-06-22 06:37:06 +00:00
Colin Leroy
659c542d84 2006-06-22 [colin] 2.3.1cvs12
* src/common/utils.c
		Add some subject prefixes
2006-06-22 06:30:11 +00:00
Colin Leroy
38353567b0 2006-06-22 [colin] 2.3.1cvs11
* manual/advanced.xml
		Forgotten hidden pref
2006-06-22 05:38:11 +00:00
Paul Mangan
eedb20d2f5 2006-06-21 [paul] 2.3.1cvs10
* src/prefs_account.c
		complete the removal of 'Add date header' option
2006-06-21 17:03:07 +00:00
Paul Mangan
40bd373b81 2006-06-21 [paul] 2.3.1cvs9
* src/account.c
	* src/compose.c
	* src/prefs_account.c
	* src/prefs_account.h
		remove option to add date header - always
		add date header
	* src/etpan/imap-thread.c
		fix warnings (Thanks to Colin)
2006-06-21 12:45:39 +00:00
Tristan Chabredier
0703af97ac 2006-06-21 [wwp] 2.3.1cvs8
* src/folder.c
		set the attachment flag when inline text part are (file)named. This is more convenient
		when receiving (for instance) inline source files or patches sent using thunderbird.
2006-06-21 11:58:49 +00:00
Paul Mangan
fe5ec95782 2006-06-21 [paul] 2.3.1cvs7
* src/inc.c
		fix off-by-one count of current msg in
		statusbar filtering progressbar
2006-06-21 11:08:06 +00:00
Paul Mangan
8d42584bcf 2006-06-21 [paul] 2.3.1cvs6
* src/folder.c
		Show attachment icon even if the part is 'inline'
		if the following conditions are met:
		- content-type != 'text/plain'
		- content-type != '*/pgp-signature'
		- either 'name' or 'filename' parameter is not NULL

		Thanks to Colin
2006-06-21 08:51:24 +00:00
Paul Mangan
b133782278 2006-06-21 [paul] 2.3.1cvs5
* src/messageview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_other.c
		add an option to 'Never send Return
		Receipts'
		Thanks to Colin
2006-06-21 08:48:25 +00:00
Ricardo Mones
1e995c1ea5 2006-06-20 [mones] 2.3.1cvs4
* po/es.po
		updated
	* src/compose.c
		typo fixed (space after comma)
	* tools/make.themes.project
		remove exec mode from tarball files
2006-06-20 19:36:29 +00:00
Colin Leroy
59712bbc18 2006-06-20 [colin] 2.3.1cvs3
* src/news.c
	* src/procheader.c
	* src/unmime.c
		Better fix for \n's in headers (don't
		break Received: and others)
2006-06-20 16:33:30 +00:00
Paul Mangan
674d5bdaac 2006-06-20 [paul] 2.3.1cvs2
* src/alertpanel.c
	* src/textview.c
		improve legibility of phishing attempt
		dialog
2006-06-20 13:04:37 +00:00
Paul Mangan
55621bec53 2006-06-20 [paul] 2.3.1cvs1
* NEWS
	* README
	* configure.ac
		Update version number following
		stable release
2006-06-20 09:50:57 +00:00
Colin Leroy
675040cd8e 2006-06-20 [colin] 2.3.0cvs26
* src/compose.c
		When dragging a file to the text of the compose
		window, ask whether we want to insert or attach
		(I know lots of people who do that to attach)
2006-06-20 06:55:27 +00:00
Colin Leroy
2ca9eee10a 2006-06-20 [colin] 2.3.0cvs25
* src/etpan/imap-thread.c
		Fix threshold (the append command is often > 32 bytes)
2006-06-20 06:28:06 +00:00
Colin Leroy
040bbdcb17 2006-06-19 [colin] 2.3.0cvs24
* src/imap.c
	* src/etpan/imap-thread.c
		Workaround Rockliffe IMAP server bug: replace
		"x UID SEARCH (ANSWERED UID 1:*)" with
		"x UID SEARCH ANSWERED"
		(Rockliffe doesn't handle the parenthesis)
2006-06-19 19:46:21 +00:00
Colin Leroy
10dc61b321 2006-06-19 [colin] 2.3.0cvs23
* src/compose.c
	* src/imap.c
	* src/etpan/imap-thread.c
		Probably fix bug #972 (Freezes when adding
		an attachment to the message)
	* src/common/defs.h
		Modernize Firefox cmd
2006-06-19 18:42:26 +00:00
Colin Leroy
3f4e41a84c 2006-06-18 [colin] 2.3.0cvs22
* src/prefs_customheader.c
		Only allow correct filenames for various
		custom headers
2006-06-18 18:04:36 +00:00
Colin Leroy
cf31c48536 2006-06-18 [colin] 2.3.0cvs21
* src/prefs_customheader.c
		Add a 'From File...' button in custom headers prefs, which
		try to do the right thing:
		for normal headers, use file as plaintext,
		for X-Face, calls compface,
		for Face, encode to b64.
2006-06-18 09:02:10 +00:00
Colin Leroy
57033c5551 2006-06-17 [colin] 2.3.0cvs20
* src/mh.c
		Warning fix
2006-06-17 18:50:41 +00:00
Colin Leroy
c8bc15b930 2006-06-16 [colin] 2.3.0cvs19
* src/summaryview.c
		Recursive quicksearch: show message list
		in current folder, *then* search children
		in the background.
2006-06-16 16:58:18 +00:00
Colin Leroy
8d88949a45 2006-06-16 [colin] 2.3.0cvs18
* src/main.c
		Instead of ignoring SIGPIPE, save caches
		when getting one. Will fix the fact that
		hot caches are out-of-date when logging
		out of Xorg.
	* src/compose.c
	* src/prefs_compose_writing.c
		Only save text (not attachments) when
		auto-saving to drafts
	* src/unmime.c
		Always replace \n, \r and \t with spaces
		in headers
	* manual/dist/html/Makefile.am
	* manual/dist/pdf/Makefile.am
	* manual/dist/ps/Makefile.am
	* manual/dist/txt/Makefile.am
	* manual/fr/dist/html/Makefile.am
	* manual/fr/dist/pdf/Makefile.am
	* manual/fr/dist/ps/Makefile.am
	* manual/fr/dist/txt/Makefile.am
	* manual/pl/dist/html/Makefile.am
	* manual/pl/dist/pdf/Makefile.am
	* manual/pl/dist/ps/Makefile.am
	* manual/pl/dist/txt/Makefile.am
		Fix make clean removing pregenerated manuals
2006-06-16 16:30:03 +00:00
Colin Leroy
b827aeafda 2006-06-16 [colin] 2.3.0cvs17
* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpinline/pgpinline.c
		Better error reporting in setup_signers.
		Don't fallback to default key if specified
		key isn't found.
		Don't allow signing if more than one secret
		key matches the one specified in prefs.
2006-06-16 06:46:34 +00:00