Commit graph

889 commits

Author SHA1 Message Date
Tristan Chabredier
d711833382 2006-09-06 [wwp] 2.4.0cvs154
* manual/pl/advanced.xml
	* manual/advanced.xml
	* manual/es/advanced.xml
	* manual/fr/advanced.xml
	* src/prefs_customheader.c
	* src/prefs_filtering_action.c
	* src/foldersel.c
	* src/prefs_summaries.c
	* src/prefs_filtering.c
	* src/account.c
	* src/compose.c
	* src/prefs_summary_column.c
	* src/addr_compl.c
	* src/prefs_actions.c
	* src/prefs_folder_column.c
	* src/ssl_manager.c
	* src/prefs_template.c
	* src/prefs_display_header.c
	* src/prefs_common.h
	* src/prefs_matcher.c
	* src/prefs_common.c
	* src/prefs_toolbar.c
	* src/summaryview.c
	* src/folderview.c
	* src/gtk/gtksctree.c
	* src/gtk/pluginwindow.c
	* src/gtk/progressdialog.c
	* src/gtk/prefswindow.c
		renamed hidden option enable_rules_hint to use_stripes_everywhere
		to make its meaning more obvious (all versions of the manual reflect
		the change).
		added an extra hidden option use_stripes_in_summary to allow
		discarding these stripes in mainwindow's folder and message lists;
		en and fr manuals only are OK towards this.
2006-09-06 09:14:40 +00:00
Colin Leroy
09f6dfb18b 2006-09-03 [colin] 2.4.0cvs137
* src/compose.c
		Don't set Newsgroup: header to a mail folder
		path
2006-09-03 10:30:41 +00:00
Colin Leroy
6aee072bbb 2006-08-27 [colin] 2.4.0cvs98
* src/compose.c
	* src/messageview.c
	* src/procmsg.c
	* src/procmsg.h
		When possible, copy the queued mail to sent folder
		instead of re-adding. Much faster on IMAP.
2006-08-27 10:31:59 +00:00
Colin Leroy
bd785c8227 2006-08-21 [colin] 2.4.0cvs68
* src/compose.c
		fix replied flag not set after drafting
	* src/matcher.c
		fix body quicksearch in non-encoded bodies
		containing '='
	* src/msgcache.c
		Get rid of the g_malloc workaround for
		corrupted caches, use g_try_malloc
2006-08-21 16:22:31 +00:00
Paul Mangan
bcea7ea602 2006-08-18 [paul] 2.4.0cvs63
* src/compose.c
	* src/procmsg.c
		fix occasional IMAP bug where large msgs
		were left in the queue folder after sending
		Thanks to Colin
2006-08-18 09:18:04 +00:00
Colin Leroy
077ca08451 2006-08-17 [colin] 2.4.0cvs60
* src/compose.c
		Don't continue queuing if Cancel is clicked
		in select-keys
2006-08-17 20:21:23 +00:00
Colin Leroy
1688305659 2006-08-16 [colin] 2.4.0cvs54
* src/compose.c
	* src/main.c
	* src/mainwindow.c
		Fix send button sensitivity at startup
		Set send menu sensitivity (patch by Fabien)
	* src/ssl_manager.c
		Enable closing with esc (patch by Fabien)
	* src/gtk/foldersort.c
		Enable closing with esc (patch by Fabien)
	* src/procmime.c
		Optimisation (no need to copy to tempfile to
		"decode" 7bit and 8bit)
	* src/summaryview.c
		Fix cruft in swap_from case
	* src/textview.c
		Fix missing last line in some mail cases
		(Fixes debian #381872)
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.h
		Don't show "no key found" when user explicitely
		wants to create a key
2006-08-16 16:24:00 +00:00
Colin Leroy
936207855d 2006-08-11 [colin] 2.4.0cvs41
* src/compose.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/procmsg.c
	* src/procmsg.h
	* src/summaryview.c
	* src/toolbar.c
		Grey out the Send button if
		- Queue folders are empty, or
		- We're sending already
2006-08-11 16:58:44 +00:00
Colin Leroy
a19982304f 2006-08-09 [colin] 2.4.0cvs34
* src/compose.c
		Fix crash setting the priority on reedit
		(Accessing compose before creating it!)
2006-08-09 06:06:49 +00:00
Colin Leroy
535f4fc69e 2006-08-07 [colin] 2.4.0cvs31
* src/compose.c
		Fix bug #956 (DnD text with accents in compose
		text entry); fix gccc's signed/unsigned fuss
2006-08-07 17:11:24 +00:00
Colin Leroy
1637892d9f 2006-08-04 [colin] 2.4.0cvs27
* src/compose.c
	* src/undo.c
	* src/undo.h
		Fix a bit replace-by-pasting undo
	* src/mainwindow.c
	* src/messageview.c
		Fix Fold quotes menu synchro in
		mainwindow when it changes in
		messageview
	* src/textview.c
		Fix right-click on quotes blocks
	* src/common/utils.c
		Verify that the file created by
		my_tmpfile() is writable. Fixes
		bug #988 (very specific filesystem
		issue)
	* src/plugins/pgpcore/sgpgme.c
		Fix file descriptor leak
	* src/plugins/spamassassin/spamassassin.c
		Warn once if spamd isn't reachable
2006-08-04 16:12:21 +00:00
Colin Leroy
754cdfa8f2 2006-07-31 [colin] 2.4.0cvs7
* src/compose.c
	* src/mainwindow.c
	* src/messageview.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/textview.c
		Add 'View/Hide quotes'. Patch based on a patch
		by Rafal Weglarz
2006-07-31 17:17:32 +00:00
Colin Leroy
83d03099f6 2006-07-09 [colin] 2.3.1cvs77
* src/compose.c
		Save FMID in drafts too
2006-07-09 08:39:54 +00:00
Colin Leroy
52a9964824 2006-07-08 [colin] 2.3.1cvs76
* src/compose.c
		Svae RMID in drafted mails too
		Save quote_fmt vars for whole mails,
		don't reset at each quote_fmt_init:
		allows to use the same |i{var} in
		various template fields
	* src/prefs_template.c
	* src/quote_fmt.h
	* src/quote_fmt_parse.y
		Same
2006-07-08 22:15:33 +00:00
Colin Leroy
691f2617ea 2006-07-05 [colin] 2.3.1cvs61
* src/textview.c
	* src/compose.c
		Handle sftp:// links
2006-07-05 18:45:13 +00:00
Tristan Chabredier
622b6e9ada 2006-07-03 [wwp] 2.3.1cvs52
* src/compose.c
	* src/privacy.c
	* src/privacy.h
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		don't report an error when the user cancels the passphrase dialog.
2006-07-03 12:35:59 +00:00
Colin Leroy
cfe4611ba0 2006-06-30 [colin] 2.3.1cvs47
* src/compose.c
		Block undo when changing signature (by changing
		account)
2006-06-30 20:37:04 +00:00
Colin Leroy
cd93806ec8 2006-06-30 [colin] 2.3.1cvs45
* src/compose.c
		Fix signature replacement:
		- when no newline before separator
		- when reediting
2006-06-30 06:34:50 +00:00
Colin Leroy
068cd797fd 2006-06-29 [colin] 2.3.1cvs39
* src/compose.c
		Fix Spelling menu (discrepancy between context menu
		and top menu when folder's dictionary isn't the
		default one)
	* src/plugins/pgpcore/sgpgme.c
		More error reporting about why gpgme can fail
2006-06-29 16:26:13 +00:00
Colin Leroy
7e34bc7c28 2006-06-27 [colin] 2.3.1cvs26
* src/compose.c
		Fix Esc handling in insert/attach dialog
		Don't show this dialog if dragging something
		else than text/uri-list
		Thanks to Fabien Vantard
	* tools/textviewer.pl
		Filter script to display stuff as text
		by H. Merijn Brand
2006-06-27 16:10:22 +00:00
Andrej Kacian
7452a07576 2006-06-25 [ticho] 2.3.1cvs20
* src/compose.c
	* src/exphtmldlg.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	Added second argument to gtkut_sc_combobox_create() to
	control focus-on-click for the widget.
	Migrated the only GtkOptionMenu in exphtmldlg.c to GtkComboBox.
2006-06-25 17:01:28 +00:00
Andrej Kacian
879857dc65 2006-06-25 [ticho] 2.3.1cvs19
* src/compose.c
	* src/gtk/Makefile.am
	* src/gtk/combobox.c
	* src/gtk/combobox.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Use GtkComboBox instead of deprecated GtkOptionMenu
		for account selector in compose window and for encoding
		selector in attachment properties.
		Also factorise working with the new GtkComboBox somewhat.
2006-06-25 09:54:36 +00:00
Paul Mangan
ea1a87a977 2006-06-24 [paul] 2.3.1cvs17
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
		enable setting of default action when
		dnd'ing files in the compose window.
		(Collaborative effort with wwp)
2006-06-24 10:45:26 +00:00
Tristan Chabredier
9b2314100a 2006-06-23 [wwp] 2.3.1cvs16
* src/compose.c
		i18n fix (thanks to Fabien Vantard)
2006-06-23 16:26:25 +00:00
Paul Mangan
40bd373b81 2006-06-21 [paul] 2.3.1cvs9
* src/account.c
	* src/compose.c
	* src/prefs_account.c
	* src/prefs_account.h
		remove option to add date header - always
		add date header
	* src/etpan/imap-thread.c
		fix warnings (Thanks to Colin)
2006-06-21 12:45:39 +00:00
Ricardo Mones
1e995c1ea5 2006-06-20 [mones] 2.3.1cvs4
* po/es.po
		updated
	* src/compose.c
		typo fixed (space after comma)
	* tools/make.themes.project
		remove exec mode from tarball files
2006-06-20 19:36:29 +00:00
Colin Leroy
675040cd8e 2006-06-20 [colin] 2.3.0cvs26
* src/compose.c
		When dragging a file to the text of the compose
		window, ask whether we want to insert or attach
		(I know lots of people who do that to attach)
2006-06-20 06:55:27 +00:00
Colin Leroy
10dc61b321 2006-06-19 [colin] 2.3.0cvs23
* src/compose.c
	* src/imap.c
	* src/etpan/imap-thread.c
		Probably fix bug #972 (Freezes when adding
		an attachment to the message)
	* src/common/defs.h
		Modernize Firefox cmd
2006-06-19 18:42:26 +00:00
Colin Leroy
8d88949a45 2006-06-16 [colin] 2.3.0cvs18
* src/main.c
		Instead of ignoring SIGPIPE, save caches
		when getting one. Will fix the fact that
		hot caches are out-of-date when logging
		out of Xorg.
	* src/compose.c
	* src/prefs_compose_writing.c
		Only save text (not attachments) when
		auto-saving to drafts
	* src/unmime.c
		Always replace \n, \r and \t with spaces
		in headers
	* manual/dist/html/Makefile.am
	* manual/dist/pdf/Makefile.am
	* manual/dist/ps/Makefile.am
	* manual/dist/txt/Makefile.am
	* manual/fr/dist/html/Makefile.am
	* manual/fr/dist/pdf/Makefile.am
	* manual/fr/dist/ps/Makefile.am
	* manual/fr/dist/txt/Makefile.am
	* manual/pl/dist/html/Makefile.am
	* manual/pl/dist/pdf/Makefile.am
	* manual/pl/dist/ps/Makefile.am
	* manual/pl/dist/txt/Makefile.am
		Fix make clean removing pregenerated manuals
2006-06-16 16:30:03 +00:00
Colin Leroy
1bb09c7d58 2006-06-15 [colin] 2.3.0cvs16
* src/folderview.c
		Add "Send queue" in the folder's contextual
		menu
	* src/compose.c
	* src/messageview.c
	* src/privacy.c
	* src/privacy.h
	* src/procmime.c
	* src/procmsg.c
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Better error reporting
	* src/mbox.c
		Probably fix bug #971 (2.2.3 cannot read mail
		from local mbox)
2006-06-15 17:03:17 +00:00
Colin Leroy
8a05d30776 2006-06-12 [colin] 2.3.0cvs5
* src/compose.c
	* src/compose.h
	* src/folder.c
	* src/folder.h
	* src/imap.c
	* src/inc.c
	* src/main.c
	* src/messageview.c
	* src/mh.c
	* src/prefs_folder_item.c
	* src/procheader.c
	* src/procmime.c
	* src/procmsg.c
	* src/procmsg.h
	* src/send_message.c
	* src/summaryview.c
	* src/toolbar.c
		Apply bug #964's patch (Queue and drafts aren't normal)
		The Drafts and Queue folder now contain RFC-822 files,
		allowing to move and copy mails from and to these
		folders. Moving from Drafts to Queue will prepare the
		mail for sending (PGP signature, encryption, etc).
		This patch also rework sending errors handling to try
		to be more helpful.
		Also, allow redefining folder types via the GUI
		(Folder type in its Properties)
2006-06-12 17:08:19 +00:00
Colin Leroy
0bf1958108 2006-06-09 [colin] 2.2.3cvs6
* src/compose.c
	* src/folder.c
	* src/folderview.c
	* src/mimeview.c
	* src/summaryview.c
		More leaks fixes
2006-06-09 14:48:49 +00:00
Colin Leroy
6362ac1fe6 2006-06-01 [colin] 2.2.0cvs71
* src/compose.c
		Better guards against IMAP races
	* src/main.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/common/ssl_certificate.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
	* src/gtk/sslcertwindow.c
		New hidden option ssl_skip_cert_check to
		avoid dups of bug #959 (libetpan linked
		against gnutls and gnutls buggy on 64bit)
		Present expired warning only once per
		session/server.
	* manual/advanced.xml
	* manual/fr/advanced.xml
		Document new option
2006-06-01 17:14:34 +00:00
Colin Leroy
a319eb19e3 2006-05-29 [colin] 2.2.0cvs64
* src/compose.c
	* src/common/utils.c
		Fix extraneous tab at start of addresses
	* src/mainwindow.c
		Fix warnings (thanks to Fabien)
		Fix crash at exit when composing messages
		exist
	* src/pop.c
		Fix progress bar when deleting expired mails
		Thanks to Hiro
	* src/summaryview.c
	* src/gtk/gtksctree.c
		Fix re-sorting slowness
