Commit graph

2292 commits

Author SHA1 Message Date
Paul Mangan f8d830bc97 2007-08-11 [paul] 2.10.0cvs113
* src/addrgather.c
	* src/folderview.c
		use 'subfolder' instead of 'sub-folder', matching
		everywhere else the term is used
	* src/imap_gtk.c
		fix engrish
2007-08-11 04:30:49 +00:00
Tristan Chabredier dacf7bc1c4 2007-08-10 [wwp] 2.10.0cvs112
* src/msgcache.c
		Disable mmap reads in Windows only (at least temporarily), they
		prevent from renaming/removing target cache files.
2007-08-10 15:32:38 +00:00
Paul Mangan 2842b2b03f 3.0.0-rc2 released 2007-08-10 11:33:50 +00:00
Tristan Chabredier 632c3daacf 2007-08-10 [wwp] 2.10.0cvs111
* src/msgcache.c
		fix unpredictable crashes in Windows due to broken
		cache/mark/tags files writting (file were opened for
		writing in text mode).

	* src/recv.c
		use gettimeofday() from w32lib.h on Windows.
2007-08-10 10:34:42 +00:00
Colin Leroy 5d6dc0f787 2007-08-10 [colin] 2.10.0cvs110
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Better IMAP scanning (NOOP instead of CLOSE/SELECT)
2007-08-10 06:48:38 +00:00
Colin Leroy fd18fb2425 2007-08-09 [colin] 2.10.0cvs109
* src/editldap.c
		Fix port being reset to 636 on SSL
	* src/folder.c
		Fix folder_item_get_msg_num_by_file
		on drafts/queue folders
2007-08-09 16:18:52 +00:00
Tristan Chabredier bf99e3be93 2007-08-09 [wwp] 2.10.0cvs108
* src/folder.c
		Fix tags DB path in Windows (thanks to Colin): '/' is a valid
		path divider in Windows, but Glib uses '\' as G_DIR_SEPARATOR.
2007-08-09 09:03:54 +00:00
Colin Leroy cb59748e66 2007-08-09 [colin] 2.10.0cvs107
* src/folderview.c
	* src/summaryview.c
	* src/gtk/prefswindow.c
		A few Maemo layout fixes
2007-08-09 07:12:12 +00:00
Paul Mangan 19ad2ef0f6 2007-08-09 [paul] 2.10.0cvs106
* src/prefs_account.c
		remove the hyphen from plug-ins to
		match everywhere else
2007-08-09 06:39:13 +00:00
Tristan Chabredier 822ddca32c 2007-08-08 [wwp] 2.10.0cvs105
* src/prefs_folder_item.c
		Fix an extraneous stealth ^L char.
2007-08-08 22:49:06 +00:00
Tristan Chabredier b5559d9b25 2007-08-08 [wwp] 2.10.0cvs104
* src/prefs_folder_item.c
		Better fix, group variables declarations (USE_ASPELL).
2007-08-08 22:25:39 +00:00
Tristan Chabredier 0dbabc6a6f 2007-08-08 [wwp] 2.10.0cvs103
* src/prefs_folder_item.c
		Fix compilation w/ USE_ASPELL set (broken
		by 2.10.0cvs102).
2007-08-08 22:20:29 +00:00
Andrej Kacian da7bb3d97b 2007-08-08 [ticho] 2.10.0cvs102
* src/prefs_folder_item.c
		Migrate two deprecated GtkOptionMenu widgets to GtkComboBox.
2007-08-08 20:28:02 +00:00
Colin Leroy 07c74dd446 2007-08-08 [colin] 2.10.0cvs101
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Close selected mailbox before doing
		status on it.
2007-08-08 16:10:02 +00:00
Colin Leroy ff4d8436b5 2007-08-08 [colin] 2.10.0cvs100
* src/html.c
		Complete symbol table, thanks to wwp.
		Fixes bug 1284, 'The html -> text
		converter ignores entities'
	* src/msgcache.c
		Fix possible fd leak
2007-08-08 16:01:54 +00:00
Colin Leroy 2bd2a19265 2007-08-08 [colin] 2.10.0cvs99
* src/imap.c
		Better way to fetch UIDs on non-UIDPLUS servers
2007-08-08 06:57:41 +00:00
Colin Leroy e85eff70fb Fix changelog (missing part) 2007-08-07 18:49:20 +00:00
Colin Leroy 74b315326d 2007-08-07 [colin] 2.10.0cvs98
* src/imap.c
		fix bug 1275, 'auto-saved draft messages not
		always being removed'
	* src/messageview.c
		Don't try to reshow deleted mail
	* src/msgcache.c
		Fix leak on error path
