Commit graph

2851 commits

Author SHA1 Message Date
Tristan Chabredier
1762949922 2007-09-01 [wwp] 2.10.0cvs188
* src/wizard.c
		Fix wizard crash when Mailbox dir already exists
		(thanks to Colin).
2007-09-01 12:02:34 +00:00
Colin Leroy
4b35632da4 2007-08-31 [colin] 2.10.0cvs187
* src/etpan/imap-thread.c
		Fix unwanted creation of
		libetpan's stream dump file
	* src/compose.c
		Fix coloring of pastes as quotation
	* src/summaryview.c
		Maemo: Fix opening of mails from keypad
		in Sent folders
	* src/addressbook.c
	* src/folderview.c
	* src/image_viewer.c
	* src/mimeview.c
	* src/gtk/prefswindow.c
		Maemo: Fix adjustments changes
2007-08-31 17:03:45 +00:00
Colin Leroy
4a4517ac7d 2007-08-30 [colin] 2.10.0cvs186
* src/folderview.c
		Don't opened selected folder when clicking
		on white space
	* src/mainwindow.c
		Maemo: Make Esc close messageviews
	* src/messageview.c
		Maemo: Fix message scrolling to the end on
		opening
		Maemo: Fix reopening same message
	* src/gtk/prefswindow.c
		Maemo: try to fix scrollbar. Doesn't work,
		it seems as if gtk_adjustment_set_value was
		a noop.
2007-08-30 21:08:31 +00:00
Colin Leroy
4bee7a9224 2007-08-30 [colin] 2.10.0cvs185
* src/compose.c
	* src/folderview.c
	* src/main.c
	* src/prefs_matcher.c
	* src/prefs_template.c
	* src/quote_fmt.c
	* src/send_message.c
	* src/toolbar.c
	* src/gtk/gtkaspell.c
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Fix all potential misuses of format-string functions
2007-08-30 16:12:14 +00:00
Tristan Chabredier
80654fde49 2007-08-30 [wwp] 2.10.0cvs184
* src/prefs_template.c
		Fix a leak.
2007-08-30 10:37:51 +00:00
Colin Leroy
347a9cd0d3 2007-08-29 [colin] 2.10.0cvs183
* src/plugins/trayicon/trayicon.c
		Fix leak of hooks in case of error,
		thanks to Holger Berndt
2007-08-29 16:39:17 +00:00
Colin Leroy
e77657a1ea 2007-08-28 [colin] 2.10.0cvs182
* src/mainwindow.c
		Don't use current folder settings when
		composing from the compose button's
		account selector
2007-08-28 21:06:30 +00:00
Colin Leroy
3061bfabd9 2007-08-28 [colin] 2.10.0cvs181
* src/quote_fmt_parse.y
		Fix cursor offset when quote contains UTF-8
		chars
2007-08-28 17:19:08 +00:00
Colin Leroy
465527e283 2007-08-28 [colin] 2.10.0cvs180
* src/compose.c
	* src/compose.h
		Fix signature replacement when it's been wrapped
2007-08-28 16:22:21 +00:00
Colin Leroy
b118c20280 2007-08-27 [colin] 2.10.0cvs179
* src/summaryview.c
		Fix indentation
2007-08-27 21:04:56 +00:00
Colin Leroy
9c7f271218 2007-08-27 [colin] 2.10.0cvs178
* src/summaryview.c
		Fix Quicksearch's Sticky mode
2007-08-27 20:54:04 +00:00
Colin Leroy
9cd3b8cd9b 2007-08-27 [colin] 2.10.0cvs177
* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/imap_gtk.c
	* src/mh_gtk.c
		Fix loss of subfolders properties when
		renaming a folder
2007-08-27 18:19:46 +00:00
Tristan Chabredier
9750a1f959 2007-08-26 [wwp] 2.10.0cvs176
* src/alertpanel.c
	* src/messageview.c
	* src/prefs_actions.c
		Revert parts of 2.10.0cvs174: g_markup_printf_escaped()
		will have to be used when necessary *before* calling
		alertpanel functions.
2007-08-26 21:29:47 +00:00
Paul Mangan
3513f20b09 2007-08-25 [paul] 2.10.0cvs175
* src/prefs_actions.c
		workaround gettext problem marking
		string as c-format when it's not
2007-08-25 20:25:12 +00:00
Tristan Chabredier
9ec9de93c7 2007-08-25 [wwp] 2.10.0cvs174
* src/alertpanel.c
	* src/messageview.c
	* src/prefs_actions.c
		Call the pango markup escape function right ince in alertpanel_create
		instead of everywhere (reverts some parts of 2.10.0cvs123 and
		2.10.0cvs158).

	* src/common/log.c
		Fix a crash due to a misuse of g_print(), encountered when the string
		passed to g_print was containing printf substitution symbols.
2007-08-25 16:59:40 +00:00
Paul Mangan
44661ecf7d 2007-08-25 [paul] 2.10.0cvs173
* src/common/log.c
		fix a segfault when refreshing RSSyl feeds
