Commit graph

2107 commits

Author SHA1 Message Date
Colin Leroy 4a28d533ac 2007-05-25 [colin] 2.9.2cvs14
* src/imap.c
		Fix a memory leak
	* src/imap_gtk.c
		Be more helpful in the subscription
		message
2007-05-25 06:50:30 +00:00
Tristan Chabredier 4d8b5ea0e0 2007-05-23 [wwp] 2.9.2cvs13
* src/compose.c
	* src/prefs_compose_writing.c
	* src/prefs_quote.c
	* src/prefs_template.c
	* src/prefs_template.h
	* src/quote_fmt.c
	* src/quote_fmt.h
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
		Introduced new syntax elements (symbols and commands)
		in templates/quote_fmt. Compatibility w/ old
		symbols is kept.
		Updated and reworked the corresponding Information
		dialog.
		Display the line number in dialogs that talk about
		parser errors (in addition to the error message in
		output).
2007-05-23 17:19:50 +00:00
Tristan Chabredier 62ea1351e5 2007-05-23 [wwp] 2.9.2cvs12
* src/quote_fmt_parse.y
		Fix 2.9.2cvs11, probably a paste accident ;).
2007-05-23 09:06:46 +00:00
Tristan Chabredier a38d4b6a5c 2007-05-23 [wwp] 2.9.2cvs11
* src/compose.c
	* src/prefs_template.c
	* src/quote_fmt.h
	* src/quote_fmt_parse.y
		Fix 2.9.2cvs10, which broke --disable-aspell.
2007-05-23 07:51:42 +00:00
Tristan Chabredier 439319888c 2007-05-22 [wwp] 2.9.2cvs10
* src/compose.c
	* src/prefs_template.c
	* src/quote_fmt.c
	* src/quote_fmt.h
	* src/quote_fmt_lex.l
	* src/quote_fmt_parse.y
	* src/gtk/gtkaspell.c
	* src/gtk/gtkaspell.h
		Added template/quote format syntactical elements
		to show and query:
			- current dictionary
			  %T to show (shows empty if not set or not enabled),
			  ?T and !T to check if the default dictionary is
			  enabled and set
			- current account's default dictionary
			  %aT to show (empty if not set or not enabled),
			  ?aT and !aT to check if it's enabled and set
			- name completion for an address, from the address
			  book
			  %ABf, %ABt, %ABc respectively show the full name got
			  from the address book if From, To or Cc match a single
			  contact.
			  ?ABf, !ABf, ?ABt, !ABt, ?ABc and !ABc check if completion
			  matches any contact and if the full name is non-empty.
			  If From, To or Cc are lists of email addresses, only
			  the first address will be checked.
		In compose.c, fix msginfo's To, Cc and Newsgroup address lists,
		that could show a trailing ','.
		Also, template/quote_fmt parser now shows the line number in case
		of parser error.
2007-05-22 21:36:07 +00:00
Colin Leroy c5231b641a 2007-05-15 [colin] 2.9.2cvs9
* src/main.c
	* src/main.h
		Add a public function to know whether Claws
		crashed last time
		Store opened folder when exiting
	* src/folder.c
	* src/folder.h
		Store last opened message in each FolderItem;
		Reset last seen messages if Claws crashed, so
		that one can't go in an infinite crash in case
		a particular mail crashes Claws.
	* src/messageview.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
	* src/prefs_summaries.c
		Add "Select last opened message" when entering
		a folder
		Add "Select last opened folder" at startup.
2007-05-15 18:45:52 +00:00
Colin Leroy 055c0220ce 2007-05-14 [colin] 2.9.2cvs8
* manual/xml2pdf
		Fix bashism, search for xml catalog
		in /usr/local/share/xml/catalog too
		Patch by Pawel
2007-05-14 20:03:50 +00:00
Tristan Chabredier bbec32e0c2 2007-05-13 [wwp] 2.9.2cvs7
* src/gtk/logwindow.c
		fix raising log windows when they are either minimized or
		in background.
2007-05-13 07:58:19 +00:00
Colin Leroy 7f4de4415b 2007-05-11 [colin] 2.9.2cvs6
* src/gtk/filesel.c
		Use Hildon's file chooser on Maemo. Patch
		by Jean-Luc Biord; fixes part 2 of bug 1201,
		'File attachment "manipulation" bugs...'
