Commit graph

1096 commits

Author SHA1 Message Date
Paul Mangan
c76cea0eea 2006-05-24 [paul] 2.2.0cvs50
* doc/man/sylpheed-claws.1
		updated the man page
2006-05-24 08:58:43 +00:00
Colin Leroy
e014c4b34a 2006-05-23 [colin] 2.2.0cvs49
* src/folderview.c
	* src/imap.c
	* src/inc.c
	* src/mbox.c
	* src/messageview.c
	* src/news.c
	* src/send_message.c
	* src/summaryview.c
	* src/gtk/sslcertwindow.c
		alertpanel fixes, by Fabien
2006-05-23 17:45:56 +00:00
Colin Leroy
8781b7b147 2006-05-23 [colin] 2.2.0cvs48
* src/folder.c
	* src/folderview.c
	* src/msgcache.c
	* src/summaryview.c
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		More timings
		Fix slow loading problem, which was caused by the
		use of some gtk_ctree funcs and their use of
		g_list_position while gtk_ctree_(un)link'ing.
		Reap more functions from gtkctree.c to be sure we
		use our (fast) version instead of theirs.
	* src/mh.c
		Fix copy of unread mails
2006-05-23 17:42:52 +00:00
Tristan Chabredier
44ef1f244d 2006-05-22 [wwp] 2.2.0cvs47
* manual/fr/advanced.xml
		updated.
2006-05-22 16:53:48 +00:00
Colin Leroy
cec85f860f 2006-05-22 [colin] 2.2.0cvs46
* src/filtering.c
		Fix possible infinite loop. 'copy' is not a
		final action, so when encountering a 'copy',
		we have to check if a previous one was set
		and do it. In the same way, if we encounter
		a 'move' we have to perform a possibly
		pending 'copy'. This will slow down filtering
		on IMAP if move+copy or multiple copy actions
		are to be done, but handling it via the batch
		would be really too convoluted.
2006-05-22 16:37:02 +00:00
Tristan Chabredier
13806f8e8b 2006-05-22 [wwp] 2.2.0cvs45
* manual/fr/advanced.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/plugins.xml
	* manual/fr/sylpheed-claws-manual.xml
		sync w/ the english manual: updates URIs, documented mailing-list
		support, better explanation about the enabled/disabled feature
		in filtering/processing rules by Paul.
2006-05-22 16:20:22 +00:00
Colin Leroy
83e08449d2 2006-05-21 [colin] 2.2.0cvs44
* src/summaryview.c
		Don't expand after building threads, but during
2006-05-21 19:55:34 +00:00
Colin Leroy
ef217868f8 2006-05-21 [colin] 2.2.0cvs43
* src/procmsg.c
	* src/summaryview.c
		More timing possibilities... For next time I have
		to find out how the hell some 3GHz computer takes
		one minute to open a 30k folder...
2006-05-21 18:49:25 +00:00
Colin Leroy
dc2316b4b6 2006-05-21 [colin] 2.2.0cvs42
* manual/pl/advanced.xml
	* manual/pl/faq.xml
	* manual/pl/glossary.xml
	* manual/pl/handling.xml
	* manual/pl/intro.xml
	* manual/pl/plugins.xml
	* manual/pl/sylpheed-claws-manual.xml
		Polish manual updated by Pawel
2006-05-21 18:33:25 +00:00
Colin Leroy
5d0a66ff3a 2.3.0-rc3 released 2006-05-20 17:39:15 +00:00
Colin Leroy
fbf1b296a9 2006-05-20 [colin] 2.2.0cvs41
* src/imap.c
		Fix -rc2 problems:
		- remove cache of moved messages from original folder
		- apply new flags to messages even if they aren't appliable
		  via IMAP.
2006-05-20 17:31:23 +00:00
Colin Leroy
ce12f32823 2.3.0-rc2 released 2006-05-20 11:09:13 +00:00
Colin Leroy
db44f53938 2006-05-19 [colin] 2.2.0cvs40
* src/imap.c
		Don't issue SELECT in imap_change_flags
		before having checked that we indeed have
		some flags to change. MSG_POSTFILTERED for
		example can't be used on IMAP.
		Fixes bug #955 (copying messages between
		imap folders is extremely slow), which was
		a regression.
2006-05-19 23:19:09 +00:00
Colin Leroy
820d86b34e 2006-05-19 [colin] 2.2.0cvs39
* src/folder.c
	* src/folder.h
	* src/folderview.c
		Try to fix bug #830 (Some unread messages
		get marked read in IMAP inbox):
		- Prevent scanning a folder if it's being
		  opened via the GUI
		- Postpone opening via the GUI of a folder
		  currently scanned.
2006-05-19 17:09:06 +00:00
Tristan Chabredier
dc33197c79 2006-05-19 [wwp] 2.2.0cvs38
* manual/advanced.xml
		fix English+typo (thanks to Paul).