2007-08-25 14:46:07 +00:00
Paul Mangan
891aeb3f6c 2007-08-25 [paul] 2.10.0cvs172
* src/gtk/icon_legend.c
		add watchthread.xpm
2007-08-25 09:42:14 +00:00
Paul Mangan
bba892fc08 2007-08-25 [paul] 2.10.0cvs171
* src/Makefile.am
	* src/stock_pixmap.c
	* src/pixmaps/insert_file.xpm
		add a new pixmap instead of re-using
		paste.xpm. (easier for icon theme authors)
2007-08-25 09:14:03 +00:00
Holger Berndt
d6de7531bf 2007-08-24 [holger] 2.10.0cvs170
* src/plugins/trayicon/trayicon.c
		The same fix for another hook id.
2007-08-24 19:10:28 +00:00
Holger Berndt
39400f12a5 2007-08-24 [holger] 2.10.0cvs169
* src/plugins/trayicon/trayicon.c
		Micro-fix: Do the error checking for
		the right hook id.
2007-08-24 18:00:20 +00:00
Paul Mangan
ed0590c59d 2007-08-24 [paul] 2.10.0cvs168
* src/folder.h
		fix typo causing compiler warning
2007-08-24 16:40:39 +00:00
Paul Mangan
d192c428d8 2007-08-24 [paul] 2.10.0cvs167
* README
		put back the correct version of this file also
2007-08-24 13:41:49 +00:00
Colin Leroy
d10b4bf531 2007-08-24 [colin] 2.10.0cvs166
* src/send_message.c
		Use progress bar when sending messages
2007-08-24 13:37:39 +00:00
Paul Mangan
e6dc3b7ea5 2007-08-24 [paul] 2.10.0cvs165
* Makefile.am
		oops! if i'm quick no-one will notice
		(put back the proper file)
2007-08-24 13:34:45 +00:00
Paul Mangan
ca79f5e37d 2007-08-24 [paul] 2.10.0cvs164
* AUTHORS
	* Makefile.am
	* README
	* src/gtk/authors.h
	* tools/Makefile.am
	* tools/README
	* tools/mew2claws-mail.pl
		add new script that imports a Mew address book
		submitted by Jerome Lelong
2007-08-24 13:30:33 +00:00
Paul Mangan
85969ae60e 2007-08-24 [paul] 2.10.0cvs163
* manual/plugins.xml
		remove the obsolete plugins, add the
		missing plugins, including the forthcoming
		SpamReport plugin
2007-08-24 13:07:43 +00:00
Paul Mangan
4325f26eb4 2007-08-24 [paul] 2.10.0cvs162
* manual/advanced.xml
		add info about the hidden emphasis_color option
	* manual/keyboard.xml
		correct the info about hotkeys
		wrap the long lines
2007-08-24 12:01:29 +00:00
Paul Mangan
8ae66a46ec 2007-08-24 [paul] 2.10.0cvs161
* src/folderview.c
		add mnemonic to 'Run procesing rules'
2007-08-24 11:31:21 +00:00
Paul Mangan
e8643f1fb1 2007-08-24 [paul] 2.10.0cvs160
* src/account.c
	* src/folder.c
	* src/folder.h
		use suitable defaults for outbox,
		queue, drafts and trash folders
2007-08-24 11:07:45 +00:00
Tristan Chabredier
2b863ed1e8 2007-08-24 [wwp] 2.10.0cvs159
* src/folderview.c
		Update menu item sensitivity if necessary (or we get a
		gtk critical message).
2007-08-24 07:29:03 +00:00
Tristan Chabredier
b64921a8c3 2007-08-23 [wwp] 2.10.0cvs158
* src/action.c
	* src/prefs_actions.c
		Allow literal % chars in action commands (use %%).
		Add a missing p++ to the action parser in action_get_type(),
		which was missing it, even if it was neutral.
		Fix a pango markup warning at runtime.
2007-08-23 16:55:40 +00:00
Tristan Chabredier
2ea13bb03f 2007-08-23 [wwp] 2.10.0cvs157
* src/addressbook.c
		Contacts are now locale-aware sorted in the address book
		(LC_COLLATE matters here).
		Fix missing table initializers.
2007-08-23 10:02:43 +00:00
Colin Leroy
c53512b21c 2007-08-23 [colin] 2.10.0cvs156
* src/imap.c
		Check scan_required on dest folder when copying
2007-08-23 09:57:20 +00:00
Colin Leroy
5528d3cdc8 2007-08-23 [colin] 2.10.0cvs155
* src/imap.c
		Fix scanning when folder was empty
2007-08-23 09:41:41 +00:00
Colin Leroy
edfc1c7704 2007-08-22 [colin] 2.10.0cvs154
* src/msgcache.c
		Don't g_warning when g_try_malloc fails(), or it makes
		things worse as g_log() allocates. Fixes bug 1290,
		'Claws Mail crashes if too little memory when
		rebuilding folder tree'
2007-08-22 17:05:27 +00:00
Colin Leroy
efd265bf00 2007-08-22 [colin] 2.10.0cvs153
* src/inc.c
		Fix format string vulnerability, thanks to
		Ulf Harnhammar, Secunia Research
