Commit graph

3817 commits

Author SHA1 Message Date
Colin Leroy
2ebdb2e29d 2006-04-11 [colin] 2.1.0cvs31
* src/compose.c
		Fix inserting files not in utf8 when locale is utf8
2006-04-11 22:10:30 +00:00
Colin Leroy
9814a0b7b3 2006-04-11 [colin] 2.1.0cvs30
* src/inc.c
		Don't show error dialog when cancelling connection
		Patch by Pawel
2006-04-11 22:03:27 +00:00
Colin Leroy
ebe120809b 2006-04-11 [cleroy] 2.1.0cvs29
* src/compose.c
		Implement multiple quote levels
	* src/prefs_common.c
		Change a little bit the quote bgcolor for 2nd level
2006-04-11 16:30:23 +00:00
Colin Leroy
f8cbb1add6 2006-04-11 [colin] 2.1.0cvs28
* src/gtk/about.c
		Add locale and charset in the label
2006-04-11 06:35:11 +00:00
Colin Leroy
ac661dc623 2006-04-10 [colin] 2.1.0cvs27
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_msg_colors.c
	* src/textview.c
		Allow optional background color in quotes
		Patch by Rafal Weglarz <tokoloshe@users.sf.net>
		GTK+-2.8.x feature
2006-04-10 19:16:31 +00:00
Colin Leroy
7c12a97b46 2006-04-10 [colin] 2.1.0cvs26
* src/main.c
	* src/mainwindow.c
	* src/mainwindow.h
		Implement --select
2006-04-10 16:51:13 +00:00
Colin Leroy
2c85c05905 2006-04-09 [colin] 2.1.0cvs24
* src/prefs_common.c
		gettext() returns statically allocated stuff. We have
		to strdup it in order to be able to free it.
2006-04-09 16:17:20 +00:00
Colin Leroy
6b2d56fe5e 2006-04-09 [colin] 2.1.0cvs23
* AUTHORS
	* src/gtk/authors.h
		Add Alexei
2006-04-09 15:36:15 +00:00
Colin Leroy
225cce9843 2006-04-09 [colin] 2.1.0cvs22
* src/mainwindow.c
	* src/gtk/quicksearch.c
		Fix bug #859 (problems with cyrilic input in
		search panel) - Patch by Alexey Illarionov
		<littlesavage@rambler.ru>
2006-04-09 15:33:19 +00:00
Colin Leroy
9117fbba38 2006-04-09 [colin] 2.1.0cvs21
* src/prefs_customheader.c
		I prefer removing then freeing rather than the contrary
		(even if it doesn't change anything ;-)
	* src/prefs_account.c
		Fix bug #933 (Crash re-entering the custom headers list
		dialog in accounts prefs)
		The problem happened when cancelling the Account
		Preferences' dialogs - in which case we didn't do
		anything to the PrefsAccount * struct. In case of applying,
		the old ac_prefs was replaced with the tmp_ac_prefs we were
		working with in this dialog. The problem is that
		prefs_customheader.c, working on this tmp_ac_prefs, always
		changes the ->customhdr_list pointer, even when cancelled.
		So in case of cancelling the prefs_account dialog, we still
		have to update ->customhdr_list in the real account.
2006-04-09 10:19:47 +00:00
Colin Leroy
59f8e171a7 2006-04-07 [colin] 2.1.0cvs16
* README
	* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
		Add hidden compose_no_markup pref
2006-04-07 16:20:05 +00:00
Tristan Chabredier
3575597952 2006-04-07 [wwp] 2.1.0cvs15
* src/summary_search.c
	* .cvsignore
		Bugfix: stop button was sticky when searching in an empty folder.
		Applied curly brackets code style to the whole file (summary_search.c).
		More files to ignore.
2006-04-07 08:57:10 +00:00
Tristan Chabredier
b28b791ae5 2006-04-07 [wwp] 2.1.0cvs14
* src/message_search.c
	* src/summary_search.c
		changed default button when search bumps at file/folder
		beginning or end, for convenience (thanks to Colin).
2006-04-07 08:42:01 +00:00
Paul Mangan
3ff7c99aa7 2006-04-07 [paul] 2.1.0cvs13
* src/plugins/dillo_viewer/dillo_prefs.c
		avoid future potential for namespace collision
		Patch by Colin
2006-04-07 04:04:22 +00:00
Tristan Chabredier
435921c165 2006-04-06 [wwp] 2.1.0cvs12
* src/summary_search.c
		Unify extended/advanced searches names (and thus factorize labels),
		patch by Fabien Vantard <fzzzzz@gmail.com>.
2006-04-06 21:54:27 +00:00
Tristan Chabredier
09533e25c8 2006-04-06 [wwp] 2.1.0cvs11
* src/folderview.c
	* src/prefs_themes.c
	* src/summaryview.c
		Fixed some compilation warnings.
2006-04-06 21:34:03 +00:00
Colin Leroy
d320019b76 2006-04-06 [colin] 2.1.0cvs9
* src/folderview.c
		gettext patch to tell translators about _("#"),
		by Maxim Britov
2006-04-06 17:37:46 +00:00
Colin Leroy
90e6ada8aa 2006-04-06 [colin] 2.1.0cvs8
* src/textview.c
		Fix invalid GtkTextBIter after clicking "Display as text"
2006-04-06 16:18:20 +00:00
Ricardo Mones
b62ee0089f 2006-04-06 [mones] 2.1.0cvs7
* src/addr_compl.c
	* src/addrindex.c
	* src/addritem.c
	* src/codeconv.c
	* src/compose.c
	* src/filtering.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/folderview.c
	* src/localfolder.c
	* src/matcher.c
	* src/mimeview.c
	* src/prefs_msg_colors.c
	* src/prefs_spelling.c
	* src/prefs_themes.c
	* src/procmime.c
	* src/procmsg.c
	* src/stock_pixmap.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/common/mgutils.c
	* src/common/prefs.c
	* src/common/ssl_certificate.c
	* src/gtk/colorlabel.c
	* src/gtk/quicksearch.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/spamassassin/spamassassin.c
		Removed redundant NULL checks for g_free() calls.
		Patch by Pawel Pekala.