2006-05-19 12:26:09 +00:00
Tristan Chabredier
96b76e646e 2006-05-19 [wwp] 2.2.0cvs37
* manual/advanced.xml
	* manual/fr/advanced.xml
	* src/gtk/logwindow.c
	* src/prefs_common.c
	* src/prefs_common.h
		added hidden prefs to allow customization of colors used in
		protocol log window (useful for dark gtk+ themes).
2006-05-19 11:11:20 +00:00
Tristan Chabredier
caeb312d09 2006-05-19 [wwp] 2.2.0cvs36
* ChangeLog
		fix an old erroneous changelog entry (thanks to Fabien Vantard).
2006-05-19 09:27:03 +00:00
Paul Mangan
7543ce0ce5 2006-05-19 [paul] 2.2.0cvs35
* src/textview.c
		make Reply-To fully clickable
	* src/gtk/logwindow.c
		more colouring (SMTP ESMTP)
	Both patches by Pawel Pekala
2006-05-19 07:04:40 +00:00
Colin Leroy
7270f2d908 2006-05-19 [cleroy] 2.2.0cvs34
* src/mh.c
		Don't update flags from current folder
		Probably fixes bug #935 (Read Messages
		Revert to Being Marked as Unread)
2006-05-19 06:27:04 +00:00
Colin Leroy
304322deb2 2006-05-18 [colin] 2.2.0cvs33
* src/imap.c
                Warning fix
        * src/compose.c
        * src/mainwindow.c
        * src/summaryview.c
        * src/toolbar.c
                Allow replying to multiple emails
                in multiple windows
        * src/mimeview.c
        * src/etpan/imap-thread.c
                Leak fixes
2006-05-18 17:10:21 +00:00
Paul Mangan
00517cbe25 2006-05-18 [paul] 2.2.0cvs32
* src/summaryview.c
		keep Mailing-List menu refreshed
		Thanks to Colin
2006-05-18 11:21:41 +00:00
Paul Mangan
688512843f 2006-05-18 [paul] 2.2.0cvs31
* manual/advanced.xml
	* manual/faq.xml
	* manual/glossary.xml
	* manual/handling.xml
	* manual/intro.xml
	* manual/plugins.xml
	* manual/sylpheed-claws-manual.xml
		update URLs
		add info about mailing-list support
		edit filtering info
	* src/wizard.c
	* src/common/defs.h
	* src/gtk/about.c
	* src/plugins/dillo_viewer/README
		update URLs
2006-05-18 11:18:28 +00:00
Tristan Chabredier
3c9314dcce 2006-05-17 [wwp] 2.2.0cvs30
* manual/handling.xml
	* manual/fr/handling.xml
		documented the ability to enabled/disable filtering/processing rules.
2006-05-17 20:17:26 +00:00
Colin Leroy
9291c8e7bd 2006-05-17 [colin] 2.2.0cvs29
* src/main.c
		Don't initialize g_thread subsystem if it's
		already done (thanks to Hiro)
	* src/mimeview.c
		Fix saving of parts when there name can't be
		converted from UTF-8.
2006-05-17 16:37:41 +00:00
Paul Mangan
6bc48dff5b 2006-05-17 [paul] 2.2.0cvs28
* po/Makefile.in.in
		fix config.status warning with autoconf 2.60
2006-05-17 12:43:54 +00:00
Paul Mangan
d86a815a6c 2006-05-17 [paul] 2.2.0cvs27
* po/POTFILES.in
		add src/mbox.c
2006-05-17 12:20:46 +00:00
Tristan Chabredier
d4f91ca14f 2006-05-17 [wwp] 2.2.0cvs26
* src/mainwindow.c
		fix useless and potentially dangerous buffer walking (thanks to Colin).
2006-05-17 09:28:12 +00:00
Tristan Chabredier
210ec29dbc 2006-05-17 [wwp] 2.2.0cvs25
* src/plugins/demo/demo.c
		updated product name in plugin demo (many plugins need to be
		sync'ed w/ that change).
2006-05-17 08:19:45 +00:00
Colin Leroy
85890787b4 2006-05-17 [colin] 2.2.0cvs24
* src/mh.c
		Fix leak
2006-05-17 06:44:11 +00:00
Colin Leroy
4f0c3c7aa1 2006-05-16 [colin] 2.2.0cvs23
* src/mainwindow.c
		Stupid me hit again. Fix cvs22.
2006-05-16 20:25:36 +00:00
Colin Leroy
0d96f5617b 2006-05-16 [colin] 2.2.0cvs22
* src/mainwindow.c
		Fix bug #922 (sylpheed-claws crashed after
		pushing on Inbox folder)
2006-05-16 20:15:40 +00:00
Colin Leroy
239006ff75 2006-05-16 [colin] 2.2.0cvs21
* src/compose.c
		Make From header be copy/paste/select-able
