Commit graph

5381 commits

Author SHA1 Message Date
Tristan Chabredier
9fb58dafe7 2006-11-06 [wwp] 2.6.0cvs6
* src/prefs_template.c
		unify messages related to quote format/template errors (fix
		capitalization), again.
2006-11-06 16:11:52 +00:00
Tristan Chabredier
34a90ddc61 2006-11-06 [wwp] 2.6.0cvs5
* src/prefs_quote.c
		unify messages related to quote format/template errors.
2006-11-06 15:06:11 +00:00
Tristan Chabredier
b5d87cc567 2006-11-06 [wwp] 2.6.0cvs4
* src/prefs_msg_colors.c
		more uses of Q_ macro for contextual translations, thanks
		to Fabien (fzzzzz).
2006-11-06 14:29:17 +00:00
Tristan Chabredier
93c4766556 2006-11-06 [wwp] 2.6.0cvs3
* src/compose.c
	* src/common/utils.c
	* src/common/utils.h
		show an alertpanel to make sure users are aware that sensitive
		files are attached (it's file blacklist-based). This will fix
		interaction w/ GoogleEarth for instance, thanks to Colin.
2006-11-06 14:18:59 +00:00
Tristan Chabredier
7f99a9471e 2006-11-06 [wwp] 2.6.0cvs2
* src/prefs_quote.c
	* src/prefs_template.c
	* src/prefs_template.h
		check quote format when applying/closing prefs. For now this only
		shows up an error dialog box, not preventing the user from using
		a broken quote (reply, forwards) format.
2006-11-06 13:43:11 +00:00
Tristan Chabredier
87c3bd98cb 2006-11-06 [wwp] 2.6.0cvs1
* src/prefs_template.c
		fix missing checks of some template fields.
2006-11-06 13:29:58 +00:00
Paul Mangan
d97cfeff03 2.6.0 unleashed 2006-11-06 11:10:35 +00:00
Paul Mangan
3fc3f53dc2 2006-11-06 [paul] 2.5.6cvs22
* manual/advanced.xml
	* manual/es/advanced.xml
		put 'respect_flowed_format' info in the correct
		place
2006-11-06 10:14:58 +00:00
Ricardo Mones
07eef22107 2006-11-06 [mones] 2.5.6cvs21
* po/es.po
		Minor fixes for release
2006-11-06 09:44:22 +00:00
Paul Mangan
5bb151bd60 2006-11-06 [paul] 2.5.6cvs20
* po/cs.po
	* po/de.po
	* po/fr.po
	* po/it.po
	* po/nl.po
	* po/pt_BR.po
	* po/sk.po
	* po/sv.po
	* po/zh_CN.po
		updated by Tim Brain, Stephan Sachse, Fabien Vantard,
		Andrea Spadaccini, Tim Dijkstra, Frederico Goncalves
		Guimaraes, Andrej Kacian, Anders Troback, and Ralgh
		Young
2006-11-06 08:46:28 +00:00
Colin Leroy
3a67552c87 2006-11-02 [colin] 2.5.6cvs19
* src/imap.c
	* src/imap.h
	* src/prefs_account.c
	* src/etpan/imap-thread.c
		Add GSSAPI support - fixes Debian bug #383274
2006-11-02 10:12:22 +00:00
Colin Leroy
db6a6c5262 2006-11-01 [colin] 2.5.6cvs18
* src/jpilot.c
		Handle libpisock12 support. Probably
		fixes bug 1046, 'jpilot AddressDB.pdb
		import fail'
2006-11-01 21:48:45 +00:00
Colin Leroy
6ac7778ff0 2006-11-01 [colin] 2.5.6cvs17
* src/folderutils.c
		debug_print() folderutils_mark_all_read()
2006-11-01 19:30:13 +00:00
Colin Leroy
789ea86e87 2006-11-01 [colin] 2.5.6cvs16
* COPYING
		Add missed files to the Apache exception
2006-11-01 14:04:33 +00:00
Colin Leroy
93e74cc053 2006-10-31 [colin] 2.5.6cvs15
* src/folder.c
	* src/folder.h
		Add a copy_private_data() func to FolderClasses
		Doesn't break the feature freeze, because we
		won't use it (right now) in the core.
2006-10-31 18:44:35 +00:00
Colin Leroy
32b154597b 2006-10-31 [colin] 2.5.6cvs14
* COPYING
		Allow linking with the Apache licensed files in
		src/plugins/spamassassin. Hopefully fixes
		bug 1048, 'Spamassassin plugin license problem'
2006-10-31 18:16:22 +00:00
Tristan Chabredier
6bb395d36d 2006-10-31 [wwp] 2.5.6cvs13
* src/compose.c
		fix and optimize trimming of leading linefeeds in body loop.
2006-10-31 10:12:43 +00:00
Colin Leroy
49d3bfbddc 2006-10-31 [colin] 2.5.6cvs12
* src/etpan/imap-thread.c
	* src/imap.c
		Make really sure to have NULL sets in case
		of error
2006-10-31 07:50:08 +00:00
Tristan Chabredier
2cbd93b8e6 2006-10-30 [wwp] 2.5.6cvs11
* src/prefs_common.c
	* src/prefs_common.h
	* src/compose.c
		fix broken storage of quote format template when it contains \-escape
		sequences. The application of such sequences is also fixed now (\t
		in quote format will be a real tab instead of a 't', for instance).
2006-10-30 16:06:45 +00:00
Colin Leroy
b4f457686f 2006-10-27 [colin] 2.5.6cvs10
* src/compose.c
		Probably fix bug 1045, 'sylpheed-claws
		doesn't remove the mail from the IMAP
		Queue folder after sending'. From
		2.5.6cvs3-stable
2006-10-27 18:36:58 +00:00
Colin Leroy
4967ee1054 2006-10-27 [colin] 2.5.6cvs9
* configure.ac
		Require libetpan-0.48. I'm so annoying,
		I know ;-)