2006-04-06 10:58:17 +00:00
Ricardo Mones
e64f72cf07 2006-04-06 [mones] 2.1.0cvs6
* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/prefs_template.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Have a nice replace button. Patch by Pawel Pekala
2006-04-06 10:50:29 +00:00
Colin Leroy
a1589d85b5 2006-04-06 [colin] 2.1.0cvs5
* src/addressbook.c
		Fix crash with empty columns
2006-04-06 05:38:40 +00:00
Colin Leroy
8a943122b3 2006-04-05 [colin] 2.1.0cvs4
* src/wizard.c
	* src/prefs_gtk.c
		Allow wizard customization with pre-filled values
2006-04-05 16:49:00 +00:00
Colin Leroy
e4bcc8301f 2006-04-05 [colin] 2.1.0cvs3
* src/textview.c
	* src/mimeview.c
	* src/mimeview.h
		Nicer messages in mimeview
2006-04-05 16:47:17 +00:00
Colin Leroy
f8c063b8e0 2006-04-05 [colin] 2.1.0cvs2
* src/addressbook.c
	* src/prefs_summaries.c
		i18n fix
2006-04-05 16:45:55 +00:00
Colin Leroy
d4f9899069 2006-04-05 [colin] 2.1.0cvs1
* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpcore/select-keys.h
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.h
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
		Factorize and generalize a bit
		Drop S/MIME signature verification from PGP/MIME
		(adding it as another, more complete plugin)
2006-04-05 16:36:10 +00:00
Paul Mangan
c32e87ebe1 2006-04-05 [paul] 2.0.0cvs185
* po/bg.po
	* po/cs.po
	* po/de.po
	* po/el.po
	* po/en_GB.po
	* po/fi.po
	* po/fr.po
	* po/it.po
	* po/nl.po
	* po/pl.po
	* po/pt_BR.po
	* po/sr.po
	* po/zh_CN.po
		updated by Yasen Pramatarov, Tim, Stephan Sachse, Stavros
		Giannouris, me, Tommi Pirinen, Fabien Vantard, Andrea
		Spadaccini, Tim Dijkstra, Quar, Frederico Goncalves
		Guimaraes, Aleksandar Urosevic, Ralgh Young
	* src/gtk/authors.h
	* tools/claws.i18n.status.pl
		added new Bulgarian translator, Yasen Pramatarov <yasen@lindeas.com>
		and new Czech translator, Tim <timbrain@post.cz>
2006-04-05 09:07:44 +00:00
Colin Leroy
d115d36a30 2006-04-05 [colin] 2.0.0cvs183
* src/gtk/quicksearch.c
		Fix bug #929 (unnecessary reload in quick search bar)
2006-04-05 06:21:28 +00:00
Colin Leroy
2dd7efb647 2006-04-05 [colin] 2.0.0cvs182
* src/compose.c
		Fix crash on Reply with no From:
		Show signature and conversion error on queuing
		(but not sending)
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Factorize threading code and make sure msginfo
		is not null when it comes from a GtkCTreeRow's
		data
	* src/gtk/gtkaspell.c
		Check for necessary things
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		Reset anchor if necessary when removing node
2006-04-05 06:19:17 +00:00
Colin Leroy
be74c2ec8a 2006-03-29 [colin] 2.0.0cvs181
* src/folderview.c
		Warn for disabled IMAP accounts (due to lack of
		libetpan). Breaks string-freeze - sorry - but it
		is kind of important ;)
2006-03-29 16:09:22 +00:00
Colin Leroy
a0a7bae317 2006-03-28 [colin] 2.0.0cvs180
* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Add a gtkut_get_link_btn() function that
		creates a button which acts like an URI
	* src/prefs_themes.c
	* src/gtk/about.c
		Use this function (factorizes codes)
	* src/common/defs.h
	* src/gtk/pluginwindow.c
		Add a "Get more..." in the plugins window
2006-03-28 17:31:10 +00:00
Colin Leroy
afed9ddfa9 2006-03-28 [colin] 2.0.0cvs179
* src/common/smtp.c
	* src/common/passcrypt.c
	* src/undo.c
		Warning fixes. Patch by Pawel Pekala
2006-03-28 16:18:18 +00:00
Colin Leroy
88316eaa4c 2006-03-27 [colin] 2.0.0cvs178
* src/undo.c
		Fix undoing by blocks with spaces
2006-03-27 17:59:48 +00:00
Colin Leroy
7375918f98 2006-03-27 [colin] 2.0.0cvs177
* src/textview.c
		Set margin to 3px for headers
2006-03-27 16:45:49 +00:00
Tristan Chabredier
0970cd044a 2006-03-27 [wwp] 2.0.0cvs176
* src/summaryview.c
		don't reset quicksearch when updating the message list.
		Thanks to Colin.
2006-03-27 10:08:14 +00:00
Tristan Chabredier
8d905e8af9 2006-03-26 [wwp] 2.0.0cvs175
* src/compose.c
		use a unified border width ('other' tab in the compose window,
		patch by Pawel Pekala).
2006-03-26 20:20:10 +00:00
Tristan Chabredier
7084332688 2006-03-26 [wwp] 2.0.0cvs174
* src/common/quoted-printable.c
	* src/addressbook.c
		fixed some compilation warnings (incl. one reported by Pawel Pekala).
2006-03-26 19:36:04 +00:00
Colin Leroy
8e55ee6276 2006-03-26 [colin] 2.0.0cvs173
* src/quote_fmt_parse.y
		Fix non-UTF8 date formats fucking up the whole quote
2006-03-26 17:12:13 +00:00
Colin Leroy
0500275c41 2006-03-26 [colin] 2.0.0cvs172
* src/procheader.c
		Make sure the date is UTF8 valid, or try to make it
		so. IncrediMail is really IncrediStupid.
	* src/compose.c
		Fix possible conversions.