2006-05-16 16:10:49 +00:00
Tristan Chabredier
52e0025a10 2006-05-16 [wwp] 2.2.0cvs20
* src/export.c
	* src/matcher.c
	* src/summaryview.c
	* src/etpan/imap-thread.c
		fix some compiler warnings (thanks to Colin).
2006-05-16 09:42:16 +00:00
Tristan Chabredier
749e0af242 2006-05-16 [wwp] 2.2.0cvs19
* src/action.c
	* src/gedit-print.c
	* src/inc.c
	* src/mainwindow.c
	* src/mh.c
	* src/statusbar.c
	* src/send_message.c
	* src/summaryview.c
		get rid of some gtk warning/errors at runtime (and avoid divide-by-0).
2006-05-16 09:38:20 +00:00
Colin Leroy
127c47b4fd 2006-05-15 [colin] 2.2.0cvs18
* src/procmsg.c
		Fix automatic rule creation with List-Post
2006-05-15 17:53:23 +00:00
Paul Mangan
57bda9042e 2006-05-15 [paul] 2.2.0cvs17
* tools/filter_conv_new.pl
		updated for rule enabling/disabling
		claws version >= 2.3.x required
2006-05-15 17:08:04 +00:00
Colin Leroy
dd36d94033 2006-05-15 [cleroy] 2.2.0cvs16
* src/main.c
		Revert test
2006-05-15 08:24:25 +00:00
Colin Leroy
2121a4d8a1 2006-05-15 [cleroy] 2.2.0cvs15
* src/main.c
		test
2006-05-15 08:23:23 +00:00
Tristan Chabredier
290e683566 2006-05-15 [wwp] 2.2.0cvs14
* manual/pl/.cvsignore
		ignore generated files.
2006-05-15 08:13:33 +00:00
Colin Leroy
f018c3b07a 2.3.0-rc1 released 2006-05-14 11:27:10 +00:00
Tristan Chabredier
2896acb268 2006-05-13 [wwp] 2.2.0cvs13
* src/filtering.c
	* src/filtering.h
	* src/matcher.c
	* src/matcher_parser_lex.l
	* src/matcher_parser_parse.y
	* src/prefs_filtering.c
		new feature: provide the ability to disable filtering and processing
		rules. Patch by Fabien Vantard <fzzzzz@gmail.com>, w/ some minor
		adaptations.
2006-05-13 13:04:55 +00:00
Colin Leroy
f7f744c83e 2006-05-13 [colin] 2.2.0cvs12
* src/compose.c
		Remove useless if (a) b; else b;
		Thanks to wwp
2006-05-13 12:42:00 +00:00
Tristan Chabredier
22b1314524 2006-05-13 [wwp] 2.2.0cvs11
* src/export.c
	* src/import.c
	* src/mainwindow.c
	* src/mbox.c
	* src/summaryview.c
	* src/summaryview.h
		no more silent failures (or at least less ones) when importing
		or exporting from/to mbox. Also start importing/exporting if
		the necessary info is set.
2006-05-13 10:02:33 +00:00
Tristan Chabredier
435f0f4a6b 2006-05-13 [wwp] 2.2.0cvs10
* RELEASE_NOTES
		restored up-to-date release notes.
2006-05-13 09:29:12 +00:00
Paul Mangan
2d569fc172 2006-05-13 [paul] 2.2.0cvs9
* po/nl.po
	* po/ru.po
		updated by Tim Dijkstra and Pavlo Bohmat
2006-05-13 06:48:39 +00:00
Colin Leroy
4df843e861 2006-05-12 [colin] 2.2.0cvs8
* src/gtk/quicksearch.c
		Add "k" as shortcut for "colorlabel". Patch
		by ath42@users.sf.net.
2006-05-12 20:32:00 +00:00
Paul Mangan
de2f5de238 2006-05-12 [paul] 2.2.0cvs7
* src/prefs_common.h
	* src/prefs_summaries.c
	* src/summaryview.c
		when entering a folder also allow
		going directly to first Marked message
2006-05-12 18:12:31 +00:00
Paul Mangan
f1a9d6c116 2006-05-12 [paul] 2.2.0cvs6
* src/summaryview.c
		always obey 'confirm before marking all
		mails read' option
2006-05-12 18:10:00 +00:00
Paul Mangan
ca4ef2b905 2006-05-12 [paul] 2.2.0cvs5
* src/textview.c
		make Sender fully clickable
2006-05-12 18:08:21 +00:00
Colin Leroy
dabdc67914 2006-05-12 [colin] 2.2.0cvs4
* src/compose.c
	* src/compose.h
		Let From be editable
	* src/main.c
	* src/mh.c
		Full support of .mh_sequences' Unseen seq