2006-10-27 17:22:34 +00:00
Colin Leroy
957823bfec 2006-10-27 [colin] 2.5.6cvs8
* src/folder.c
	* src/imap.c
		Probably fix bug 1044, 'sylpheed-claws
		segfaults while moving mails' - Fix relation
		usage when moving to an IMAP mailbox from another
		mailbox
2006-10-27 08:54:27 +00:00
Paul Mangan
808b850052 2006-10-26 [paul] 2.5.6cvs7
* src/gtk/about.c
		add libSM to compiled-in features
		list
2006-10-26 09:03:46 +00:00
Colin Leroy
138bb84826 2006-10-24 [colin] 2.5.6cvs6
* src/textview.c
	* src/gtk/gtkutils.c
		Fix crash when printing emails with an
		xface
2006-10-24 17:53:20 +00:00
Ricardo Mones
a810dc74eb 2006-10-24 [mones] 2.5.6cvs5
* manual/es/advanced.xml
		Synchronize hidden option respect_flowed_format
	* po/es.po
		Updated translation
2006-10-24 09:00:20 +00:00
Paul Mangan
7fcea37b01 forgot this update in last commit 2006-10-21 08:47:18 +00:00
Paul Mangan
3995a9f182 2006-10-21 [paul] 2.5.6cvs4
* src/gtk/authors.h
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/sgpgme.c
		fix building on BSDs
		Thanks to Michael Hughes
		<Sylpheed-Claws_user@thehugheslogcabin.net>
2006-10-21 08:45:04 +00:00
Colin Leroy
e847db8d24 2006-10-20 [colin] 2.5.6cvs3
* configure.ac
		Bump up libetpan requirement
		*** THIS COMMIT REQUIRES LIBETPAN CVS ***
	* src/common/utils.c
	* src/common/utils.h
		Add convenience get_file_mtime()
	* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Implement UIDPLUS support if the server
		supports it - faster sending in this case
2006-10-20 16:51:50 +00:00
Colin Leroy
7517debe79 2006-10-19 [colin] 2.5.6cvs2
* src/gtk/quicksearch.c
		Fix emptying in type-ahead+extended mode
	* src/mainwindow.c
	* src/mainwindow.h
		Add a hook for offline state change
	* src/plugins/trayicon/trayicon.c
		Use it to display offline icons
	* src/plugins/trayicon/Makefile.am
	* src/plugins/trayicon/newmail.offline.xpm
	* src/plugins/trayicon/newmarkedmail.offline.xpm
	* src/plugins/trayicon/nomail.offline.xpm
	* src/plugins/trayicon/unreadmail.offline.xpm
	* src/plugins/trayicon/unreadmarkedmail.offline.xpm
		Add the icons
2006-10-19 16:49:56 +00:00
Paul Mangan
f64243fed2 bump up version number following stable release 2006-10-19 09:07:22 +00:00
Colin Leroy
589a3546e5 2006-10-19 [colin] 2.5.5cvs18
* manual/handling.xml
		Add type-ahead search
