Commit graph

4280 commits

Author SHA1 Message Date
Colin Leroy
359c70dc9b 2006-11-13 [colin] 2.6.0cvs43
* src/gtk/Makefile.am
		authors.h isn't generated
2006-11-13 21:38:07 +00:00
Colin Leroy
562f0d3138 2006-11-13 [colin] 2.6.0cvs42
* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Very probably fix bug 1061, 'crash on
		opening signed email'. Another cast
		problem
2006-11-13 21:33:18 +00:00
Colin Leroy
6ffe1de970 2006-11-13 [colin] 2.6.0cvs41
* src/plugins/pgpcore/sgpgme.c
		Maybe fix bug 1061, 'crash on opening
		signed email'
2006-11-13 19:43:10 +00:00
Tristan Chabredier
bbe7d54e18 2006-11-13 [wwp] 2.6.0cvs40
* src/plugins/pgpinline/pgpinline.c
		fix candidate for bug #1057, thanks to Colin.
2006-11-13 14:04:07 +00:00
Tristan Chabredier
0ea9f238bb 2006-11-13 [wwp] 2.6.0cvs39
* src/compose.c
	* src/quote_fmt_parse.y
		fix bug 1052: current parser buffer was not always allocated, ptr to this buffer could be
		returned as NULL whereas no parser error has occurred. in consequence, defining a template
		body as "%d" (w/o the quotes) for the first time of the instance of claws-mail, was reporting
		a parser error. make sure that the buffer is always allocated, even to an empty string.

		fix mis-unescaping in compose.:compose_quote_fmt(): unescaping of the fmt string was always done
		whereas it must be done *only* when receiving quote format strings issued from the prefs
		(compose new message, reply, forward, redirect formats), *not* when applying templates.
		in consequences, applying templates w/ sequences like \\|p{echo} were failing. make
		sure that unescaping is done only when necessary.
2006-11-13 09:36:09 +00:00
Colin Leroy
5cbbf79bcc 2006-11-12 [colin] 2.6.0cvs37
* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Release GPG context at the latest
		possible moment. Maybe fixes
		bug 1057, 'crash on sending signed
		message to a newsgroup'
2006-11-12 18:33:29 +00:00
Colin Leroy
7da344cc74 2006-11-12 [colin] 2.6.0cvs36
* src/plugins/pgpcore/sgpgme.c
		Tell a bit more when gpg's status doesn't
		contain any signature
2006-11-12 10:35:30 +00:00
Colin Leroy
01f0797c40 2006-11-12 [colin] 2.6.0cvs35
* src/compose.c
		Fix bug 1060, 'compilation error with
		Irix's cc'
2006-11-12 09:35:16 +00:00
Paul Mangan
adcfada595 2006-11-12 [paul] 2.6.0cvs34
* doc/man/claws-mail.1
	* src/prefs_gtk.c
	* src/plugins/clamav/README
	* src/plugins/spamassassin/README
	* tools/README
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/multiwebsearch.pl
		more renaming
	* src/plugins/trayicon/trayicon.c
		fix compiliation warning
2006-11-12 08:19:11 +00:00
Colin Leroy
86d217039b 2006-11-11 [colin] 2.6.0cvs33
* src/folderview.c
		Forbid drag and drop from/to different
		folders of type F_UNKNOWN
2006-11-11 19:55:02 +00:00
Colin Leroy
18aebe8603 2006-11-11 [colin] 2.6.0cvs32
* src/plugins/pgpinline/pgpinline.c
		Fix typo in previous commit:
		- gpgme_new(&ctx);
		+ if ((err = gpgme_new(&data->ctx)) ...)
2006-11-11 12:35:53 +00:00
Colin Leroy
6d3bc39a40 2006-11-11 [colin] 2.6.0cvs31
* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Check success after calling gpgme_new
		Maybe fixes bug 1057, 'crash on sending
		signed message to a newsgroup'
2006-11-11 12:23:36 +00:00
Colin Leroy
6d0c200de9 2006-11-11 [colin] 2.6.0cvs30
* src/undo.c
		init undostruct to 0s (from
		valgrind log of bug 1057)
2006-11-11 12:13:13 +00:00
Colin Leroy
8a6eb4ede5 2006-11-10 [colin] 2.6.0cvs29
* src/mainwindow.c
		Set cursor to wait before filtering
		duplicates in all folders
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
		Completely thread away the bogofilter
		filtering
2006-11-10 17:31:44 +00:00
Ricardo Mones
67081c1215 2006-11-10 [mones] 2.6.0cvs28
* src/compose.c
	* src/compose.h
		added COMPOSE_CHECK_BEFORE_SEND hook