2006-05-12 17:46:09 +00:00
Colin Leroy
68cec9a28f 2006-05-12 [colin] 2.2.0cvs3
* src/folder.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/messageview.c
	* src/prefs_spelling.c
	* src/procheader.c
	* src/procmsg.c
	* src/procmsg.h
	* src/summaryview.c
	* src/toolbar.c
	* src/toolbar.h
		Add contextual menu on Compose toolbar
                button. Fixes bug #944 (Automatic
                addresses not applied when changing account
                from compose window)
                add Mailing List support
                based on the old 0.6.5claws25 patch by
                Melvin Hadasht, with finishing touches
                by Colin
                Fix "ignore thread" when mails are threaded by
                subject (and weren't ignored although appearing
                in the thread).
                GUI rework.
                Both patches by Pawel.
2006-05-12 17:42:48 +00:00
Colin Leroy
f710198b4d 2006-05-12 [colin] 2.1.1cvs50
* po/cs.po
	* po/de.po
	* po/en_GB.po
	* po/es.po
	* po/fi.po
	* po/fr.po
	* po/pt_BR.po
	* po/sr.po
	* po/zh_CN.po
		updated by Tim, Stephan Sachse, me, Flammie Pirinen,
                Fabien Vantard, Frederico Goncalves Guimaraes,
                Aleksandar Urosevic, Ricardo Mones, and Ralgh Young
2006-05-12 17:38:02 +00:00
Colin Leroy
09e5c53efb 2006-05-05 [colin] 2.1.1cvs49
* manual/Makefile.am
	* manual/pl/Makefile.am
	* manual/pl/account.xml
	* manual/pl/ack.xml
	* manual/pl/addrbook.xml
	* manual/pl/advanced.xml
	* manual/pl/faq.xml
	* manual/pl/glossary.xml
	* manual/pl/gpl.xml
	* manual/pl/handling.xml
	* manual/pl/intro.xml
	* manual/pl/keyboard.xml
	* manual/pl/plugins.xml
	* manual/pl/starting.xml
	* manual/pl/sylpheed-claws-manual.xml
	* manual/pl/dist/.cvsignore
	* manual/pl/dist/Makefile.am
	* manual/pl/dist/html/.cvsignore
	* manual/pl/dist/html/Makefile.am
	* manual/pl/dist/pdf/.cvsignore
	* manual/pl/dist/pdf/Makefile.am
	* manual/pl/dist/ps/.cvsignore
	* manual/pl/dist/ps/Makefile.am
	* manual/pl/dist/txt/.cvsignore
	* manual/pl/dist/txt/Makefile.am
		Add the polish translation of the manual,
		Authored by Pawel Pekala.
2006-05-05 17:53:32 +00:00
Colin Leroy
ed5ba70d9a 2006-05-05 [cleroy] 2.1.1cvs48
* src/main.c
		Re-read matcherrc after loading plugins
		if some of them add folders.
2006-05-05 16:17:38 +00:00
Colin Leroy
51fd369e48 2006-05-03 [colin] 2.1.1cvs47
* src/imap.c
		I'm idiot
2006-05-03 17:51:39 +00:00
Colin Leroy
0a57866979 2006-05-03 [colin] 2.1.1cvs46
* src/imap.c
		Be sure to have a session when
		getting separator
2006-05-03 17:49:25 +00:00
Colin Leroy
d98ff1d709 2006-05-03 [colin] 2.1.1cvs45
* src/imap.c
	* src/imap.h
	* src/imap_gtk.c
		Fix preventing renaming with namespace
		separator.
2006-05-03 17:05:48 +00:00
Colin Leroy
39f30a33c6 2006-05-01 [colin] 2.1.1cvs44
* src/action.c
		Don't reload messageview when result of
		action is piped.
2006-05-01 18:34:57 +00:00
Colin Leroy
922e98bbbe 2006-04-29 [colin] 2.1.1cvs43
* src/prefs_receive.c
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/clamav/clamav_plugin_gtk.c
		GUI fixes by Pawel
2006-04-29 20:28:49 +00:00
Colin Leroy
d813ca69de 2006-04-29 [colin] 2.1.1cvs42
* src/prefs_compose_writing.c
	* src/prefs_quote.c
		Cleanups. Patch by Pawel
2006-04-29 09:31:54 +00:00
Paul Mangan
51fdeae481 2006-04-28 [paul] 2.1.1cvs41
* src/matcher.c
		fix returned quick search results when search
		term contains an underscore.
		Thanks to Colin
2006-04-28 09:21:10 +00:00
Paul Mangan
3524bb96ea 2006-04-28 [paul] 2.1.1cvs40
* src/prefs_message.c
	* src/prefs_receive.c
		GUI cleanups
		Patches by Pawel Pekala