2006-03-26 16:52:33 +00:00
Colin Leroy
3559ad24c4 2006-03-26 [colin] 2.0.0cvs171
* src/matcher.c
		Fix corner cases in body search. This is still a
		hack... It seems impossible to make it good and
		reasonably fast at the same time.
2006-03-26 11:02:13 +00:00
Colin Leroy
c8cfd23313 2006-03-26 [colin] 2.0.0cvs170
* src/summaryview.c
		I think I killed the twilight zone bug!
		summary_select_node() flushes GTK events in order
		to be able to center the view. But this also
		flushes keypresses like Ctrl-Alt-U, so this can
		call summary_show from summary_select_node (itself
		called from summary_show, etc.). And the summaryview
		has to be unlocked in this function. So just locking
		while processing GTK events, and bailing if locked,
		should fix it.
		Fixes bug #927 (SIGSEGV during Update Summary)
2006-03-26 10:32:22 +00:00
Colin Leroy
619722d3b1 2006-03-25 [colin] 2.0.0cvs169
* src/matcher.c
		Fix search in QP-encoded bodies
		Fix utf-8 searches in bodies encoded in the
		locale's encoding
	* src/common/quoted-printable.c
	* src/common/quoted-printable.h
		Add a decode function that doesn't overwrite
		the original pointer
2006-03-25 18:17:43 +00:00
Colin Leroy
c4de611ebf 2006-03-24 [colin] 2.0.0cvs168
* src/action.c
	* src/summaryview.c
	* src/summaryview.h
		Update message cache after action
		Patch by H. Merijn Brand
	* src/prefs_msg_colors.c
		Factorize label
		Patch by Fabien Vantard
	* src/plugins/spamassassin/spamassassin_gtk.c
		Remove useless translation
		Patch by Fabien Vantard
2006-03-24 18:28:37 +00:00
Colin Leroy
04f4c24294 2006-03-23 [colin] 2.0.0cvs167
* src/common/ssl.c
		Let 30 seconds to SSL_connect
2006-03-23 17:23:29 +00:00
Tristan Chabredier
65a7cfb6d4 2006-03-23 [wwp] 2.0.0cvs166
* src/summaryview.c
	* src/gtk/description_window.c
		fix display of From/To column title when in appropriate folders (queue/sent/drafts)
		and headers are translated; adjust description windows' width to fit their
		contents. Patches by Pawel Pekala <c0rn@o2.pl>.
2006-03-23 13:59:30 +00:00
Paul Mangan
a168eafecc 2006-03-23 [paul] 2.0.0cvs165
* src/common/utils.c
		fix highlighting of URIs containing "()"
		(2.0.0cvs164's reversal fixed)
2006-03-23 13:12:16 +00:00
Paul Mangan
4407c0bb2d 2006-03-23 [paul] 2.0.0cvs164
* src/common/utils.c
		revert patch, (postponing a fix), at 2.0.0cvs120
		as it breaks more URIs than it fixes.
		Allow '-' to be a terminating character in a URI
2006-03-23 12:04:13 +00:00
Paul Mangan
5207aa3eb7 2006-03-22 [paul] 2.0.0cvs162
* src/editgroup.c
		replace '<-' and '->' buttons with GTK_STOCK graphical
		buttons
	* src/summary_search.c
		don't offer '...' for translation
		add a tooltip to advanced search '...' button
	* src/gtk/quicksearch.c
		don't offer '...' for translation
2006-03-22 14:10:00 +00:00
Colin Leroy
f177bf5e3d 2006-03-21 [colin] 2.0.0cvs161
* src/compose.c
		Fix middle-click pasting (insert at click
		position instead of cursor position, don't
		remove existing selection and allow pasting
		our own selection)
	* src/addressbook.c
		"LDAP Server" -> "LDAP servers"
2006-03-21 17:54:25 +00:00
Tristan Chabredier
2c6bab555e 2006-03-21 [wwp] 2.0.0cvs160
* src/etpan/imap-thread.c
		fix for bug #925 (IMAP+SSL crash), thanks to Colin.
2006-03-21 13:32:19 +00:00
Colin Leroy
8f78382ff8 2006-03-20 [colin] 2.0.0cvs159
* src/summaryview.c
		Don't reload summaryview after an execute with no
		move action
2006-03-20 22:17:14 +00:00
Colin Leroy
6e32b590e1 2006-03-19 [colin] 2.0.0cvs158
* src/addressbook.c
		and put groups at the top, always
2006-03-19 10:37:21 +00:00
Colin Leroy
a17782b915 2006-03-19 [colin] 2.0.0cvs157
* src/addressbook.c
		Order groups before names, as previously
2006-03-19 10:31:30 +00:00
Colin Leroy
7368a892b4 2006-03-19 [colin] 2.0.0cvs156
* src/addressbook.c
		- Sort case-unsensitive
		- Put the sort arrow at opening too
2006-03-19 10:20:05 +00:00
Tristan Chabredier
1644197493 2006-03-19 [wwp] 2.0.0cvs155
* src/addressbook.c
		allow sorting by name/email/remarks, ensure that right-pane's contents
		matches the left-pane selection (cleared when appropriate).
		Patch by Pawel Pekala <c0rn@o2.pl>.
2006-03-19 08:06:08 +00:00
Colin Leroy
e65f017974 2006-03-18 [colin] 2.0.0cvs154
* src/textview.c
		Fix text cursor ;)
2006-03-18 19:58:43 +00:00
Colin Leroy
1c20c47ada 2006-03-18 [colin] 2.0.0cvs153
* src/gtk/filesel.c
		Make sure we hide the preview if we didn't get
		a filename