2006-10-19 06:45:25 +00:00
Colin Leroy
2352178a0e 2006-10-18 [colin] 2.5.5cvs17
* src/gtk/quicksearch.c
		Remove "save to history only if there's
		no syntax error", it breaks for some
		reason which I'll investigate later.
2006-10-18 19:35:07 +00:00
Colin Leroy
ce964a2a3f 2006-10-18 [colin] 2.5.5cvs16
* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
		Add a type-ahead option for fast searches
		Patch by Fabien Vantard
2006-10-18 17:00:00 +00:00
Colin Leroy
7cedbc4e9e 2006-10-18 [colin] 2.5.5cvs15
* src/compose.c
	* src/compose.h
		Add Options/Reply mode/ menu to be able to
		change the recipients of a reply on the fly
2006-10-18 16:57:07 +00:00
Colin Leroy
6d77b6e87e 2006-10-18 [colin] 2.5.5cvs14
* src/compose.c
		Fix redirecting of our own sent mails
2006-10-18 16:54:49 +00:00
Tristan Chabredier
0ad7d6f130 2006-10-17 [wwp] 2.5.5cvs13
* src/send_message.c
		Fix duplicate error messages when sending, and missing
		newline in such error messages.
2006-10-17 22:45:38 +00:00
Colin Leroy
f8f2389667 2006-10-17 [colin] 2.5.5cvs12
* src/compose.c
		Compare addresses case-insensitive
2006-10-17 16:39:22 +00:00
Colin Leroy
30ef5f10f1 2006-10-17 [colin] 2.5.5cvs11
* src/plugins/pgpcore/sgpgme.c
		Fix return status
2006-10-17 06:01:59 +00:00
Colin Leroy
e3a8ee4027 2006-10-17 [colin] 2.5.5cvs10
* src/plugins/pgpcore/pgp_viewer.c
		Fix return status
2006-10-17 05:59:45 +00:00
Colin Leroy
b198d09f46 2006-10-17 [colin] 2.5.5cvs9
* src/quote_fmt.c
		Fix a typo (thanks to Fabien)
2006-10-17 05:48:27 +00:00
Colin Leroy
7eff038c8e 2006-10-16 [colin] 2.5.5cvs8
* src/textview.c
		Fix problem with quote-folding when emails
		don't convert cleanly to UTF-8
2006-10-16 17:13:25 +00:00
Colin Leroy
a293204ed1 2006-10-14 [colin] 2.5.5cvs7
* src/prefs_template.c
		Reset fields when reopening
		the window
2006-10-14 07:23:02 +00:00
Paul Mangan
1a1f2761a7 2006-10-13 [paul] 2.5.5cvs6
* manual/advanced.xml
	* src/prefs_message.c
		make 'respect_flowed_format' a hidden
		option, and add a manual entry for it
		Thanks to Colin
2006-10-13 07:24:47 +00:00
Colin Leroy
eac940bea9 2006-10-12 [colin] 2.5.5cvs5
* src/codeconv.c
		Revert part of 2.5.2cvs21:
		Don't optimise by reusing the
		last iconv converter if possible:
		it seems slightly broken in a
		very hard way to reproduce
2006-10-12 17:24:01 +00:00
Colin Leroy
c715a2d599 2006-10-12 [colin] 2.5.5cvs4
* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_message.c
	* src/procmime.c
		Fix bug 1035, 'Incorrect handling
		of flowed lines'. We now optionnaly
		handle this format (preference is in
		Message View/Text options section)
2006-10-12 17:20:05 +00:00
Colin Leroy
8162fcc225 2006-10-12 [colin] 2.5.5cvs3
* po/POTFILES.in
		Add new file
	* src/plugins/pgpcore/pgp_viewer.c
	* src/plugins/pgpcore/sgpgme.c
		Don't try to import without asking
2006-10-12 17:12:19 +00:00
Colin Leroy
56b570202c 2006-10-12 [colin] 2.5.5cvs2
* src/compose.c
		Fix bug 1036, 'Forwarding a mutlipart
		mail with a "text/html" block to ms
		outlook users leeds to freeze of
		outlook'. Poor outlook users...
2006-10-12 17:10:41 +00:00
Paul Mangan
e05e173c9d bump up version number following stable release 2006-10-12 07:20:06 +00:00
Paul Mangan
88a2ced252 bump up version number following stable release 2006-10-11 17:14:49 +00:00
Paul Mangan
2c4e21726f 2006-10-11 [paul] 2.5.3cvs32
* src/textview.c
		fix bug 1032, 'Segmentation fault when showing
		message' (bug in quote folding)
		Thanks to Colin
2006-10-11 08:47:22 +00:00