2007-08-07 18:37:51 +00:00
Tristan Chabredier 35a68e7b4f 2007-08-07 [wwp] 2.10.0cvs97
* manual/account.xml
	* manual/advanced.xml
	* manual/fr/account.xml
	* manual/fr/advanced.xml
		Updated the reference manual and the French translation to
		reflect 2.10.0cvs84: enable running folder Processing
		rules on demand.
2007-08-07 09:07:47 +00:00
Tristan Chabredier 517249bbe1 2007-08-06 [wwp] 2.10.0cvs96
* src/prefs_common.c
	* src/prefs_common.h
	* src/textview.c
		Allow changing the emphasis color used to highlight
		the newsreader/x-mailer header value when it matches
		our preferred mail agent (hidden pref 'emphasis_col' added
		to clawsrc).
2007-08-06 21:19:29 +00:00
Colin Leroy 4ac68f07ef 2007-08-06 [colin] 2.10.0cvs95
* src/compose.c
	* src/compose.h
		Re-commit 2.10.0cvs86, with a protection
		against Pango bug. Also, try to fix
		bug 1275, 'auto-saved draft messages not
		always being removed'
2007-08-06 16:39:10 +00:00
Tristan Chabredier 2e10fa7f3f 2007-08-06 [wwp] 2.10.0cvs94
* src/gtk/quicksearch.c
		Replace deprecated GtkCombo with its modern equivalen GtkComboBox.
2007-08-06 16:10:13 +00:00
Andrej Kacian 5180fb56cb 2007-08-06 [ticho] 2.10.0cvs93
* src/prefs_account.c
	* src/gtk/combobox.c
		Use GtkComboBox instead of GtkOptionMenu for privacy system
		selection in account preferences.
2007-08-06 14:54:28 +00:00
Tristan Chabredier 8ca4fdfd22 2007-08-06 [wwp] 2.10.0cvs92
* src/plugins/pgpcore/plugin.def
		Apply one more chunk from gpg4win's 03-w32-port patch.
2007-08-06 10:49:47 +00:00
Colin Leroy aa595e3dc2 2007-08-05 [colin] 2.10.0cvs91
* src/compose.c
	* src/compose.h
		reverting buggy patch for now
2007-08-05 08:29:05 +00:00
Colin Leroy bd202062f3 2007-08-05 [colin] 2.10.0cvs90
* src/folder.c
		Fix slowdown
2007-08-05 08:00:00 +00:00
Colin Leroy 12e9b12d86 2007-08-04 [colin] 2.10.0cvs89
* src/prefs_summaries.c
	* src/summary_search.c
		Replace deprecated widgets. Patch by
		Andrej.
2007-08-04 22:25:44 +00:00
Colin Leroy 73e2461fd1 2007-08-04 [colin] 2.10.0cvs88
* src/mh.c
		Refresh GUI only every 2000 mails on mh_get_last_num
		This is fast (readdir) and done only once per
		session/folder
2007-08-04 22:19:17 +00:00
Colin Leroy 33fde9d1da 2007-08-03 [colin] 2.10.0cvs87
* src/prefs_account.c
	* src/gtk/combobox.h
	* src/gtk/gtkutils.c
		Fix a deprecated widget. Patch by
		Andrej
2007-08-03 19:45:49 +00:00
Colin Leroy ebf9fd4c9c 2007-08-03 [colin] 2.10.0cvs86
* src/compose.c
	* src/compose.h
		Make colorisation and wrapping algorithms
		faster. Fixes bug 1246, 'compose becomes
		increasingly slow replying to complex emails'
2007-08-03 19:33:16 +00:00
Paul Mangan 1316be5bdd 2007-08-03 [paul] 2.10.0cvs85
* src/mh.c
		keep the window painted
2007-08-03 07:15:57 +00:00
Paul Mangan a7fc8031f4 2007-08-02 [paul] 2.10.0cvs84
* src/folderview.c
	* src/mainwindow.c
	* src/mainwindow.h
		enable running folder Processing
		rules on demand
2007-08-02 08:33:19 +00:00
Paul Mangan d37071933b 2007-08-02 [paul] 2.10.0cvs83
* src/textview.c
		speed up/clean up rendering of larger
		msgs
		Thanks to Colin
2007-08-02 06:49:52 +00:00
Paul Mangan 0e45e7168f 2007-08-01 [paul] 2.10.0cvs82
* src/mainwindow.h
		clean up cruft
	* src/toolbar.c
		change default toolbar layout on maemo
	* src/pixmaps/close.xpm
		make the red cross a grey cross
	* src/pixmaps/jpilot.xpm
		make icon smaller so it fits better