2006-03-18 19:35:48 +00:00
Colin Leroy
cbd9a09e9f 2006-03-18 [colin] 2.0.0cvs152
* src/summaryview.c
		Set cursor to watch for execution (fixes lack
		of watch-cursor when dnd'ing hundreds of mails)
	* src/gtk/filesel.c
		Check that mime type is 'image/*' before updating
		the preview (maybe fix crashes on Solaris+gtk2.8.4 ?)
2006-03-18 19:33:43 +00:00
Colin Leroy
d0b6042efa 2006-03-18 [colin] 2.0.0cvs151
* src/mainwindow.c
	* src/textview.c
	* src/textview.h
		Put a watch cursor in textview too when the mainwindow's
		cursor in a watch
2006-03-18 19:16:07 +00:00
Colin Leroy
aa54162916 2006-03-18 [colin] 2.0.0cvs150
* src/folder.c
		Change wrong asserts to simple tests
2006-03-18 08:56:52 +00:00
Colin Leroy
d3c2dc6b93 2006-03-17 [colin] 2.0.0cvs149
* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_msg_colors.c
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
		Add a color label menu in the main menubar
		Add (fixed) accels Ctrl-{0-7} to change the color
		They have to be fixed because the menu's dynamic,
		the items are complex widgets, hence we can't use
		a GtkItemFactory.
2006-03-17 18:10:51 +00:00
Tristan Chabredier
7d5d6e5a53 2006-03-17 [wwp] 2.0.0cvs148
* src/compose.c
		rollback few lines from my previous commit (those lines come from
		a pending patch, accidentally commited, even if neutral as they are
		commented out).
2006-03-17 10:24:33 +00:00
Tristan Chabredier
95e03910f8 2006-03-17 [wwp] 2.0.0cvs147
* src/compose.c
		fix a compilation warning (wrong return type, introduced w/ cvs143), and
		applied code style/indentation to the modified function.
2006-03-17 10:12:32 +00:00
Tristan Chabredier
ba3b782b91 2006-03-17 [wwp] 2.0.0cvs146
* src/procmsg.c
	* src/compose.c
		fix for bug #908: some IMAP servers dislike \x7f char in the RMID (thanks to Colin).
2006-03-17 09:59:40 +00:00
Paul Mangan
fce74ca975 2006-03-17 [paul] 2.0.0cvs145
* src/main.c
		addressbook_read_file() was called twice
	* src/textview.c
		X-Mailer highlighting
2006-03-17 08:09:45 +00:00
Colin Leroy
94295b79bd 2006-03-16 [colin] 2.0.0cvs144
* src/sourcewindow.c
	* src/sourcewindow.h
		And the last one, in source window.
2006-03-16 23:11:51 +00:00
Colin Leroy
b40db3942a 2006-03-16 [colin] 2.0.0cvs143
* src/compose.c
	* src/compose.h
		Fix the same stuff in compose
2006-03-16 19:39:35 +00:00
Colin Leroy
3b11b00123 2006-03-16 [colin] 2.0.0cvs142
* src/messageview.c
		Complete the previous messageview crash fix
2006-03-16 19:17:01 +00:00
Colin Leroy
efe61a449c 2006-03-16 [colin] 2.0.0cvs141
* src/procmsg.h
	* src/procmsg.c
	* src/folder.c
		Fix POSTPROCESSING hook
		Patch by H. Merijn Brand

	* src/procmime.c
	* src/procmime.h
		Parse Content-Location

	* src/toolbar.c
	* src/messageview.c
	* src/messageview.h
		Don't crash when a top-level MessageView has
		been closed on us. Same problematic than
		yesterday's quicksearch issue.
2006-03-16 18:13:25 +00:00
Colin Leroy
e58528d915 2006-03-15 [colin] 2.0.0cvs140
* src/gtk/quicksearch.c
		Fix a bitchy race we didn't think about when we
		added quicksearch cancellation:
		If the search is not on cached fields, for example
		body_part matchcase "stuff"
		the matcher code has to get the whole message. If
		we're on IMAP, that can be slow, and in order to
		be non-blocking, the IMAP code idle loop processes
		gtk events too. So it is possible to cancel a
		quicksearch while the matcher is getting the mail's
		body. After matcher got its body, it will start to
		iterate over the matcher list that the Quicksearch's
		clear_search_cb() just freed via prepare_matcher().
		SIGSEGV ensues.
		The fix consists of guarding the matcherlist_match()
		call with a boolean 'matching'. If we reset the
		quicksearch while matching is TRUE, we don't free
		the matcherlist anymore like we did, but we set
		another new flag, deferred_free, to TRUE. Then,
		in quicksearch_match(), just after returning from
		matcherlist_match() and unsetting the matching flag,
		we check the deferred_free flag and do the
		prepare_matcher() (which does the matcherlist_free)
		for real, so we free the matcherlist once it's not
		used anymore.
		As all of this runs via the glib main loop, we
		luckily don't need a mutex.
	* src/summaryview.c
		Also, show progress while searching.
2006-03-15 18:05:53 +00:00
Colin Leroy
95b114f29e 2006-03-14 [colin] 2.0.0cvs139
* src/alertpanel.c
		Make alertpanel_is_open non-static
2006-03-14 20:35:39 +00:00
Colin Leroy
4dc9268d00 2006-03-14 [colin] 2.0.0cvs138
* src/prefs_spelling.c
		Cleanups - Fabien Vantard
2006-03-14 20:16:48 +00:00
Tristan Chabredier
f2cee80a1b 2006-03-14 [wwp] 2.0.0cvs137
* src/main.c
		code style normalization (curly braces, indentation).
2006-03-14 13:37:01 +00:00
Paul Mangan
61949400de 2006-03-12 [paul] 2.0.0cvs136
* src/prefs_common.c
		trans_hdr defaults to FALSE to be RFC-savvy
	* src/prefs_summaries.c
		add a tooltip to the trans_hdr option
2006-03-12 12:30:48 +00:00
Paul Mangan
d3a7690cba 2006-03-12 [paul] 2.0.0cvs135
* src/prefs_matcher.c
		give a little more width to the combos
	* src/prefs_display_header.c
	* src/textview.c
		translate headers if prefs_common.trans_hdr
		is TRUE

	Patches by Pawel Pekala
2006-03-12 10:36:15 +00:00
Paul Mangan
1f9168a33c 2006-03-12 [paul] 2.0.0cvs134
* src/plugins/clamav/clamav_plugin.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/spamassassin/spamassassin.c
		update/add to descriptions
	* src/plugins/spamassassin/spamassassin_gtk.c
		fixes to the english, remove superfluous
		tooltips, clean up a little
2006-03-12 08:58:31 +00:00
Paul Mangan
b932cf899f 2006-03-12 [paul] 2.0.0cvs133
* src/compose.c
		fix Bug 924, 'Account combo box shows up wrong
		if & is in account name'
2006-03-12 08:06:04 +00:00
Colin Leroy
fdc5a9b68e 2006-03-11 [colin] 2.0.0cvs132
* src/summaryview.c
		Revert 2.0.0cvs84 which reverted 1.9.6cvs23 which
		messed up shift-selection because is slows down
		moving around summaryview. thanks -users
2006-03-11 11:54:38 +00:00
Colin Leroy
a298444a14 2006-03-10 [colin] 2.0.0cvs131
* src/plugins/spamassassin/spamassassin_gtk.c
		Put back Paul's engrish fixes
2006-03-10 21:08:10 +00:00
Colin Leroy
3d59747085 2006-03-10 [colin] 2.0.0cvs130
* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		Cleanup SA prefs page (more)
		Patch by Fabien Vantard
2006-03-10 18:33:24 +00:00
Paul Mangan
70b4bcc367 2006-03-10 [paul] 2.0.0cvs129
* src/prefs_msg_colors.c
	* src/prefs_spelling.c
		widget sensitivity
2006-03-10 08:49:20 +00:00
Paul Mangan
39015f5417 2006-03-09 [paul] 2.0.0cvs126
* src/prefs_receive.c
		remove useless frame
		replace 'incorporation' with 'receiving'
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		improve widget sensitivity
		fix a bit his engrish
2006-03-09 11:30:26 +00:00
Tristan Chabredier
29e1ad0a99 2006-03-09 [wwp] 2.0.0cvs125
* src/addressadd.c
	* src/foldersel.c
	* src/prefs_common.c
	* src/prefs_common.h
		remember some more windows' sizes (add to addressbook and
		select folder).