2006-11-10 13:23:58 +00:00
Paul Mangan
4bd994aa5e 2006-11-10 [paul] 2.6.0cvs27
* src/crash.c
		more renaming
		add libSM to get_compiled_in_features()
	* src/main.c
		more renaming
2006-11-10 07:47:30 +00:00
Colin Leroy
1cd330b401 2006-11-10 [colin] 2.6.0cvs26
* src/etpan/imap-thread.c
		Add a reference to libetpan's sasl engine
		so that sasl_done() doesn't get called by
		libetpan, and doesn't break openssl.
		Should fix bug 1053, 'SC fails to reestablish
		a secure connection'
		Patch by Hoa
2006-11-10 07:43:53 +00:00
Colin Leroy
019aaddb37 2006-11-09 [colin] 2.6.0cvs24
* src/plugins/bogofilter/bogofilter_gtk.c
		Add comment about annoyance
2006-11-09 22:03:40 +00:00
Colin Leroy
9aca81db38 2006-11-09 [colin] 2.6.0cvs23
* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter_gtk.c
		Prepare things needed to thread bogofilter
		filtering: separate bogo stuff and possible GUI
		stuff.
2006-11-09 21:59:44 +00:00
Colin Leroy
b96d85e134 2006-11-09 [colin] 2.6.0cvs22
* src/account.c
	* src/compose.c
		Search for one of our accounts in Delivered-To
		(helps for auto-account selection when
		 replying/forwarding)
	* src/folderview.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/plugins/trayicon/trayicon.c
		Allow opening a new mail with any account from
		the contextual menu
2006-11-09 18:09:10 +00:00
Tristan Chabredier
84ec518f60 2006-11-09 [wwp] 2.6.0cvs21
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
		add a compose new message format (in prefs/compose/writing), it's a
		simple subject+body template to use when opening a new composition
		window. It's similar to the existent reply and forward formats.

		enhanced the template/format % symbols substitution mechanism to
		use current composition window information when % are used in
		the compose new message format or in templates applied to new
		messages (there were useless in that situations before). When
		applied to new messages, %d corresponds to the system time/date.
2006-11-09 15:15:17 +00:00
Paul Mangan
917db1fe16 2006-11-09 [paul] 2.6.0cvs20
* src/gtk/authors.h
		fix last commit
2006-11-09 08:49:45 +00:00
Paul Mangan
7d2df8c718 2006-11-09 [paul] 2.6.0cvs19
* src/gtk/authors.h
		keep tje alphabetical order
2006-11-09 08:18:57 +00:00
Colin Leroy
485b714dbc 2006-11-08 [colin] 2.6.0cvs18
* src/etpan/imap-thread.c
		Fix bug 1054, 'Slowness logging big
		data chunks'
2006-11-08 18:39:48 +00:00
Paul Mangan
dd3ad0946a 2006-11-08 [paul] 2.6.0cvs16
* src/common/defs.h
		update BUGZILLA_URI
2006-11-08 09:48:43 +00:00
Colin Leroy
993d220e0e 2006-11-08 [paul] 2.6.0cvs14
* src/main.c
	* src/common/defs.h
		Migrate sylpheedrc to clawsrc, and fix the standard
		plugins path in the process
2006-11-08 09:15:08 +00:00
Colin Leroy
e19edd5afe 2006-11-07 [colin] 2.6.0cvs13
* src/Makefile.am
		Symlink sylpheed-claws relative to
		claws-mail
2006-11-07 20:26:59 +00:00
Colin Leroy
fafb866782 2006-11-07 [colin] 2.6.0cvs12
* src/compose.c
		Fix typo - Reply-To/Mailing-list is broken in 2.6 :-/
2006-11-07 19:01:11 +00:00
Colin Leroy
60483a4cfb 2006-11-07 [paul] 2.6.0cvs11
* src/gtk/about.c
		Fix a missed occurence of
		Sylpheed-Claws
2006-11-07 16:52:08 +00:00
Colin Leroy
b2876e313d 2006-11-07 [paul] 2.6.0cvs10
* src/Makefile.am
		Fix symlink installation
2006-11-07 14:56:24 +00:00
Colin Leroy
75cc02b04d 2006-11-07 [paul] 2.6.0cvs9
* src/Makefile.am
		Symlink claws-mail to sylpheed-claws
	* src/common/utils.c
		Fix migrating symlinks
	* src/etpan/imap-thread.c
		check certificate only when there's
		no error
2006-11-07 14:24:22 +00:00
Colin Leroy
ccda55996e try again 2006-11-07 10:47:23 +00:00
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
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
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
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
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
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