Commit graph

916 commits

Author SHA1 Message Date
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