2006-03-09 10:36:18 +00:00
Paul Mangan
b280b26a37 2006-03-09 [paul] 2.0.0cvs124
* src/plugins/pgpcore/prefs_gpg.c
		normalise construction of dialogue
2006-03-09 07:18:36 +00:00
Paul Mangan
fc50b887b6 2006-03-09 [paul] 2.0.0cvs123
* src/plugins/trayicon/Makefile.am
		add missing slash
2006-03-09 06:06:06 +00:00
Colin Leroy
e3d130da69 2006-03-08 [colin] 2.0.0cvs122
* src/plugins/trayicon/Makefile.am
		Fix build in separate dir
		Patch by Bamanzi <bamanzi@gmail.com>
2006-03-08 18:22:57 +00:00
Colin Leroy
40906fa3d3 2006-03-08 [colin] 2.0.0cvs121
* src/procmsg.c
		Batch move and copies from summaryview with delayed execution
		too
2006-03-08 17:38:16 +00:00
Paul Mangan
e96a03e11b 2006-03-07 [paul] 2.0.0cvs120
* src/common/utils.c
		fix highlighting of URIs containing "()"
		Patch by Pawel Pekala
2006-03-07 10:07:09 +00:00
Paul Mangan
38602d5ea4 2006-03-07 [paul] 2.0.0cvs119
* src/folder.c
	* src/folder.h
	* src/folderview.c
		immediately do alphabetical resort when
		changing a folder's name
		Patch by Pawel Pekala
2006-03-07 09:55:13 +00:00
Paul Mangan
6321f0de8c 2006-03-07 [paul] 2.0.0cvs118
* src/news.c
	* src/news_gtk.c
		when unsubscribing a newsgroup, remove the
		folder and msgs in .sylpheed-claws/newscache
		Patch by Pawel Pekala <c0rn@gazeta.pl>
2006-03-07 09:35:31 +00:00
Paul Mangan
c28e3fe483 2006-03-07 [paul] 2.0.0cvs117
* src/textview.c
		fix wrong Fake URL Warning
		Thanks to Hiro
2006-03-07 09:03:50 +00:00
Colin Leroy
e0edae6ded 2006-03-07 [colin] 2.0.0cvs116
* src/imap.c
		Return immediately when password dialog was
		cancelled
	* src/gtk/inputdialog.c
		Allow empty strings for passwords
2006-03-07 08:00:22 +00:00
Colin Leroy
8142a1a035 2006-03-06 [colin] 2.0.0cvs115
* src/imap.c
		Prevent double-timeouts when connection fails
2006-03-06 20:46:55 +00:00
Colin Leroy
4b62d7172f 2006-03-06 [colin] 2.0.0cvs114
* src/imap.c
		Refresh session during potentially long
		operations
2006-03-06 19:47:34 +00:00
Tristan Chabredier
edd6401a61 2006-03-06 [wwp] 2.0.0cvs113
* src/prefs_msg_colors.h
		forgot that one (custom color labels).
2006-03-06 15:16:24 +00:00
Tristan Chabredier
46e276258a 2006-03-06 [wwp] 2.0.0cvs112
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_msg_colors.c
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
		colors in messages list are now customizable. Color values and names can
		be changed in "Configuration/Preferences/Display/Colors/Color labels".
		Thanks to Paul and Colin for their help with this longstanding patch!
2006-03-06 15:11:01 +00:00
Tristan Chabredier
69bb14fbbe 2006-03-06 [wwp] 2.0.0cvs111
* src/textview.c
		don't crash if (x)face is bad.