2006-04-28 08:58:36 +00:00
Colin Leroy
8509efefb2 2006-04-27 [colin] 2.1.1cvs39
* src/wizard.c
		Differentiate subject Welcome from
		window's title Welcome
2006-04-27 21:11:28 +00:00
Paul Mangan
5b4084382e 2.2.0-rc1 released 2006-04-27 10:24:58 +00:00
Paul Mangan
ff843927a9 add compose_no_markup to french manual 2006-04-27 09:51:07 +00:00
Paul Mangan
b95201e318 2006-04-27 [paul] 2.1.1cvs38
* manual/advanced.xml
		add info about compose_no_markup hidden pref
2006-04-27 09:39:27 +00:00
Paul Mangan
fd7d552652 2006-04-27 [paul] 2.1.1cvs37
* src/prefs_account.c
		improve privacy labels
	* src/prefs_msg_colors.c
		change some strings for translators' convenience
	* src/gtk/gtkutils.c
		don't underline the link button text
2006-04-27 09:13:40 +00:00
Colin Leroy
c790ec975d 2006-04-25 [colin] 2.1.1cvs36
* src/folder.c
		Complete 2.1.1cvs33 (once more ;)
2006-04-25 22:39:57 +00:00
Colin Leroy
4b233482de 2006-04-25 [colin] 2.1.1cvs35
* src/editldap.c
		Fix tooltip
2006-04-25 22:14:52 +00:00
Colin Leroy
3ae54083f9 2006-04-25 [cleroy] 2.1.1cvs34
* src/compose.c
	* src/gtk/gtkaspell.c
		Fix crash on redirect (related to the return
		of the aspell menu in compose's toolbar)
	* src/image_viewer.c
	* src/prefs_msg_colors.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
		Change released signals to clicked (Fabien)
	* po/POTFILES.in
	* src/common/socket.c
	* src/plugins/spamassassin/spamassassin.c
		Translate strings (Fabien)
2006-04-25 16:59:47 +00:00
Paul Mangan
697812fbd9 2006-04-25 [paul] 2.1.1cvs33
* src/folder.c
	* src/folder.h
	* src/folderview.c
		complete the fix of bug #912
		Thanks to Colin
2006-04-25 08:00:00 +00:00
Colin Leroy
33dfeb26e4 2006-04-25 [colin] 2.1.1cvs32
* src/news.c
		Better progress bar
	* src/mimeview.c
	* src/summaryview.c
	* src/summaryview.h
		Fix focus chain
		Patches by Pawel Pekala
2006-04-25 06:33:15 +00:00
Colin Leroy
44826a706e 2006-04-24 [colin] 2.1.1cvs31
* src/compose.c
		Fix compilation warnings (Fabien)
2006-04-24 17:05:06 +00:00
Colin Leroy
a90c6aa22f 2006-04-24 [colin] 2.1.1cvs30
* src/addrindex.c
	* src/editldap.c
	* src/editldap_basedn.c
	* src/editldap_basedn.h
	* src/ldapctrl.c
	* src/ldapctrl.h
	* src/ldapquery.c
	* src/ldaputil.c
	* src/ldaputil.h
		Fix bug #901 (LDAPS support)
2006-04-24 17:02:07 +00:00
Colin Leroy
dfcb1ffb0b 2006-04-24 [colin] 2.1.1cvs29
* src/compose.c
		Fix logic on error with send dialog on
	* src/imap.c
		Fix compilation without libetpan, thanks
		to Fabien
	* src/summaryview.c
		Fix 'context-menu' key
2006-04-24 17:01:08 +00:00
Colin Leroy
9fc026c0a8 2006-04-23 [colin] 2.1.1cvs28
* src/folder.c
		Never free current's cache to free up
		memory. Fixes bug #912 (new count
		randomly set to message count)
2006-04-23 18:19:38 +00:00
Colin Leroy
8ae56009b3 clarify 2006-04-23 14:48:13 +00:00
Colin Leroy
1d4bd95b4a 2006-04-23 [colin] 2.1.1cvs27
* src/gtk/quicksearch.c
		And remove printf...
2006-04-23 14:41:47 +00:00
Colin Leroy
5abf1e4516 2006-04-23 [colin] 2.1.1cvs26
* src/gtk/quicksearch.c
		Fix replacing in quicksearch, and fix inserting
		in the middle of the string. (introduced at cvs22)
2006-04-23 14:41:11 +00:00
Colin Leroy
01ee221085 2006-04-23 [colin] 2.1.1cvs25
* src/imap.c
		Make sure uidnext is initialized in get_num_list
		(not for stable, related to 2.1.1cvs8 and friends)
2006-04-23 12:17:23 +00:00
Colin Leroy
ec2fdb50fb 2006-04-23 [colin] 2.1.1cvs24
* src/imap.c
		Output something when login is successful
		too
