Commit graph

3273 commits

Author SHA1 Message Date
Holger Berndt 419717c2d0 2009-02-06 [holger] 3.7.0cvs55
* src/prefs_common.c
	* src/prefs_common.h
	* src/printing.c
		Fix restoring of custom page setups for printing by
		temporarily caching the settings.
		This is a workaround for Gnome Bug #39018, and fixes
		Claws Mail Bug #1840.
2009-02-06 13:04:54 +00:00
Colin Leroy 92d60110d4 2009-02-06 [colin] 3.7.0cvs54
* src/mainwindow.c
		Fix hardcoded Shift-Q quits. Fixes
		bug 1838, 'Claws-Mail sometimes quits
		when attempting to type a capital Q'
2009-02-06 06:45:11 +00:00
Paul Mangan f83b27f5a3 2009-01-31 [paul] 3.7.0cvs53
* src/compose.c
		revert 3.7.0cvs49, until there is time to find out
		why it causes a nasty crash!
2009-01-31 20:19:43 +00:00
Paul Mangan 0eea16b20f 2009-01-31 [paul] 3.7.0cvs52
* src/mainwindow.c
		1 string that was forgotten for translation
2009-01-31 15:36:56 +00:00
Paul Mangan 796380a9f7 2009-01-31 [paul] 3.7.0cvs51
* src/messageview.c
		2 strings that were forgotten for translation
2009-01-31 15:33:13 +00:00
Paul Mangan 5c470182c5 2009-01-31 [paul] 3.7.0cvs50
* src/gtk/prefswindow.c
		build prefs tree in a slightly smarter way -
		fix bug where if path[0] had same name as
		path[1], (like in the de translation), path[1]
		was lost and not shown in the window
2009-01-31 15:09:14 +00:00
Paul Mangan 3a2c2476bd 2009-01-31 [paul] 3.7.0cvs49
* src/compose.c
		fix bug 1836, 'Quoted text still blue after
		removal of quote-character'
		comment out some debug_print's that needlessly
		slow things down
	* src/undo.c
		comment out a debug_print that needlessly slows
		things down
2009-01-31 10:09:53 +00:00
Paul Mangan 8330f338cc 2009-01-31 [paul] 3.7.0cvs48
* src/summaryview.c
		fix bug 1834, '"semi"-selection when collapsing thread'
2009-01-31 09:00:24 +00:00
Paul Mangan be7daa4605 2009-01-31 [paul] 3.7.0cvs47
* src/prefs_compose_writing.c
	* src/prefs_message.c
		move 'quote_chars' pref to where it should be
2009-01-31 07:58:58 +00:00
Paul Mangan 92c4092067 2009-01-30 [paul] 3.7.0cvs46
* src/summaryview.c
		fix updating of popup menu sensitivity
2009-01-30 08:30:13 +00:00
Paul Mangan 5d19a120a0 2009-01-28 [paul] 3.7.0cvs45
* tools/filter_conv_new.pl
		move 'move' and 'delete' to end of @actions
		so that they are always final actions in the
		generated filtering rule
2009-01-28 16:19:19 +00:00
Paul Mangan b4a6e255e0 2009-01-27 [paul] 3.7.0cvs44
* src/messageview.c
		always select text/calendar mimepart if suitable
		plugin (i.e. vCalendar) is available
2009-01-27 09:11:19 +00:00
Paul Mangan 62e63074d8 2009-01-27 [paul] 3.7.0cvs43
* src/folder.c
		fix crash when right-clicking in summaryview when
		processing is active
2009-01-27 09:08:50 +00:00
Colin Leroy 21de5ccd1f 2009-01-22 [colin] 3.7.0cvs42
* src/compose.c
	* src/privacy.c
	* src/privacy.h
		When replying to signed/encrypted mail and the
		preference to sign/encrypt in this case is set,
		choose the original mail's privacy system (if
		available).