2006-03-06 00:13:24 +00:00
Paul Mangan
52c91d0a8c 2006-03-05 [paul] 2.0.0cvs110
* AUTHORS
	* configure.ac
	* src/Makefile.am
	* src/common/Makefile.am
	* src/common/utils.h
	* src/etpan/imap-thread.c
	* src/gtk/authors.h
	* src/plugins/clamav/Makefile.am
	* src/plugins/demo/Makefile.am
	* src/plugins/dillo_viewer/Makefile.am
	* src/plugins/pgpcore/Makefile.am
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/spamassassin/Makefile.am
	* src/plugins/trayicon/Makefile.am
		fix builiding on cygwin
		Patch by Ralgh Young <bamanzi@gmail.com>
2006-03-05 10:04:40 +00:00
Tristan Chabredier
ae327a3416 2006-03-04 [wwp] 2.0.0cvs107
* manual/plugins.xml
	* src/plugins/spamassassin/README
		updated SpamAssassin plugin docs to reflect new functional additions
		(also fix/update/documents few technical stuff more, see the README).
2006-03-04 09:29:57 +00:00
Tristan Chabredier
f0a1148970 2006-03-04 [wwp] 2.0.0cvs106
* src/prefs_message.c
		normalized capitalization of message-prefs paths.
2006-03-04 08:44:20 +00:00
Colin Leroy
f10680c3a5 2006-03-03 [colin] 2.0.0cvs104
* src/plugins/clamav/clamav_plugin_gtk.c
		Rework prefs page, patch by Fabien
2006-03-03 19:51:04 +00:00
Colin Leroy
fdf595919f 2006-03-03 [colin] 2.0.0cvs103
* src/plugins/clamav/clamav_plugin.c
		Set error on all errors
2006-03-03 19:04:28 +00:00
Colin Leroy
94218f071a 2006-03-03 [colin] 2.0.0cvs102
* src/common/plugin.c
		Initialize error to avoid crashing when a plugin fails
		without setting error
2006-03-03 19:02:40 +00:00
Tristan Chabredier
562c59abc7 2006-03-02 [wwp] 2.0.0cvs100
* src/addressbook.c
		fix some AB error messages: one for punctuation and
		one wrongly duplicate (thanks, maxbritov).
2006-03-02 16:05:17 +00:00
Tristan Chabredier
852844fd63 2006-03-02 [wwp] 2.0.0cvs99
* src/plugins/spamassassin/spamassassin.c
		make sync calls to sa-learn/spamc to prevent
		system (whatever local or client/server) overload.
2006-03-02 08:10:02 +00:00
Colin Leroy
a78ab9a1a1 2006-03-02 [colin] 2.0.0cvs98
* src/summaryview.c
		Put the spam icon in the status column instead of the
		mark one
2006-03-02 07:31:03 +00:00
Colin Leroy
2329b062dc 2006-03-01 [colin] 2.0.0cvs97
* src/plugins/spamassassin/spamassassin.c
		Fix segfault (g_file_set_contents fails for some
		reason and err==0x2f. Can't find out why with
		valgrind, using working function :-)
2006-03-01 20:47:59 +00:00
Colin Leroy
62eea3d290 2006-03-01 [colin] 2.0.0cvs96
* src/inc.c
		Offline overriding: let 'No' be cached only 3 seconds
2006-03-01 19:16:47 +00:00
Colin Leroy
d9de0abf0c 2006-03-01 [colin] 2.0.0cvs95
* src/addr_compl.c
	* src/addrbook.c
	* src/addressbook.c
	* src/addrindex.c
	* src/folder_item_prefs.c
	* src/headerview.c
	* src/imap.c
	* src/inc.c
	* src/ldif.c
	* src/mainwindow.c
	* src/mh.c
	* src/msgcache.c
	* src/prefs_common.h
	* src/prefs_msg_colors.c
	* src/procheader.c
	* src/procheader.h
	* src/procmime.c
	* src/procmsg.c
	* src/procmsg.h
	* src/send_message.h
	* src/simple-gettext.c
	* src/summaryview.c
	* src/summaryview.h
	* src/syldap.c
	* src/textview.c
	* src/undo.c
	* src/common/ssl_certificate.c
	* src/common/utils.c
	* src/gtk/colorsel.c
	* src/gtk/gtksctree.c
	* src/gtk/gtkshruler.c
	* src/plugins/trayicon/trayicon.c
		#if 0 goes to /dev/null
2006-03-01 18:38:28 +00:00
Colin Leroy
16242a1763 2006-03-01 [colin] 2.0.0cvs94
* src/compose.c
	* src/imap.c
	* src/inc.c
	* src/inc.h
	* src/messageview.c
	* src/news.c
	* src/plugins/spamassassin/spamassassin.c
		Allow to add information in the "working offline"
		window
2006-03-01 18:09:06 +00:00
Tristan Chabredier
d457d910d6 2006-03-01 [wwp] 2.0.0cvs93
* src/plugins/spamassassin/spamassassin.c
		fixed spamc invocation: use a tricky temporary mini shell wrapper
		'cause it seems that calling `spamc ... < inputfile` with
		g_spawn_(a)sync simply.. erm doesn't work :-).
2006-03-01 17:20:37 +00:00
Tristan Chabredier
2ad58ce2ed 2006-03-01 [wwp] 2.0.0cvs92
* src/toolbar.c
	* src/toolbar.h
		simplify the adding of spam/ham button to the messageview toolbar
		(it gets more clear now that the same button will be "Mark as spam"
		or "Mark as ham" according to the current message status,
		thanks to Colin).
2006-03-01 15:13:47 +00:00
Tristan Chabredier
eea782606d 2006-03-01 [wwp] 2.0.0cvs91
* src/messageview.c
	* src/procmsg.c
	* src/procmsg.h
	* src/summaryview.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
		make learner callbacks return a status (0 for ok),
		handle it in main code to avoid setting flags when learning failed,
		don't learn on TCP if offline in spamassassin,
		thanks to Colin.
2006-03-01 15:09:33 +00:00
Tristan Chabredier
9cdd710052 2006-03-01 [wwp] 2.0.0cvs90
* src/compose.c
		some work around the compose window's account menu,
		patch by Fabien Vantard.