2006-04-23 11:46:23 +00:00
Colin Leroy
5ced13828e 2006-04-23 [colin] 2.1.1cvs23
* src/etpan/imap-thread.c
		Better logging (line-per-line, hide data in fetch)
		Fix a const warning
	* src/gtk/logwindow.c
	* src/gtk/logwindow.h
		Better logging (color for input/output)
2006-04-23 11:30:37 +00:00
Colin Leroy
82278066e5 2006-04-21 [colin] 2.1.1cvs22
* src/gtk/quicksearch.c
		On gtk+-2.8, use stock buttons in quicksearch
		Based on a patch by Fabien and a design by Paul
2006-04-21 18:18:31 +00:00
Colin Leroy
5dbaced0a2 2006-04-21 [colin] 2.1.1cvs21
* src/folderview.c
	* src/mainwindow.c
		Fix occasional flicker in folderview
	* src/common/utils.c
		Fix bug #943 (Incorrectly parsed email address
		list in short headers on message view and in
		printouts)
2006-04-21 16:52:18 +00:00
Colin Leroy
7cbb80874f 2006-04-20 [colin] 2.1.1cvs20
* src/imap.c
	* src/imap.h
	* src/prefs_account.c
		Add ANONYMOUS auth for IMAP
2006-04-20 16:46:33 +00:00
Paul Mangan
f59c9bf63c 2006-04-20 [paul] 2.1.1cvs19
* src/main.c
		proper fix for 2.1.1cvs18
		Thanks to Colin
2006-04-20 12:34:29 +00:00
Paul Mangan
7b8a7572a9 2006-04-20 [paul] 2.1.1cvs18
* src/main.c
		fix build warnings
2006-04-20 12:15:14 +00:00
Paul Mangan
c47a37191b 2006-04-20 [paul] 2.1.1cvs17
* src/gtk/quicksearch.c
		fix standard, non-extended Quick search,
		was broken in 2.1.1cvs15.
		Thanks to Colin.
2006-04-20 11:57:57 +00:00
Colin Leroy
180d1052e9 2006-04-20 [colin] 2.1.1cvs16
* src/prefs_matcher.c
		Fix values when reselecting a ~test
		rule
2006-04-20 05:11:18 +00:00
Colin Leroy
f72b66987a 2006-04-19 [colin] 2.1.1cvs15
* src/compose.c
	* src/compose.h
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
		Put back Options menu in Spelling/
	* src/gtk/quicksearch.c
		Don't search, and show error, if the
		advanced search has a syntax error
2006-04-19 17:28:39 +00:00
Colin Leroy
3f8528254b 2006-04-18 [colin] 2.1.1cvs14
* src/textview.c
		Fix gdk warnings on set_cursor when textview
		isn't visible
2006-04-18 16:41:51 +00:00
Colin Leroy
806c533d82 2006-04-18 [colin] 2.1.1cvs13
* src/gtk/gtksctree.c
		Remove seemingly useless refresh that causes
		flicker - watch this commit in case of
		problems before planned backport to stable
2006-04-18 16:34:15 +00:00
Colin Leroy
49220d751b 2006-04-18 [colin] 2.1.1cvs12
* src/imap.c
		Factorize get/set_xml code
	* src/compose.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/procmsg.c
		Add Encrypt to self option
2006-04-18 16:21:10 +00:00
Colin Leroy
f45566f080 2006-04-17 [colin] 2.1.1cvs11
* configure.ac
		Fix search on encrpyt function on dragonfly
		Patch by Jonathan Buschmann <jonthn@agmact.com>
2006-04-17 18:32:54 +00:00
Colin Leroy
8376289a15 2006-04-17 [colin] 2.1.1cvs10
* src/prefs_account.c
		Be safe by default: remove mails from POP3
		after 7 days, not immediately
2006-04-17 16:14:03 +00:00
Colin Leroy
3de94955a0 2006-04-17 [colin] 2.1.1cvs9
* src/etpan/imap-thread.c
		Fix build on DragonFly - patch by
		Jonathan Buschmann <jonthn@agmact.com>
2006-04-17 15:57:58 +00:00
Colin Leroy
133a74a19b 2006-04-17 [colin] 2.1.1cvs8
* src/imap.c
		Save uidnext between sessions
2006-04-17 15:41:37 +00:00
Colin Leroy
490f654490 2006-04-17 [colin] 2.1.1cvs7
* src/imap.c
		scan is required when uid validity changes
2006-04-17 13:09:25 +00:00
Colin Leroy
369e923ad0 2006-04-17 [colin] 2.1.1cvs6
* src/folderview.c
		Don't scan if not necessary, apart in current
		folder and INBOX to fetch flags.
	* src/imap.c
		Scan is necessary if unread count changes
2006-04-17 12:01:18 +00:00
Colin Leroy
878094a08d 2006-04-17 [colin] 2.1.1cvs5
* src/imap.c
		...But always fetch ANSWERED and DELETED flags for
		INBOX, as filtering can happen on these flags.