2007-05-11 06:21:30 +00:00
Tristan Chabredier f7a4632839 2007-05-10 [wwp] 2.9.2cvs5
* src/prefs_common.c
	* src/prefs_common.h
	* src/gtk/quicksearch.c
		Add a quicksearch option to automatically run
		a search selected from the history (this option
		is exclusive towards type-ahead).
2007-05-10 16:39:25 +00:00
Colin Leroy 320a025df7 2007-05-10 [colin] 2.9.2cvs4
* src/imap.c
		Fix g_warnings, thanks to Brian
		Morrison
2007-05-10 06:03:34 +00:00
Colin Leroy cbfd14814f 2007-05-09 [colin] 2.9.2cvs3
* src/crash.c
	* src/exporthtml.c
	* src/mbox.c
	* src/prefs_summaries.c
	* src/procheader.c
	* src/common/log.c
	* src/common/utils.c
	* src/gtk/gtksourceprintjob.c
	* src/gtk/sslcertwindow.c
		Use the re-entrant variant of time functions
		Probably fixes bug 1217, 'reentrancy problems
		with time functions'
2007-05-09 16:43:43 +00:00
Colin Leroy f0d6d7b9fb 2007-05-09 [colin] 2.9.2cvs2
* src/imap.c
		Fix crasher when reconnection fails
2007-05-09 05:59:25 +00:00
Paul Mangan 0efb900cf0 2007-05-08 [paul] 2.9.2cvs1
* NEWS
	* README
	* RELEASE_NOTES
	* configure.ac
		bump version number following
		stable release
2007-05-08 09:46:05 +00:00
Paul Mangan e2deb9edd4 2007-05-08 [paul] 2.9.1cvs48
* 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/pgp_viewer.c
	* src/plugins/pgpcore/pgp_viewer.h
	* src/plugins/pgpcore/plugin.c
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/pgpcore/prefs_gpg.h
	* src/plugins/pgpcore/sgpgme.c
	* src/plugins/pgpcore/sgpgme.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/README
	* tools/README
	* tools/README.sylprint
	* tools/outlook2claws-mail.pl
	* tools/sylprint.pl
	* tools/tb2claws-mail
	* tools/tbird2claws.py
	* tools/update-po
	* tools/vcard2xml.py
	* tools/kdeservicemenu/README
		cleanups and corrections
2007-05-08 06:54:21 +00:00
Tristan Chabredier 72725408b3 2007-05-06 [wwp] 2.9.1cvs47
* tools/uudec
		Fix missing dash to `display` command-line, reported
		by Georg Himmrich <georg at mails d0t diesind d0t net>.
2007-05-06 20:52:52 +00:00
Colin Leroy 1e23709b4b 2007-05-06 [colin] 2.9.1cvs46
* src/Makefile.am
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/printer.xpm
		Add a printer icon
2007-05-06 20:05:41 +00:00
Paul Mangan 551d7219e7 2007-05-06 [paul] 2.9.1cvs45
* src/compose.c
	* src/ldapquery.c
	* src/privacy.h
	* src/summary_search.c
	* src/summaryview.c
		fix build warnings
2007-05-06 06:46:24 +00:00
Tristan Chabredier c99b625fbe 2007-05-05 [wwp] 2.9.1cvs44
* src/messageview.c
	* src/mh.c
	* src/prefs_actions.c
	* src/prefs_gtk.c
	* src/summaryview.c
	* src/common/xml.c
		Fix "faild" typos everywhere and capitalization of
		some g_warnings.
2007-05-05 08:53:18 +00:00
Colin Leroy 1e84f56272 2007-05-04 [colin] 2.9.1cvs43
* src/compose.c
	* src/privacy.c
	* src/privacy.h
	* src/plugins/pgpcore/prefs_gpg.c
	* src/plugins/pgpcore/prefs_gpg.h
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/pgpmime/pgpmime.c
		Add an API to warn about encryption limits,
		and allow to disable these warnings
2007-05-04 17:16:35 +00:00
Colin Leroy a24728b348 2007-05-03 [colin] 2.9.1cvs42
* src/summaryview.c
	* src/mainwindow.c
		Fix bug 1213, 'Delete more than
		one thread at once'