2006-05-29 16:42:33 +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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
f8e8cdd77f 2006-02-09 [wwp] 2.0.0cvs40
* src/gtk/about.c
	* src/compose.c
	* src/prefs_account.c
	* src/prefs_gtk.h
	* src/editaddress.c
		added mnemonics to notebook widgets (compose, account prefs, about and editaddress),
		patch by Fabien Vantard (fzzzzz!). Solved some mnemonic conflicts around the
		Browse buttons in accounts prefs.
2006-02-09 17:37:08 +00:00
Colin Leroy
f38094a876 2006-02-08 [colin] 2.0.0cvs34
* src/compose.c
	* src/procmime.c
	* src/procmime.h
		Fix bug #905 (damaged attachment)
		text files with raw \0's aren't really text files
2006-02-08 12:56:43 +00:00
Tristan Chabredier
efe5ca17dc 2006-02-08 [wwp] 2.0.0cvs32
* src/compose.c
	* src/compose.h
		templates enhancement: allow symbols substitutions in To/Cc/Bcc/Subject fields
2006-02-08 10:24:41 +00:00
Colin Leroy
5e3033decf 2006-02-08 [colin] 2.0.0cvs30
* src/compose.c
		Don't unblock if not blocked
2006-02-08 06:39:42 +00:00
Colin Leroy
3c4e6e0e44 2006-02-07 [colin] 2.0.0cvs28
* src/action.c
		Freeze/thaw message list and folder list while
		processing %as{} actions
	* src/compose.c
		Fix auto-wrap disabling after a middle-click
		paste
2006-02-07 18:16:43 +00:00
Colin Leroy
ae41bd4781 2006-02-06 [colin] 2.0.0cvs20
* src/addressbook.c
		Use internal mime-type instead of text/plain for d'n'd
	* src/compose.c
		Allow attaching files from mimeview's icon list via d'n'd
	* src/folderview.c
	* src/folderview.h
		Use internal mime-type instead of text/plain for d'n'd
		Don't try to selected opened folder if none is
		Factorize d'n'd from other apps code
	* src/headerview.c
	* src/textview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Factorize Face/X-Face stuff
	* src/mimeview.c
		Fix d'n'd to other apps
	* src/prefs_message.c
		Let the XFace pref be usable without libcompface as it also
		applies to Face
	* src/summaryview.c
		Fix d'n'd to other apps
		Factorize d'n'd from other apps code
2006-02-06 17:56:35 +00:00
Colin Leroy
ee07cfb913 2006-02-04 [colin] 2.0.0cvs10
* src/compose.c
	* src/folderview.c
	* src/mimeview.c
	* src/summaryview.c
	* src/summaryview.h
		Added various drag and drop capas:
		From			To
		summaryview		other apps
		mimeview icons		other apps
		other apps		summaryview
		other apps		folderview

		This shouldn't have broken the existing:
		From			To
		summaryview		folderview
		folderview		folderview
		summaryview		compose's attachments

	Tests welcomed.
2006-02-04 17:17:33 +00:00
Colin Leroy
8c8e367e2a 2006-02-01 [colin] 2.0.0cvs7
* src/compose.c
	* src/prefs_account.c
	* src/prefs_common.c
	* src/common/defs.h
	* src/common/utils.c
	* src/common/utils.h
		Add ability to edit the signature file
		from the account preferences, and use
		a default for the text editor.
		Patch by Fabien Vantard
2006-02-01 17:52:48 +00:00
Paul Mangan
8090ecf419 2006-02-01 [paul] 2.0.0cvs4
* src/compose.c
	* src/mainwindow.c
	* src/messageview.c
	* src/prefs_send.c
		add Arabic encoding option
		Patch submitted by  Mohammed Sameer <msameer@users.sf.net>
2006-02-01 07:49:16 +00:00
Colin Leroy
a51cbeed2b 2006-01-31 [cleroy] 2.0.0cvs3
* src/plugins/pgpcore/passphrase.c
		Convert passphrase to locale encoding
	* src/compose.c
		Fix drafting on IMAP. Crappy bug sneaked in
		the release :-/
2006-01-31 17:29:49 +00:00
Colin Leroy
35197cb256 2006-01-25 [colin] 1.9.100cvs186
* src/folder.c
	* src/mainwindow.c
		Fix subscribed folders not found
	* src/compose.c
		Don't try to encode as original mail's charset
		if it's ascii
2006-01-25 18:41:10 +00:00
Colin Leroy
c55feb49a5 2006-01-22 [colin] 1.9.100cvs180
* src/compose.c
	* src/gtk/gtkaspell.c
		Don't deselect stuff before right-clicking, with aspell.
		(This prevented right-click Copy, for example).
		Thanks to Clo!
2006-01-22 21:47:22 +00:00
Tristan Chabredier
a8f3faa1f3 2006-01-19 [wwp] 1.9.100cvs170
* src/gtk/quicksearch.c
	* src/compose.c
		force text color to black when yellow background is set
2006-01-19 09:12:14 +00:00
Paul Mangan
c6976ebc4b 2006-01-18 [paul] 1.9.100cvs168
* src/compose.c
		give widget yellow background was To is
		set via folder prefs
	* src/gtk/quicksearch.c
		give widget yellow background when quick
		search is active.
		Thanks to Colin
2006-01-18 13:22:59 +00:00
Colin Leroy
c38da7f601 2006-01-17 [colin] 1.9.100cvs164
* src/compose.c
		Possibly fix an invalid iterator causing
		crash
2006-01-17 22:19:43 +00:00
Colin Leroy
0a990d19f0 2006-01-16 [colin] 1.9.100cvs162
* src/compose.c
		Fix reenabling autowrap
2006-01-16 11:10:38 +00:00
Colin Leroy
a552e37380 2006-01-16 [colin] 1.9.100cvs161
* src/compose.c
		reset quote_len before getting quote_str
2006-01-16 11:02:09 +00:00
Colin Leroy
26295424f3 2006-01-16 [colin] 1.9.100cvs159
* src/compose.c
	* src/plugins/pgpcore/passphrase.c
		More buttons fixes
2006-01-16 09:24:02 +00:00
Colin Leroy
9179801a1d 2006-01-14 [colin] 1.9.100cvs149
* src/account.c
	* src/addressbook.c
	* src/compose.c
	* src/folderview.c
	* src/imap_gtk.c
	* src/mainwindow.c
	* src/mh_gtk.c
	* src/news_gtk.c
	* src/prefs_actions.c
	* src/prefs_customheader.c
	* src/prefs_filtering.c
	* src/prefs_matcher.c
	* src/prefs_template.c
	* src/ssl_manager.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
		All deletion confirmations are now "Cancel, Delete"
		instead of "No, Yes"
		Clarified most of the other "No, Yes" to
		"Cancel, Descriptive_action"
		Rechanged the "Entry not saved" alerts to have
		"Close, Continue editing"
2006-01-14 11:04:52 +00:00
Paul Mangan
2b444c6c3e 2006-01-14 [paul] 1.9.100cvs148
* src/account.c
	* src/addressadd.c
	* src/addressbook.c
	* src/compose.c
	* src/editaddress.c
	* src/editbook.c
	* src/editgroup.c
	* src/editjpilot.c
	* src/editldap.c
	* src/editvcard.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/folderview.c
	* src/grouplistdialog.c
	* src/imap_gtk.c
	* src/importmutt.c
	* src/importpine.c
	* src/inc.c
	* src/main.c
	* src/mainwindow.c
	* src/message_search.c
	* src/messageview.c
	* src/mh_gtk.c
	* src/mimeview.c
	* src/news_gtk.c
	* src/prefs_actions.c
	* src/prefs_customheader.c
	* src/prefs_filtering.c
	* src/prefs_matcher.c
	* src/prefs_template.c
	* src/prefs_themes.c
	* src/ssl_manager.c
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/gtk/foldersort.c
	* src/gtk/gtkaspell.c
	* src/gtk/inputdialog.c
	* src/gtk/prefswindow.c
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/trayicon/trayicon.c
		HIG compliant button order
2006-01-14 09:45:39 +00:00
Paul Mangan
4afa1432ff 2006-01-13 [paul] 1.9.100cvs142
* src/account.c
	* src/account.h
	* src/action.c
	* src/action.h
	* src/adbookbase.h
	* src/addr_compl.c
	* src/addr_compl.h
	* src/addrbook.c
	* src/addrcache.c
	* src/addrcache.h
	* src/addrcindex.c
	* src/addrcindex.h
	* src/addrclip.c
	* src/addrclip.h
	* src/addrdefs.h
	* src/addressadd.c
	* src/addressadd.h
	* src/addressbook.c
	* src/addressbook.h
	* src/addrgather.c
	* src/addrgather.h
	* src/addrharvest.c
	* src/addrharvest.h
	* src/addrindex.c
	* src/addrindex.h
	* src/addritem.c
	* src/addritem.h
	* src/addrquery.c
	* src/addrquery.h
	* src/addrselect.c
	* src/addrselect.h
	* src/alertpanel.c
	* src/alertpanel.h
	* src/browseldap.c
	* src/browseldap.h
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/compose.h
	* src/customheader.c
	* src/customheader.h
	* src/displayheader.c
	* src/displayheader.h
	* src/editaddress.c
	* src/editaddress.h
	* src/editbook.c
	* src/editbook.h
	* src/editgroup.c
	* src/editgroup.h
	* src/editjpilot.c
	* src/editjpilot.h
	* src/editldap.c
	* src/editldap.h
	* src/editldap_basedn.c
	* src/editldap_basedn.h
	* src/editvcard.c
	* src/editvcard.h
	* src/exphtmldlg.c
	* src/exphtmldlg.h
	* src/expldifdlg.c
	* src/expldifdlg.h
	* src/export.h
	* src/exporthtml.c
	* src/exporthtml.h
	* src/exportldif.c
	* src/exportldif.h
	* src/filtering.c
	* src/filtering.h
	* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/foldersel.c
	* src/foldersel.h
	* src/folderutils.c
	* src/folderutils.h
	* src/folderview.c
	* src/folderview.h
	* src/grouplistdialog.c
	* src/grouplistdialog.h
	* src/headerview.c
	* src/html.c
	* src/html.h
	* src/image_viewer.c
	* src/image_viewer.h
	* src/imap.c
	* src/imap.h
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/import.h
	* src/importldif.c
	* src/importldif.h
	* src/importmutt.c
	* src/importmutt.h
	* src/importpine.c
	* src/importpine.h
	* src/inc.c
	* src/inc.h
	* src/jpilot.c
	* src/jpilot.h
	* src/ldapctrl.c
	* src/ldapctrl.h
	* src/ldaplocate.c
	* src/ldaplocate.h
	* src/ldapquery.c
	* src/ldapquery.h
	* src/ldapserver.c
	* src/ldapserver.h
	* src/ldaputil.c
	* src/ldaputil.h
	* src/ldif.c
	* src/ldif.h
	* src/main.c
	* src/main.h
	* src/mainwindow.c
	* src/mainwindow.h
	* src/manual.c
	* src/manual.h
	* src/mbox.c
	* src/mbox.h
	* src/message_search.c
	* src/message_search.h
	* src/messageview.c
	* src/messageview.h
	* src/mh.c
	* src/mh.h
	* src/mh_gtk.c
	* src/mh_gtk.h
	* src/mimeview.c
	* src/mimeview.h
	* src/msgcache.c
	* src/msgcache.h
	* src/mutt.c
	* src/mutt.h
	* src/news.c
	* src/news.h
	* src/news_gtk.c
	* src/news_gtk.h
	* src/partial_download.c
	* src/partial_download.h
	* src/pine.c
	* src/pine.h
	* src/pop.c
	* src/pop.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/prefs_actions.c
	* src/prefs_actions.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
	* src/prefs_compose_writing.h
	* src/prefs_customheader.c
	* src/prefs_customheader.h
	* src/prefs_display_header.c
	* src/prefs_display_header.h
	* src/prefs_filtering.c
	* src/prefs_filtering.h
	* src/prefs_filtering_action.c
	* src/prefs_filtering_action.h
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
	* src/prefs_folder_item.c
	* src/prefs_folder_item.h
	* src/prefs_fonts.c
	* src/prefs_fonts.h
	* src/prefs_gtk.c
	* src/prefs_gtk.h
	* src/prefs_image_viewer.c
	* src/prefs_image_viewer.h
	* src/prefs_matcher.c
	* src/prefs_matcher.h
	* src/prefs_message.c
	* src/prefs_msg_colors.c
	* src/prefs_msg_colors.h
	* src/prefs_other.c
	* src/prefs_quote.c
	* src/prefs_receive.c
	* src/prefs_send.c
	* src/prefs_spelling.c
	* src/prefs_spelling.h
	* src/prefs_summaries.c
	* src/prefs_summaries.h
	* src/prefs_summary_column.c
	* src/prefs_summary_column.h
	* src/prefs_template.c
	* src/prefs_template.h
	* src/prefs_themes.c
	* src/prefs_themes.h
	* src/prefs_toolbar.c
	* src/prefs_toolbar.h
	* src/prefs_wrapping.c
	* src/prefs_wrapping.h
	* src/privacy.c
	* src/privacy.h
	* src/procheader.c
	* src/procheader.h
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/procmsg.h
	* src/quote_fmt.c
	* src/quote_fmt_parse.y
	* src/recv.c
	* src/recv.h
	* src/remotefolder.c
	* src/remotefolder.h
	* src/send_message.c
	* src/send_message.h
	* src/setup.c
	* src/setup.h
	* src/sourcewindow.c
	* src/sourcewindow.h
	* src/ssl_manager.c
	* src/ssl_manager.h
	* src/statusbar.c
	* src/statusbar.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summary_search.c
	* src/summary_search.h
	* src/summaryview.c
	* src/summaryview.h
	* src/syldap.c
	* src/syldap.h
	* src/textview.c
	* src/textview.h
	* src/toolbar.c
	* src/toolbar.h
	* src/undo.c
	* src/undo.h
	* src/unmime.c
	* src/unmime.h
	* src/vcard.c
	* src/vcard.h
	* src/wizard.c
	* src/wizard.h
	* src/common/base64.c
	* src/common/base64.h
	* src/common/defs.h
	* src/common/hooks.c
	* src/common/hooks.h
	* src/common/log.c
	* src/common/log.h
	* src/common/mgutils.c
	* src/common/mgutils.h
	* src/common/nntp.c
	* src/common/nntp.h
	* src/common/passcrypt.c
	* src/common/passcrypt.h.in
	* src/common/plugin.c
	* src/common/plugin.h
	* src/common/prefs.c
	* src/common/prefs.h
	* src/common/progressindicator.c
	* src/common/progressindicator.h
	* src/common/quoted-printable.c
	* src/common/quoted-printable.h
	* src/common/session.c
	* src/common/session.h
	* src/common/smtp.c
	* src/common/smtp.h
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl.c
	* src/common/ssl.h
	* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/common/stringtable.c
	* src/common/stringtable.h
	* src/common/sylpheed.c
	* src/common/sylpheed.h
	* src/common/template.c
	* src/common/template.h
	* src/common/timing.h
	* src/common/utils.c
	* src/common/utils.h
	* src/common/version.h.in
	* src/common/xml.c
	* src/common/xml.h
	* src/common/xmlprops.c
	* src/common/xmlprops.h
	* src/gtk/colorlabel.c
	* src/gtk/colorsel.c
	* src/gtk/colorsel.h
	* src/gtk/description_window.c
	* src/gtk/description_window.h
	* src/gtk/filesel.c
	* src/gtk/filesel.h
	* src/gtk/foldersort.c
	* src/gtk/foldersort.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/inputdialog.c
	* src/gtk/inputdialog.h
	* src/gtk/logwindow.c
	* src/gtk/logwindow.h
	* src/gtk/manage_window.c
	* src/gtk/manage_window.h
	* src/gtk/menu.c
	* src/gtk/menu.h
	* src/gtk/pluginwindow.c
	* src/gtk/pluginwindow.h
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
	* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
	* src/gtk/sslcertwindow.c
	* src/gtk/sslcertwindow.h
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_prefs.h
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/passphrase.h
	* 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/pgpinline.h
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/pgpmime.h
	* src/plugins/pgpmime/plugin.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
		update copyright header
