Commit graph

2864 commits

Author SHA1 Message Date
Colin Leroy
17280547c1 2008-01-12 [colin] 3.2.0cvs39
* src/summaryview.c
		Advertise the click-on-reply feature in the tooltip
2008-01-12 21:44:17 +00:00
Colin Leroy
1fd7818780 2008-01-12 [colin] 3.2.0cvs38
* src/Makefile.am
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/tray_newmail.offline.xpm
	* src/pixmaps/tray_newmail.xpm
	* src/pixmaps/tray_newmarkedmail.offline.xpm
	* src/pixmaps/tray_newmarkedmail.xpm
	* src/pixmaps/tray_nomail.offline.xpm
	* src/pixmaps/tray_nomail.xpm
	* src/pixmaps/tray_unreadmail.offline.xpm
	* src/pixmaps/tray_unreadmail.xpm
	* src/pixmaps/tray_unreadmarkedmail.offline.xpm
	* src/pixmaps/tray_unreadmarkedmail.xpm
	* src/plugins/trayicon/Makefile.am
	* src/plugins/trayicon/newmail.offline.xpm
	* src/plugins/trayicon/newmail.xpm
	* src/plugins/trayicon/newmarkedmail.offline.xpm
	* src/plugins/trayicon/newmarkedmail.xpm
	* src/plugins/trayicon/nomail.offline.xpm
	* src/plugins/trayicon/nomail.xpm
	* src/plugins/trayicon/trayicon.c
	* src/plugins/trayicon/unreadmail.offline.xpm
	* src/plugins/trayicon/unreadmail.xpm
	* src/plugins/trayicon/unreadmarkedmail.offline.xpm
	* src/plugins/trayicon/unreadmarkedmail.xpm
		Make the Trayicon plugin icons themable
2008-01-12 21:23:42 +00:00
Tristan Chabredier
20ce283f05 2008-01-12 [wwp] 3.2.0cvs37
* src/prefs_display_header.c
		Fix extra leading hyphen visible in the display
		header configuration combo list (maemo).
2008-01-12 21:14:54 +00:00
Colin Leroy
ac71defec0 2008-01-11 [colin] 3.2.0cvs36
* src/imap.c
		Set timeout to 1 before disconnecting all -
		for when one switches to offline and has
		no network anymore
	* src/messageview.c
		Fix bug 1454, 'error message shows parts and
		signature of previous messages'
	* src/prefs_common.c
		Maemo: Hide Send dialog by default
2008-01-11 17:39:19 +00:00
Colin Leroy
7d7316b51c 2008-01-10 [colin] 3.2.0cvs35
* src/action.c
	* src/editldap.c
	* src/prefs_account.c
	* src/wizard.c
	* src/gtk/inputdialog.c
	* src/plugins/pgpcore/passphrase.c
		Maemo: Fix bug 1455, 'Password enters leading letter
		incorrectly as uppercase'
2008-01-10 17:45:25 +00:00
Colin Leroy
3bfc27344b 2008-01-09 [colin] 3.2.0cvs34
* po/pl.po
		Fix bug 1446, 'SC crashes frequently when staying
		in background'. Format string error in Polish
		translation
	* src/gtk/description_window.c
	* src/prefs_template.c
		Complete 3.2.0cvs9 (fix bug with gtk_main loop);
		patch by Pawel
	* src/wizard.c
		Maemo: Fix build
2008-01-09 16:59:40 +00:00
Colin Leroy
b2d469f26a 2008-01-08 [colin] 3.2.0cvs33
* src/main.c
		Maemo: connect HW status change signal for shutdown
	* src/mainwindow.c
		Maemo: Fix hardware space key
	* src/wizard.c
		Maemo: name mmc1 and 2 a better name
2008-01-08 19:08:12 +00:00
Tristan Chabredier
699ee4805f 2008-01-08 [wwp] 3.2.0cvs32
* src/folder.c
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/prefs_folder_item.c
		It's now possible to disable processing rules when
		entering a folder (this adds a new option to the
		folder properties dialog).
2008-01-08 13:45:41 +00:00
Tristan Chabredier
1316703855 2008-01-08 [wwp] 3.2.0cvs31
* src/common/utils.c
		Mailto: now supports 'insert' (stands for 'insert file'), this
		adds the ability to create a new message from the command-line,
		with body set from an existing file contents.
2008-01-08 13:36:44 +00:00
Colin Leroy
33438ed2c3 2008-01-08 [colin] 3.2.0cvs30
* src/summaryview.c
		Maybe fix bug 1452, 'crash while drag'n'droping
		emails to an IMAP folder'
2008-01-08 07:34:45 +00:00
Tristan Chabredier
242d83be17 2008-01-07 [wwp] 3.2.0cvs29
* src/prefs_filtering.c
		Static-alize a function, thanks to Colin.
2008-01-07 19:58:30 +00:00
Colin Leroy
586296c4cf 2008-01-07 [colin] 3.2.0cvs28
* src/folderview.c
		Fix scrolling to bottom when drag and dropping
	* src/summaryview.c
		Fix bug 1445, 'Display sender using addressbook: fails
		when From: isn't an email address'
2008-01-07 17:45:51 +00:00
Tristan Chabredier
fcf4186538 2008-01-07 [wwp] 3.2.0cvs27
* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_template.c
		Add tooltips to most buttons in the templates, actions and
		filtering/processing dialogs.