2006-03-01 14:57:57 +00:00
Tristan Chabredier
68e737aadf 2006-03-01 [wwp] 2.0.0cvs89
* src/plugins/spamassassin/spamassassin.c
		fixed bad logics, was using spamc in local mode and sa-learn
		in remote mode (thanks, Colin).
2006-03-01 14:23:10 +00:00
Tristan Chabredier
cc767369ed 2006-03-01 [wwp] 2.0.0cvs88
* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		made processing of emails w/ sa-plugin an option (default is TRUE),
		fixed Engrish some tooltips, capitalization of some debug messages
		and warnings. The spamassassin plugin now provides two separate
		services: process emails upon incorporation and spamd training.
		Both services (un)register independently but use some common
		plugin settings (transport settings, spam storage location).
2006-03-01 10:25:10 +00:00
Tristan Chabredier
0655ccd608 2006-02-28 [wwp] 2.0.0cvs87
* src/plugins/spamassassin/spamassassin.c
		fix async flag to spamc cmdline execution (batch exec should
		be asynchronous).
2006-02-28 20:25:35 +00:00
Tristan Chabredier
bb50704944 2006-02-27 [wwp] 2.0.0cvs86
* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		- added the ability to learn a remote spamassassin server (spamd),
		using spamc.
		- added the spamassassin option 'username', that applies to all
		spamassassin operations (filtering, learning, local or remote).
		The default username is the current unix user (if left blank
		from gtk prefs or config file).
		- commented out some unused code (notebook widget), removed unused
		layout (hbox1).
		- make more widgets sensitive to the transport type.
2006-02-27 22:15:06 +00:00
Colin Leroy
3a6654aa18 2006-02-27 [colin] 2.0.0cvs85
* src/plugins/spamassassin/spamassassin.c
		Fix sa-learn call when offline
2006-02-27 17:55:49 +00:00
Colin Leroy
5b1b8f79c0 2006-02-27 [cleroy] 2.0.0cvs84
* configure.ac
	* src/Makefile.am
	* src/mainwindow.c
	* src/mainwindow.h
	* src/messageview.c
	* src/messageview.h
	* src/prefs_toolbar.c
	* src/procmsg.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/toolbar.c
	* src/toolbar.h
	* src/pixmaps/ham_btn.xpm
	* src/pixmaps/spam.xpm
	* src/pixmaps/spam_btn.xpm
	* src/plugins/spamassassin/spamassassin.c
		Add button in toolbar for spam learning
		Fix a few bugs from the last related commit
		Revert 1.9.6cvs23 which messed up shift-selection
2006-02-27 17:47:53 +00:00
Colin Leroy
4894ab895e 2006-02-24 [colin] 2.0.0cvs83
* src/procmsg.c
	* src/summaryview.c
	* src/summaryview.h
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
		Unregister learner when spamassassin is either
		disabled or over tcp
2006-02-24 19:20:17 +00:00
Colin Leroy
9b87fe28f1 2006-02-24 [colin] 2.0.0cvs82
* src/Makefile.am
	* src/mainwindow.c
	* src/mainwindow.h
	* src/procmsg.c
	* src/procmsg.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/icon_legend.c
	* src/pixmaps/spam.xpm	** NEW FILE **
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Add spam learning interface (Mark/Mark as
		(spam|ham) menus)
2006-02-24 17:48:13 +00:00
Tristan Chabredier
7d5cd25af1 2006-02-24 [wwp] 2.0.0cvs81
* src/compose.c
	* src/compose.h
	* src/filtering.c
		hide compose window when sending message in batch mode
		(filtering: forward and redirect). Also fixed a wrong
		value returned when sending failed, neutral anyway.
		(Colin, me)
2006-02-24 13:32:38 +00:00
Tristan Chabredier
81c4ce84d6 2006-02-24 [wwp] 2.0.0cvs80
* src/mainwindow.c
		use GTK+'s stock quit button. Patch by Fabien Vantard.
2006-02-24 11:50:35 +00:00
Paul Mangan
38eca5485d 2006-02-24 [paul] 2.0.0cvs79
* src/news.c
	* src/news.h
	* src/news_gtk.c
		fix bug 916, 'newsgroup unsubscribe segmentation fault'
		Thanks to Colin
2006-02-24 08:25:19 +00:00
Colin Leroy
d6f726dbfd 2006-02-23 [colin] 2.0.0cvs78
* src/alertpanel.c
		Change OK to Close in alertpanel with View log
		button; add accel to View log. Patch by Fabien
		Vantard
2006-02-23 19:29:54 +00:00
Tristan Chabredier
6ed10db97c 2006-02-23 [wwp] 2.0.0cvs77
* src/compose.c
		silly me, there were much more tests to perform, since toolbars can
		really have down to 1 element only.
2006-02-23 14:58:55 +00:00
Tristan Chabredier
63e901a297 2006-02-23 [wwp] 2.0.0cvs74
* src/prefs_toolbar.c
		simplify and fix prefs/toolbars layouting. Combos' contents can
		now be really displayed.
2006-02-23 08:47:42 +00:00
Tristan Chabredier
b0c26ff020 2006-02-22 [wwp] 2.0.0cvs72
* src/compose.c
		fix a typo in my previous commit (sorry!).
2006-02-22 19:51:21 +00:00
Tristan Chabredier
06d9689934 2006-02-22 [wwp] 2.0.0cvs71
* src/prefs_toolbar.c
		fix a crash when adding separators to toolbars,
		also fix some separator item information.
2006-02-22 19:25:38 +00:00
Tristan Chabredier
299cf597b0 2006-02-22 [wwp] 2.0.0cvs70
* src/compose.c
		fix a crash when redirecting (for instance) when compose window's
		toolbar contents has been customized (when some buttons have been
		removed in fact).
