Commit graph

2795 commits

Author SHA1 Message Date
Paul Mangan
73ae6b6b20 2008-03-12 [paul] 3.3.1cvs21
* src/folder.c
	* src/folder.h
	* src/mainwindow.c
	* src/procmsg.c
	* src/summaryview.c
	* src/plugins/trayicon/trayicon.c
		add tooltip with extended folder stats
2008-03-12 06:22:29 +00:00
Colin Leroy
1eb3215974 2008-03-10 [colin] 3.3.1cvs20
* src/common/xml.c
		Handle comments
2008-03-10 18:32:39 +00:00
Colin Leroy
7eb3678385 2008-03-07 [colin] 3.3.1cvs19
* src/mainwindow.c
		Fix blinking of the taskbar entry
2008-03-07 22:34:02 +00:00
Colin Leroy
d4d2d540b9 2008-03-07 [colin] 3.3.1cvs18
* src/mainwindow.c
		MAEMO: Fix bug 1494, 'Trayicon
		plugin breaks UI...'
2008-03-07 20:05:21 +00:00
Paul Mangan
41b9e356b0 2008-03-07 [paul] 3.3.1cvs17
* src/gtk/authors.h
		reflect reality a bit more closely
2008-03-07 07:47:11 +00:00
Colin Leroy
8f8a8ce89c 2008-03-06 [colin] 3.3.1cvs16
* src/mainwindow.c
	* src/mainwindow.h
	* src/summaryview.c
	* src/summaryview.h
	* src/toolbar.c
		Integrate things better wrt the new
		summaryview extensibility.
2008-03-06 17:38:45 +00:00
Tristan Chabredier
1f1d80e660 2008-03-06 [wwp] 3.3.1cvs15
* src/quote_fmt.c
		Fix some gcc warnings.
2008-03-06 16:54:51 +00:00
Tristan Chabredier
a71ea438dc 2008-03-06 [wwp] 3.3.1cvs14
* src/prefs_account.c
	* src/prefs_folder_item.c
	* src/prefs_gtk.c
	* src/prefs_template.c
	* src/gtk/prefswindow.c
	* src/gtk/prefswindow.h
		prefs_templates: fix missing unregistering of addr_completion widgets
		and and ending of addr_completion service.
		prefs_folder_item: fix missing registering/unregistering of widgets,
		and rework the way add_completion service is started and stopped.
		Plus few prefswindow API changes (opening).
2008-03-06 16:06:46 +00:00
Tristan Chabredier
011da9d2ed 2008-03-06 [wwp] 3.3.1cvs13
* src/folder_item_prefs.c
	* src/prefs_template.c
	* src/prefs_template.h
	* src/quote_fmt.c
	* src/common/template.c
		Complete 3.3.1cvs12, thanks to Colin.