2007-05-03 17:37:24 +00:00
Tristan Chabredier 16f9a5d51f 2007-05-03 [wwp] 2.9.1cvs41
* src/prefs_common.c
	* src/prefs_filtering.c
	* src/prefs_template.c
	* src/common/template.c
	* src/common/template.h
	* src/gtk/gtkutils.c
	* src/gtk/gtkutils.h
		Templates are no longer automatically sorted
		by name, but can be sorted manually using
		|< < > >| buttons as well as drag'n'drop.
2007-05-03 12:44:01 +00:00
Tristan Chabredier 90c3b39963 2007-05-03 [wwp] 2.9.1cvs40
* src/plugins/spamassassin/spamassassin.c
	* src/plugins/spamassassin/spamassassin.h
	* src/plugins/spamassassin/spamassassin_gtk.c
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/bogofilter/bogofilter.h
	* src/plugins/bogofilter/bogofilter_gtk.c
		Added an option to conditionally mark saved spam
		as read	(default is and was to do so).
		Satisfies feature request 1708539 on sf.net tracker.
2007-05-03 07:32:13 +00:00
Colin Leroy 322f9d6eb0 2007-05-03 [colin] 2.9.1cvs39
* src/inc.c
		Fix bug 1211, 'Offline dialog message bugs/annoyances...'
2007-05-03 07:05:57 +00:00
Colin Leroy a9cb54dd23 2007-05-02 [colin] 2.9.1cvs38
* src/textview.c
		Fix bug 1209, 'Clicking on address
		in header (mailto uri) selects
		default account'. Patch adapted from
		G.P. Halkes' patch.
2007-05-02 17:04:57 +00:00
Colin Leroy a7c0b7d50a 2007-05-02 [colin] 2.9.1cvs37
* src/grouplistdialog.c
		Set cursor to wait cursor while loading
		groups.
2007-05-02 16:31:09 +00:00
Paul Mangan 83d1bd82e3 2007-05-02 [paul] 2.9.1cvs36
* src/folder.c
	* src/common/defs.h
		rename cache and mark files
		(data is preserved)
2007-05-02 07:47:38 +00:00
Paul Mangan 31242837ba 2007-04-30 [paul] 2.9.1cvs35
* manual/glossary.xml
	* manual/plugins.xml
		updates. Patch by Ricardo
2007-04-30 07:55:46 +00:00
Tristan Chabredier 4d37cd9840 2007-04-29 [wwp] 2.9.1cvs34
* src/mainwindow.c
	* configure.ac
		Fix few grammatical errors (patch by David Relson < relson at
		osagesoftware dot com >).
2007-04-29 21:29:10 +00:00
Colin Leroy 86c30b895a 2007-04-28 [colin] 2.9.1cvs33
* src/account.c
	* src/pop.c
	* src/prefs_account.c
	* src/prefs_account.h
		Drop the "Download all" preference. It's
		stupidly useless and confuses people from
		time to time.
2007-04-28 07:55:32 +00:00
Tristan Chabredier 0ef3bb00f4 2007-04-27 [wwp] 2.9.1cvs32
* src/account.c
	* src/prefs_account.c
	* src/prefs_account.h
		Don't reflect accounts changes to the mainwindow when it's
		not necessary.
2007-04-27 21:07:03 +00:00
Colin Leroy 1b325768f2 2007-04-27 [colin] 2.9.1cvs31
* src/folder.c
		Freeze/thaw when sync'ing flags
	* src/imap.c
	* src/prefs_account.c
	* src/prefs_account.h
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Add a way to use UID FETCH instead
		of searches to fetch message lists
		and flags. More expensive towards
		bandwidth, less expensive towards
		server's CPU. Probably fixes
		bug 1158, 'Scanning new folders on
		Exchange 2007 extremely slow'.
		Patch 95% by Hoa.
2007-04-27 17:12:06 +00:00
Paul Mangan 40e99c3b20 2007-04-27 [paul] 2.9.1cvs30
* src/mainwindow.c
	* src/prefs_logging.c
		improvements to english usage
2007-04-27 09:17:55 +00:00
Colin Leroy a3170a6989 2007-04-27 [colin] 2.9.1cvs29
* src/imap.c
		Fix build without libetpan (my bad!)
2007-04-27 06:37:37 +00:00
Colin Leroy 4107efb0c5 2007-04-26 [colin] 2.9.1cvs28
* src/imap.c
	* src/imap.h
		Fix uselessly exported function
	* src/textview.c
		Consider "- -- \n" as signature separator
		(that's what signature separators look like
		 in PGP/Inline signed mails)