2007-08-22 16:12:16 +00:00
Colin Leroy
c769134b0b 2007-08-22 [colin] 2.10.0cvs152
* src/ldapserver.c
		Set tv_usec too
2007-08-22 16:08:59 +00:00
Tristan Chabredier
1be2fb4075 2007-08-22 [wwp] 2.10.0cvs151
* src/ldapquery.c
		Few better null-ptr checks.
2007-08-22 13:09:06 +00:00
Colin Leroy
06760149bd 2007-08-22 [colin] 2.10.0cvs150
* src/editldap.c
	* src/editldap_basedn.c
	* src/ldapquery.c
	* src/ldapserver.c
	* src/ldapserver.h
	* src/ldapupdate.c
	* src/ldaputil.c
	* src/ldaputil.h
		Fix ldap timeouts
2007-08-22 11:06:03 +00:00
Colin Leroy
6965ab675b 2007-08-22 [colin] 2.10.0cvs149
* src/ldapquery.c
		Finish previous fix
2007-08-22 10:15:05 +00:00
Colin Leroy
096a4f89c8 2007-08-22 [colin] 2.10.0cvs148
* src/ldapquery.c
		Fix wrong assertions
2007-08-22 09:56:26 +00:00
Colin Leroy
24e6bb85ab 2007-08-22 [colin] 2.10.0cvs147
* src/ldaputil.c
		Fix test (set ldap v3 if bindDN is set or TLS is set)
2007-08-22 09:31:38 +00:00
Colin Leroy
593ec681eb 2007-08-22 [colin] 2.10.0cvs146
* src/editldap.c
	* src/ldaputil.c
		Fix wrong "Connected successfully to server". Connection only succeeds if
		we can get the base DN.
2007-08-22 08:58:53 +00:00
Tristan Chabredier
a9cd908204 2007-08-21 [wwp] 2.10.0cvs145
* src/browseldap.c
	* src/editldap.c
	* src/ldapctrl.c
	* src/ldapquery.c
	* src/ldapserver.c
	* src/ldapupdate.c
	* src/ldaputil.c
		More sanity checks in ldap functions.
2007-08-21 21:43:23 +00:00
Tristan Chabredier
769dde0030 2007-08-21 [wwp] 2.10.0cvs144
* src/prefs_account.c
		Don't return a value in a void function().
2007-08-21 14:29:58 +00:00
Paul Mangan
5571fe1c32 2007-08-21 [paul] 2.10.0cvs143
* src/messageview.c
		add check for ftp: to messageview_list_urls()
2007-08-21 10:25:07 +00:00
Colin Leroy
cc805ae1d4 2007-08-21 [colin] 2.10.0cvs142
* src/editldap.c
	* src/ldapctrl.c
	* src/ldapctrl.h
	* src/ldapquery.c
	* src/ldapupdate.c
		Fix bug 1293, 'LDAP address book not working'
		Search only on specified fields, but fetch
		every field possible. People will have to
		reset the searched Attributes in their LDAP
		servers properties.
2007-08-21 09:37:03 +00:00
Tristan Chabredier
cc1e667dfd 2007-08-21 [wwp] 2.10.0cvs141
* src/addr_compl.c
	* src/addrbook.c
	* src/addrcache.c
	* src/addrcindex.c
	* src/addressbook.c
	* src/addrindex.c
	* src/browseldap.c
	* src/crash.c
	* src/editaddress_other_attributes_ldap.c
	* src/exporthtml.c
	* src/folder.c
	* src/folderview.c
	* src/imap.c
	* src/jpilot.c
	* src/ldapserver.c
	* src/ldapupdate.c
	* src/ldif.c
	* src/main.c
	* src/mainwindow.c
	* src/matcher.c
	* src/mh.c
	* src/msgcache.c
	* src/mutt.c
	* src/pine.c
	* src/pop.c
	* src/prefs_customheader.c
	* src/prefs_msg_colors.c
	* src/procmime.c
	* src/textview.c
	* src/vcard.c
	* src/wizard.c
	* src/common/log.c
	* src/common/socket.c
	* src/common/ssl_certificate.c
	* src/common/utils.c
	* src/common/utils.h
	* src/gtk/description_window.c
	* src/plugins/demo/demo.c
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/spamassassin/libspamc.c
		Make sure we use glib functions to send text messages (information,
		debug, warning, errors) to stdout/stderr - no more direct puts
		fputs printf fprintf to stdout/stderr when it can be done using
		g_log*() and g_print/g_printerr. Doing this, we make sure every
		stdout/stderr message is saved to log in Windows.
2007-08-21 09:17:38 +00:00
Tristan Chabredier
e3d445599c 2007-08-21 [wwp] 2.10.0cvs140
* src/main.c
	* src/common/utils.h
		Route glib's stdout/stderr messages to a log file (Windows only),
		instead of loosing them.
2007-08-21 09:04:16 +00:00
Paul Mangan
01c32079c4 2007-08-21 [paul] 2.10.0cvs139
* src/mainwindow.c
		replace deprecated g_strncasecmp()
	* src/messageview.c
		fix 'List URLS'
2007-08-21 08:15:12 +00:00