2008-01-07 13:51:12 +00:00
Tristan Chabredier
471197ee37 2008-01-07 [wwp] 3.2.0cvs26
* src/prefs_filtering.c
		 - add a clear button to clear dialog input fields
		 - add page up and page down buttons to move selected rule up and down
		 - in rules list popup-menu: added Delete, Delete all and Duplicate
		 - popup-menu items are greyed out either if the list is empty (not counting the
		   (New) row or if there is no selected item
		 - clear store when closing dialog

	* src/prefs_actions.c
		 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
		   clear button, popup-menu
		 - clear store when closing dialog

	* src/prefs_template.c
		 - reflect some changes to filtering prefs (+ rewritten a bit some funcs):
		   clear button, popup-menu

	* src/addrcustomattr.c
		 - renamed popup-menu item Clear list to Delete all
		 - grey out popup-menu items is there is no selected item or if list is empty
		 - clear store when closing dialog

	* src/edittags.c
		 - added popup-menu item Delete all
		 - grey out popup-menu items is there is no selected item or if list is empty
		 - clear store when closing dialog
2008-01-07 11:33:33 +00:00
Tristan Chabredier
9abc4b7526 2008-01-06 [wwp] 3.2.0cvs25
* src/addressadd.c
		One more layout fix by Pawel (completes 3.2.0cvs24).
2008-01-06 13:21:23 +00:00
Colin Leroy
3176f3fc4c 2008-01-05 [colin] 3.2.0cvs24
* src/addressadd.c
		Little GUI fixes, patch by Pawel
2008-01-05 15:28:02 +00:00
Tristan Chabredier
c710b1bf77 2007-12-29 [wwp] 3.2.0cvs23
* src/compose.c
		Fix for bug #1443, and strip possible whitespaces around
		custom header names.
2007-12-29 21:34:46 +00:00
Ricardo Mones
032b90ac14 2007-12-29 [mones] 3.2.0cvs22
* po/es.po
		Updated translation, corrected a term based
		on suggestion from Israel Saeta Pérez,
		reverted awful X-Mailer translation
	* src/procmime.c
		Complete cvs20 for FreeBSD, patch by Pawel
2007-12-29 18:11:39 +00:00
Colin Leroy
e7fbfb38b2 2007-12-29 [colin] 3.2.0cvs21
* src/textview.c
		Fix bug 1442, 'Tags are repeated in
		encapsulated messages'
2007-12-29 13:52:04 +00:00
Colin Leroy
7d64be287b 2007-12-28 [colin] 3.2.0cvs20
* src/procmime.c
		Fix path to mime/globs. Patch by Marten King.
2007-12-28 18:56:01 +00:00
Colin Leroy
f9badeffba 2007-12-27 [colin] 3.2.0cvs19
* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpmime/Makefile.am
		Add missing flags to build pgp plugins on maemo
2007-12-27 21:26:35 +00:00
Colin Leroy
56f6649547 2007-12-27 [colin] 3.2.0cvs18
* src/mainwindow.c
		Maximise before showing to avoid probable flickering
		on slow computers.
2007-12-27 19:32:53 +00:00
Colin Leroy
76c02adede 2007-12-27 [colin] 3.2.0cvs17
* src/main.c
	* src/mainwindow.c
	* src/prefs_common.c
	* src/prefs_common.h
		Fix bug 1439, 'Claws Mail does not remember window size
		state when restarted'. Save maximised state and force
		maximisation at startup if applicable.
2007-12-27 19:26:13 +00:00
Paul Mangan
b8a88023c9 2007-12-23 [paul] 3.2.0cvs16
* src/prefs_matcher.c
		fix bug 1436, 'Filter condition dialog doesn't
		load header name from current rules'
2007-12-23 15:34:48 +00:00
Paul Mangan
50a17e891d 2007-12-22 [paul] 3.2.0cvs15
* src/compose.c
		fix bug 1435, 'Reply doesn't take into account
		reply-to field'
2007-12-22 09:43:22 +00:00
Paul Mangan
ee3237ccd8 2007-12-21 [paul] 3.2.0cvs14
* src/common/ssl_certificate.c
		fix FreeBSD build with IPV6 support
2007-12-21 20:22:09 +00:00
Colin Leroy
bd2d45b0d0 2007-12-20 [colin] 3.2.0cvs13
* src/imap.c
		Fix error handling
2007-12-20 18:05:10 +00:00
Colin Leroy
9cfa17f955 2007-12-20 [colin] 3.2.0cvs12
* src/imap.c
	* src/imap.h
	* src/prefs_account.c
		Add DIGEST-MD5 support for IMAP authentication
2007-12-20 08:28:29 +00:00
Ricardo Mones
0c2f4d5074 2007-12-19 [mones] 3.2.0cvs11
* doc/man/claws-mail.1
		Better ordering of sections, updated options
	* po/es.po
		Updated strings
2007-12-19 16:40:00 +00:00
Paul Mangan
5c7197852e 2007-12-19 [paul] 3.2.0cvs10
* src/prefs_account.c
		use a spinbutton instead of an entry for
		"POP authentication timeout" also
2007-12-19 10:48:43 +00:00
Colin Leroy
91b5185a5b 2007-12-19 [colin] 3.2.0cvs9
* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/gtk/description_window.c
		Destroy info windows with their parents
		Patch by Pawel
2007-12-19 07:42:53 +00:00
Colin Leroy
8e127b3fe7 2007-12-19 [colin] 3.2.0cvs8
* src/prefs_account.c
		Use spinbuttons instead of entries where needed
		Patch by Pawel
2007-12-19 07:40:02 +00:00
Paul Mangan
72b4b8886b 2007-12-18 [paul] 3.2.0cvs7
* src/prefs_matcher.c
		add missing i18n for a few strings
		Patch by Stephan Sachse
2007-12-18 22:09:18 +00:00
Paul Mangan
5ad65aed69 2007-12-18 [paul] 3.2.0cvs6
* src/prefs_logging.c
		use 'disk' instead of 'disc'
2007-12-18 11:42:29 +00:00
Paul Mangan
1cbbd8932c 2007-12-18 [paul] 3.2.0cvs5
* po/en_GB.po
		updated
	* src/addrcustomattr.c
	* src/editaddress.c
		fixes to the ingleesh
	* src/prefs_filtering_action.c
		fix copyright header
		fix untranslated strings
	* src/prefs_filtering_action.h
		fix copyright header
2007-12-18 11:37:52 +00:00
Tristan Chabredier
ffae8e6651 2007-12-18 [wwp] 3.2.0cvs4
* src/folderview.c
	* src/headerview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_fonts.c
	* src/summaryview.c
	* src/textview.c
	* src/wizard.c
	* src/common/defs.h
	* src/gtk/gtkutils.c
		Added prefs to set custom small and bold fonts
		(might matter on some desktops, according to
		DPI and font settings).
2007-12-18 08:20:55 +00:00
Colin Leroy
70a3e2b3be 2007-12-18 [colin] 3.2.0cvs3
* src/prefs_logging.c
		Rework GUI, patch by Pawel
2007-12-18 07:13:12 +00:00
Colin Leroy
6fbb42a174 2007-12-18 [colin] 3.2.0cvs2
* src/prefs_filtering_action.c
		Rework GUI, patch by Pawel
2007-12-18 07:09:48 +00:00
Colin Leroy
5370887d4e 2007-12-18 [colin] 3.2.0cvs1
* src/editaddress.c
		Fix build on old GCC
		Fix inverted buttons
2007-12-18 06:13:57 +00:00
Paul Mangan
86fed0c68d 3.2.0 released 2007-12-17 07:48:53 +00:00
Paul Mangan
3b0fed128c 2007-12-17 [paul] 3.1.0cvs79
* po/de.po
	* po/fr.po
	* po/hu.po
	* po/it.po
	* po/pt_BR.po
		updated by Stephan Sachse, Fabien Vantard, Pader Rezso,
		Andrea Spadaccini, and Frederico Goncalves Guimaraes
2007-12-17 05:34:59 +00:00
Ricardo Mones
0a793f140f 2007-12-17 [mones] 3.1.0cvs78
* po/es.po
		Updated Spanish translation for 3.2.0 release
2007-12-17 00:24:13 +00:00
Colin Leroy
773992852c 2007-12-16 [colin] 3.1.0cvs77
* src/addrcustomattr.c
		Fix translations, patch by Fabien
2007-12-16 10:00:35 +00:00
Paul Mangan
e0598f506e 2007-12-15 [paul] 3.1.0cvs76
* src/folderview.c
		fix compiler warning
2007-12-15 09:40:46 +00:00
Colin Leroy
bd5a2c461b 2007-12-14 [colin] 3.1.0cvs75
* src/folderview.c
		Simplify logic
2007-12-14 19:11:24 +00:00
Tristan Chabredier
5c4d9b8256 2007-12-12 [wwp] 3.1.0cvs74
* AUTHORS
	* src/gtk/authors.h
		Added Marius Glauser to the hall of fame.
2007-12-12 16:54:49 +00:00
Tristan Chabredier
69d9fbe674 2007-12-12 [wwp] 3.1.0cvs73
* src/gtk/gtkutils.c
		Improve the way we show results of searches
		in message bodies: selected text now get centered
		vertically in the message window.
		Patch by Marius Glauser <seelenhirt@gmx.net>.
2007-12-12 16:31:16 +00:00
Colin Leroy
a0306ae7d7 2007-12-10 [colin] 3.1.0cvs72
* src/folder.c
		Don't crash when setting batch mode on no folder
2007-12-10 18:53:01 +00:00
Colin Leroy
68ef3637e3 2007-12-10 [colin] 3.1.0cvs71
* src/common/utils.c
		Fix potential buffer overrun (thanks to
		Hiroyuki)
2007-12-10 18:20:11 +00:00
Paul Mangan
49c231daec 2007-12-08 [paul] 3.1.0cvs70
* src/prefs_receive.c
		small change to the English
2007-12-08 10:50:56 +00:00
Colin Leroy
26b8d02ba5 2007-12-08 [colin] 3.1.0cvs69
* src/vcard.c
		Fix warnings
2007-12-08 07:50:43 +00:00
Colin Leroy
bb699bbd69 2007-12-07 [colin] 3.1.0cvs68
* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Free simplify_subject_preg at exit
2007-12-07 20:42:42 +00:00
Colin Leroy
1ed0825b0e 2007-12-07 [colin] 3.1.0cvs67
* src/main.c
	* src/summaryview.c
	* src/common/utils.c
	* src/common/utils.h
		We have to free reused regexps from time to
		time, or they get huge
2007-12-07 20:01:13 +00:00
Colin Leroy
9c8c8646ba 2007-12-07 [colin] 3.1.0cvs66
* src/vcard.c
		Fix QP decoding (and UTF8)
2007-12-07 17:21:21 +00:00
Colin Leroy
59ef16bd23 2007-12-07 [colin] 3.1.0cvs65
* src/addrcustomattr.c
		Update list of default custom attributes
		now (will be needed for a feature patch
		post 3.2.0)
2007-12-07 17:15:46 +00:00
Colin Leroy
a7b2e2c8a6 2007-12-07 [colin] 3.1.0cvs64
* src/folder.c
		Batch on destination folder when copying - fixes
		slowness when moving unread mails to trash on IMAP
2007-12-07 17:10:49 +00:00
Colin Leroy
2806a011f5 2007-12-06 [colin] 3.1.0cvs63
* src/common/w32_time.c
	* src/common/w32lib.h
	* src/etpan/etpan-thread-manager.c
	* src/etpan/imap-thread.c
	* src/etpan/nntp-thread.c
	* src/gtk/Makefile.am
		Fix win32 build with libetpan. Thanks to
		Marcus Brinkmann.
2007-12-06 22:17:56 +00:00
Colin Leroy
242ecbf7ef 2007-12-06 [colin] 3.1.0cvs62
* src/account.c
	* src/imap.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Disable connection via command line on WIN32
		Disable mmap use on WIN32 - use normal strings
	* src/addressbook.c
	* src/addressbook.h
	* src/addressbook_foldersel.c
	* src/addressbook_foldersel.h
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Fix leak, rework function logics to be more
		natural - thanks to Holger
	* src/common/utils.c
		Fix warnings
2007-12-06 17:10:12 +00:00
Colin Leroy
5c45bfdcad 2007-12-06 [colin] 3.1.0cvs61
* src/news.c
	* src/common/utils.c
	* src/common/utils.h
		Fix posting, and fix UTF-8 being sent when encoding
		is 8bit
2007-12-06 07:48:28 +00:00
Colin Leroy
7cd551c847 2007-12-05 [colin] 3.1.0cvs60
* src/news.c
		Fix debian bug #453157, 'Fails to post usenet
		articles after NNTP connection has been
		interrupted". Fix return value to prevent deletion
		on failure, and issue MODE READER in case posting
		fails at first.
2007-12-05 19:45:53 +00:00
Colin Leroy
4708b02356 2007-12-05 [colin] 3.1.0cvs59
* src/messageview.c
	* src/uri_opener.c
		Improvements to the List URIs dialog
		Patch by Pawel
2007-12-05 07:39:32 +00:00
Colin Leroy
2a8b477af6 2007-12-05 [colin] 3.1.0cvs58
* src/prefs_other.c
	* src/gtk/gtksctree.h
		Fix warnings
2007-12-05 06:39:42 +00:00
Colin Leroy
b38872c6ba 2007-12-04 [colin] 3.1.0cvs57
* src/etpan/imap-thread.c
		Fix bug 1378, 'Claws exits on IMAP alert message'
		Don't do GTK calls directly from Etpan thread
2007-12-04 21:56:20 +00:00
Colin Leroy
3904b0349a 2007-12-04 [colin] 3.1.0cvs56
* src/folderview.c
	* src/gtk/gtksctree.c
		MAEMO: Fix bug 1325, 'Folder Navigation Problems'
                Make all the left of column zero an hotspot for
                expanding.
2007-12-04 21:54:01 +00:00
Colin Leroy
ca4154848b 2007-12-04 [colin] 3.1.0cvs55
* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_receive.c
		MAEMO: Fix bug 1199, 'Tie into LED for new mail alert'
2007-12-04 21:49:04 +00:00
Tristan Chabredier
84534e01d3 2007-12-04 [wwp] 3.1.0cvs54
* src/prefs_other.c
		Fix for bug #1419.
2007-12-04 21:34:20 +00:00
Holger Berndt
0796d0b127 2007-12-04 [holger] 3.1.0cvs53
* src/addrduplicates.c
	* src/addrduplicates.h
		Export addressbook entry deletion
2007-12-04 11:42:40 +00:00
Colin Leroy
3d07175163 2007-12-04 [colin] 3.1.0cvs52
* tools/Makefile.am
	* tools/README.sylprint
	* tools/sylprint.pl
	* tools/sylprint.rc
		Fix debian bug #454089 (symlink attack in TMP directory)
		http://secwatch.org/advisories/1019661/ :
		Remove the buggy script, which was unmaintained anyway
	* src/news.c
	* src/procmsg.c
		Store things in our private tmp directory.
2007-12-04 09:48:03 +00:00
Colin Leroy
e057e81d11 2007-12-03 [colin] 3.1.0cvs51
* src/folder.c
	* src/folder.h
	* src/folderview.c
	* src/imap.c
	* src/mainwindow.c
		Fix update problem when getting remote tags
	* src/prefs_matcher.c
		Rework GUI to make it better. Patch by Pawel
		Pekala
2007-12-03 17:32:15 +00:00
Colin Leroy
16f9763a40 2007-12-03 [cleroy] 3.1.0cvs50
* src/etpan/imap-thread.c
	* src/etpan/nntp-thread.c
		Fix bug 1417, 'Network log doesn't reveal
		enough NNTP errors'
2007-12-03 08:12:30 +00:00
Salvatore De Paolis
4d0a43a6c8 2007-12-02 [iwkse] 3.1.0cvs49
* src/plugins/dillo_viewer/dillo_prefs.c
			Insert dillo under the Plugins menu
2007-12-02 14:54:22 +00:00
Paul Mangan
b8ab0bcb9a 2007-12-01 [paul] 3.1.0cvs48
* src/html.c
		add these variant forms
		Thanks to Colin
2007-12-01 10:22:44 +00:00
Paul Mangan
e7b5e1f89f 2007-12-01 [paul] 3.1.0cvs47
* src/matcher.c
		fix a typo
2007-12-01 10:20:23 +00:00
Paul Mangan
08dae36246 2007-12-01 [paul] 3.1.0cvs46
* po/POTFILES.in
		add the new addrcustomattr.c file
2007-12-01 10:17:51 +00:00
Colin Leroy
e44b285b53 2007-11-29 [colin] 3.1.0cvs45
* src/common/ssl_certificate.c
		Use the more modern getaddrinfo instead of
		gethostbyname when possible
2007-11-29 18:25:42 +00:00
Colin Leroy
8916ee9239 2007-11-28 [colin] 3.1.0cvs44
* src/summaryview.c
		Maybe fix bug 1410 and other crash reports
		in summaryview since cvs38.
2007-11-28 18:24:06 +00:00
Tristan Chabredier
0b92421506 2007-11-28 [wwp] 3.1.0cvs43
* src/prefs_summary_open.c
		Guard against an empty list of actions to perform
		when opening a folder (or migration defaults could
		be introduced, confusing).
2007-11-28 15:15:16 +00:00
Colin Leroy
04ebf767ed 2007-11-28 [colin] 3.1.0cvs42
* src/folderview.c
		Fix mark all read from folder's contextual menu
2007-11-28 08:00:57 +00:00
Colin Leroy
0f7774f76a 2007-11-27 [colin] 3.1.0cvs41
* src/imap.c
	* src/imap.h
	* src/imap_gtk.c
	* src/prefs_account.c
	* src/etpan/imap-thread.c
		A few fixes to the IMAP flags handling: Optimisations,
		two crashers, mention that Bandwitdh-efficient mode
		prevents tag fetching.
		Fix M-UTF7 in subscription dialog.
2007-11-27 19:10:20 +00:00
Colin Leroy
732afe2832 2007-11-27 [colin] 3.1.0cvs40
* src/folder.c
	* src/mbox.c
	* src/summaryview.c
		Make filtering faster on flags change: Batch original
		folderitem, where we'll do flags/tags changes.
2007-11-27 18:28:40 +00:00
Colin Leroy
0ab8d46d03 2007-11-27 [colin] 3.1.0cvs39
* src/filtering.c
		Fix bug 1407, 'After a copy action, further rules apply
		to both original and copy'
2007-11-27 18:26:29 +00:00
Colin Leroy
6fc0b0b573 2007-11-27 [colin] 3.1.0cvs38
* src/edittags.c
	* src/summaryview.c
		Fixes races when doing a long operation and user
		asks for another one (Mark all read/unread on a
		big folder on IMAP for example)
2007-11-27 18:25:25 +00:00
Tristan Chabredier
ca262beafb 2007-11-27 [wwp] 3.1.0cvs37
* src/addressbook.c
	* src/prefs_common.c
		Fix warning introduced by 3.1.0cvs33 (prefs_common.c)
		and 3.1.0cvs35 (addressbook.c).
2007-11-27 17:13:38 +00:00
Holger Berndt
384cd2e28e 2007-11-27 [holger] 3.1.0cvs36
* src/printing.c
		Add a line separating header and body
		in the printout
2007-11-27 12:20:10 +00:00
Tristan Chabredier
2c4e272aea 2007-11-27 [wwp] 3.1.0cvs35
* src/addressbook.c
		Fix a drag-and-drop issue introduced with 3.1.0cvs33
		(thanks to Colin) and revert disabling of cut/copy
		context menu entries upon selected groups.
2007-11-27 11:30:46 +00:00
Holger Berndt
2de33dd53b 2007-11-27 [holger] 3.1.0cvs34
* src/printing.c
		Add weights to the list of supported text attributes
		for printing
2007-11-27 10:57:58 +00:00
Tristan Chabredier
1d1c924664 2007-11-27 [wwp] 3.1.0cvs33
* src/Makefile.am
	* src/addrcustomattr.c
	* src/addrcustomattr.h
	* src/addressbook.c
	* src/editaddress.c
	* src/editaddress.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/common/defs.h
		Provide a (customizable) list of preset attribute names
		for editing contacts (closes bug #1391).
2007-11-27 09:37:23 +00:00
Tristan Chabredier
4f24b2d943 2007-11-27 [wwp] 3.1.0cvs32
* src/addrclip.c
	* src/addressbook.c
	* src/addritem.c
		Various fixes in the address book:
			- made copy/move of a folder to itself or its subtree
			  impossible (-> error)
			- errors messages don't show in the status bar anymore,
			  use alertpanels instead
			- simple click on group doesn't open group edit dialog
			  anymore when in contact edit embedded mode (was too itchy)
			- fixed disabling of edit button and and menu entry when
			  in contact edit embedded mode (was done in a bad and
			  ineffective way)
			- fix menu cut/paste sensitivity in treelist context
			  menu (conflicting enabling was done by different functions)
			- fix some menu item sensitivity in address list context menu
			- don't allow cut/copy of groups, it's useless as they won't
			  be copied w/ their contents
			- fix missing copy of the picture file when copying (bug #1402),
			  fix picture attribute (internal) value when moving or copying
2007-11-27 09:05:12 +00:00
Colin Leroy
344f99940f 2007-11-27 [colin] 3.1.0cvs31
* src/folder.c
	* src/imap.c
		Fix tags loss on move, fix space encoding
2007-11-27 07:25:12 +00:00
Colin Leroy
f951b6bf67 2007-11-26 [colin] 3.1.0cvs30
* src/edittags.c
	* src/folder.c
	* src/folder.h
	* src/imap.c
	* src/messageview.c
	* src/procmsg.c
	* src/procmsg.h
	* src/summaryview.c
	* src/common/utils.c
	* src/common/utils.h
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Add IMAP tags support
2007-11-26 22:30:58 +00:00
Colin Leroy
1bbc061b4c 2007-11-26 [colin] 3.1.0cvs29
* src/imap.c
		Fix bug 1405, 'imap auto auth method doesn't
		work since 3.1.0'
2007-11-26 17:47:14 +00:00
Colin Leroy
c646130f73 2007-11-26 [colin] 3.1.0cvs28
* src/messageview.c
	* src/procmime.c
		Handle broken disposition-notifications from Evolution
		(http://bugzilla.gnome.org/show_bug.cgi?id=499145)
2007-11-26 07:49:49 +00:00
Paul Mangan
ba758ffdf7 2007-11-25 [paul] 3.1.0cvs27
* src/folder_item_prefs.c
	* src/folder_item_prefs.h
		remove dead code
2007-11-25 10:05:12 +00:00
Tristan Chabredier
89bdfcfd78 2007-11-23 [wwp] 3.1.0cvs26
* src/matcher.c
	* src/matcher.h
	* src/matcher_parser_parse.y
	* src/prefs_matcher.c
		Fix irrelevant case folding when adding matcher condition 'test',
		thanks to Colin.
2007-11-23 10:22:24 +00:00
Tristan Chabredier
412bc6736f 2007-11-23 [wwp] 3.1.0cvs25
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summary_open.c
	* src/prefs_summary_open.h
	* src/summaryview.c
		Add "select first email in list" to the list of possible selections
		when opening a folder.
2007-11-23 10:15:37 +00:00
Paul Mangan
2bcccb2912 2007-11-23 [paul] 3.1.0cvs24
* po/de.po
		a fix by Stephan Sachse, plus remove all
		old strings from the end of the file
2007-11-23 10:09:51 +00:00
Tristan Chabredier
a9f5f37ffa 2007-11-23 [wwp] 3.1.0cvs23
* src/prefs_msg_colors.c
		Move colour prefs into tabs. Patch by Pawel Pekala <c0rn@o2.pl>,
		with little changes.
2007-11-23 09:57:32 +00:00
Paul Mangan
326ef96dad 2007-11-23 [paul] 3.1.0cvs22
* src/prefs_logging.c
		eliminate wasted horizontal space
2007-11-23 09:36:09 +00:00
Paul Mangan
9be77bb72d 2007-11-23 [paul] 3.1.0cvs21
* src/prefs_summaries.c
		don't wrap the label or put linebreaks
2007-11-23 09:09:26 +00:00
Colin Leroy
f5154d1512 2007-11-22 [colin] 3.1.0cvs20
* src/plugins/pgpinline/pgpinline.c
		Fix decryption
2007-11-22 17:04:48 +00:00
Tristan Chabredier
e3f7727ebf 2007-11-22 [wwp] 3.1.0cvs19
* src/prefs_themes.c
		Yet another misuse of get_rc_dir(), still related
		to user themes. Completes 3.1.0cvs18.
2007-11-22 11:28:34 +00:00
Tristan Chabredier
90e84d00ae 2007-11-22 [wwp] 3.1.0cvs18
* src/stock_pixmap.c
		Fix a misuse of get_rc_dir(), user themes dir was
		not set properly and some themes might have disappeared
		from themes list in prefs.
2007-11-22 11:20:20 +00:00
Tristan Chabredier
34abe7d45d 2007-11-22 [wwp] 3.1.0cvs17
* src/edittags.c
	* src/edittags.h
	* src/common/tags.c
	* src/common/tags.h
		Correct copyright for these claws-mail-only brand new
		files.
2007-11-22 09:49:48 +00:00
Paul Mangan
adfab3864d 2007-11-22 [paul] 3.1.0cvs16
* src/compose.c
		fix bug 1400, 'Drag and drop of URLs does not work'
		Thanks to Colin
2007-11-22 09:06:13 +00:00
Paul Mangan
f53da022e7 2007-11-22 [paul] 3.1.0cvs15
* src/prefs_common.c
		make "cmds_use_system_default" default to FALSE
		so as not to disrupt current settings
	* src/summaryview.c
		increase the size of the GdkRectangle, tooltips
		didn't show for me otherwise
2007-11-22 08:58:38 +00:00
Colin Leroy
b96432690e 2007-11-21 [colin] 3.1.0cvs14
* src/compose.c
	* src/crash.c
	* src/exphtmldlg.c
	* src/mainwindow.c
	* src/manual.c
	* src/mimeview.c
	* src/prefs_account.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_ext_prog.c
	* src/textview.c
	* src/uri_opener.c
	* src/gtk/about.c
	* src/gtk/gtkutils.c
		Use xdg-open as a way to find default browser,
		when available
2007-11-21 18:58:18 +00:00
Colin Leroy
e8756b1789 2007-11-21 [colin] 3.1.0cvs13
* src/messageview.c
	* src/procmime.c
	* src/procmsg.h
		Send better return receipts (useful ones)
		Handle incoming return receipts
2007-11-21 18:52:23 +00:00
Colin Leroy
1ff8a8f4c8 2007-11-20 [colin] 3.1.0cvs12
* src/printing.c
	* src/printing.h
		Add getter/setter for settings, and getter
		for page setup
2007-11-20 20:19:29 +00:00
Colin Leroy
3d4b8597a3 2007-11-20 [colin] 3.1.0cvs11
* src/folderview.c
	* src/main.c
	* src/mainwindow.c
		Fix bug 1396, 'Crash on disabling a filter
		while it is processing'
2007-11-20 20:13:59 +00:00
Paul Mangan
5c17c8da1b 2007-11-20 [paul] 3.1.0cvs10
* src/folder.c
		fix bug 1395, 'Crash on checking for new mails
		while filter is running'
		Thanks to Colin
2007-11-20 10:49:27 +00:00
Paul Mangan
48e45c8290 2007-11-20 [paul] 3.1.0cvs9
* src/compose.c
		make this string easier for translators
2007-11-20 09:29:06 +00:00
Colin Leroy
911a43df48 2007-11-19 [colin] 3.1.0cvs8
* src/prefs_summaries.c
	* src/summaryview.c
		Don't enable more tooltips on Maemo
2007-11-19 17:40:37 +00:00
Colin Leroy
ff78516a2d 2007-11-19 [colin] 3.1.0cvs7
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summaries.c
	* src/summaryview.c
		Fix bug 1388, 'message list tool tips'
		Add (optional) tooltips in summaryview.
		This only works with GTK+ >= 2.12
2007-11-19 17:23:20 +00:00
Colin Leroy
ef6237ab30 2007-11-19 [colin] 3.1.0cvs6
* src/compose.c
		Make strings a bit better when attaching
		from mailto: URIs
2007-11-19 17:21:44 +00:00
Colin Leroy
0a9e72a098 2007-11-19 [colin] 3.1.0cvs5
* src/common/utils.c
		Fix bug 1392, 'Top level domain .EU is
		not recognised as valid'
2007-11-19 17:19:42 +00:00
Tristan Chabredier
7ec8925999 2007-11-19 [wwp] 3.1.0cvs4
* src/compose.c
	* src/compose.h
		Revert changes to compose.c made in 3.1.0cvs2.
2007-11-19 15:36:40 +00:00
Tristan Chabredier
3225a3e551 2007-11-19 [wwp] 3.1.0cvs3
* src/addressbook.c
	* src/addressbook.h
	* src/editaddress.c
	* src/editgroup.c
	* src/addrduplicates.c
		Minor improvements in the address book:
		always accept new contacts provided that some
		detail is set (instead of rejecting silently).
		Better guessing of contact name from incomplete
		name information. Better display of contacts with
		no name, in contact lists, group contents, find
		duplicate results.
2007-11-19 14:42:37 +00:00
Tristan Chabredier
3676477edd 2007-11-19 [wwp] 3.1.0cvs2
* src/compose.c
	* src/compose.h
	* src/prefs_logging.c
	* src/prefs_summaries.c
		GUI improvements, thanks to Pawel Pekala <c0rn@o2.pl>:
		wrap some long label in prefs/summaries, layout checkboxes
		in a more compact form in prefs/loggin, make account and
		header's combos have the same size/spacing in compose
		window.
2007-11-19 14:23:03 +00:00
Tristan Chabredier
3d47e8421c 2007-11-19 [wwp] 3.1.0cvs1
* src/edittags.c
		Fix a tiny leak and duplicate variable.
2007-11-19 13:55:10 +00:00
Paul Mangan
9f6212778b 3.1.0 unleashed 2007-11-19 11:20:23 +00:00
Paul Mangan
ed2957b2d3 2007-11-19 [paul] 3.0.2cvs145
* po/de.po
	* po/fi.po
	* po/fr.po
	* po/hu.po
	* po/it.po
	* po/pl.po
	* po/pt_BR.po
	* po/sk.po
	* po/zh_CN.po
		updated by Stephan Sachse, Flammie Pirinen,
		Fabien Vantard, Pader Rezso, Andrea Spadaccini,
		Emil Nowak, Frederico Goncalves Guimaraes,
		Andrej Kacian, and Ralph Young
2007-11-19 07:10:09 +00:00
Ricardo Mones
8a62bfd327 2007-11-18 [mones] 3.0.2cvs144
* po/es.po
		Updated Spanish translation
2007-11-18 21:14:44 +00:00
Colin Leroy
d632efe845 2007-11-18 [colin] 3.0.2cvs143
* src/edittags.c
		Prevent empty tag after edit, thanks to wwp
2007-11-18 20:09:43 +00:00
Colin Leroy
9d7686cf84 2007-11-18 [colin] 3.0.2cvs142
* src/editaddress.c
		Fix possible "(null)" %s - thanks to wwp
2007-11-18 15:06:01 +00:00
Tristan Chabredier
da23b9b18e 2007-11-16 [wwp] 3.0.2cvs141
* src/common/utils.c
		Fix for 3.0.2cvs140, prevents from crashing when opening
		a compose window.
2007-11-16 22:19:44 +00:00
Colin Leroy
81d54c1070 2007-11-16 [colin] 3.0.2cvs140
* src/main.c
	* src/common/claws.c
		Output a bit more useful info at startup
		in --debug mode
2007-11-16 19:13:47 +00:00
Colin Leroy
2ca9d1c7c0 2007-11-16 [colin] 3.0.2cvs139
* src/compose.c
	* src/common/utils.c
	* src/common/utils.h
		Fix bug 1387, 'Request for --compose to
		support multiple attachments'
2007-11-16 17:28:18 +00:00
Colin Leroy
629964fb37 2007-11-16 [colin] 3.0.2cvs138
* src/news.c
		Fix bug 1390, 'NNTP fails after server
		closed connection'
2007-11-16 17:26:14 +00:00
Colin Leroy
14dc78faab 2007-11-16 [colin] 3.0.2cvs137
* src/prefs_display_header.c
		Fix bug 1389, 'Changing 'Display headers
		in message view' breaks dispheaderrc'
2007-11-16 17:24:44 +00:00
Colin Leroy
512327385d 2007-11-14 [colin] 3.0.2cvs136
* src/summaryview.c
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
		Fix resetting the quicksearch when in non-sticky
		mode, but Recursive is set: reset only when going
		out of the root search folder.
2007-11-14 17:35:03 +00:00
Colin Leroy
fa5c1cb68a 2007-11-14 [colin] 3.0.2cvs135
* src/filtering.c
		Don't set new flag back when doing "Mark as unread"
		from filtering
2007-11-14 17:32:10 +00:00
Paul Mangan
287cef3a1a note when 3.1.0-rc2 was released 2007-11-12 09:15:42 +00:00
Paul Mangan
b3f1d4bbd0 2007-11-12 [paul] 3.0.2cvs134
* src/plugins/dillo_viewer/dillo_viewer.c
		don't offer the mime type for translation
2007-11-12 09:09:30 +00:00
Colin Leroy
616976af1e 2007-11-11 [colin] 3.0.2cvs133
* src/imap_gtk.c
	* src/mh_gtk.c
		Use markup-escaped strings in dialogs
2007-11-11 10:39:24 +00:00
Colin Leroy
e05aae5c86 2007-11-11 [colin] 3.0.2cvs132
* src/imap.c
		Better IMAP-UTF7/UTF8 conversion
2007-11-11 10:19:57 +00:00
Colin Leroy
b2038af548 2007-11-10 [colin] 3.0.2cvs131
* src/news.c
		Fix debian bug 450698, 'nntp auth behavior changed
		without notice'
2007-11-10 13:24:29 +00:00
Colin Leroy
f59d42a9e1 2007-11-10 [colin] 3.0.2cvs130
* configure.ac
	* src/inc.c
	* src/main.c
	* src/main.h
	* src/mimeview.c
	* src/statusbar.c
	* src/common/utils.c
	* src/etpan/Makefile.am
	* src/gtk/filesel.c
	* src/gtk/gtkutils.h
	* src/gtk/menu.c
	* src/plugins/bogofilter/Makefile.am
	* src/plugins/clamav/Makefile.am
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/pgpcore/Makefile.am
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/trayicon/Makefile.am
		Fixes (mainly preprocessor foo) for Maemo 4.0 (Chinook)
2007-11-10 12:42:23 +00:00
Colin Leroy
774450f92c 2007-11-09 [colin] 3.0.2cvs129
* src/addressbook.c
	* src/ldapupdate.c
		fix bug 1375, 'Impossible to modify e-mail
                in LDAP addressbook twice'; Try two. update
		externalID, don't make display lag, and
		fix the cases where dn is not mail.
2007-11-09 16:59:46 +00:00
Paul Mangan
23598dd28a 2007-11-08 [paul] 3.0.2cvs128
* src/account.c
	* src/compose.c
	* src/messageview.c
	* src/prefs_account.c
	* src/prefs_account.h
		reinstate 'Generate Message-ID' option as an
		account preference. (hidden on IMAP)
		Thanks to Colin
2007-11-08 09:13:16 +00:00
Paul Mangan
c771716a56 2007-11-08 [paul] 3.0.2cvs127
* src/textview.c
		MAEMO: fix failure of loading images inline
		MAEMO: fix bug 1349, 'Emails still skip to end
		when opened (in certain circumstances)...'
2007-11-08 08:06:35 +00:00
Colin Leroy
23c1cd12fc 2007-11-07 [colin] 3.0.2cvs126
* src/toolbar.c
		Migrate from A_SYL_ACTIONS to A_CLAWS_ACTIONS
2007-11-07 17:38:12 +00:00
Colin Leroy
8ea7c3ab83 2007-11-07 [colin] 3.0.2cvs125
* src/toolbar.c
		Re-change the string occurence of A_CLAWS_ACTIONS
		to A_SYL_ACTIONS, to prevent parse errors of the
		toolbar_*.xml files
2007-11-07 17:32:10 +00:00
Colin Leroy
04a2223c35 2007-11-07 [colin] 3.0.2cvs124
* src/mimeview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* manual/advanced.xml
		Add an hidden pref, 'save_parts_readwrite';
		completes 3.0.2cvs35
2007-11-07 17:26:29 +00:00
Paul Mangan
5caf749ed7 2007-11-07 [paul] 3.0.2cvs123
* src/prefs_toolbar.c
	* src/toolbar.c
	* src/toolbar.h
		rename ToolbarSylpheedActions to ToolbarClawsActions
		rename A_SYL_ACTIONS to A_CLAWS_ACTIONS
2007-11-07 09:21:19 +00:00
Paul Mangan
6659b1ef8e 2007-11-07 [paul] 3.0.2cvs122
* src/toolbar.c
		MAEMO: remove tooltips
2007-11-07 09:06:57 +00:00
Colin Leroy
9b39d51894 2007-11-07 [colin] 3.0.2cvs121
* src/plugins/pgpinline/pgpinline.c
		Fix bug 1377, 'unspecific errors on
		signature checking'. Fix trimming of
		UTF8 data.
2007-11-07 07:34:54 +00:00
Salvatore De Paolis
12da4e6031 2007-11-06 [iwkse] 3.0.2cvs120
* src/prefs_summary_open.c
		yet a string change
2007-11-06 22:54:06 +00:00
Paul Mangan
eab0a0dfde 2007-11-06 [paul] 3.0.2cvs119
* tools/Makefile.am
	* tools/README
	* tools/csv2addressbook.pl
		add a new script that imports a CSV formatted
		address book. Becky and Thunderbird address
		book are currently supported.
2007-11-06 10:33:43 +00:00
Colin Leroy
5f8d251349 2007-11-05 [colin] 3.0.2cvs118
* src/imap.c
		Fix deletion
2007-11-05 16:58:56 +00:00
Tristan Chabredier
72731010c3 Fix dup cvs117 entries. 2007-11-05 11:48:44 +00:00
Salvatore De Paolis
4220953c74 2007-11-05 [iwkse] 3.0.2cvs117
* src/prefs_summary_open.c
		String change
2007-11-05 10:46:25 +00:00
Paul Mangan
853ffe4ac8 2007-11-04 [paul] 3.0.2cvs116
* src/addressbook_foldersel.c
		fix gtk critical warning
		Patch by Pawel Pekala
2007-11-04 09:37:09 +00:00
Paul Mangan
f308586cda 2007-11-04 [paul] 3.0.2cvs115
* tools/README
	* tools/claws-mail-compose-insert-files.pl
		add --bcc and uri_escape() everything
2007-11-04 07:35:01 +00:00
Paul Mangan
2cbb3206f8 2007-11-04 [paul] 3.0.2cvs114
* src/gtk/gtkutils.c
		gtkut_stock_with_text_button_set_create(): set
		GTK_CAN_DEFAULT on buttons 2 and 3
2007-11-04 06:25:31 +00:00
Paul Mangan
e74c5a80f3 2007-11-03 [paul] 3.0.2cvs113
* src/common/utils.c
		fix debian bug #448814, 'mailto: URI decoding
		desn't decode the destination address field'
		Patch by Federico Heinz <fheinz@vialibre.org.ar>
2007-11-03 08:28:53 +00:00
Paul Mangan
567b89066c 2007-11-03 [paul] 3.0.2cvs112
* AUTHORS
	* src/compose.c
	* src/gtk/authors.h
		allow Bcc in commandline URIs
		(based on) Patch by Federico Heinz <fheinz@vialibre.org.ar>
2007-11-03 07:06:36 +00:00
Colin Leroy
c3ab396b36 2007-11-02 [colin] 3.0.2cvs111
* src/addressbook.c
		Maybe fix bug 1376, 'crash on
		addressbook manipulation'
2007-11-02 07:07:56 +00:00
Paul Mangan
b0f1451116 2007-10-31 [paul] 3.0.2cvs110
* src/ldapupdate.c
		fix bug 1375, 'Impossible to modify e-mail
		in LDAP addressbook twice'
		Patch by Michael Rasmussen
2007-10-31 06:17:43 +00:00
Paul Mangan
2f7e52c36f mention when 3.1.0-rc1 was released 2007-10-30 13:57:35 +00:00
Paul Mangan
f4019a8661 2007-10-30 [paul] 3.0.2cvs109
* configure.ac
		enable GnuTLS support with --enable-gnutls which
		will disable openssl support. if the user has
		gtk >= 2.10.x don't allow gnomeprint even if the
		user asks for it
2007-10-30 13:55:59 +00:00
Paul Mangan
09bb897e07 2007-10-30 [paul] 3.0.2cvs108
* Makefile.am
		add ChangeLog.2.0.0-3.0.0 to EXTRA_DIST
2007-10-30 08:46:18 +00:00
Paul Mangan
6743c659cd 2007-10-30 [paul] 3.0.2cvs107
* src/expldifdlg.c
	* src/prefs_account.c
	* src/prefs_folder_item.c
	* src/prefs_spelling.c
	* src/prefs_themes.c
	* src/wizard.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		replace deprecated gtk_option_menu...
		patch by Pawel Pekala
2007-10-30 08:04:20 +00:00
Colin Leroy
b9edfc3f54 2007-10-29 [colin] 3.0.2cvs106
* src/plugins/dillo_viewer/dillo_prefs.c
		Fix forgotten signal connect
2007-10-29 17:47:06 +00:00
Colin Leroy
786b5642fe 2007-10-28 [colin] 3.0.2cvs105
* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_prefs.h
	* src/plugins/dillo_viewer/dillo_viewer.c
		Implement addressbook-based whitelisting for loading
		remote images. Fixed missing destroy of the embedded
		browser that made a Dillo window pop up on exit, if
		an HTML part was displayed.
2007-10-28 17:02:31 +00:00
Colin Leroy
7a8171199e 2007-10-26 [colin] 3.0.2cvs104
* src/edittags.c
		Add missing static
2007-10-26 06:39:13 +00:00
Colin Leroy
5b1cf288c0 2007-10-25 [colin] 3.0.2cvs103
* src/editaddress.c
		Add tap-and-hold on the picture, for Maemo
	* src/edittags.c
	* src/edittags.h
	* src/mainwindow.c
	* src/procmsg.c
	* src/summaryview.c
	* src/textview.c
		Unify tag interfaces.
2007-10-25 16:56:50 +00:00
Colin Leroy
3c7d5ebeaf 2007-10-25 [colin] 3.0.2cvs102
* src/imap.c
	* src/etpan/imap-thread.h
		Much better error handling. We'll need to be really
		clear to users about where errors come from, with
		the apparition of Gmail's IMAP server.
2007-10-25 16:28:00 +00:00
Colin Leroy
1c7def6027 2007-10-24 [colin] 3.0.2cvs101
* src/edittags.c
	* src/mainwindow.c
	* src/summaryview.c
	* src/textview.c
		Add tags sorting (alphabetical); allow deletion of
		tags from the Apply Tags window
2007-10-24 20:45:39 +00:00
Colin Leroy
65e8c10471 2007-10-24 [colin] 3.0.2cvs100
* src/editaddress.c
	* src/editaddress_other_attributes_ldap.c
	* src/editaddress_other_attributes_ldap.h
	* src/ldapctrl.c
	* src/ldapquery.c
	* src/ldapupdate.c
		Fix LDAP writing (got broken in cvs39)
		Add read-only support for jpegPhoto LDAP field
2007-10-24 18:03:36 +00:00
Colin Leroy
4e330808c9 2007-10-23 [colin] 3.0.2cvs99
* src/news.c
		Fix crash in some cases
2007-10-23 16:43:06 +00:00
Colin Leroy
878251cc39 2007-10-22 [colin] 3.0.2cvs98
* src/common/socket.h
	* src/common/ssl.c
		Fix big leak in GnuTLS code
2007-10-22 16:26:07 +00:00
Colin Leroy
3f4891fba5 2007-10-22 [colin] 3.0.2cvs97
* src/news.c
		Fix bug 1368, 'SIGSEGV in NNTP code'
2007-10-22 16:23:23 +00:00
Colin Leroy
90a125dade 2007-10-22 [colin] 3.0.2cvs96
* src/prefs_customheader.c
		Catch compface warnings when generating X-Faces
2007-10-22 16:00:52 +00:00
Tristan Chabredier
b8651df2b8 2007-10-22 [wwp] 3.0.2cvs95
* src/quote_fmt_parse.y
		Remove accidentally committed debug traces.
		Fix a warning.
2007-10-22 09:20:59 +00:00
Colin Leroy
e8190f6fbf 2007-10-22 [colin] 3.0.2cvs94
* src/etpan/nntp-thread.c
		Fix authentication
2007-10-22 06:43:08 +00:00
Tristan Chabredier
7dd4085b59 2007-10-19 [wwp] 3.0.2cvs93
* src/common/ssl_certificate.c
		Add missing include (Windows).
2007-10-19 17:44:10 +00:00
Colin Leroy
3c6985ff08 2007-10-19 [colin] 3.0.2cvs92
* src/imap_gtk.c
	* src/mimeview.c
	* src/textview.c
	* src/gtk/inputdialog.c
	* src/gtk/inputdialog.h
		Remove the last old combo; patch by
		Pawel
2007-10-19 06:50:41 +00:00
Colin Leroy
8062cb9bd3 2007-10-19 [colin] 3.0.2cvs91
* src/common/ssl.c
		Fix interop problem with GnuTLS and some crappy
		servers that have very little keys.
2007-10-19 06:39:39 +00:00
Colin Leroy
c2fa83f158 2007-10-19 [colin] 3.0.2cvs90
* src/common/ssl.c
		Fix return value check on GnuTLS, and
		display the error
2007-10-19 06:32:42 +00:00
Colin Leroy
4d2d414d44 2007-10-18 [colin] 3.0.2cvs89
* src/common/ssl_certificate.c
		Fix missing initialisations
2007-10-18 17:28:57 +00:00
Tristan Chabredier
89f3735091 2007-10-18 [wwp] 3.0.2cvs88
* src/Makefile.am
		Fix linking against GNUTLS (matters if --enable-gnutls only).
2007-10-18 15:47:24 +00:00
Colin Leroy
9aae9ceec6 2007-10-18 [colin] 3.0.2cvs87
* po/POTFILES.in
		Fix build
2007-10-18 15:11:42 +00:00
Ricardo Mones
577a7d1718 2007-10-18 [mones] 3.0.2cvs86
* src/editbook.c
	* src/import.c
	* src/prefs_account.c
	* src/prefs_receive.c
	* src/gtk/about.c
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		More capitalisation micro-fixes
2007-10-18 09:50:59 +00:00
Paul Mangan
0d31f6c321 2007-10-18 [paul] 3.0.2cvs85
* configure.ac
		add info about NNTP support via libetpan
		change the configure output ending msg a little
	* src/gtk/about.c
		similar changes to above
2007-10-18 09:29:06 +00:00
Colin Leroy
9d813f441e 2007-10-18 [colin] 3.0.2cvs84
* src/procmime.c
	* src/procmime.h
		Fix missing symbol for S/MIME
2007-10-18 08:03:40 +00:00
Colin Leroy
4ec0a45d39 2007-10-18 [colin] 3.0.2cvs83
* src/prefs_filtering_action.c
		Fix crash in tags (introduced in cvs78)
2007-10-18 08:02:39 +00:00
Colin Leroy
81fd89ef63 2007-10-18 [colin] 3.0.2cvs82
* src/common/Makefile.am
	* src/common/nntp.c
	* src/common/nntp.h
	* src/etpan/Makefile.am
	* src/etpan/etpan-thread-manager-types.h
	* src/etpan/etpan-thread-manager.c
	* src/etpan/imap-thread.c
	* src/etpan/nntp-thread.c
	* src/etpan/nntp-thread.h
	* src/news.c
	* src/news.h
		Rewrite the nntp implementation
		to use libetpan. Non-blocking NNTP!
	* src/account.c
	* src/crash.c
	* src/imap.c
	* src/inc.c
	* src/main.c
	* src/mainwindow.c
	* src/pop.c
	* src/pop.h
	* src/prefs_account.c
	* src/recv.c
	* src/recv.h
	* src/send_message.c
	* src/send_message.h
	* src/ssl_manager.c
	* src/ssl_manager.h
	* src/wizard.c
	* src/common/claws.c
	* 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/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/gtk/about.c
	* src/gtk/sslcertwindow.c
	* src/gtk/sslcertwindow.h
		Implement GnuTLS support. GnuTLS support
		will be used if OpenSSL isn't available, or
		specified explicitely. (the reason is that
		GnuTLS cerficate checking is a bit less
		practical than OpenSSL's)
2007-10-18 07:13:06 +00:00
Paul Mangan
a86c33877e thin down current ChangeLog by moving older entries to ChangeLog.2.0.0-3.0.0 2007-10-18 06:26:39 +00:00
Paul Mangan
b8397b423c 2007-10-18 [paul] 3.0.2cvs81
* src/gtk/inputdialog.c
	* src/gtk/inputdialog.h
		fix copyright header
2007-10-18 06:14:16 +00:00
Paul Mangan
34e5e0ea86 correct 3.0.2cvs78 ChangeLog entry 2007-10-18 06:09:54 +00:00
Colin Leroy
766acdaa9b 2007-10-17 [colin] 3.0.2cvs80
* src/plugins/pgpcore/select-keys.c
                Fix bug which prevented encryption key
                auto-selection when two or more matched the
                email address, but only one isn't revoked
                or expired.
2007-10-17 16:03:29 +00:00
Tristan Chabredier
f9a3eda055 2007-10-17 [wwp] 3.0.2cvs79
* src/compose.c
	* src/quote_fmt.c
	* src/quote_fmt.h
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Templates can now attach files using |attach{filename}.
2007-10-17 14:57:18 +00:00
Tristan Chabredier
6c1754fee7 2007-10-17 [wwp] 3.0.2cvs78
* src/prefs_customheader.c
	* src/prefs_ext_prog.c
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/prefs_other.c
	* src/prefs_toolbar.c
	* src/gtk/combobox.c
	* src/gtk/combobox.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Removed all remaining instances of GtkCombo
		old API, patch by Pawel Pekala <c0rn@o2.pl>, with
		few visual and code cleanup from Colin.
2007-10-17 14:43:24 +00:00
Tristan Chabredier
852e3bd5be Grmbl, forgot to use commitHelper for 3.0.2cvs77. 2007-10-17 14:37:43 +00:00
Colin Leroy
0539d68af9 2007-10-15 [colin] 3.0.2cvs76
* src/edittags.c
	* src/edittags.h
	* src/filtering.c
	* src/filtering.h
	* src/importmutt.c
	* src/importpine.c
	* src/main.c
	* src/messageview.c
	* src/messageview.h
	* src/mimeview.c
	* src/mimeview.h
	* src/pop.c
	* src/pop.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_customheader.c
	* src/prefs_customheader.h
	* src/prefs_display_header.c
	* src/prefs_display_header.h
	* src/prefs_filtering_action.c
	* src/prefs_filtering_action.h
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
	* src/prefs_folder_item.c
	* src/prefs_folder_item.h
	* src/prefs_gtk.c
	* src/prefs_gtk.h
	* src/prefs_logging.h
	* src/prefs_matcher.c
	* src/prefs_matcher.h
	* src/prefs_summary_column.c
	* src/prefs_summary_column.h
	* src/prefs_summary_open.c
	* src/procheader.c
	* src/procheader.h
	* src/procmime.c
	* src/procmime.h
	* src/recv.c
	* src/recv.h
	* src/sourcewindow.c
	* src/sourcewindow.h
	* src/summaryview.c
	* src/summaryview.h
	* src/textview.c
	* src/textview.h
	* src/toolbar.c
	* src/toolbar.h
	* src/common/mgutils.c
	* src/common/mgutils.h
	* src/common/nntp.c
	* src/common/nntp.h
	* src/common/prefs.c
	* src/common/prefs.h
	* src/common/socket.c
	* src/common/socket.h
	* src/common/stringtable.c
	* src/common/stringtable.h
	* src/common/template.c
	* src/common/template.h
	* src/common/uuencode.c
	* src/common/uuencode.h
	* src/gtk/gtkshruler.c
	* src/gtk/gtkshruler.h
	* src/gtk/menu.c
	* src/gtk/menu.h
	* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
		Remove/staticalize, the return of the revenge
2007-10-15 17:20:02 +00:00
Colin Leroy
76f0e8aaba 2007-10-15 [colin] 3.0.2cvs75
* src/matcher.c
		Fix redirections in filtering's tests
2007-10-15 17:10:43 +00:00
Colin Leroy
89e0067dd0 2007-10-15 [colin] 3.0.2cvs74
* src/imap.c
		Don't build imap_synchronise at all when
		building without libetpan
2007-10-15 06:39:55 +00:00
Colin Leroy
a6adc4b287 2007-10-14 [colin] 3.0.2cvs73
* src/imap.c
	* src/common/md5.c
	* src/common/md5.h
	* src/gtk/manage_window.c
	* src/gtk/manage_window.h
		Remove more unused code
2007-10-14 18:49:34 +00:00
Colin Leroy
78a08da99f 2007-10-14 [colin] 3.0.2cvs72
* src/addrquery.c
	* src/addrquery.h
	* src/recv.c
	* src/recv.h
	* src/vcard.c
	* src/vcard.h
	* src/common/xml.c
	* src/common/xml.h
	* src/common/xmlprops.c
	* src/common/xmlprops.h
		Remove more unused code
2007-10-14 18:07:48 +00:00
Colin Leroy
2467a8cdf8 2007-10-14 [colin] 3.0.2cvs71
* src/common/utils.c
		Remove unused function
2007-10-14 13:46:31 +00:00