2006-02-22 19:21:11 +00:00
Tristan Chabredier
1081e8db4e 2006-02-21 [wwp] 2.0.0cvs69
* src/summaryview.c
	* src/gtk/pluginwindow.c
	* src/plugins/pgpcore/prefs_gpg.c
		fix some compilation warnings (feat. remains of removed code).
2006-02-21 22:34:05 +00:00
Tristan Chabredier
dc2e42e4ca 2006-02-21 [wwp] 2.0.0cvs68
* src/gtk/gtkutils.c
		fix two compilation issues, thanks to Stephan Sachse.
2006-02-21 14:46:36 +00:00
Colin Leroy
560f25eaed 2006-02-20 [colin] 2.0.0cvs67
* src/mainwindow.c
		Don't reselect displayed mail on refocus
		This fixes actions misbehaving
2006-02-20 18:56:19 +00:00
Tristan Chabredier
4138ad7f63 2006-02-20 [wwp] 2.0.0cvs66
* src/summaryview.c
	* src/gtk/gtksctree.c
	* src/gtk/gtkshruler.c
		changed more runtime typecast checks.
2006-02-20 13:56:04 +00:00
Tristan Chabredier
c6c1f1db0f 2006-02-20 [wwp] 2.0.0cvs65
* src/summary_search.c
		find all - summaryview refresh issue fixed, thanks to Colin.
2006-02-20 13:38:37 +00:00
Tristan Chabredier
baf09dcb6c 2006-02-20 [wwp] 2.0.0cvs64
* src/gtk/gtkutils.c
		better runtime typecast checks.
2006-02-20 12:59:09 +00:00
Tristan Chabredier
645cd15163 2006-02-20 [wwp] 2.0.0cvs63
* src/summary_search.c
		enhancements to the summary search:
			- add the ability to stop the running search
			  (upon ESC-key press, new Stop button or when Clear button is pressed)
			- don't search if no criteria (From/To/Subject/Body) is set
			- ensure that a busy mouse pointer is always shown when searching,
			  show it even a bit earlier
2006-02-20 12:57:32 +00:00
Colin Leroy
69e2b147de 2006-02-19 [colin] 2.0.0cvs62
* src/compose.c
	* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		(Future) IMAP speed improvement on sending
		Will require a libetpan update
	* src/summaryview.c
	* src/gtk/quicksearch.c
		Make quicksearch clearable while running.
2006-02-19 23:46:49 +00:00
Colin Leroy
378013abe5 2006-02-17 [colin] 2.0.0cvs61
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Check for IMAP certificates
		** Requires libetpan-0.42-cvs4
		** http://claws.sylpheed.org/snapshots/libetpan-0.42cvs4.tar.gz
2006-02-17 20:51:40 +00:00
Colin Leroy
ca486c9350 2006-02-17 [cleroy] 2.0.0cvs60
* src/messageview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_message.c
		Add pref to display HTML-only mails with plugin,
		if possible (defaulting to FALSE of course).
2006-02-17 17:43:25 +00:00
Colin Leroy
8ddc855c8a 2006-02-16 [cleroy] 2.0.0cvs59
* src/main.c
	* src/common/plugin.c
	* src/common/plugin.h
	* src/gtk/pluginwindow.c
		Keep track of requested (but unloaded) plugins
		in some error cases.
2006-02-16 17:26:29 +00:00
Tristan Chabredier
ba5367d889 2006-02-16 [wwp] 2.0.0cvs58
* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
	* src/prefs_spelling.c
	* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
		implemented new optional spellchecker behaviour: re-check message when
		dictionary got changed (from compose-window/context-menu/Change dictionary).
2006-02-16 16:01:51 +00:00
Tristan Chabredier
02db62be1d 2006-02-16 [wwp] 2.0.0cvs57
* src/quote_fmt_parse.y
		pclose popen'ed pipe.
2006-02-16 09:22:21 +00:00
Colin Leroy
39e855e648 2006-02-15 [colin] 2.0.0cvs56
* src/mimeview.c
	* src/mimeview.h
		Let MimeViewers know which MimeView they
		depend of.
	* src/summaryview.c
		Swap From/To columns in Sent/Queue/Drafts
		folders
	* src/etpan/imap-thread.c
		Use mailstream_low_tls_open() for STARTTLS
		instead of mailstream_low_ssl_open()
		** REQUIRES libetpan 0.42cvs3 **
2006-02-15 17:59:37 +00:00
Tristan Chabredier
263e398990 2006-02-15 [wwp] 2.0.0cvs55
* src/compose.c
	* src/compose.h
	* src/message_search.c
	* src/message_search.h
	* src/textview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		added the ability to Find text in the compose window (and a bit
		of code factorization).
2006-02-15 15:21:49 +00:00
Tristan Chabredier
82b675193f 2006-02-15 [wwp] 2.0.0cvs54
* src/prefs_gtk.c
		yet another one file was missing (fix for some widgets' sensitivity).
		Thanks Colin!
2006-02-15 14:28:47 +00:00
Tristan Chabredier
0799eef266 2006-02-15 [wwp] 2.0.0cvs53
* src/prefs_gtk.h
		oops forgot that file (fix for some widgets' sensitivity).
2006-02-15 14:17:54 +00:00
Tristan Chabredier
bc2487090f 2006-02-15 [wwp] 2.0.0cvs52
* src/summary_search.c
		implemented advanced summary search options (added the ability
		to use matcher conditions in an advanced search mode).
2006-02-15 13:47:10 +00:00
Tristan Chabredier
e6c6b9f410 2006-02-15 [wwp] 2.0.0cvs51
* src/plugins/pgpcore/prefs_gpg.c
	* src/prefs_account.c
		fix some widget sensitivity, mostly around some labels in
		account prefs.
2006-02-15 13:45:28 +00:00
Colin Leroy
b05d54983c 2006-02-14 [colin] 2.0.0cvs49
* src/pixmaps/address_book.xpm
	* src/pixmaps/preferences.xpm
	* src/pixmaps/properties.xpm
		Fix pixmap size - patch by Fabien Vantard
2006-02-14 19:26:37 +00:00