2009-01-22 18:06:02 +00:00
Colin Leroy 8f36a4ffc4 2009-01-21 [colin] 3.7.0cvs41
* src/addressbook.h
		Fix warning (on-the-fly theming of
		addressbook isn't complete yet)
2009-01-21 19:29:21 +00:00
Colin Leroy a61a090d04 2009-01-21 [colin] 3.7.0cvs40
* src/account.c
	* src/addressbook.c
		Win32: Fix window placement
2009-01-21 16:54:43 +00:00
Paul Mangan 4836e200b0 2009-01-21 [paul] 3.7.0cvs39
* src/inc.c
		update timeout log msg
2009-01-21 14:12:37 +00:00
Colin Leroy 2a426294e5 2009-01-17 [colin] 3.7.0cvs38
* src/main.c
	* src/mbox.c
	* src/common/md5.c
	* src/common/utils.c
	* src/etpan/imap-thread.c
		Fix g_open calls (which don't ignore mode)
2009-01-17 16:46:23 +00:00
Colin Leroy 180dd13e4f 2009-01-17 [colin] 3.7.0cvs37
* src/addressbook.c
	* src/compose.c
	* src/foldersel.c
	* src/main.c
	* src/mainwindow.c
	* src/mbox.c
	* src/common/md5.c
	* src/common/ssl_certificate.c
	* src/common/tags.c
	* src/common/utils.c
	* src/etpan/imap-thread.c
	* src/plugins/bogofilter/bogofilter.c
	* src/plugins/pgpinline/pgpinline.c
	* src/plugins/smime/smime.c
		Probably fix bug 1825, 'Unable to fetch messages from
		IMAP folders named with non-ASCII string'
		Change remaining occurences of fopen and open with
		g_fopen and g_open
2009-01-17 16:24:32 +00:00
Paul Mangan c0bf5693a4 2009-01-17 [paul] 3.7.0cvs36
* manual/faq.xml
		update an old, outdated piece of info
2009-01-17 14:04:07 +00:00
Paul Mangan b1a02db700 correction 2009-01-17 08:49:27 +00:00
Paul Mangan 50d6548a67 2009-01-17 [paul] 3.7.0cvs35
* src/prefs_folder_item.c
		fix bug where saving General Folder Properties
		of a sub-folder of outbox, queue, draft or trash
		would change its parent's folder type to normal
2009-01-17 08:46:20 +00:00
Ricardo Mones 38e2d26c57 2009-01-12 [mones] 3.7.0cvs34
* po/es.po
		Updated translation
2009-01-12 13:06:58 +00:00
Tristan Chabredier 8d23465850 2009-01-12 [wwp] 3.7.0cvs33
* tools/fix_date.sh
	* tools/popfile-link.sh
	* tools/textviewer.sh
		Fix bashisms and other portability glitches (thanks to
		Steven M. Bellovin).
2009-01-12 11:17:56 +00:00
Paul Mangan cf4dab3fb6 2009-01-11 [paul] 3.7.0cvs32
* src/addrindex.c
		clean up some build warnings
2009-01-11 16:43:51 +00:00
Colin Leroy 68bcb4368e 2009-01-11 [colin] 3.7.0cvs31
* src/addrindex.c
		Revert part of patch 3.7.0cvs29
		This function is used when jpilot
		support is disabled
2009-01-11 12:41:22 +00:00
Colin Leroy 07eb5a0d11 2009-01-11 [colin] 3.7.0cvs30
* src/folder.c
		folder_find_child_item_by_name():
		actually use name, not path's basename
2009-01-11 12:32:51 +00:00
Paul Mangan ec3569214b 2009-01-11 [paul] 3.7.0cvs29
* src/addrclip.c
	* src/addrindex.c
	* src/addritem.c
	* src/foldersel.h
	* src/folderview.c
	* src/prefs_folder_item.c
		clean up some build warnings
2009-01-11 08:19:42 +00:00
Paul Mangan b148c32dc4 2009-01-11 [paul] 3.7.0cvs28
* src/gtk/about.c
		don't even mention printing support, assume its
		presence, unless building with GTK+ < 2.10.0
2009-01-11 07:20:21 +00:00
Colin Leroy c7022b3857 Explain patch better 2009-01-10 16:57:53 +00:00
Colin Leroy 6ba8411d99 2009-01-10 [colin] 3.7.0cvs27
* src/codeconv.c
		Fix bug 1811, '[mime] Crash when there's no
		room for filename's start on the same line'
		Make sure we can at least output one char
		to the line, or insert the line break
		directly.
2009-01-10 15:18:47 +00:00
Colin Leroy 366ec78abc 2009-01-09 [colin] 3.7.0cvs26
* src/compose.c
	* src/mainwindow.c
	* src/common/utils.c
		Win32: Fix bug 1815, 'Drag-n-Drop of files on
		Compose Window does not attach'
2009-01-09 18:55:52 +00:00
Colin Leroy c8adc6344f 2009-01-09 [colin] 3.7.0cvs25
* src/foldersel.c
		Fix bug 1817, 'Changing Themes does not
		update the pixmaps in "Select folder"
		dialog box'
2009-01-09 18:53:51 +00:00
Colin Leroy d0d370407a 2009-01-09 [colin] 3.7.0cvs24
* src/main.c
		Win32: Fix bug 1816, 'Attaching files with
		command-line generates error after attaching'
2009-01-09 18:51:01 +00:00
Paul Mangan cec94d09c3 2009-01-09 [paul] 3.7.0cvs23
* src/gtk/about.c
		forgot this '2009' in last commit
2009-01-09 18:35:26 +00:00
Paul Mangan 8a5ee01d82 2009-01-09 [paul] 3.7.0cvs22
* src/*/*.[c,h]
		it's 2009!
		update copyright headers
2009-01-09 17:47:23 +00:00
Paul Mangan 773fa5e450 2009-01-09 [paul] 3.7.0cvs21
* doc/man/claws-mail.1
		update Team list
2009-01-09 17:17:53 +00:00
Colin Leroy 9721ef6b99 2009-01-09 [colin] 3.7.0cvs20
* src/messageview.c
		Fix bug 1814, 'Windows' WM badly places
		message view'
2009-01-09 08:09:22 +00:00
Colin Leroy 9a2f448004 2009-01-09 [colin] 3.7.0cvs19
* src/prefs_themes.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/common/utils.c
	* src/common/utils.h
		Win32: Fix bug 1813, 'Installing Theme Creates Error'
2009-01-09 08:02:05 +00:00
Colin Leroy 78f760e660 2009-01-08 [colin] 3.7.0cvs18
* src/mimeview.c
		Win32: Fix bug 1810, 'Pressing 'o' key
		crashes CM'
2009-01-08 17:21:58 +00:00
Colin Leroy 50711d2586 2009-01-07 [colin] 3.7.0cvs17
* src/html.c
		Fix bug 1432, '&amp; not escaped in links (HTML
		rendered as text)'
2009-01-07 14:39:20 +00:00
Colin Leroy 603f437fff 2009-01-06 [colin] 3.7.0cvs16
* src/plugins/pgpcore/select-keys.c
		Warn translators the usual way about
		accels
2009-01-06 18:18:31 +00:00
Colin Leroy ff8dcf90fa 2009-01-06 [colin] 3.7.0cvs15
* src/mainwindow.c
		Fix synchronisation dialog that shouldn't
		appear when network goes down (Network
		Manager)
	* src/mimeview.c
	* src/textview.c
		Fix save as when attach_save_dir isn't set
		fixes bug 1804, 'attach_save_directory does
		not default to $HOME'
	* src/plugins/pgpcore/select-keys.c
		Add mnemonics to buttons - warn translators!
2009-01-06 16:45:59 +00:00
Tristan Chabredier 0a623e1628 2009-01-06 [wwp] 3.7.0cvs14
* src/common/utils.c
		Fix cvs13, thanks to Colin.
2009-01-06 09:26:49 +00:00
Tristan Chabredier 745513326a 2009-01-06 [wwp] 3.7.0cvs13
* src/common/utils.c
		Better support for Spanish Outlook replies (RES).
2009-01-06 07:42:28 +00:00
Colin Leroy 412b3ba45d 2009-01-02 [colin] 3.7.0cvs12
* src/folderview.c
		Fix (+) sign after collapsed folder names that
		have quicksearch-matching children.
		Fixes bug 1506, 'Recursive search in collapsed
		folders'
2009-01-02 18:55:15 +00:00
Colin Leroy 1b18dccfa3 2009-01-02 [colin] 3.7.0cvs11
* src/stock_pixmap.c
	* src/stock_pixmap.h
		Remove now-unused stock_pixmap_gdk
2009-01-02 13:05:54 +00:00
Colin Leroy 98c951c32d 2009-01-02 [colin] 3.7.0cvs10
* src/gtk/gtkutils.c
	* src/pixmaps/claws-mail_icon.xpm
		Use pixbuf for app icon, and make the app icon
		a bit nicer
2009-01-02 12:09:42 +00:00
Colin Leroy 19079cdade 2009-01-02 [colin] 3.7.0cvs9
* src/uri_opener.c
		Show both link title and URI if possible
2009-01-02 11:47:30 +00:00
Colin Leroy ec04bd7454 2009-01-02 [colin] 3.7.0cvs8
* src/addressadd.c
	* src/addressbook.c
	* src/addressbook_foldersel.c
	* src/addressitem.h
	* src/folderview.c
	* src/grouplistdialog.c
	* src/importldif.c
	* src/mimeview.c
	* src/summaryview.c
	* src/gtk/gtkcmclist.c
	* src/gtk/gtkcmclist.h
	* src/gtk/gtkcmctree.c
	* src/gtk/gtkcmctree.h
	* src/gtk/gtksctree.c
	* src/gtk/gtksctree.h
		Implement pixbuf rendering in tree widgets
		instead of pixmaps
	* src/plugins/trayicon/trayicon.c
	* src/noticeview.c
	* src/prefs_themes.c
		Use pixbuf rendering here too
2009-01-02 10:51:35 +00:00