2006-04-17 11:05:16 +00:00
Colin Leroy
463d5fd26a 2006-04-17 [colin] 2.1.1cvs4
* src/imap.c
		Don't fetch REPLIED and DELETED flags when synchronising
		flags with a closed folder. We only need UNSEEN and FLAGGED
		to update the folderview.
2006-04-17 10:54:11 +00:00
Colin Leroy
83a2dc48f4 2006-04-17 [colin] 2.1.1cvs3
* src/imap.c
		Faster flag search when there are new mails
		in a folder. We can do a full search if the
		folder contains less messages than the new
		list.
2006-04-17 09:26:01 +00:00
Colin Leroy
9345b09d4c 2006-04-17 [colin] 2.1.1cvs2
* po/cs.po
	* po/de.po
	* po/fr.po
	* po/nl.po
	* po/pt_BR.po
		Update translations from stable branch
2006-04-17 08:00:02 +00:00
Colin Leroy
c4b0fdc7a5 2006-04-17 [colin] 2.1.1cvs1
* configure.ac
		Bump version to follow stable release
2006-04-17 07:54:34 +00:00
Ricardo Mones
a8bc6b5b9e 2006-04-16 [mones] 2.1.0cvs50
* po/es.po
		Updated for release
2006-04-16 22:17:49 +00:00
Colin Leroy
31072723df 2006-04-16 [colin] 2.1.0cvs49
* src/textview.c
		Fix bgcolor not unset on gtk 2.8, while preventing warnings
		with gtk < 2.8. Thanks to Fabien Vantard.
2006-04-16 20:56:16 +00:00
Colin Leroy
fae86630f6 2006-04-15 [colin] 2.1.0cvs48
* src/etpan/imap-thread.c
		Fix bug #919 (libetpan: SEGV when connecting
		using command)
2006-04-15 15:05:30 +00:00
Colin Leroy
e7486373f4 2006-04-14 [colin] 2.1.0cvs47
* src/main.c
		Fix race on --select (should be done better)
2006-04-14 15:53:16 +00:00
Tristan Chabredier
978ad9d6e6 2006-04-14 [wwp] 2.1.0cvs46
* src/send_message.c
		enforce a check for domain in account prefs (a sending
		error could be faced if domain was checked but no value set),
		thanks to Colin.
2006-04-14 08:50:42 +00:00
Colin Leroy
d12d8d7f3f 2006-04-14 [colin] 2.1.0cvs45
* src/codeconv.c
		when converting from unknown to unknown, if the
		string is UTF8, don't convert it to the locale
		(which breaks it)
2006-04-14 07:06:53 +00:00
Colin Leroy
e5bf5df43c 2006-04-14 [colin] 2.1.0cvs44
* src/compose.c
		Don't try to use ASCII for converting headers
		(as done in body)
2006-04-14 06:45:03 +00:00
Paul Mangan
50ff748aa6 2006-04-14 [paul] 2.1.0cvs43
* src/crash.c
		add locale/charset info to crash report
	* src/gtk/about.c
		add wwp to doc team
		replace 'e-mail' with preferred 'email'
	* src/gtk/authors.h
		ensure contributors list is in alphabetical
		order
2006-04-14 05:00:23 +00:00
Colin Leroy
9f45efef92 2006-04-13 [colin] 2.1.0cvs42
* src/textview.c
		Prevent gdk warnings
2006-04-13 20:44:45 +00:00
Colin Leroy
af0c30f73d 2006-04-13 [colin] 2.1.0cvs41
* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/gtk/sslcertwindow.c
		Warn on expired certs, and display the expiration date
2006-04-13 17:29:06 +00:00
Colin Leroy
bb8f2e9d32 2006-04-13 [colin] 2.1.0cvs40
* src/plugins/spamassassin/spamassassin_gtk.c
		Fix missing set_text on unix socket
2006-04-13 17:24:53 +00:00
Tristan Chabredier
7fca69ca31 2006-04-13 [wwp] 2.1.0cvs39
* manual/fr/advanced.xml
	* manual/fr/glossary.xml
		applied new spam/ham/email lexicon (pourriel, courriel)
2006-04-13 16:18:58 +00:00
Paul Mangan
918cfc1ab5 2006-04-13 [paul] 2.1.0cvs38
* src/plugins/pgpmime/plugin.c
		remove the mention of S/MIME from the
		description. This is now handled by the
		S/MIME plugin.
2006-04-13 14:34:37 +00:00
Paul Mangan
4e06e520fa 2006-04-13 [paul] 2.1.0cvs37
* src/prefs_msg_colors.c
		rework dialog
	* src/prefs_folder_item.c
	* src/prefs_spelling.c
		add a tooltip to the colour selector buttons