2006-01-13 17:24:38 +00:00
Colin Leroy
9fb83c570f 2006-01-11 [colin] 1.9.100cvs138
* src/compose.c
		Allow templates without text
2006-01-11 19:03:59 +00:00
Colin Leroy
0a7bbbb678 2006-01-10 [colin] 1.9.100cvs134
* src/compose.c
		Fix broken line joins in certain conditions
		(between two quoted lines: <enter><enter><up>
		 <type a wrapped sentence><go in the first line>
		 <insert more text><watch as line joining failed>)
2006-01-10 19:11:55 +00:00
Paul Mangan
591ed989fe 2006-01-10 [paul] 1.9.100cvs133
* src/compose.c
		don't report success in error dialog
		thanks to Colin
	* src/common/utils.c
		include some trailing punctuations as URI
		thanks to Hiro
2006-01-10 10:33:52 +00:00
Paul Mangan
efdc45342b 2006-01-10 [paul] 1.9.100cvs131
* src/compose.c
		change Subject in window title
		instantaneously
2006-01-10 08:48:28 +00:00
Paul Mangan
ce6d8d87de 2006-01-09 [paul] 1.9.100cvs126
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_wrapping.c
		remove 'wrap at send' option
2006-01-09 08:37:28 +00:00
Colin Leroy
04eb5ffa37 2006-01-06 [colin] 1.9.100cvs125
* src/compose.c
		Just make completely sure we don't insert "manual line breaks"
		when wrapping...
2006-01-06 17:09:22 +00:00
Colin Leroy
b4461b1792 2006-01-02 [colin] 1.9.100cvs119
* src/compose.c
	* src/imap.c
		Fix autosave on IMAP and more generally try to
		return the correct ID on a newly added IMAP message
2006-01-02 17:59:13 +00:00
Colin Leroy
6939b054aa 2005-12-29 [cleroy] 1.9.100cvs113
* src/compose.c
		Don't remove a draft when sending it, if it is
		locked.
2005-12-29 08:03:57 +00:00
Tristan Chabredier
f582301147 2005-12-28 [wwp] 1.9.100cvs110
* src/compose.c
		fix a minor wrapping issue w/ autowrap disabled (patch by Colin).
2005-12-28 09:55:45 +00:00
Colin Leroy
3a705907a7 2005-12-21 [colin] 1.9.100cvs101
* configure.ac
		Fix DATADIRNAME
	* COPYING
		Fix missing section and explicit the exception better
	* src/compose.c
		Prevent mail from being lost without notice when an
		SMTP error happens on trying to send an unmodified
		drafted mail.
	* src/send_message.c
	* src/common/smtp.c
		Fix password remembering when wrong, and add return
		value checks where they should have been
	* src/plugins/pgpcore/sylpheed.def
	* src/plugins/pgpinline/sylpheed.def
	* src/plugins/pgpmime/sylpheed.def
		Add a few symbols needed
2005-12-21 17:28:49 +00:00
Colin Leroy
4f3cef0454 2005-12-20 [colin] 1.9.100cvs97
* ABOUT-NLS
	* Makefile.am
	* autogen.sh
	* configure.ac
	* config/config.rpath
	* config/mkinstalldirs
	* m4/Makefile.am
	* m4/glibc2.m4
	* m4/gnupg.m4
	* m4/gpgme.m4
	* m4/intmax.m4
	* m4/longdouble.m4
	* m4/longlong.m4
	* m4/printf-posix.m4
	* m4/signed.m4
	* m4/size_max.m4
	* m4/ulonglong.m4
	* m4/wchar_t.m4
	* m4/wint_t.m4
	* m4/xsize.m4
	* po/Makefile.in.in
	* po/Makevars
	* po/bg.po
	* po/ca.po
	* po/cs.po
	* po/de.po
	* po/el.po
	* po/en_GB.po
	* po/es.po
	* po/fi.po
	* po/fr.po
	* po/hr.po
	* po/hu.po
	* po/it.po
	* po/ja.po
	* po/ko.po
	* po/nb.po
	* po/nl.po
	* po/pl.po
	* po/pt_BR.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
	* po/stamp-po
	* po/sv.po
	* po/zh_CN.po
	* po/zh_TW.po
	* src/Makefile.am
	* src/codeconv.c
	* src/compose.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/main.c
	* src/manual.c
	* src/mh.c
	* src/mimeview.c
	* src/send_message.c
	* src/common/Makefile.am
	* src/common/fnmatch.c
	* src/common/fnmatch.h
	* src/common/fnmatch_loop.c
	* src/common/nntp.c
	* src/common/plugin.c
	* src/common/smtp.c
	* src/common/socket.c
	* src/common/string_match.c
	* src/common/sylpheed.c
	* src/common/utils.c
	* src/common/utils.h
	* src/common/w32_dirent.c
	* src/common/w32_reg.c
	* src/common/w32_signal.c
	* src/common/w32_stat.c
	* src/common/w32_stdio.c
	* src/common/w32_stdlib.c
	* src/common/w32_string.c
	* src/common/w32_time.c
	* src/common/w32_unistd.c
	* src/common/w32_wait.c
	* src/common/w32lib.h
	* src/etpan/Makefile.am
	* src/gtk/Makefile.am
	* 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/pgpcore/plugin.def
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sylpheed.def
	* src/plugins/pgpcore/version.rc
	* src/plugins/pgpinline/Makefile.am
	* src/plugins/pgpinline/plugin.def
	* src/plugins/pgpinline/sylpheed.def
	* src/plugins/pgpinline/version.rc
	* src/plugins/pgpmime/Makefile.am
	* src/plugins/pgpmime/mypgpcore.def
	* src/plugins/pgpmime/plugin.def
	* src/plugins/pgpmime/sylpheed.def
	* src/plugins/pgpmime/version.rc
	* src/plugins/spamassassin/Makefile.am
		Very little ;-) patch from Werner Koch, providing
		infrastructure for cross-compiling to Win32
2005-12-20 17:43:40 +00:00
Colin Leroy
a2d35fdf62 2005-12-19 [cleroy] 1.9.100cvs95
* src/compose.c
	* src/compose.h
		Don't automatically join lines when they've
		been separated by the user and not automatically
2005-12-19 19:25:35 +00:00
Colin Leroy
3848f67d8f 2005-12-15 [cleroy] 1.9.100cvs92
* src/compose.c
		Further fix bug #875
2005-12-15 07:43:47 +00:00
Colin Leroy
53d2074ead 2005-12-14 [colin] 1.9.100cvs89
* src/compose.c
	* src/imap.c
	* src/summaryview.c
	* src/gtk/gtkaspell.c
		More leaks fixed
	* src/prefs_folder_item.c
		Fix recursive prefs apply
2005-12-14 17:58:42 +00:00
Colin Leroy
7fdaa72d39 2005-12-14 [cleroy] 1.9.100cvs88
* src/compose.c
		Fix bug #875 (Freeze On Inline Forward of
		Large Message)
2005-12-14 07:49:10 +00:00
Colin Leroy
e5c2a2a6c1 2005-12-13 [colin] 1.9.100cvs87
* src/compose.c
		Uniq-ify and sort the mimetypes list
		Patch by Fabien Vantard
2005-12-13 19:19:53 +00:00
Colin Leroy
9d77ca8232 2005-12-07 [colin] 1.9.100cvs73
* src/action.c
	* src/compose.c
	* src/compose.h
		Fix bug #839 (Quoted text isn't colored after
		executing an action)
	* src/common/plugin.c
		Require plugins to declare their licence in plugin_licence()
		Refuse to load non-GPL plugins as they'd be illegal (as
		derived works of Sylpheed-Claws, they must be GPL).
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/demo/demo.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
	* src/plugins/trayicon/trayicon.c
		Add plugin_licence()
2005-12-07 18:18:10 +00:00
Colin Leroy
e0329942aa 2005-12-06 [colin] 1.9.100cvs70
* src/compose.c
	* src/quote_fmt_parse.y
	* src/undo.c
	* src/undo.h
		Allow %X to position cursor at 0
		(no %X = before signature)
		Fix paste as quotation putting the cursor at 0
		Fix undo offsets when pasting
		Insert the quote_fmt at once instead of line
		by line
		Fix [Edited] when starting to reply/forward
2005-12-06 18:07:14 +00:00
Colin Leroy
482cca173f 2005-12-05 [colin] 1.9.100cvs67
* src/compose.c
	* src/compose.h
		Fix cursor positioning (not obeying %X)
2005-12-05 17:13:45 +00:00
Paul Mangan
72761103b8 2005-12-05 [paul] 1.9.100cvs61
* src/compose.c
	* src/prefs_account.c
	* src/prefs_filtering.c
	* src/prefs_quote.c
	* src/prefs_spelling.c
	* src/prefs_toolbar.c
	* src/summaryview.c
	* src/gtk/gtkutils.c
	* src/gtk/quicksearch.c
	* src/plugins/dillo_viewer/dillo_prefs.c
		dialog cleanups
2005-12-05 11:03:59 +00:00
Tristan Chabredier
85e4cd0924 2005-12-02 [wwp] 1.9.100cvs52
* src/compose.c
	* src/prefs_template.c
	* src/quote_fmt.h
	* src/quote_fmt_parse.y
		prevent from executing |p and |p templates commands when
		adding or replacing templates in prefs (avoids annoying and
		potentially dangerous behaviours)
2005-12-02 14:08:12 +00:00
Colin Leroy
caa0890f64 2005-11-29 [colin] 1.9.100cvs42
* src/compose.c
		Add Windows-1252 (Closes bug #863, windows-1252 encoding
		option missing from message view window)
		Fix double text D'n'D with gtk-2.8
	* src/matcher.c
		Fix ~message, ~headers_part, ~body_part	rules
	* src/messageview.c
		Add Windows-1252 (Closes bug #863)
		Fix accels
	* src/gtk/gtkaspell.c
		Properly destroy accels in all menus
2005-11-29 17:31:18 +00:00
Colin Leroy
0d6303cd59 2005-11-24 [cleroy] 1.9.100cvs32
* src/compose.c
		Fix bug #856 (reediting messages forgets Request
		Return Receipt)
2005-11-24 17:20:52 +00:00
Colin Leroy
a110401c2d 2005-11-22 [colin] 1.9.100cvs27
* src/compose.c
	* src/gtk/gtkaspell.c
		Fix right-clicking on a misspelled word
		Fix More... in suggestions menu
2005-11-22 18:17:50 +00:00
Colin Leroy
009356edf6 2005-11-21 [colin] 1.9.100cvs25
* src/addressbook.c
		Fix some addressbook suckage (dnd, select all)
	* src/compose.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
		Make the spellchecker menu work with the
		GtkTextView one instead of overriding it