2007-08-01 05:19:38 +00:00
Paul Mangan 5e3b24dfd7 2007-07-31 [paul] 2.10.0cvs81
* src/setup.c
	* src/gtk/gtkutils.c
		fix crash on maemo on first launch
2007-07-31 09:14:31 +00:00
Paul Mangan 5949bfc67c 2007-07-30 [paul] 2.10.0cvs80
* src/prefs_matcher.c
		specify the units of age and size
2007-07-30 17:35:49 +00:00
Colin Leroy 4d8b29418d 2007-07-30 [paul] 2.10.0cvs79
* src/main.c
		Fix IMAP timeout setting
2007-07-30 09:00:03 +00:00
Colin Leroy 57de7f2929 2007-07-30 [colin] 2.10.0cvs78
* src/prefs_account.c
		Fix a deprecated widget. Patch by
		Andrej
2007-07-30 06:19:32 +00:00
Paul Mangan 73a4ac26e4 2007-07-27 [paul] 2.10.0cvs77
* src/matcher_parser_parse.y
	* src/prefs_filtering_action.c
	* src/prefs_matcher.c
		these changes forgotten in cvs74's
		'watch thread' feature
2007-07-27 15:03:02 +00:00
Paul Mangan 85b1d39dd4 2007-07-27 [paul] 2.10.0cvs76
* src/compose.c
		fix potential crasher
		thanks to Colin
2007-07-27 14:27:40 +00:00
Paul Mangan 638fee0e1e 2007-07-27 [paul] 2.10.0cvs75
* src/mainwindow.c
	* src/manual.c
	* src/manual.h
	* src/gtk/gtkutils.c
		make mainwindow's /Help/Manual point to the
		remote copy if the local copy doesn't exist
2007-07-27 14:22:45 +00:00
Paul Mangan 12b1a0de0e 2007-07-27 [paul] 2.10.0cvs74
* src/Makefile.am
	* src/filtering.c
	* src/folder.c
	* src/mainwindow.c
	* src/matcher.c
	* src/matcher.h
	* src/matcher_parser_parse.y
	* src/procmsg.c
	* src/procmsg.h
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/summaryview.c
	* src/summaryview.h
	* src/toolbar.c
	* src/toolbar.h
	* src/pixmaps/watchthread.xpm
		add 'watch thread' feature
2007-07-27 14:19:05 +00:00
Paul Mangan a0a1cd5b54 2007-07-27 [paul] 2.10.0cvs73
* src/prefs_folder_item.c
		adjust labels, add tooltips
2007-07-27 08:55:13 +00:00
Colin Leroy d5d55d0519 2007-07-27 [colin] 2.10.0cvs72
* src/summaryview.c
		Maemo: Remove less used menu items
2007-07-27 06:24:54 +00:00
Colin Leroy 82d0d90909 2007-07-26 [colin] 2.10.0cvs71
* src/messageview.c
		Maemo: destroy messageview after trashing mail.
		Maybe should be done on X11 too
2007-07-26 20:57:09 +00:00
Colin Leroy 3efa2ea184 2007-07-26 [colin] 2.10.0cvs70
* src/folderview.c
	* src/mainwindow.c
	* src/prefs_common.c
	* src/prefs_common.h
	* src/summaryview.c
		Add View/Show or Hide/Column headers
2007-07-26 20:30:13 +00:00
Colin Leroy aef49eed94 2007-07-26 [colin] 2.10.0cvs69
* src/procmime.c
		Fix unwanted output
2007-07-26 16:34:13 +00:00
Colin Leroy 438277591e 2007-07-26 [colin] 2.10.0cvs68
* src/ldapserver.c
		Fix possible crash on cache invalidation
	* src/compose.c
	* src/procmime.c
	* src/procmime.h
	* src/quote_fmt_parse.y
		Make replying to mails with big attachments
		much faster. Fixes bug 1224, 'The process of
		Replying to emails with large attachments
		seems unreasonably long...'
2007-07-26 16:32:02 +00:00
Colin Leroy af3288a90e 2007-07-26 [colin] 2.10.0cvs67
* src/mimeview.c
	* src/matcher.c
	* src/common/ssl.c
		Fix threads use on BSDs
2007-07-26 16:27:36 +00:00
Paul Mangan da04bd8bdb 2007-07-26 [paul] 2.10.0cvs66
* src/gtk/prefswindow.c
		fix account prefs breakage
		thanks to Colin
2007-07-26 09:04:27 +00:00