2006-04-13 13:57:32 +00:00
Tristan Chabredier
afb905bf2f 2006-04-13 [wwp] 2.1.0cvs36
* manual/advanced.xml
	* manual/glossary.xml
	* manual/handling.xml
	* manual/keyboard.xml
	* manual/plugins.xml
	* manual/starting.xml
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/gpl.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/keyboard.xml
	* manual/fr/plugins.xml
	* manual/fr/starting.xml
	* manual/fr/sylpheed-claws-manual.xml
		fixes to the manuals:
		 - summaryview -> Message List (same in French)
		 - translate key names
		 - fix French punctuation, use non-breakable spaces when
		   necessary, don't use &thinsp; which is not portable
		 - tell what maildir and mbox formats we support
2006-04-13 08:12:23 +00:00
Tristan Chabredier
40502b0bc4 2006-04-12 [wwp] 2.1.0cvs35
* src/prefs_toolbar.c
		unified a replace button more,
		patch by Fabien Vantard <fzzzzz@gmail.com>.
2006-04-12 16:58:17 +00:00
Tristan Chabredier
fe40ba66b7 2006-04-12 [wwp] 2.1.0cvs34
* src/prefs_common.c
	* src/prefs_msg_colors.c
		make default color labels translatable,
		patch from Fabien Vantard <fzzzzz@gmail.com>,
		thanks to Tim <timbrain@post.cz> for reporting.
2006-04-12 16:50:31 +00:00
Tristan Chabredier
ace4adc882 2006-04-12 [wwp] 2.1.0cvs33
* manual/glossary.xml
	* manual/intro.xml
	* manual/plugins.xml
	* manual/starting.xml
	* manual/sylpheed-claws-manual.xml
	* manual/fr/.cvsignore
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/keyboard.xml
	* manual/fr/plugins.xml
	* manual/fr/starting.xml
	* manual/fr/sylpheed-claws-manual.xml
		various fixes: typos, missing .fr translations, punctuation,
		capitalization, links, accents and some bad French more.
2006-04-12 10:59:10 +00:00
Tristan Chabredier
c15813a529 2006-04-12 [wwp] 2.1.0cvs32
* src/prefs_gtk.c
		fix for bug #935: always store prefs files in UTF-8 (thanks
		to Colin).
2006-04-12 07:17:36 +00:00
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
86f79ed425 2006-04-10 [colin] 2.1.0cvs25
* manual/plugins.xml
	* manual/fr/plugins.xml
		Document libcurl's proxy variables
2006-04-10 16:49:49 +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
fd4c2f0a9d 2006-04-08 [colin] 2.1.0cvs20
* manual/fr/glossary.xml
	* manual/fr/keyboard.xml
		Forgot some headers :)
2006-04-08 20:41:13 +00:00
Colin Leroy
77db4c9a6c 2006-04-08 [colin] 2.1.0cvs19
* manual/Makefile.am
	* manual/fr/Makefile.am
	* manual/fr/account.xml
	* manual/fr/ack.xml
	* manual/fr/addrbook.xml
	* manual/fr/advanced.xml
	* manual/fr/faq.xml
	* manual/fr/glossary.xml
	* manual/fr/gpl.xml
	* manual/fr/handling.xml
	* manual/fr/intro.xml
	* manual/fr/keyboard.xml
	* manual/fr/plugins.xml
	* manual/fr/starting.xml
	* manual/fr/sylpheed-claws-manual.xml
	* manual/fr/dist/.cvsignore
	* manual/fr/dist/Makefile.am
	* manual/fr/dist/html/.cvsignore
	* manual/fr/dist/html/Makefile.am
	* manual/fr/dist/pdf/.cvsignore
	* manual/fr/dist/pdf/Makefile.am
	* manual/fr/dist/ps/.cvsignore
	* manual/fr/dist/ps/Makefile.am
	* manual/fr/dist/txt/.cvsignore
	* manual/fr/dist/txt/Makefile.am
		Add the french translation of the manual. Thanks to
		Olivier Delhomme <olivier.delhomme@free.fr> for
		account.xml, ack.xml, addrbook.xml and advanced.xml
2006-04-08 15:47:06 +00:00
Colin Leroy
d3d5416efd 2006-04-08 [colin] 2.1.0cvs18
* manual/plugins.xml
	* manual/starting.xml
		More fixes
2006-04-08 09:49:31 +00:00
Colin Leroy
ba10746ec7 2006-04-07 [colin] 2.1.0cvs17
* manual/faq.xml
	* manual/intro.xml
	* manual/keyboard.xml
		Little fixes
2006-04-07 17:57:35 +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
f994254d81 2006-04-06 [colin] 2.1.0cvs10
* manual/advanced.xml
		Document the wizard template and how to deploy
		Sylpheed-Claws effectively
2006-04-06 17:41:26 +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