2005-11-21 17:39:59 +00:00
Paul Mangan
a16c558702 2005-11-18 [paul] 1.9.100cvs19
* src/compose.c
		cosmetic improvements
	* src/textview.c
		also list text/* attachments
2005-11-18 11:22:23 +00:00
Colin Leroy
36044ea361 2005-11-08 [colin] 1.9.100cvs4
* src/compose.c
        * src/textview.c
        * src/common/utils.c
        * src/common/utils.h
                Enhance the email parser
2005-11-08 18:08:15 +00:00
Colin Leroy
a1e4691598 2005-11-01 [colin] 1.9.99cvs2
* src/compose.c
		Fix replying to ml wen confirming subscription
	* src/messageview.c
	* src/mimeview.c
	* src/mimeview.h
	* src/privacy.h
	* src/summaryview.c
		Make key check non blocking
2005-11-01 06:53:28 +00:00
Colin Leroy
759aa3ce13 2005-10-30 [colin] 1.9.15cvs127
* src/compose.c
		Place cursor before rewrapping (fixes cursor
		pos if quotation gets rewrapped)
2005-10-30 18:25:01 +00:00
Colin Leroy
3f21f52170 2005-10-25 [colin] 1.9.15cvs108
* src/compose.c
		Fix a second leak
2005-10-25 19:05:53 +00:00
Colin Leroy
7c4061b814 2005-10-25 [colin] 1.9.15cvs107
* src/addrbook.c
	* src/addrindex.c
		Fix leak (xml_get_element() allocates memory)
	* src/compose.c
		Fix leak + dead code (shame!)
	* src/procmime.c
		Fix leak
2005-10-25 17:51:56 +00:00
Paul Mangan
9685347f54 2005-10-23 [paul] 1.9.15cvs94
* src/compose.c
		when using Folder Pref 'Default To for
		replies' make the entry in the Compose
		window bold
		Patch by Fabien Vantard
2005-10-23 07:15:46 +00:00
Colin Leroy
ba1a5e5771 2005-10-22 [colin] 1.9.15cvs90
* src/compose.c
		When replying to a mail sent by one of our accounts,
		use the original list of recipients. Let 'Reply All'
		and 'Reply to sender' work like previously.
2005-10-22 09:04:05 +00:00
Paul Mangan
336ce1b9a2 2005-10-21 [paul] 1.9.15cvs88
* src/compose.c
	* src/prefs_folder_item.c
	* src/toolbar.c
		fix news folder Folder Properties
		(thanks to Colin)
	* src/folderview.c
		update folderview after Themes change
		keep selected folder selected
		(thanks to Colin)
2005-10-21 09:34:53 +00:00
Colin Leroy
b450e8dddb 2005-10-19 [colin] 1.9.15cvs76
* src/common/utils.c
		Use shorter mime boundaries to avoid having
		MTAs rewrapping our headers, breaking the
		PGP signature in the process
	* src/compose.c
	* src/plugins/pgpmime/pgpmime.c
		Check for boundary uniqueness to be sure
		it won't happen, instead of hoping for the
		best
2005-10-19 19:46:57 +00:00
Colin Leroy
6d275752b1 2005-10-13 [colin] 1.9.15cvs41
* src/compose.c
		Set subject when forwarding multiple mails
		Check that other recipient than the default Cc or Bcc
		have been set before sending.
2005-10-13 18:06:13 +00:00
Colin Leroy
8825ed88dc 2005-10-12 [colin] 1.9.15cvs32
* src/compose.c
		Remove old hack of encoding signed mails with base64.
		QP works equally well.
2005-10-12 18:04:24 +00:00
Colin Leroy
42600bec9e 2005-10-10 [colin] 1.9.15cvs29
* src/compose.c
		Reselect "None" Privacy system when selecting an
		account with no privacy system defined
2005-10-10 17:36:15 +00:00
Colin Leroy
142bb78ec8 2005-10-09 [colin] 1.9.15cvs25
* src/compose.c
	* src/compose.h
		Fix bug #829 (Non-working "Encrypt message by
		default when replying to an encrypted message")
2005-10-09 10:22:10 +00:00
Paul Mangan
e3dbe3d8ff 2005-10-07 [paul] 1.9.15cvs19
* src/compose.c
		fix compose_entries[]
		patch by Fabien Vantard
2005-10-07 07:19:17 +00:00
Colin Leroy
a05fb22358 2005-10-04 [colin] 1.9.15cvs12
* src/compose.c
		When replying to an ML post with Reply-To set
		to the poster's email, honor it (as before),
		but also honor our user's request to reply to
		the mailing list: set the ML address in the To
		field and the Reply-To address in the Cc:
		field.
2005-10-04 20:29:44 +00:00
Colin Leroy
5a986ec1a6 2005-10-03 [colin] 1.9.15cvs1
* src/compose.c
	* src/imap.c
	* src/inc.c
	* src/main.c
	* src/messageview.c
	* src/news.c
	* src/summaryview.c
	* src/gtk/sslcertwindow.c
	* src/plugins/trayicon/trayicon.c
		Add accels to every AlertPanel. Patch by Fabien
		Vantard
2005-10-03 16:54:02 +00:00
Colin Leroy
50b54d68d0 2005-09-27 [colin] 1.9.14cvs56
* src/codeconv.c
	* src/compose.c
	* src/compose.h
		Put subject in compose's title
		Fix Automatic encoding so that it's really automatic:
		first try default locale's charset, then charset of the replied mail,
		then utf-8
		Fix encoding of headers (must be in strict mode too)
2005-09-27 17:36:25 +00:00
Colin Leroy
801b5fd902 may I please commit. 2005-09-22 21:08:02 +00:00
Paul Mangan
af20b6e26f 2005-09-22 [paul] 1.9.14cvs48
* src/compose.c
		fix bug where attachments Name entry
		would display Path instead
2005-09-22 07:38:01 +00:00
Paul Mangan
283412fa01 2005-09-21 [paul] 1.9.14cvs47
* README
	* README.jp
	* configure.ac
	* config/config.rpath
	* doc/manual/en/sylpheed-20.html
	* doc/manual/es/sylpheed-20.html
	* po/bg.po
	* po/ca.po
	* po/de.po
	* po/es.po
	* po/fr.po
	* po/it.po
	* po/pt_BR.po
	* po/sk.po
	* po/zh_TW.po
	* src/account.c
	* src/account.h
	* src/action.c
	* src/action.h
	* src/adbookbase.h
	* src/addr_compl.c
	* src/addr_compl.h
	* src/addrbook.c
	* src/addrbook.h
	* src/addrcache.c
	* src/addrcache.h
	* src/addrcindex.c
	* src/addrcindex.h
	* src/addrclip.c
	* src/addrclip.h
	* src/addrdefs.h
	* src/addressadd.c
	* src/addressadd.h
	* src/addressbook.c
	* src/addressbook.h
	* src/addressitem.h
	* src/addrgather.c
	* src/addrgather.h
	* src/addrharvest.c
	* src/addrharvest.h
	* src/addrindex.c
	* src/addrindex.h
	* src/addritem.c
	* src/addritem.h
	* src/addrquery.c
	* src/addrquery.h
	* src/addrselect.c
	* src/addrselect.h
	* src/alertpanel.c
	* src/alertpanel.h
	* src/browseldap.c
	* src/browseldap.h
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/compose.h
	* src/crash.c
	* src/crash.h
	* src/customheader.c
	* src/customheader.h
	* src/displayheader.c
	* src/displayheader.h
	* src/editaddress.c
	* src/editaddress.h
	* src/editbook.c
	* src/editbook.h
	* src/editgroup.c
	* src/editgroup.h
	* src/editjpilot.c
	* src/editjpilot.h
	* src/editldap.c
	* src/editldap.h
	* src/editldap_basedn.c
	* src/editldap_basedn.h
	* src/editvcard.c
	* src/editvcard.h
	* src/enriched.c
	* src/enriched.h
	* src/exphtmldlg.c
	* src/exphtmldlg.h
	* src/expldifdlg.c
	* src/expldifdlg.h
	* src/export.c
	* src/export.h
	* src/exporthtml.c
	* src/exporthtml.h
	* src/exportldif.c
	* src/exportldif.h
	* src/filtering.c
	* src/filtering.h
	* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/foldersel.c
	* src/foldersel.h
	* src/folderutils.c
	* src/folderutils.h
	* src/folderview.c
	* src/folderview.h
	* src/grouplistdialog.c
	* src/grouplistdialog.h
	* src/headerview.c
	* src/headerview.h
	* src/html.c
	* src/html.h
	* src/image_viewer.c
	* src/image_viewer.h
	* src/imap.c
	* src/imap.h
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/import.c
	* src/import.h
	* src/importldif.c
	* src/importldif.h
	* src/importmutt.c
	* src/importmutt.h
	* src/importpine.c
	* src/importpine.h
	* src/inc.c
	* src/inc.h
	* src/jpilot.c
	* src/jpilot.h
	* src/ldapctrl.c
	* src/ldapctrl.h
	* src/ldaplocate.c
	* src/ldaplocate.h
	* src/ldapquery.c
	* src/ldapquery.h
	* src/ldapserver.c
	* src/ldapserver.h
	* src/ldaputil.c
	* src/ldaputil.h
	* src/ldif.c
	* src/ldif.h
	* src/localfolder.c
	* src/localfolder.h
	* src/main.c
	* src/main.h
	* src/mainwindow.c
	* src/mainwindow.h
	* src/manual.c
	* src/manual.h
	* src/matcher.c
	* src/matcher.h
	* src/matcher_parser.h
	* src/matcher_parser_lex.l
	* src/matcher_parser_parse.y
	* src/mbox.c
	* src/mbox.h
	* src/message_search.c
	* src/message_search.h
	* src/messageview.c
	* src/messageview.h
	* src/mh.c
	* src/mh.h
	* src/mh_gtk.c
	* src/mh_gtk.h
	* src/mimeview.c
	* src/mimeview.h
	* src/msgcache.c
	* src/msgcache.h
	* src/mutt.c
	* src/mutt.h
	* src/news.c
	* src/news.h
	* src/news_gtk.c
	* src/news_gtk.h
	* src/noticeview.c
	* src/noticeview.h
	* src/partial_download.c
	* src/partial_download.h
	* src/pine.c
	* src/pine.h
	* src/pop.c
	* src/pop.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/prefs_actions.c
	* src/prefs_actions.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_compose_writing.c
	* src/prefs_compose_writing.h
	* src/prefs_customheader.c
	* src/prefs_customheader.h
	* src/prefs_display_header.c
	* src/prefs_display_header.h
	* src/prefs_ext_prog.c
	* src/prefs_ext_prog.h
	* src/prefs_filtering.c
	* src/prefs_filtering.h
	* src/prefs_filtering_action.c
	* src/prefs_filtering_action.h
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
	* src/prefs_folder_item.c
	* src/prefs_folder_item.h
	* src/prefs_fonts.c
	* src/prefs_fonts.h
	* src/prefs_gtk.c
	* src/prefs_gtk.h
	* src/prefs_image_viewer.c
	* src/prefs_image_viewer.h
	* src/prefs_matcher.c
	* src/prefs_matcher.h
	* src/prefs_message.c
	* src/prefs_message.h
	* src/prefs_msg_colors.c
	* src/prefs_msg_colors.h
	* src/prefs_other.c
	* src/prefs_other.h
	* src/prefs_quote.c
	* src/prefs_quote.h
	* src/prefs_receive.c
	* src/prefs_receive.h
	* src/prefs_send.c
	* src/prefs_send.h
	* src/prefs_spelling.c
	* src/prefs_spelling.h
	* src/prefs_summaries.c
	* src/prefs_summaries.h
	* src/prefs_summary_column.c
	* src/prefs_summary_column.h
	* src/prefs_template.c
	* src/prefs_template.h
	* src/prefs_themes.c
	* src/prefs_themes.h
	* src/prefs_toolbar.c
	* src/prefs_toolbar.h
	* src/prefs_wrapping.c
	* src/prefs_wrapping.h
	* src/privacy.c
	* src/privacy.h
	* src/procheader.c
	* src/procheader.h
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/procmsg.h
	* src/quote_fmt.c
	* src/quote_fmt_parse.y
	* src/recv.c
	* src/recv.h
	* src/remotefolder.c
	* src/remotefolder.h
	* src/send_message.c
	* src/send_message.h
	* src/setup.c
	* src/setup.h
	* src/simple-gettext.c
	* src/sourcewindow.c
	* src/sourcewindow.h
	* src/ssl_manager.c
	* src/ssl_manager.h
	* src/statusbar.c
	* src/statusbar.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summary_search.c
	* src/summary_search.h
	* src/summaryview.c
	* src/summaryview.h
	* src/syldap.c
	* src/syldap.h
	* src/textview.c
	* src/textview.h
	* src/toolbar.c
	* src/toolbar.h
	* src/undo.c
	* src/undo.h
	* src/unmime.c
	* src/unmime.h
	* src/vcard.c
	* src/vcard.h
	* src/wizard.c
	* src/wizard.h
	* src/common/base64.c
	* src/common/base64.h
	* src/common/defs.h
	* src/common/hooks.c
	* src/common/hooks.h
	* src/common/log.c
	* src/common/log.h
	* src/common/md5.c
	* src/common/md5.h
	* src/common/mgutils.c
	* src/common/mgutils.h
	* src/common/nntp.c
	* src/common/nntp.h
	* src/common/passcrypt.c
	* src/common/passcrypt.h.in
	* src/common/plugin.c
	* src/common/plugin.h
	* src/common/prefs.c
	* src/common/prefs.h
	* src/common/progressindicator.c
	* src/common/progressindicator.h
	* src/common/quoted-printable.c
	* src/common/quoted-printable.h
	* src/common/session.c
	* src/common/session.h
	* src/common/smtp.c
	* src/common/smtp.h
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl.c
	* src/common/ssl.h
	* src/common/ssl_certificate.c
	* src/common/ssl_certificate.h
	* src/common/string_match.c
	* src/common/string_match.h
	* src/common/stringtable.c
	* src/common/sylpheed.c
	* src/common/sylpheed.h
	* src/common/template.c
	* src/common/template.h
	* src/common/timing.h
	* src/common/utils.c
	* src/common/utils.h
	* src/common/uuencode.c
	* src/common/uuencode.h
	* src/common/version.h.in
	* src/common/xml.c
	* src/common/xml.h
	* src/common/xmlprops.c
	* src/common/xmlprops.h
	* src/gtk/about.c
	* src/gtk/about.h
	* src/gtk/colorlabel.c
	* src/gtk/colorlabel.h
	* src/gtk/colorsel.c
	* src/gtk/colorsel.h
	* src/gtk/description_window.c
	* src/gtk/description_window.h
	* src/gtk/filesel.c
	* src/gtk/filesel.h
	* src/gtk/foldersort.c
	* src/gtk/foldersort.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/inputdialog.c
	* src/gtk/inputdialog.h
	* src/gtk/logwindow.c
	* src/gtk/logwindow.h
	* src/gtk/manage_window.c
	* src/gtk/manage_window.h
	* src/gtk/menu.c
	* src/gtk/menu.h
	* src/gtk/pluginwindow.c
	* src/gtk/pluginwindow.h
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
	* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
	* src/gtk/quicksearch.c
	* src/gtk/quicksearch.h
	* src/gtk/sslcertwindow.c
	* src/gtk/sslcertwindow.h
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin.h
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_prefs.h
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/mathml_viewer/mathml_viewer.c
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/passphrase.h
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/pgpcore/prefs_gpg.h
	* 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/pgpinline.h
	* src/plugins/pgpinline/plugin.c
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/pgpmime.h
	* src/plugins/pgpmime/plugin.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
	* tools/OOo2sylpheed.pl
	* tools/acroread2sylpheed.pl
	* tools/asus_mailled.sh
	* tools/filter_conv.pl
	* tools/freshmeat_search.pl
	* tools/google_search.pl
	* tools/kmail2sylpheed.pl
	* tools/kmail2sylpheed_v2.pl
	* tools/maildir2sylpheed.pl
	* tools/multiwebsearch.pl
	* tools/newscache_clean.pl
	* tools/outlook2sylpheed.pl
	* tools/sylpheed-switcher
	* tools/update-po
	* tools/vcard2xml.py
	* tools/kdeservicemenu/sylpheed-kdeservicemenu.pl
		update FSF address
2005-09-21 18:22:51 +00:00
Colin Leroy
f5bdac1e62 2005-09-19 [colin] 1.9.14cvs44
* src/compose.c
		Fix draft message
	* src/gtk/gtkaspell.c
		Fix wrong test ;-)
2005-09-19 18:01:49 +00:00
Colin Leroy
12248765c8 2005-09-19 [colin] 1.9.14cvs43
* src/addressbook.c
		Fix sensitivity of Delete button
	* src/compose.c
		Warn if the requested Privacy system
		is not available
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/importldif.c
	* src/importmutt.c
	* src/importpine.c
		Fix crappy UI
	* src/
	* src/ssl.h
	* src/prefs_account.h
	* src/prefs_account.c
		Save SSL prefs even in builds that have
		SSL support disable
	* src/imap.c
	* src/inc.c
	* src/news.c
	* src/send_message.c
		Warn if connection should be secure, but
		SSL support isn't compiled in
	* src/gtkaspell.c
		Fix word separation on UTF-8 systems
	* src/compose.c
		Warn if the requested Privacy system
		is not available
		Factorize offline warning
	* src/imap.c
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/inc.h
	* src/news_gtk.c
	* src/news_gtk.h
	* src/messageview.c
		Factorize offline warning
2005-09-19 17:53:13 +00:00
Colin Leroy
5b9ffcbda2 2005-09-18 [colin] 1.9.14cvs39
* src/codeconv.c
	* src/compose.c
	* src/procmime.c
		More charsets fixes. Fixes bug #806 (non
		ascii characters in subject line)
2005-09-18 01:05:42 +00:00
Paul Mangan
e1f68793eb 2005-09-14 [paul] 1.9.14cvs30
* src/compose.c
		fix a little annoyance when pasting with 3rd button
		with wrap_pastes=0 and wrap_input=1
		Patch by Colin
2005-09-14 14:43:21 +00:00
Paul Mangan
b82147c38c 2005-09-14 [paul] 1.9.14cvs27
* po/es.po
		updated by Ricardo Mones Lastra
	* src/compose.c
	* src/compose.h
		associate no_wrap_tags to Compose windows
		instead of using a static one
		Patch by Colin
	* src/mbox.c
		fix proc_mbox()
		Patch by wwp
	* src/textview.c
		remove unneeded printf()
2005-09-14 09:12:56 +00:00
Colin Leroy
ec63aa94bc 2005-09-13 [colin] 1.9.14cvs23
* src/compose.c
		Test utf8 compliance before inserting to
		buffer, and try to convert if necessary
	* src/procmime.c
		If no charset is present, use the locale
		one instead of us-ascii
	* src/procmsg.c
		Add Sender, List-Post and To in the checked
		headers for automatic rules creation
		(thanks to wwp)
	* src/prefs_themes.c
	* src/gtk/gtkaspell.c
		Remove deprecated functions.
		patch by Daniel Gustafson
2005-09-13 16:33:02 +00:00
Colin Leroy
8a6983b807 2005-09-12 [colin] 1.9.14cvs22
* src/compose.c
		Fix bug #448 (Scrolling/Redraw issue with
		address-fields in Header)
	* src/mainwindow.c
	* src/summaryview.c
	* src/summaryview.h
		Fix loss of MSG_MARKED on move/copy
		Fix bug #804 (Quicksearch togglebutton doesn't
		get depressed after '/' key is pressed)
2005-09-12 17:32:58 +00:00
Paul Mangan
81981950ef 2005-09-12 [paul] 1.9.14cvs20
* src/compose.c
		set correct sensitivity on attachments
		popup menu
	* src/folder.c
		fix typo
	* src/prefs_spelling.c
		fix crash when no LANG env is set
	* src/common/xml.c
		fix crash in wizard
		don't use memeory after free

	All patches by Daniel Gustafson
2005-09-12 09:22:22 +00:00
Colin Leroy
1f6c5f3351 2005-09-10 [colin] 1.9.14cvs17
* src/compose.c
	* src/plugins/pgpcore/select-keys.c
	* src/plugins/pgpcore/select-keys.h
	* src/plugins/pgpcore/sgpgme.c
		Add a "Don't encrypt" button to the key
		selection dialog. Fixes bug #177 (There should be a
		'Don't encrypt button in the Select Keys dialog)
2005-09-10 19:53:00 +00:00
Colin Leroy
66a6b52840 2005-09-10 [colin] 1.9.14cvs16
* src/compose.c
		Fix bug #572 (%X option does not work with templates)
2005-09-10 19:08:41 +00:00
Colin Leroy
22910ea7e6 2005-09-08 [colin] 1.9.14cvs9
* src/compose.c
        	Alert when we can't save draft
        	Fix various wrap/color issues
        	Add mid-click pasting respecting wrap_paste option
	* src/folder.c
	* src/folder.h
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/imap.c
	* src/imap_gtk.c
	* src/imap_gtk.h
	* src/main.c
	* src/mainwindow.c
	* src/mainwindow.h
	* src/news.c
	* src/news_gtk.c
	* src/news_gtk.h
	* src/prefs_folder_item.c
        	Fix the impossibility to synchronise folders for
        	offline use (IMAP and NNTP are concerned)
2005-09-08 18:28:36 +00:00
Colin Leroy
8b8a21fbc2 2005-09-07 [colin] 1.9.14cvs1
* src/compose.c
		After saving draft, set modified to FALSE
	* src/mimeview.c
	* src/common/utils.c
	* src/common/utils.h
		Try to open mime parts using what is
		indicated in ~/.mailcap or /etc/mailcap,
		if possible.
2005-09-07 06:41:01 +00:00
Paul Mangan
cbdbd5c6db 2005-09-04 [paul] 1.9.13cvs82
* src/compose.c
		only warn about exceeded line length limit
		on send
2005-09-04 09:41:06 +00:00
Paul Mangan
3e44840d95 2005-09-04 [paul] 1.9.13cvs81
* src/compose.c
		fix crash in 'line length exceeded' dialogue
2005-09-04 05:14:19 +00:00
Paul Mangan
7ded6096fc 2005-09-02 [paul] 1.9.13cvs79
* src/compose.c
		compose_wrap_paragraph() becomes
		compose_beautify_paragraph()
		Patch by Colin
2005-09-02 10:13:10 +00:00
Paul Mangan
6ee1f44fb6 2005-08-31 [paul] 1.9.13cvs74
* src/compose.c
	* src/folderview.c
	* src/headerview.c
	* src/headerview.h
	* src/mainwindow.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_fonts.c
	* src/summaryview.c
	* src/textview.c
	* src/common/defs.h
		remove obsolete BOLD_FONT setting
		fix font update in headerview and textview
		headers after prefs change
		Patch By Colin
2005-08-31 10:15:44 +00:00
Colin Leroy
4113c4e1e6 2005-08-26 [colin] 1.9.13cvs59
* src/procmime.c
		Fix "Problem with replies". This happened only
		on IMAP...
	* src/procmsg.c
		Factorize code a bit
	* src/compose.c
		Speed improvement on very long messages (wrapping)
		Fix signature color on Reedit and Redirect
		On Reedit, don't attach pgp-signatures parts, but
		set signing to On.
2005-08-26 16:38:40 +00:00
Paul Mangan
859f745882 2005-08-24 [paul] 1.9.13cvs58
* src/compose.c
		don't claim success when clicking
		Cancel on the passphrase box.
		Patch by Colin
2005-08-24 09:39:38 +00:00
Paul Mangan
0244426b48 2005-08-23 [paul] 1.9.13cvs55
* src/compose.c
		fix paste/wrap crash
		Patch by Colin
2005-08-23 12:46:39 +00:00
Colin Leroy
4a83dc48ca 2005-08-19 [colin] 1.9.13cvs42
* src/compose.c
	* src/procmime.c
		Workaround for broken MUAs: encode
		Content-type: name: as ASCII and
		Content-Disposition: filename: as
		per rfc2231
	* src/prefs_account.c
		Fix invisible-ness of SMTP SSL prefs
		in NNTP accounts
2005-08-19 17:55:50 +00:00
Paul Mangan
2d096e5fbc 2005-08-19 [paul] 1.9.13cvs41
* src/compose.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_wrapping.c
		paste with or without wrapping.
		patch by Colin
2005-08-19 11:01:47 +00:00
Paul Mangan
094bee48a0 2005-08-19 [paul] 1.9.13cvs38
sync with main:

	* src/account.c
	* src/action.c
	* src/addrbook.c
	* src/addrcache.c
	* src/addrharvest.c
	* src/addrindex.c
	* src/codeconv.c
	* src/compose.c
	* src/crash.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/image_viewer.c
	* src/inc.c
	* src/inc.h
	* src/jpilot.c
	* src/ldif.c
	* src/main.c
	* src/matcher.c
	* src/mbox.c
	* src/messageview.c
	* src/mh.c
	* src/mimeview.c
	* src/msgcache.c
	* src/mutt.c
	* src/news.c
	* src/partial_download.c
	* src/pine.c
	* src/pop.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_gtk.c
	* src/prefs_themes.c
	* src/procheader.c
	* src/procmime.c
	* src/procmsg.c
	* src/recv.c
	* src/send_message.c
	* src/simple-gettext.c
	* src/sourcewindow.c
	* src/textview.c
	* src/vcard.c
	* src/common/defs.h
	* src/common/log.c
	* src/common/plugin.c
	* src/common/prefs.c
	* src/common/session.c
	* src/common/session.h
	* src/common/socket.c
	* src/common/socket.h
	* src/common/ssl_certificate.c
	* src/common/template.c
	* src/common/utils.c
	* src/common/utils.h
	* src/common/xml.c
	* src/gtk/about.c
	added wrappers for C library function that
		take pathname arguments.
		enabled compilation with MinGW.
		use GDir instead of directly using opendir().
		added rename_force().
2005-08-19 09:30:30 +00:00
Paul Mangan
7dc5914e6a 2005-08-19 [paul] 1.9.13cvs37
patches by Colin:
	* src/compose.c
		fix privacy settings on re-editing
		a sent message
	* src/jpilot.c
		fix encoding bug
	* src/folder.c
	* src/procmsg.c
	* src/procmsg.h
	* src/summaryview.c
		flag changing optimisation
2005-08-19 06:06:58 +00:00
Martin Schaaf
1b094f6474 2005-08-18 [martin] 1.9.13cvs36
* commitHelper
	    added my login
	* src/addrcache.c
	* src/addrharvest.c
	* src/addrindex.c
	* src/compose.c
	* src/grouplistdialog.c
	* src/main.c
	* src/mainwindow.c
	* src/msgcache.c
	* src/mutt.c
	* src/pine.c
	* src/prefs_account.c
	* src/prefs_themes.c
	* src/stock_pixmap.c
	* src/summaryview.c
	* src/gtk/about.c
	* src/gtk/logwindow.c
	    removed deprecated glib and gdk stuff
	* src/plugins/pgpcore/select-keys.c
	    convert attributes from locale to utf8
2005-08-18 19:09:53 +00:00
Colin Leroy
a84f1d2712 2005-08-07 [colin] 1.9.13cvs23
* src/compose.c
	* src/folder.c
	* src/folder.h
	* src/foldersel.c
	* src/folderutils.c
	* src/folderview.c
	* src/imap.c
	* src/mainwindow.c
	* src/messageview.c
	* src/mh.c
	* src/msgcache.c
	* src/procmime.c
	* src/summaryview.c
		Make subfolders of Drafts, Queue, Outbox, Trash
		work like their parents.
		Fixes bug #686 (Message view on Drafts/Sent should be the same on Subfolders)
2005-08-07 13:39:27 +00:00
Colin Leroy
02fa842c3f 2005-08-05 [colin] 1.9.13cvs17
* src/prefs_common.c
	* src/prefs_common.h
	* src/mainwindow.c
	* src/compose.c
	* src/messageview.c
		Add an hidden toolbar_detachable pref, so
		that I can get rid of these painful handles
		in the toolbars. Defaults to TRUE to avoid
		changing the GUI on unsuspecting people...
2005-08-05 22:54:48 +00:00
Colin Leroy
d8f6b0fd77 2005-08-05 [colin] 1.9.13cvs16
* src/Makefile.am
	* src/prefs_folder_column.c
	* src/prefs_folder_column.h
		Add prefs for folder columns
	* src/folderview.c
	* src/folderview.h
	* src/mainwindow.c
	* src/mainwindow.h
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_summaries.c
		Use them
	* src/prefs_summary_column.c
	* src/summaryview.c
	* src/summaryview.h
		Add a To column
	* src/textview.c
	* src/common/utils.c
	* src/common/utils.h
		Move uri colourisation functions
		to utils
	* src/compose.c
		Colourise URIs
	* src/imap.c
		Fix bug with LIST where we'd try
		to get Folder//////[...]///
2005-08-05 19:57:42 +00:00
Colin Leroy
daeee038f2 2005-08-04 [colin] 1.9.13cvs13
* src/compose.c
		Remove dead code
		Add colourisation of quotes and signatures
	* src/folderview.c
		Fix possible crashes
	* src/messageview.c
		Change an assert that is no problem
	* src/news.c
	* src/news_gtk.c
	* src/news_gtk.h
		Fix offline mode
	* src/gtk/quicksearch.c
		Fix a possible crash
2005-08-04 18:01:14 +00:00
Paul Mangan
3cbcf9e5e7 2005-08-03 [paul] 1.9.13cvs10
sync with main

	* src/addr_compl.c
	* src/compose.c
	* src/main.c
	* src/pop.c
	* src/prefs_account.c
	* src/procmime.c
	* src/procmsg.c
	* src/quote_fmt_parse.y
	* src/textview.c
	* src/common/quoted-printable.c
	* src/common/utils.c
	* src/common/utils.h
	* src/common/xml.c
		replaced incorrect locale-independent
		ctype functions with GLib's. Corrected
		signedness mismatch.
	* src/headerview.c
		headerview_create(): added spacing for vbox.
	* src/gtk/about.c
		set focus to the OK button.
2005-08-03 08:31:53 +00:00
Paul Mangan
d4cffaa1b4 2005-07-17 [paul] 1.9.12cvs76
* src/account.c
	* src/addressbook.c
	* src/alertpanel.c
	* src/alertpanel.h
	* src/compose.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/folderview.c
	* src/imap_gtk.c
	* src/inc.c
	* src/message_search.c
	* src/messageview.c
	* src/mh_gtk.c
	* src/news_gtk.c
	* src/prefs_actions.c
	* src/prefs_filtering.c
	* src/prefs_matcher.c
	* src/prefs_template.c
	* src/prefs_themes.c
	* src/ssl_manager.c
	* src/summary_search.c
	* src/textview.c
	* src/toolbar.c
	* src/gtk/sslcertwindow.c
	* src/plugins/pgpcore/sgpgme.c
		rework alertpanels
2005-07-17 12:14:10 +00:00
Paul Mangan
50119ede15 2005-07-17 [paul] 1.9.12cvs70
* src/common/defs.h
		update urls
	* src/account.c
	* src/action.c
	* src/addressbook.c
	* src/compose.c
	* src/foldersel.c
	* src/folderview.c
	* src/html.c
	* src/imap_gtk.c
	* src/main.c
	* src/mainwindow.c
	* src/messageview.c
	* src/mh_gtk.c
	* src/mimeview.c
	* src/news_gtk.c
	* src/prefs_account.c
	* src/prefs_send.c
	* src/prefs_summaries.c
	* src/procmsg.c
	* src/summaryview.c
	* src/common/utils.c
	* src/common/xml.c
	* src/plugins/pgpcore/passphrase.c
	* src/plugins/pgpcore/select-keys.c
		replace inappropriately used backticks
		with single quotes
2005-07-17 07:30:07 +00:00
Paul Mangan
3cf6a370d9 2005-07-14 [paul] 1.9.12cvs47
* src/account.c
	* src/addressbook.c
		add accelerators for the buttons (sync with main)
	* src/compose.c
	* src/compose.h
		add accelerators for the buttons.
		fix editing with external editor.
		replace gdk_input_*() with GIOChannel;
		(sync with main)
	* src/foldersel.c
		display folder names with new/unread
		representation (sync with main)
	* src/main.c
		specify default window icon (sync with main)
	* src/prefs_common.c
		use_addr_book default to FALSE
	* src/summaryview.c
	* src/textview.c
		add accelerators for the buttons (sync with main)
	* src/gtk/menu.c
		fix typos
	* src/pixmaps/sylpheed_icon.xpm
		updated
2005-07-14 10:17:54 +00:00
Colin Leroy
33569d37ef 2005-07-06 [colin] 1.9.12cvs23
* src/alertpanel.c
		Fix a minimum size for alertpanels
	* src/compose.c
		Show 'No space left on device' type errors
		when queuing/sending
	* src/imap_gtk.c
	* src/mh_gtk.c
		Rework folder's deletion message (remove
		extra \n)
2005-07-06 00:14:46 +00:00
Paul Mangan
0fbe9ba4ce 2005-07-04 [paul] 1.9.12cvs16
sync with main:

	* src/compose.c
		compose_write_to_file(): check for line
		length limit and display warning if exceeds
	* src/jpilot.c
		use get_home_dir() instead of g_get_home_dir()
	* src/procheader.c
		removed warning about invalid date
	* src/vcard.c
		use get_home_dir() instead of g_get_home_dir()
2005-07-04 10:29:00 +00:00
Colin Leroy
a11ef7ab00 2005-07-01 [colin] 1.9.12cvs8
* src/compose.c
	* src/msgcache.c
	* src/pop.c
	* src/procmime.c
	* src/recv.c
	* src/common/log.c
	* src/common/template.c
	* src/common/utils.c
	* src/common/utils.h
		Reverted the fwrite_atomic stuff. In fact
		it is already atomic.
2005-07-01 06:51:37 +00:00
Colin Leroy
f706d28dcb 2005-06-30 [colin] 1.9.12cvs7
* src/common/utils.c
	* src/common/utils.h
		Add an fwrite_atomic() function to make
		sure we write everything: fwrite can make
		short writes.
	* src/compose.c
	* src/msgcache.c
	* src/pop.c
	* src/procmime.c
	* src/recv.c
	* src/common/log.c
	* src/common/template.c
		Use that (and fix swapping of size and nmemb).
		Thanks to Rich Coe for the heads up.
2005-06-30 20:23:24 +00:00
Colin Leroy
2bba61598c 2005-06-25 [colin] 1.9.11cvs100
* src/prefs_account.c
	* src/prefs_account.h
	* src/compose.c
		Add an option to encrypt replies to
		encrypted messages
2005-06-25 11:14:48 +00:00
Colin Leroy
1e45b0637a 2005-06-25 [colin] 1.9.11cvs99
* src/compose.c
	* src/quote_fmt_parse.y
		... And make it work with pgpinline.
2005-06-25 10:04:02 +00:00
Colin Leroy
c58817954c 2005-06-25 [colin] 1.9.11cvs98
* src/compose.c
	* src/procmime.c
	* src/procmime.h
	* src/quote_fmt_parse.y
		o Make reedition of encrypted messages possible
		  (as long as it is encrypted to self too, no
		   magic there)
		o Make replying with quote (and without selecting
		  text) possible for encrypted messages.
		Closes bug #550 (Not possible to "reply with quote"
		to gnupg encrypted messages)
2005-06-25 09:48:51 +00:00
Colin Leroy
5d2470815f 2005-06-22 [colin] 1.9.11cvs90
* src/compose.c
	* src/messageview.c
	* src/toolbar.c
		Make toolbar's delete use the move to trash stuff;
		Add gtk_widget_realize to be sure pixmaps can get
		created (that may fix an old worksforme bug which
		I can't find back...)
2005-06-22 20:06:03 +00:00
Colin Leroy
28831b723a 2005-06-16 [colin] 1.9.11cvs79
* src/compose.c
		Fix bug #707 (Dash splits rows)
		Only wrap if we're on a line break position and
		the previous one was a "white" (space) char.
		Pango stuff is weird.
2005-06-16 21:20:12 +00:00
Colin Leroy
26a783220e 2005-06-15 [colin] 1.9.11cvs75
* src/compose.c
		Finish header encoding fix
	* src/summaryview.c
		Fix segfault
	* src/headerview.c
		Fix compilation (Thanks Stephan
		Sachse)
2005-06-15 19:54:45 +00:00
Colin Leroy
3d59ae8ec8 2005-06-15 [colin] 1.9.11cvs68
* src/compose.c
		Fix bug #421 (Fix undo on wrapping)
2005-06-15 03:03:47 +00:00
Paul Mangan
1ad1570816 2005-06-08 [paul] 1.9.11cvs48
* src/codeconv.c
		conv_get_outgoing_charset_str(): don't
		use prefs_common setting
	* src/compose.c
	* src/compose.h
		add /Options/Character encoding/... to
		temporarily change the outgoing encoding

	(belated sync with main)
2005-06-08 08:52:06 +00:00
Paul Mangan
3eaae99c75 2005-06-08 [paul] 1.9.11cvs47
* src/compose.c
		correction to/completion of last
		sync with main
2005-06-08 07:29:04 +00:00
Paul Mangan
97e87a5df4 2005-06-08 [paul] 1.9.11cvs46
sync with main:

	* src/codeconv.c
	* src/codeconv.h
		always enabled Japanese auto-detection
		if the first letters of locale string
		is "ja"
	* src/compose.c
		don't use "destroy" signal to destroy
		Compose object (fix rare crashes on discard?)
	* src/mainwindow.c
	* src/messageview.c
	* src/prefs_send.c
		added Hebrew encodings
	* src/sourcewindow.c
		don't use "destroy" signal to destroy
		objects
2005-06-08 07:17:53 +00:00
Paul Mangan
b1e189ac14 2005-06-03 [paul] 1.9.11cvs39
* src/compose.c
		don't allow editing of mail while sending.
		patch by Colin
2005-06-03 22:27:40 +00:00
Colin Leroy
7bab9009bc 2005-06-01 [colin] 1.9.11cvs31
* src/addrharvest.c
	* src/compose.c
	* src/mbox.c
	* src/mbox.h
	* src/mh.c
	* src/msgcache.c
	* src/send_message.c
	* src/setup.c
	* src/undo.c
	* src/common/hooks.c
	* src/common/prefs.c
	* src/common/template.c
	* src/common/utils.c
	* src/gtk/gtkutils.c
	* src/gtk/inputdialog.c
	* src/gtk/menu.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/prefs_gpg.c
		More -Wall fixes

	* src/common/Makefile.am
	* src/common/timing.h
		Add basic timing code

	* src/summaryview.c
		Fix a bug with unread messages when
		re-sorting folders, and by the way
		fix a big performance hit when
		re-sorting (10k mails: before 5s,
		after .5s)

	* src/prefs_compose_writing.c
	* src/prefs_compose_writing.h
	* src/prefs_message.c
	* src/prefs_message.h
	* src/prefs_other.c
	* src/prefs_other.h
	* src/prefs_quote.c
	* src/prefs_quote.h
	* src/prefs_receive.c
	* src/prefs_receive.h
	* src/prefs_send.c
	* src/prefs_send.h
	* src/prefs_summaries.c
	* src/prefs_summaries.h
		Fix copyright banner
2005-06-01 17:44:37 +00:00
Colin Leroy
96c9a3e76e 2005-05-31 [colin] 1.9.11cvs28
* src/Makefile.am
	* src/account.c
	* src/action.c
	* src/addr_compl.c
	* src/addressbook.c
	* src/codeconv.c
	* src/compose.c
	* src/export.c
	* src/folder.c
	* src/folderview.c
	* src/image_viewer.c
	* src/main.c
	* src/mainwindow.c
	* src/messageview.c
	* src/mimeview.c
	* src/msgcache.c
	* src/prefs_account.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_compose_writing.c
	* src/prefs_customheader.c
	* src/prefs_ext_prog.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_fonts.c
	* src/prefs_image_viewer.c
	* src/prefs_message.c
	* src/prefs_message.h
	* src/prefs_msg_colors.c
	* src/prefs_other.c
	* src/prefs_other.h
	* src/prefs_quote.c
	* src/prefs_receive.c
	* src/prefs_receive.h
	* src/prefs_send.c
	* src/prefs_send.h
	* src/prefs_spelling.c
	* src/prefs_summaries.c
	* src/prefs_summary_column.c
	* src/prefs_template.c
	* src/prefs_themes.c
	* src/prefs_toolbar.c
	* src/prefs_wrapping.c
	* src/procmime.c
	* src/procmsg.c
	* src/send_message.h
	* src/ssl_manager.c
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/wizard.c
	* src/common/smtp.c
	* src/common/smtp.h
	* src/gtk/gtkutils.h
		o Move the rest of Common prefs to new style
		o Lots of -Wall warning fixes
		o fix FIXME in cache memusage calculation
		o Let return receipts be sent from any account
		o Little cache optimisation (read)
		o Fix bug #746 (don't treat commas as separators
		  when inside a quoted string)
2005-05-31 19:00:21 +00:00
Paul Mangan
d6acee9b21 2005-05-31 [paul] 1.9.11cvs26
* src/account.c
	* src/addr_compl.c
	* src/compose.c
	* src/foldersel.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
	* src/prefs_summaries.c
	* src/prefs_summary_column.c
	* src/prefs_template.c
	* src/prefs_toolbar.c
	* src/ssl_manager.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
	* src/gtk/progressdialog.c
		add hidden prefs 'enable_rules_hint'
		for gtk_tree_view_set_rules_hint()
		(sync with main)
2005-05-31 07:04:59 +00:00
Colin Leroy
eeaa9b3f69 2005-05-30 [colin] 1.9.11cvs21
* src/compose.c
		Fix concatenation of different headers of
		the same type (bug #645)
	* src/prefs_folder_item.c
		Fix bug #699 (setting color to black doesn't
		work immediately)
	* src/procmime.c
		Print out decoding error only once per
		block
2005-05-30 19:53:13 +00:00
Paul Mangan
4f70bdd6dc 2005-05-30 [paul] 1.9.11cvs19
* doc/src/rfc2368.txt	**NEW FILE**
	* src/compose.c
		compose_entries_set(): don't interpret Bcc
		header field (conform to RFC 2368)
		(sync with main)
2005-05-30 04:36:15 +00:00
Colin Leroy
4b69a941cb 2005-05-18 [colin] 1.9.9cvs12
* src/compose.c
		Dereference freed pointer
	* src/gtk/gtkaspell.c
		Fix duplication of dictionaries (is it an aspell issue?)
2005-05-18 20:42:10 +00:00
Paul Mangan
eb4183a8b0 2005-05-05 [paul] 1.9.6cvs54
sync with HEAD

	* AUTHORS
	* src/compose.c
		fix bug 713 'Resent-To and Resent-Cc headers are garbled'
		patch by Tim Mann
2005-05-05 11:38:49 +00:00
Colin Leroy
e5663b03e7 2005-05-02 [colin] 1.9.6cvs48
* src/compose.c
		Try to fix the copy/paste mess once again.
2005-05-02 17:24:57 +00:00
Colin Leroy
2bd6b6437a 2005-04-17 [colin] 1.9.6cvs40
* src/compose.c
		Fix 'Request return receipt' from folder
		properties (bug #708)
2005-04-17 17:20:50 +00:00
Colin Leroy
f14b1ae428 2005-04-10 [colin] 1.9.6cvs30
* src/prefs_account.c
		Update Privacy checkbuttons status based
		on the selected privacy system
	* src/compose.c
		Always connect the "None" privacy system; the
		static boolean was probably there to avoid
		reconnecting twice in the same compose window,
		but as the parent function is only called once
		per compose, it's only a bug - as a static is
		initialized once per application instance.
		Also, don't uncheck Sign and Encrypt when
		selecting None as privacy system; just ignore
		them when sending/queuing.
		Should fix bug #695
2005-04-10 15:21:27 +00:00
Colin Leroy
816e64e044 2005-03-31 [colin] 1.9.6cvs17
* src/compose.c
		Fix joining of signature separator again.
		Maybe Hiro could put it in main too...
2005-03-31 12:09:11 +00:00
Paul Mangan
7d98e8c6a7 2005-03-30 [paul] 1.9.6cvs12
partial sync with main:

	* src/action.c
		create_io_dialog(): use user-defined text font
		(thanks to Alfons), and modified its appearance.
	* src/addrgather.c
	* src/addrharvest.c
	* src/browseldap.c
		replace old code
	* src/compose.c
		don't join (presumably) itemized lines on line-wrapping
		fixed wrapping of quote when auto-wrapping is enabled
		compose_destroy(): destroy paned only if it's not
		attached to window. Fixed memory leak of popup menu.
	* src/exphtmldlg.c
	* src/expldifdlg.c
		replace old code
	* src/html.c
	* src/html.h
	* src/importmutt.c
	* src/importpine.c
		replace old code
	* src/main.c
		removed redundant code
	* src/mainwindow.c
		changed 'Code set' (which is rather incorrect)
		in the menu to 'Character encoding'
		main_window_set_widgets(): request size first
		to prevent window size becoming wrong
		fixed remembering of the state of the visibility
		of MessageView
	* src/messageview.c
		changed 'Code set' (which is rather incorrect)
		in the menu to 'Character encoding'
	* src/prefs_common.c
	* src/prefs_common.h
		added an option whether to render HTML as text or not
		added separators to outgoing encoding menu
	* src/procheader.c
		procheader_scan_date_string(): support header
		like: "[Tue,] 01 Feb 2005 09:57[:00]"
	* src/summaryview.c
	* src/summaryview.h
		minor code cleanup
	* src/textview.c
		textview_show_html(): force output of newline
		added an option whether to render HTML as text or not
	* src/common/utils.c
		strncpy2(): optimized based on Alfons' code
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		removed non-used code
	* src/plugins/pgpmime/passphrase.c
		partially fixed grab input of passphrase dialog
		Confine pointer to window
2005-03-30 12:01:26 +00:00
Paul Mangan
53e966523f 2005-03-29 [paul] 1.9.6cvs10
* AUTHORS
	* ChangeLog.claws
	* src/compose.c
	* src/gtk/gtkaspell.c
		sync with HEAD (don't pass NULL pointers)
2005-03-29 08:24:45 +00:00
Thorsten Maerz
10d0c8d61d 2005-03-20 [thorsten] 1.9.6cvs5
* src/compose.c
		use a more compatible syntax
2005-03-20 18:52:51 +00:00
Paul Mangan
1d8273c861 2005-03-20 [paul] 1.9.6cvs2
* src/compose.c
		sync with HEAD (1.0.3cvs5)
		neglect Reply-To header if empty
		Patch by Alfons
2005-03-20 05:40:43 +00:00
Paul Mangan
872105e353 2005-03-18 [paul] 1.0.3cvs2.4
* src/addrharvest.c
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/news.c
	* src/procheader.c
	* src/procmime.c
	* src/unmime.c
	* src/unmime.h
		fix buffer overflow, CAN-2005-0667, see
		http://secunia.com/advisories/14491/
		Patch by Alfons
2005-03-18 07:56:55 +00:00
Colin Leroy
0740e58d59 2005-03-04 [colin] 1.0.1cvs22.2
* src/compose.c
		Fix signatures with accentued chars in it
2005-03-04 14:57:22 +00:00
Colin Leroy
588c0acffe 2005-02-27 [colin] 1.0.1cvs19.3
* src/compose.c
		Don't auto-join the signature separator.
2005-02-27 09:45:04 +00:00
Paul Mangan
4e883447e0 2005-02-25 [paul] 1.0.1cvs15.12
* src/alertpanel.c
	* src/codeconv.c
	* src/compose.c
	* src/textview.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/logwindow.c
	* src/gtk/progressdialog.c
		sync with main (revision 127)
		and fix logwindow clipping
2005-02-25 09:02:57 +00:00
Colin Leroy
58f71426ac 2005-02-23 [colin] 1.0.1cvs15.7
* src/compose.c
		Encode parts as QP or B64 if signing
2005-02-23 13:36:18 +00:00
Colin Leroy
257785e47f 2005-02-23 [colin] 1.0.1cvs15.6
* src/compose.c
		Fix Mimeinfo leakage (including tmp files)
	* src/procmsg.c
		Fix tmp file leakage (spotted by Ivan Rayner)
2005-02-23 08:07:52 +00:00
Colin Leroy
2d60d9b8fb 2005-02-21 [colin] 1.0.1cvs15.4
* src/compose.c
		Fix Sign/Encrypt when unselecting privacy
		system
	* src/prefs_common.c
		Change default message font to Monospace
	* src/summaryview.c
		More freezing during potentially large operations
2005-02-21 16:34:25 +00:00
Paul Mangan
474ac0bfd0 2005-02-21 [paul] 1.0.1cvs15.2
* po/Makefile.in.in
	* src/compose.c
	* src/summaryview.c
	* src/textview.c
	* src/common/utils.c
	* src/common/utils.h
		sync with main (revision 117)
2005-02-21 10:18:27 +00:00
Paul Mangan
cd7e5c7c81 2005-02-17 [paul] 1.0.1cvs11.4
* src/compose.c
	* src/exportldif.c
	* src/matcher_parser_parse.y
	* src/procmime.c
	* src/sourcewindow.c
	* src/common/Makefile.am
	* src/common/intl.h 		** REMOVED **
	* src/plugins/trayicon/libeggtrayicon/eggtrayicon.c
		sync with main (revision 109)
		and clean up
2005-02-17 08:09:56 +00:00
Colin Leroy
3a0b2e5da0 2005-02-15 [colin] 1.0.1cvs7.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD
2005-02-15 07:41:11 +00:00
Colin Leroy
97a9754471 2005-02-14 [colin] 1.0.1cvs6.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD
2005-02-14 20:05:54 +00:00
Colin Leroy
af80a842e0 2005-02-14 [colin] 1.0.1cvs5.3
* src/compose.c
		Fix wrapping with accentued chars.
2005-02-14 13:41:18 +00:00
Colin Leroy
dc34070b2b 2005-02-11 [colin] 1.0.1cvs4.3
* src/compose.c
		revert 1.0.0cvs28.2, it doesn't work that well.
2005-02-11 21:58:32 +00:00
Paul Mangan
fe1b28c637 2005-02-10 [paul] 1.0.1cvs4.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* configure.ac
	* src/compose.c
		sync with HEAD
2005-02-10 13:21:08 +00:00
Paul Mangan
3e234d4879 2005-02-10 [paul] 1.0.1cvs3.2
* AUTHORS
	* Makefile.am
	* autogen.sh
	* configure.ac
	* config/mkinstalldirs
	* intl/.cvsignore
	* intl/ChangeLog
	* intl/VERSION
	* intl/bindtextdom.c
	* intl/config.charset
	* intl/dcgettext.c
	* intl/dcigettext.c
	* intl/dcngettext.c
	* intl/dgettext.c
	* intl/dngettext.c
	* intl/eval-plural.h
	* intl/explodename.c
	* intl/finddomain.c
	* intl/gettext.c
	* intl/gettextP.h
	* intl/gmo.h
	* intl/hash-string.h
	* intl/intl-compat.c
	* intl/l10nflist.c
	* intl/libgnuintl.h.in
	* intl/loadinfo.h
	* intl/loadmsgcat.c
	* intl/localcharset.c
	* intl/localcharset.h
	* intl/locale.alias
	* intl/localealias.c
	* intl/localename.c
	* intl/log.c
	* intl/ngettext.c
	* intl/os2compat.c
	* intl/os2compat.h
	* intl/osdep.c
	* intl/plural-exp.c
	* intl/plural-exp.h
	* intl/plural.c
	* intl/plural.y
	* intl/ref-add.sin
	* intl/ref-del.sin
	* intl/relocatable.c
	* intl/relocatable.h
	* intl/textdomain.c
	* m4/Makefile.am
	* po/Makefile.in.in
	* src/Makefile.am
	* src/account.c
	* src/action.c
	* src/addr_compl.c
	* src/addressadd.c
	* src/addressbook.c
	* src/addrgather.c
	* src/addrindex.c
	* src/alertpanel.c
	* src/browseldap.c
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/compose.h
	* src/crash.c
	* src/editaddress.c
	* src/editbook.c
	* src/editgroup.c
	* src/editjpilot.c
	* src/editldap.c
	* src/editldap_basedn.c
	* src/editvcard.c
	* src/exphtmldlg.c
	* src/expldifdlg.c
	* src/export.c
	* src/exporthtml.c
	* src/filtering.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/foldersel.c
	* src/folderview.c
	* src/grouplistdialog.c
	* src/headerview.c
	* src/imap.c
	* src/imap_gtk.c
	* src/import.c
	* src/importldif.c
	* src/importmutt.c
	* src/importpine.c
	* src/inc.c
	* src/ldif.c
	* src/main.c
	* src/mainwindow.c
	* src/matcher.c
	* src/mbox.c
	* src/message_search.c
	* src/messageview.c
	* src/mh.c
	* src/mh_gtk.c
	* src/mimeview.c
	* src/msgcache.c
	* src/news.c
	* src/news_gtk.c
	* src/noticeview.c
	* src/partial_download.c
	* src/pop.c
	* src/prefs_account.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_ext_prog.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_folder_item.c
	* src/prefs_fonts.c
	* src/prefs_gtk.c
	* src/prefs_matcher.c
	* src/prefs_msg_colors.c
	* src/prefs_spelling.c
	* src/prefs_summary_column.c
	* src/prefs_template.c
	* src/prefs_themes.c
	* src/prefs_toolbar.c
	* src/prefs_wrapping.c
	* src/privacy.c
	* src/procheader.c
	* src/procmime.c
	* src/procmsg.c
	* src/quote_fmt.c
	* src/recv.c
	* src/send_message.c
	* src/setup.c
	* src/sourcewindow.c
	* src/ssl_manager.c
	* src/statusbar.c
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/wizard.c
	* src/common/nntp.c
	* src/common/plugin.c
	* src/common/smtp.c
	* src/common/ssl.c
	* src/common/ssl_certificate.c
	* src/common/string_match.c
	* src/common/sylpheed.c
	* src/common/template.c
	* src/common/utils.c
	* src/gtk/about.c
	* src/gtk/colorlabel.c
	* src/gtk/description_window.c
	* src/gtk/filesel.c
	* src/gtk/foldersort.c
	* src/gtk/gtkaspell.c
	* src/gtk/gtkutils.c
	* src/gtk/inputdialog.c
	* src/gtk/logwindow.c
	* src/gtk/menu.c
	* src/gtk/pluginwindow.c
	* src/gtk/prefswindow.c
	* src/gtk/progressdialog.c
	* src/gtk/quicksearch.c
	* src/gtk/sslcertwindow.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/clamav/clamav_plugin_gtk.c
	* src/plugins/demo/demo.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/dillo_viewer/dillo_viewer.c
	* src/plugins/image_viewer/plugin.c
	* src/plugins/image_viewer/viewer.c
	* src/plugins/image_viewer/viewerprefs.c
	* src/plugins/mathml_viewer/mathml_viewer.c
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/trayicon/trayicon.c
		sync with main (revision 104)
2005-02-10 12:06:07 +00:00
Colin Leroy
2093659eb5 2005-02-06 [colin] 1.0.0cvs28.3
* src/compose.c
		Make compose a bit faster - patch by Alfons.
2005-02-06 20:24:40 +00:00
Colin Leroy
3cdfbc5c26 2005-02-06 [colin] 1.0.0cvs28.2
* src/compose.c
		Make pasting via middle-click more reliable
2005-02-06 12:56:38 +00:00
Paul Mangan
fe7e5c040b 2005-02-05 [paul] 1.0.0cvs28.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* configure.ac
	* src/compose.c
		sync with HEAD
		(fix bug 682 'redirect is broken'
2005-02-05 10:34:31 +00:00
Paul Mangan
ccad7702f7 2005-02-01 [paul] 1.0.0cvs24.2
* src/addrbook.c
	* src/addrindex.c
	* src/alertpanel.h
	* src/codeconv.c
	* src/codeconv.h
	* src/compose.c
	* src/export.c
	* src/folder_item_prefs.c
	* src/html.c
	* src/imap.c
	* src/import.c
	* src/jpilot.c
	* src/mainwindow.c
	* src/matcher_parser_lex.l
	* src/messageview.c
	* src/mh.c
	* src/prefs_account.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_gtk.c
	* src/prefs_gtk.h
	* src/prefs_themes.c
	* src/procheader.c
	* src/procmime.c
	* src/sourcewindow.c
	* src/statusbar.c
	* src/summaryview.c
	* src/textview.c
	* src/toolbar.c
	* src/unmime.c
	* src/common/template.c
	* src/common/utils.c
	* src/common/xml.c
	* src/common/xml.h
	* src/gtk/gtkaspell.c
	* src/plugins/clamav/clamav_plugin.c
	* src/plugins/dillo_viewer/dillo_prefs.c
	* src/plugins/image_viewer/viewerprefs.c
	* src/plugins/pgpmime/passphrase.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/select-keys.c
	* src/plugins/spamassassin/spamassassin.c
		second part of initial sync with main-gtk2
		(more to follow)
2005-02-01 08:58:33 +00:00
Colin Leroy
9aee30fc31 2005-01-31 [colin] 1.0.0cvs24.1
* src/compose.c
		Sync with HEAD
2005-01-31 13:26:01 +00:00
Paul Mangan
360db791f8 2005-01-29 [paul] 1.0.0cvs23.2
* src/account.c
	* src/action.c
	* src/addressadd.c
	* src/addressbook.c
	* src/alertpanel.c
	* src/compose.c
	* src/editaddress.c
	* src/editbook.c
	* src/editgroup.c
	* src/editjpilot.c
	* src/editldap.c
	* src/editldap_basedn.c
	* src/editvcard.c
	* src/export.c
	* src/foldersel.c
	* src/grouplistdialog.c
	* src/import.c
	* src/importldif.c
	* src/inc.c
	* src/main.c
	* src/mainwindow.c
	* src/message_search.c
	* src/messageview.c
	* src/mimeview.c
	* src/prefs_actions.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/prefs_customheader.c
	* src/prefs_display_header.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_gtk.c
	* src/prefs_matcher.c
	* src/prefs_summary_column.c
	* src/prefs_template.c
	* src/sourcewindow.c
	* src/summary_search.c
	* src/summaryview.c
	* src/textview.c
	* src/gtk/about.c
	* src/gtk/description_window.c
	* src/gtk/gtkshruler.c
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
	* src/gtk/inputdialog.c
	* src/gtk/logwindow.c
	* src/gtk/prefswindow.c
	* src/gtk/progressdialog.c
	* src/gtk/progressdialog.h
		first part of initial sync with main-gtk2
		(more to follow)
2005-01-29 16:53:23 +00:00
Colin Leroy
598788d260 just move comment around :) 2005-01-27 13:47:34 +00:00
Colin Leroy
e3c8d430d1 2005-01-27 [colin] 1.0.0cvs18.1
* src/messageview.c
	* src/summaryview.c
	* src/mainwindow.c
	* src/compose.c
	* src/compose.h
	* src/procmsg.c
	* src/procmsg.h
	* src/toolbar.c
		Sync with HEAD
2005-01-27 11:11:16 +00:00
Paul Mangan
4cccadc3b0 2005-01-26 [paul] 1.0.0cvs15.2
* src/compose.c
		compose_entries_set(): convert subject and body to
		utf8 if necessary. patch by Felix Eckhofer
2005-01-26 07:08:39 +00:00
Paul Mangan
27ab34f176 2005-01-25 [paul] 1.0.0cvs14.1
* configure.ac
	* src/compose.c
		sync with HEAD
2005-01-25 07:06:22 +00:00
Colin Leroy
c872e9dc65 2005-01-17 [colin] 0.9.13cvs36.2
* src/compose.c
		Fix DnD inserting twice. While at it,
		add DnD support for text/plain in the
		body, and add support in the headers.
2005-01-17 16:52:39 +00:00
Colin Leroy
072de1f518 2005-01-04 [colin] 0.9.13cvs25.9
* src/compose.c
		Fix Show Ruler menuitem
	* src/prefs_template.c
		Convert to GTK2
	* src/common/utils.c
		Make auto pointer stuff handles NULLs
		Patches by Alfons.
2005-01-04 13:51:22 +00:00
Colin Leroy
325b62e697 2005-01-04 [colin] 0.9.13cvs25.8
* src/compose.c
		Move the attachment list to gtk2
		Patch by Alfons.
2005-01-04 09:53:34 +00:00
Colin Leroy
5ab694c828 2005-01-03 [colin] 0.9.13cvs25.5
* src/compose.c
		Fix my broken patch apply
2005-01-03 21:37:40 +00:00
Colin Leroy
3d0e2ea4b3 2005-01-03 [colin] 0.9.13cvs25.3
* src/compose.c
	* src/prefs_gtk.c
	* src/prefs_template.c
	* src/textview.c
		Empty text widgets with empty strings, not NULL char
		Patch by SungHyun Nam <namsh@kldp_org>
2005-01-03 12:54:14 +00:00
Paul Mangan
2aace3688c 2004-12-18 [paul] 0.9.13cvs21.1
* AUTHORS
	* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* NEWS
	* configure.ac
	* src/action.c
	* src/compose.c
	* src/syldap.c
		sync with HEAD
2004-12-18 07:39:50 +00:00
Colin Leroy
2593a6f653 2004-12-06 [colin] 0.9.12cvs187.1
* ChangeLog.claws
	* INSTALL
	* Makefile.am
	* README.claws
	* TODO.claws
	* configure.ac
	* po/bg.po
	* po/cs.po
	* po/el.po
	* po/en_GB.po
	* po/es.po
	* po/fr.po
	* po/hr.po
	* po/hu.po
	* po/it.po
	* po/ja.po
	* po/ko.po
	* po/nl.po
	* po/pl.po
	* po/pt_BR.po
	* po/ru.po
	* po/sk.po
	* po/sr.po
	* po/sv.po
	* po/zh_CN.po
	* po/zh_TW.Big5.po
	* src/compose.c
	* tools/Makefile.am
	* tools/README
	* tools/filter_conv.pl
	* tools/kdeservicemenu/README
	* tools/kdeservicemenu/template_sylpheed-attach-files.desktop
	* tools/kdeservicemenu/template_sylpheed-compress-attach.desktop
		Sync with HEAD
2004-12-06 10:42:58 +00:00
Colin Leroy
5ca4e70d52 2004-12-04 [colin] 0.9.12cvs183.1
* src/compose.c
		Sync with HEAD (compose window position saving)
2004-12-04 16:13:22 +00:00
Paul Mangan
271bccbdb8 2004-12-04 [paul] 0.9.12cvs182.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* INSTALL
	* NEWS
	* README
	* README.jp
	* configure.ac
	* doc/manual/ja/Makefile.am
	* doc/manual/ja/sylpheed-1.html
	* doc/manual/ja/sylpheed-10.html
	* doc/manual/ja/sylpheed-11.html
	* doc/manual/ja/sylpheed-12.html
	* doc/manual/ja/sylpheed-13.html
	* doc/manual/ja/sylpheed-14.html
	* doc/manual/ja/sylpheed-15.html
	* doc/manual/ja/sylpheed-16.html
	* doc/manual/ja/sylpheed-17.html
	* doc/manual/ja/sylpheed-18.html
	* doc/manual/ja/sylpheed-19.html
	* doc/manual/ja/sylpheed-2.html
	* doc/manual/ja/sylpheed-20.html
	* doc/manual/ja/sylpheed-3.html
	* doc/manual/ja/sylpheed-4.html
	* doc/manual/ja/sylpheed-5.html
	* doc/manual/ja/sylpheed-6.html
	* doc/manual/ja/sylpheed-7.html
	* doc/manual/ja/sylpheed-8.html
	* doc/manual/ja/sylpheed-9.html
	* doc/manual/ja/sylpheed.html
	* doc/manual/ja/sylpheed.sgml
	* po/de.po
	* src/Makefile.am
	* src/compose.c
	* src/procmime.c
	* src/pixmaps/regular.xpm **REMOVED**
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/plugin.c
	* src/plugins/pgpmime/prefs_gpg.c
		sync with HEAD
2004-12-04 10:33:51 +00:00
Colin Leroy
b72796f98d 2004-12-02 [colin] 0.9.12cvs179.1
* src/compose.c
		Sync with HEAD (non-duplicated reedition)
2004-12-02 07:58:45 +00:00
Colin Leroy
3829d7114c 2004-12-02 [colin] 0.9.12cvs178.1
* src/compose.c
		Sync with HEAD (linewrap_quote fix)
2004-12-02 07:40:14 +00:00
Colin Leroy
983b61970e 2004-11-23 [colin] 0.9.12cvs166.1
* src/Makefile.am
	* src/codeconv.c
	* src/compose.c
	* src/folderview.c
	* src/main.c
	* src/partial_download.c
	* src/partial_download.h
	* src/prefs_account.c
	* src/prefs_account.h
	* src/privacy.c
	* src/privacy.h
	* src/procmime.c
	* src/common/Makefile.am
	* src/common/base64.h
	* src/common/partial_download.c
	* src/common/partial_download.h
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
	* src/plugins/pgpmime/pgpmime.c
	* src/plugins/pgpmime/prefs_gpg.c
	* src/plugins/pgpmime/prefs_gpg.h
	* src/plugins/pgpmime/sgpgme.c
	* src/plugins/pgpmime/sgpgme.h
		Sync with HEAD
2004-11-23 15:57:07 +00:00
Colin Leroy
61b01f0526 2004-11-23 [colin] 0.9.12cvs158.9
* src/compose.c
		Fix double-free when forwarding
	* src/msgcache.c
		Fix leak on error path
2004-11-23 11:02:29 +00:00
Colin Leroy
42a122d6af 2004-11-23 [colin] 0.9.12cvs158.8
* src/compose.c
		Fix possible double-free
		Spotted by Alfons
2004-11-23 08:26:47 +00:00
Colin Leroy
25224e20b7 2004-11-23 [colin] 0.9.12cvs158.7
* src/compose.c
		Fix some signal handlers' prototypes
		Spotted by Alfons
2004-11-23 07:46:15 +00:00
Colin Leroy
23208a1e04 2004-11-22 [colin] 0.9.12cvs158.6
* src/compose.c
		Remove unneeded code and duplicated
		wrapping - patch by Alfons
2004-11-22 13:40:55 +00:00
Colin Leroy
90eee66501 2004-11-22 [colin] 0.9.12cvs158.4
* src/compose.c
		fix dump_text()
		patch by Alfons
2004-11-22 07:32:16 +00:00
Paul Mangan
528f70fd31 2004-11-18 [paul] 0.9.12cvs158.1
* configure.ac
	* src/compose.c
	* src/mainwindow.c
	* src/messageview.c
	* src/prefs_common.c
	* src/common/utils.c
	* src/common/utils.h
		sync with HEAD
2004-11-18 06:36:19 +00:00
Paul Mangan
c73fc72e9c 2004-11-17 [paul] 0.9.12cvs155.1
* ChangeLog
	* ChangeLog.claws
	* ChangeLog.jp
	* NEWS
	* configure.ac
	* src/compose.c
	* src/jpilot.c
	* src/privacy.c
	* src/procmime.c
	* src/procmime.h
	* src/procmsg.c
	* src/toolbar.c
	* src/pixmaps/error.xpm
		sync with HEAD
2004-11-17 13:48:31 +00:00
Colin Leroy
e0a7649792 2004-11-16 [colin] 0.9.12cvs146.14
* src/compose.c
		Remove useless chunk of code
		Patch by Alfons
2004-11-16 08:58:42 +00:00
Colin Leroy
4ecd2b2c73 2004-11-15 [colin] 0.9.12cvs146.13
* src/compose.c
		Fix drafting after insertion
		Patch by Alfons
2004-11-15 19:44:49 +00:00
Colin Leroy
b01892e892 2004-11-15 [colin] 0.9.12cvs146.12
* src/compose.c
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_toolbar.c
		Fix some const-correctness
2004-11-15 10:28:16 +00:00
Paul Mangan
930bbd9d55 2004-11-13 [paul] 0.9.12cvs146.7
* src/compose.c
	* src/exporthtml.c
	* src/exportldif.c
	* src/folder.c
	* src/imap.c
	* src/imap_gtk.c
	* src/main.c
	* src/mainwindow.c
	* src/messageview.c
	* src/mh_gtk.c
	* src/prefs_themes.c
	* src/procmime.c
	* src/setup.c
	* src/summaryview.c
		replace deprecated g_basename
2004-11-13 13:28:35 +00:00
Paul Mangan
d7348a219c 2004-11-13 [paul] 0.9.12cvs146.6
* src/compose.c
	* src/imap.c
	* src/matcher_parser.h
	* src/matcher_parser_parse.y
	* src/prefs_filtering.c
	* src/prefs_filtering_action.c
	* src/prefs_themes.c
	* src/prefs_toolbar.c
	* src/common/utils.c
		various small fixes/cleanups
2004-11-13 08:14:41 +00:00
Colin Leroy
160c161a9f 2004-11-09 [colin] 0.9.12cvs144.1
* ChangeLog.claws
	* src/compose.c
	* src/folder.c
	* src/folder_item_prefs.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/plugins/pgpmime/pgpmime.c
		Sync with HEAD
2004-11-09 15:26:36 +00:00
Colin Leroy
1579117dcc 2004-11-08 [colin] 0.9.12cvs142.2
* src/compose.c
		Don't wrap when Edit/Auto wrapping is disabled
2004-11-08 16:05:01 +00:00
Colin Leroy
cee146e9af 2004-11-06 [colin] 0.9.12cvs140.1
* src/compose.c
		Sync with HEAD (don't ask passphrase
		when drafting)
2004-11-06 20:17:38 +00:00
Colin Leroy
4eb41d0500 2004-11-05 [colin] 0.9.12cvs139.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD again ^^
2004-11-05 17:07:20 +00:00
Colin Leroy
8f5c130ba9 2004-11-05 [colin] 0.9.12cvs139.1
* src/compose.c
	* src/procmime.c
		Sync with HEAD
2004-11-05 16:25:22 +00:00