2008-03-06 13:57:49 +00:00
Tristan Chabredier
91f0b5d0d1 2008-03-06 [wwp] 3.3.1cvs12
* src/compose.c
	* src/folder_item_prefs.c
	* src/folder_item_prefs.h
	* src/prefs_account.c
	* src/prefs_folder_item.c
	* src/prefs_quote.c
	* src/prefs_template.c
	* src/quote_fmt.c
	* src/quote_fmt.h
	* src/common/template.c
	* src/common/template.h
		Global and per-folder templates can now override the from name (this
		doesn't change the account being used).
		Examples:
		 "My other name" <%account_email> (just changes the name)
		 my.faked.email@address.org (overrides the address too)
2008-03-06 12:56:39 +00:00
Colin Leroy
cab53b0ec4 2008-03-05 [colin] 3.3.1cvs11
* src/summaryview.c
	* src/summaryview.h
		Replace that hbox with a notebook
2008-03-05 17:45:18 +00:00
Colin Leroy
964a1c5976 2008-03-05 [colin] 3.3.1cvs10
* src/folder.h
	* src/folderview.c
		Add klass functions for notification of folder
		opening/closing via the GUI
	* src/summaryview.c
	* src/summaryview.h
		Add a specific container for the scrolledwin
2008-03-05 17:25:15 +00:00
Colin Leroy
739c497b8d 2008-03-02 [colin] 3.3.1cvs8
* src/messageview.c
		MAEMO: Fix bug 1541, 'Deleting message from within
		read window displays next message then closes.'
2008-03-02 15:55:36 +00:00
Colin Leroy
a0d8d01287 2008-03-02 [colin] 3.3.1cvs7
* src/main.c
		Probably fix bug 1539, 'Program crashes':
		Setup Gcrypt's thread functions when built
		with GnuTLS
2008-03-02 15:37:49 +00:00
Colin Leroy
f5e742d3b3 2008-03-01 [colin] 3.3.1cvs6
* src/folder.c
	* src/imap_gtk.c
		Get rid of stale folders with no account
2008-03-01 13:48:34 +00:00
Colin Leroy
4649a590f7 2008-02-28 [colin] 3.3.1cvs5
* src/compose.c
		Fix bug 1534, 'Segmentation fault when doing
		some draft saving and then throwing away'
	* src/imap.c
		Fix bug 1533, 'Claws is unable to mark messages
		as "read" in IMAP shared folders'
	* src/etpan/imap-thread.c
		Fix bug 1515, 'large messages crash claws when
		syncing for offline mode'. This is rather a
		workaround, and mails > 64MB will still be
		problematic if there's less than 64MB available
		on the dataroot volume.
	* src/messageview.c
		MAEMO: Add information when fetching big messages
2008-02-28 16:56:31 +00:00
Colin Leroy
9f77334e2b 2008-02-26 [colin] 3.3.1cvs4
* src/imap.c
		fix bug 1532, '"login refused" message insufficiently
		detailed'
2008-02-26 17:58:33 +00:00
Paul Mangan
0493b301b0 2008-02-26 [paul] 3.3.1cvs3
* INSTALL
	* README
		remove mentions of ClamAV and a few other
		old bits of information
2008-02-26 07:14:07 +00:00
Colin Leroy
d0537dfca2 2008-02-23 [colin] 3.3.1cvs2
* src/main.c
		Fix log output (missing \n)
2008-02-23 09:37:49 +00:00
Colin Leroy
9220e6304c 2008-02-23 [colin] 3.3.1cvs1
* configure.ac
		Bump version number for stable release
2008-02-23 09:36:23 +00:00
Paul Mangan
571731d506 2008-02-23 [paul] 3.3.0cvs21
* po/he.po
		updated by Ofer
2008-02-23 07:25:18 +00:00
Colin Leroy
37cb4e9144 2008-02-21 [colin] 3.3.0cvs20
* src/matcher.c
		Fix bug 1527, 'filtering is case sensitive when it
		shouldn't be'
2008-02-21 08:05:09 +00:00
Colin Leroy
211b303a03 2008-02-20 [colin] 3.3.0cvs19
* src/main.c
		Fix file attachments from older Thunar
2008-02-20 17:19:38 +00:00
Colin Leroy
012ebc4ed1 2008-02-19 [colin] 3.3.0cvs18
* manual/plugins.xml
	* manual/es/plugins.xml
	* manual/fr/plugins.xml
	* manual/pl/plugins.xml
		Remove Clamav
2008-02-19 07:51:17 +00:00
Paul Mangan
8136f9450a 2008-02-19 [paul] 3.3.0cvs17
* tools/README
	* tools/csv2addressbook.pl
		add support for Kmail/Kaddressbook
2008-02-19 06:55:21 +00:00
Colin Leroy
14bc093e25 2008-02-18 [colin] 3.3.0cvs16
* src/imap.c
		Unset folder's session before creating a
		new one
	* src/main.c
	* src/prefs_common.c
	* src/prefs_common.h
	* manual/advanced.xml
		Add an hidden use_networkmanager pref, to
		disable NetworkManager handling. Also,
		consider UNKNOWN state to be CONNECTED.
2008-02-18 17:41:40 +00:00
Tristan Chabredier
5186e70c68 2008-02-18 [wwp] 3.3.0cvs15
* src/matcher.c
		Fix Engrish and make 'not' more visible in filtering debug logs.
2008-02-18 17:18:05 +00:00
Colin Leroy
b15bd9cc48 2008-02-15 [colin] 3.3.0cvs14
* src/matcher.c
		Revert cvs10 for now, it breaks the feature
2008-02-15 14:59:39 +00:00
Colin Leroy
4856390460 2008-02-15 [colin] 3.3.0cvs13
* src/main.c
		Always focus folder tree at startup
	* src/compose.c
		Fix bug 1521, 'Cannot close compose window after
		replying to a non-existent news message'
2008-02-15 10:02:19 +00:00
Colin Leroy
f3cdbe7e89 2008-02-13 [colin] 3.3.0cvs12
* src/folderview.c
		Fix important warnings
2008-02-13 06:34:10 +00:00
Colin Leroy
bc958116c8 2008-02-12 [colin] 3.3.0cvs11
* src/imap.c
	* src/etpan/imap-thread.c
	* src/etpan/imap-thread.h
		Fix handling of $Forwarded flag on Exchange:
		check for the existence or creatability of a
		flag before using it.
2008-02-12 17:24:48 +00:00
Colin Leroy
a45deacf14 2008-02-12 [colin] 3.3.0cvs10
* src/matcher.c
		Optimise matching on Found in addressbook if
		the matched header is in cache (From, etc)
2008-02-12 17:20:42 +00:00
Colin Leroy
a397d77d1f 2008-02-12 [colin] 3.3.0cvs9
* src/folderview.c
		Fix crashy stuff when changing displayed
		columns
2008-02-12 17:18:30 +00:00
Tristan Chabredier
3c75f0d700 2008-02-12 [wwp] 3.3.0cvs8
* src/folder.h
		Remove duplicate func declaration and restore the one
		a missing one.
2008-02-12 11:38:19 +00:00
Tristan Chabredier
a3ff30635c 2008-02-12 [wwp] 3.3.0cvs7
* src/compose.c
	* src/export.c
	* src/folder.c
	* src/folder.h
	* src/foldersel.c
	* src/foldersel.h
	* src/imap_gtk.c
	* src/import.c
	* src/mainwindow.c
	* src/messageview.c
	* src/mh_gtk.c
	* src/prefs_account.c
	* src/prefs_filtering_action.c
	* src/summaryview.c
	* src/plugins/bogofilter/bogofilter_gtk.c
	* src/plugins/spamassassin/spamassassin_gtk.c
		Allow moving/copying folders to root folders when using
		the folder selection dialog (it was not possible to
		maemo users to reparent a subfolder to a root folder
		at all).
2008-02-12 10:44:26 +00:00
Fabien Vantard
b7e1d0610d 2008-02-12 [fabien] 3.3.0cvs6
* po/fr.po
		a few days late for i18n fr update. Sorry.
2008-02-12 00:41:19 +00:00
Colin Leroy
c5da364118 2008-02-11 [colin] 3.3.0cvs5
* src/main.c
		Implement support for future /dev/mem_notify.
		This Linux kernel feature will allow applications
		to be notified that memory has to be freed
		before getting OOM-killed. For more information:
		http://lwn.net/Articles/267013/
2008-02-11 07:51:15 +00:00
Paul Mangan
ec3a012f75 2008-02-10 [paul] 3.3.0cvs4
* src/Makefile.am
	* src/mimeview.c
	* src/prefs_toolbar.c
	* src/stock_pixmap.c
	* src/stock_pixmap.h
	* src/pixmaps/mime_text_patch.xpm
		add an icon for attached patches
2008-02-10 11:54:44 +00:00
Paul Mangan
7fcd5f0c53 2008-02-09 [paul] 3.3.0cvs3
* src/gtk/about.c
		bump the (c) year
2008-02-09 18:16:44 +00:00
Tristan Chabredier
833ae9210c 2008-02-09 [wwp] 3.3.0cvs2
* src/main.c
		Fix compiling issue w/ non-gcc/C99 compilers (suncc).
2008-02-09 13:01:24 +00:00
Colin Leroy
8a56b78f5e 2008-02-08 [colin] 3.3.0cvs1
* src/common/utils.c
		Forbid attaching anything containing "../" or ".ssh/"
		from mailto: URI
2008-02-08 16:28:22 +00:00
Paul Mangan
347bb9db97 3.3.0 unleashed 2008-02-08 08:05:58 +00:00
Paul Mangan
c6f770ea44 oops, getting ahead of myself 2008-02-08 05:31:25 +00:00
Paul Mangan
1a2df17c7b 2008-02-08 [paul] 3.3.0cvs1
* AUTHORS
		updated with new translators
	* configure.ac
		added he to ALL_LINGUAS
	* po/cs.po
	* po/de.po
	* po/es.po
	* po/fi.po
	* po/hu.po
	* po/it.po
	* po/pt_BR.po
	* po/zh_CN.po
		updated by Tim Brain and Petr Vanek, Stephan Sachse,
		Ricardo Mones Lastra, Flammie Pirinen, Pader Rezso,
		Andrea Spadaccini, Frederico Goncalves Guimaraes,
		and Ralph Young
	* po/he.po
		new Hebrew translation by Ofer <oc666@netvision.net.il>
	* src/gtk/about.c
		updated with new translators and bumped (c) year
	* src/gtk/authors.h
		updated with new translators
2008-02-08 05:21:11 +00:00
Colin Leroy
939a2ccec5 2008-02-05 [colin] 3.2.0cvs76
* src/messageview.c
	* src/mimeview.c
	* src/mimeview.h
		Special case text/calendar parts: if there's one in
		the mail, and a plugin handling text/calendar is
		loaded, show that part. That'll avoid rendering
		meetings as plain text, which just looks broken to
		many users.
2008-02-05 07:27:07 +00:00
Colin Leroy
68dc31bd49 2008-02-04 [colin] 3.2.0cvs75
* src/mainwindow.c
		Maemo: Fix LED handling on OS 2008
2008-02-04 17:18:09 +00:00
Colin Leroy
62ab816b63 2008-02-01 [colin] 3.2.0cvs74
* src/compose.c
		Possibly fix the annoying and hard-to reproduce bug
		where lines
		are
		rewrapped
		like
		that.
2008-02-01 16:48:40 +00:00
Paul Mangan
e42316a486 2008-02-01 [paul] 3.2.0cvs73
* src/common/utils.c
		fix bug 1502, 'Plus signs are stripped from
		email addresses when calling from command line'
		Thanks to Colin
2008-02-01 09:30:59 +00:00
Colin Leroy
26fb220233 2008-01-31 [colin] 3.2.0cvs72
* src/exphtmldlg.c
	* src/mimeview.c
	* src/summaryview.c
		Fix building of URIs from filenames
2008-01-31 16:50:31 +00:00
Tristan Chabredier
9d5272204f 2008-01-31 [wwp] 3.2.0cvs71
* src/main.c
		Fixes debug output of compiled-in features list
		(completes 3.2.0cvs60).
2008-01-31 10:26:52 +00:00