Commit Graph

1476 Commits

Author SHA1 Message Date
eff08fcad7 Bug #583450 - [prefer-plain] Ability to hide html attachments 2009-10-30 14:03:45 +01:00
7e8315f353 Bug #570835 - Custom e-mail headers inserted with double column 2009-10-29 18:59:31 +01:00
d474c030d7 Bug #561843 - Properly check for filename being set, to not crash 2009-10-29 18:09:32 +01:00
1cdf521ff7 Bug #552727 - Flooded by spam checking errors if bogofilter not installed 2009-10-27 22:32:40 +01:00
9b4c243865 Bug #550049 - Disable Mark messages as read actions when unusable 2009-10-27 21:18:01 +01:00
2b16aef841 Cleanup and rename filter classes. 2009-10-27 09:25:01 -04:00
58166e6459 Prefer G_N_ELEMENTS over sizeof calculations. 2009-10-27 09:25:01 -04:00
a09f553458 Prefer GLib mutexes over pthread mutexes. 2009-10-27 09:25:00 -04:00
d00a56d4cc Bug #599199 - Hangs regularly when synchro with pidgin is activated
The sync is done only once on idle after start. The method of checking for
buddy list changes is done by md5 checksum now, as the pidgin start/stop
changed file time, which was the old method of detecting changes. Also not
using getenv("HOME"), but g_get_home_dir() instead.
2009-10-27 11:45:17 +01:00
d48348f340 Coding style and whitespace cleanups. 2009-10-24 01:10:42 -04:00
a952dca522 Bug #575208 - Use complete template message with all attachments 2009-10-23 22:28:56 +02:00
224c0cb2b9 Bug 599245 - Use bitwise AND instead of logical AND for checking flags 2009-10-22 00:19:09 -04:00
72854d0bb8 Bug 480361 - Useful action when clicking on a mail notification 2009-10-20 23:45:01 -04:00
be17ff02ab Bug #470291 - [prefer-plain] Be able to show HTML only messages 2009-10-16 12:05:04 +02:00
f74a144894 Bug #322261 - vCalendar replies are sent out using the default account 2009-10-15 21:02:42 +02:00
47dcdfdd70 Bug #329710 - [PublishCal] 'Enable' button should update on change 2009-10-15 16:55:08 +02:00
2d089faf78 Bug #373297 - Option for autocomplete in address book preferences 2009-10-15 16:51:19 +02:00
c27b8cbd63 Bug #523335 - [mail-to-task] Enhancements 2009-10-15 16:27:20 +02:00
b3b783f146 Bug #573878 - [face] Plugin is unusable 2009-10-15 15:41:32 +02:00
51f9daed70 Bug #597123 - Composer's Send Options doesn't work 2009-10-13 18:50:20 +02:00
e06b88c4fd Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent' 2009-10-13 16:24:10 +02:00
cdd5f2c711 Bug #456240 - Move exchange plugin to exchange package
Also added gtkhtml-editor and libgnomecanvas-2.0 to evolution-plugin.pc
2009-10-02 15:07:03 +02:00
656178049b Build with GTK_DISABLE_DEPRECATED and fix resulting breakage. 2009-10-01 16:24:49 -04:00
f62728b55e Bug 596848 - Use per-target CPPFLAGS in automake files 2009-09-30 23:37:50 -04:00
3b2cfae176 Trim unused or unnecessary bits from the import framework. 2009-09-26 10:28:05 -04:00
face752169 Overlooked compiler warnings from exchange-operations plugin 2009-09-25 10:51:27 +02:00
17ccb42efb Bug #593609 - Have buildable exchange-operations plugin again 2009-09-25 10:25:40 +02:00
8bbaca9faf Fix duplicate symbols in Glade files. 2009-09-24 17:52:24 -04:00
e48aee61c9 Rework optional plugin detection to fix distcheck. 2009-09-23 16:41:27 -04:00
268fade61f Remove trailing whitespaces 2009-09-22 18:51:15 +02:00
ffe9df88b2 GN-bug #593617 - GroupWise plugins are not built 2009-09-22 18:46:33 +02:00
5a80f92d37 Kill the ipod-sync plugin, along with the HAL dependency. 2009-09-22 07:48:11 -04:00
acb28fef9d Goodbye libgnome and libgnomeui!! 2009-09-18 12:34:47 -04:00
0177724596 Fix crashes in mail-to-task plugin. 2009-09-12 23:07:42 -05:00
e841a0b223 Bug 594863 - Message body doesn't allow right click pop up menu 2009-09-12 22:35:45 -05:00
32b1aabf2d Bug 595002 - There should not be a space before ? in strings 2009-09-12 14:26:18 -05:00
cd230e5a21 Bug #582780 - Use proxy in Google calendar setup plugin 2009-09-10 20:31:39 +02:00
fa9051e040 Finish killing Bonobo. 2009-09-08 14:53:45 -04:00
959ebe30bd Bug 594284 - FTBFS: missing links 2009-09-06 08:33:56 -04:00
016805f54d Get the mailing-list-actions plugin working.
Also get mail-to-task working for the message browser window.
Came up with a new technique for managing actions and action groups in
the process.  Also gave the EMailReader interface an "update-actions"
signal for plugins to connect to.
2009-09-05 11:35:02 -04:00
e9fe87ee99 Remove some obsolete utility functions. 2009-09-04 21:18:15 -04:00
54b282cf4f Make dbus-glib mandatory. 2009-09-04 18:15:52 -04:00
983fce5e53 Kill the default parent window hack in e-error.c.
Fix as many cases that relied on it as I could find, but there may be
more cases out there.  They should be fixed too.  Passing a NULL parent
window to e_error_new() is illegal and will emit a runtime warning.
2009-09-04 17:07:15 -04:00
8122853b20 Bug 593442 - plugin-manager: HIG-ify main screen
The main screen of the plugin-manager is a bit sloppy. HIG-ify it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
2009-09-04 11:38:57 +02:00
643db16894 Get the "save-calendar" plugin working.
Based on initial work by Milan Crha.
2009-09-03 13:27:31 -04:00
8962868ff9 Relax the EBinding API to reduce GObject casting.
Also make it more fault-tolerant by warning about non-existent
property names instead of just crashing.
2009-09-01 21:12:44 -04:00
136adee476 Get the publish-calendar plugin working. 2009-09-01 19:51:55 -04:00
e37231b9e1 Kill debug messages in default-mailer plugin. 2009-09-01 16:41:11 -04:00
fddcc93ac6 Cleanup up templates using EPluginUI callback feature. 2009-09-01 15:51:00 -04:00
7d37241d11 Bug 593675 - Freeze on startup 2009-08-31 20:00:45 -04:00