2007-04-26 19:24:15 +00:00
Colin Leroy cba47d31ad 2007-04-26 [colin] 2.9.1cvs27
* configure.ac
		libetpan-0.49 is now required
	* src/procmime.c
		Fix double fetching of mails if
		first try failed
	* src/imap.c
		Make offline sync faster, by
		remembering last change time, and
		last sync time.
2007-04-26 17:17:39 +00:00
Hoà Viêt Dinh 38c6c403ef 2007-04-26 [hoa] 2.9.1cvs26
* src/imap.c
	* src/imap.h
	* src/mainwindow.c
	* src/toolbar.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		cancellation of IMAP operations is now allowed.
2007-04-26 10:05:41 +00:00
Colin Leroy 94eb522e8c 2007-04-26 [colin] 2.9.1cvs25
* src/folder.c
		Always fetch body+headers in folders that are
		synched for offline use, if "Synchronise as
		soon as possible" is set.
		Fixes bug 1200, 'Add option to always retrieve full
		messages'
2007-04-26 06:49:39 +00:00
Colin Leroy da4a6ce109 2007-04-25 [colin] 2.9.1cvs24
* src/compose.c
		Fix bug 1198, 'Reply-all "disappearing" address bug
		persists...'
2007-04-25 16:32:14 +00:00
Colin Leroy 61d34252f5 2007-04-24 [colin] 2.9.1cvs23
* src/folderview.c
		Fix bug 1195, 'Hardware key navigation'
		Make GDK_Enter toggle expansion (Maemo)
2007-04-24 16:51:09 +00:00
Tristan Chabredier 17a1c7e4a6 2007-04-24 [wwp] 2.9.1cvs22
* src/compose.c
		Fix few compiler warnings.
2007-04-24 16:24:21 +00:00
Paul Mangan b6216bd5f2 2007-04-24 [paul] 2.9.1cvs21
* src/Makefile.am
	* src/stock_pixmap.c
	* src/stock_pixmap.h
		complete last commit
2007-04-24 14:44:16 +00:00
Paul Mangan 7ef2ac257c 2007-04-24 [paul] 2.9.1cvs20
* src/gtk/about.c
	* src/pixmaps/active.xpm
	* src/pixmaps/checkbox_off.xpm
	* src/pixmaps/checkbox_on.xpm
	* src/pixmaps/inactive.xpm
		kick out the blobs
		remove transparent border from checkbox icons
2007-04-24 14:00:18 +00:00
Tristan Chabredier dba6d49256 2007-04-24 [wwp] 2.9.1cvs19
* src/textview.c
	* src/textview.h
		Fix a crash in textview, thanks to Colin.
2007-04-24 10:05:01 +00:00
Tristan Chabredier fc85708941 2007-04-23 [wwp] 2.9.1cvs18
* src/prefs_common.c
		Fix 2.9.1cvs5: no header was being translated at all.
2007-04-23 19:01:21 +00:00
Colin Leroy b047ab37cc 2007-04-23 [colin] 2.9.1cvs17
* src/Makefile.am
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/summaryview.h
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
	* src/pixmaps/selection.xpm
		Fix bug 1193, 'Need a way to multi-select
		items'. Add a toggle button to the summaryview
		to switch between normal and multiple selection
		(Maemo)
2007-04-23 17:01:16 +00:00
Colin Leroy fc5f11b372 2007-04-23 [colin] 2.9.1cvs15
* src/compose.c
		Fix bug 1196, 'Edit>Select All doesn't work' (Maemo)
2007-04-23 16:15:16 +00:00
Colin Leroy 18792d122b 2007-04-21 [colin] 2.9.1cvs14
* src/gtk/quicksearch.c
		Fix previous commit (actually use correct
		parameter)
2007-04-21 15:20:32 +00:00
Colin Leroy b3f612793c 2007-04-21 [colin] 2.9.1cvs13
* src/gtk/quicksearch.c
		Fix changing quicksearch type (after Esc,
		after changing Recursive, ...)
2007-04-21 14:43:17 +00:00
Tristan Chabredier b9c913fa0d 2007-04-20 [wwp] 2.9.1cvs12
* src/gtk/Makefile.am
		Added headers.h (completes 2.9.1cvs5).
2007-04-20 21:10:38 +00:00